@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* =========================================================
   INAEDTEC CRM Landing — CSS consolidado e minimalista
   Objetivo: remover sobreposição de versões, reduzir excesso de cores
   e manter UX moderna, responsiva e objetiva.
   ========================================================= */

html:has(.inaedtec-crm-lp),
body.inaedtec-crm-has-landing {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
}

body.inaedtec-crm-has-landing .entry-title,
body.inaedtec-crm-has-landing .page-title,
body.inaedtec-crm-has-landing .wp-block-post-title,
body.inaedtec-crm-has-landing h1.entry-title,
body.inaedtec-crm-has-landing header.entry-header,
body.inaedtec-crm-has-landing .page-header,
body.inaedtec-crm-has-landing .post-thumbnail,
body.inaedtec-crm-has-landing .breadcrumbs,
body.inaedtec-crm-has-landing .rank-math-breadcrumb,
body.inaedtec-crm-has-landing .yoast-breadcrumb,
body.inaedtec-crm-has-landing .elementor-page-title,
body.inaedtec-crm-has-landing .ast-single-post-order,
body.inaedtec-crm-has-landing .nv-page-title-wrap,
body.inaedtec-crm-has-landing #masthead,
body.inaedtec-crm-has-landing .site-header,
body.inaedtec-crm-has-landing header.site-header,
body.inaedtec-crm-has-landing .wp-site-blocks > header,
body.inaedtec-crm-has-landing .site-footer,
body.inaedtec-crm-has-landing footer.site-footer,
body.inaedtec-crm-has-landing .wp-site-blocks > footer,
body.inaedtec-crm-has-landing .site-info,
body.inaedtec-crm-has-landing .copyright,
body.inaedtec-crm-has-landing .footer-copyright,
body.inaedtec-crm-has-landing .ast-footer-copyright,
body.inaedtec-crm-has-landing .powered-by,
body.inaedtec-crm-has-landing [class*="copyright"] {
    display: none !important;
}

body.inaedtec-crm-has-landing #page,
body.inaedtec-crm-has-landing .site,
body.inaedtec-crm-has-landing .site-content,
body.inaedtec-crm-has-landing .content-area,
body.inaedtec-crm-has-landing .site-main,
body.inaedtec-crm-has-landing #primary,
body.inaedtec-crm-has-landing #main,
body.inaedtec-crm-has-landing article,
body.inaedtec-crm-has-landing .hentry,
body.inaedtec-crm-has-landing .entry-content,
body.inaedtec-crm-has-landing .wp-block-post-content,
body.inaedtec-crm-has-landing .elementor,
body.inaedtec-crm-has-landing .elementor-section,
body.inaedtec-crm-has-landing .elementor-container,
body.inaedtec-crm-has-landing .elementor-widget-wrap,
body.inaedtec-crm-has-landing .elementor-widget-container,
body.inaedtec-crm-has-landing .elementor-shortcode,
body.inaedtec-crm-has-landing .container,
body.inaedtec-crm-has-landing .site-content .ast-container,
body.inaedtec-crm-has-landing .site-content > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.inaedtec-crm-lp,
.inaedtec-crm-lp * {
    box-sizing: border-box;
}

.inaedtec-crm-lp {
    --inaedtec-orange: #fe6002;
    --inaedtec-orange-dark: #df2412;
    --inaedtec-orange-soft: rgba(254, 96, 2, 0.10);
    --inaedtec-blue: #df2412;
    --inaedtec-blue-dark: #b91d0e;
    --inaedtec-blue-soft: rgba(223, 36, 18, 0.10);
    --inaedtec-white: #ffffff;
    --inaedtec-radius: 24px;
    --inaedtec-radius-lg: 32px;
    --inaedtec-transition: 220ms ease;
    --inaedtec-shadow: 0 22px 70px rgba(17, 24, 39, 0.10);
    --inaedtec-shadow-hover: 0 30px 90px rgba(17, 24, 39, 0.14);
    --inaedtec-focus: 0 0 0 4px rgba(254, 96, 2, 0.18);
    --inaedtec-header-space: 116px;
    --inaedtec-section-space: clamp(88px, 8vw, 132px);
    --inaedtec-section-space-compact: clamp(76px, 7vw, 112px);
    --inaedtec-title-gap: 18px;
    --inaedtec-copy-gap: 20px;
    --inaedtec-card-gap: 24px;
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh;
    margin: 0 calc(50% - 50vw) !important;
    overflow-x: clip;
    overflow-y: visible;
    isolation: isolate;
    position: relative;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inaedtec-crm-lp[data-theme="light"] {
    --inaedtec-bg: #ffffff;
    --inaedtec-bg-soft: #F5F7FA;
    --inaedtec-surface: rgba(255, 255, 255, 0.78);
    --inaedtec-surface-strong: rgba(255, 255, 255, 0.94);
    --inaedtec-border: rgba(223, 36, 18, 0.12);
    --inaedtec-border-strong: rgba(254, 96, 2, 0.26);
    --inaedtec-heading: #333333;
    --inaedtec-text: #333333;
    --inaedtec-muted: #5A6472;
    --inaedtec-card: rgba(255, 255, 255, 0.78);
    color: var(--inaedtec-text);
    background:
        radial-gradient(circle at 8% 10%, rgba(254, 96, 2, 0.08), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(223, 36, 18, 0.07), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #F5F7FA 48%, #ffffff 100%);
}

.inaedtec-crm-lp[data-theme="dark"] {
    --inaedtec-bg: #1A202C;
    --inaedtec-bg-soft: #212121;
    --inaedtec-surface: rgba(33, 33, 33, 0.76);
    --inaedtec-surface-strong: rgba(33, 33, 33, 0.94);
    --inaedtec-border: rgba(255, 255, 255, 0.13);
    --inaedtec-border-strong: rgba(254, 96, 2, 0.32);
    --inaedtec-heading: #ffffff;
    --inaedtec-text: #E2E8F0;
    --inaedtec-muted: #CBD5E1;
    --inaedtec-card: rgba(33, 33, 33, 0.72);
    color: var(--inaedtec-text);
    background:
        radial-gradient(circle at 10% 10%, rgba(254, 96, 2, 0.16), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(223, 36, 18, 0.32), transparent 30%),
        linear-gradient(180deg, #1A202C 0%, #212121 52%, #1A202C 100%);
}

.inaedtec-crm-lp::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.22;
    background:
        linear-gradient(90deg, rgba(223, 36, 18, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(223, 36, 18, 0.06) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 86%);
}

.inaedtec-crm-lp[data-theme="dark"]::before {
    opacity: 0.16;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
}

.inaedtec-crm-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.inaedtec-crm-skip {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10000;
    transform: translateY(-150%);
    padding: 12px 16px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--inaedtec-blue);
    text-decoration: none !important;
    font-weight: 800;
}

.inaedtec-crm-skip:focus {
    transform: translateY(0);
}

.inaedtec-crm-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    width: 100%;
    padding: 12px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.62), transparent);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: padding var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-topbar {
    background: linear-gradient(180deg, rgba(26, 32, 44, 0.92), rgba(26, 32, 44, 0.56), transparent);
}

body.admin-bar .inaedtec-crm-topbar {
    top: 32px;
}

.inaedtec-crm-topbar.inaedtec-crm-scrolled {
    padding: 8px 0;
}

.inaedtec-crm-topbar.inaedtec-crm-scrolled .inaedtec-crm-topbar-inner {
    min-height: 62px;
    box-shadow: 0 14px 42px rgba(17, 24, 39, 0.12);
}

.inaedtec-crm-topbar-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 12px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 999px;
    background: var(--inaedtec-surface);
    box-shadow: 0 16px 46px rgba(17, 24, 39, 0.10);
    backdrop-filter: blur(22px) saturate(1.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
    transition: min-height var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition);
}

.inaedtec-crm-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    color: var(--inaedtec-heading) !important;
    text-decoration: none !important;
}

.inaedtec-crm-brand img,
.inaedtec-crm-footer-brand img,
.inaedtec-crm-lp img[src*="logo"] {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
}

.inaedtec-crm-brand span,
.inaedtec-crm-footer-brand div {
    display: grid;
    line-height: 1.05;
}

.inaedtec-crm-brand strong,
.inaedtec-crm-footer-brand strong {
    color: var(--inaedtec-heading);
    font-size: 0.96rem;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.inaedtec-crm-brand small,
.inaedtec-crm-footer-brand span {
    margin-top: 4px;
    color: var(--inaedtec-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.inaedtec-crm-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1 1 auto;
}

.inaedtec-crm-nav a,
.inaedtec-crm-footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--inaedtec-muted) !important;
    text-decoration: none !important;
    font-size: 0.88rem;
    font-weight: 750;
    transition: color var(--inaedtec-transition), background var(--inaedtec-transition), transform var(--inaedtec-transition), border-color var(--inaedtec-transition);
}

.inaedtec-crm-nav a:hover,
.inaedtec-crm-nav a:focus-visible,
.inaedtec-crm-nav a.inaedtec-crm-active,
.inaedtec-crm-footer-links a:hover,
.inaedtec-crm-footer-links a:focus-visible {
    color: #fff !important;
    background: linear-gradient(135deg, var(--inaedtec-blue), var(--inaedtec-blue-dark));
    transform: translateY(-1px);
}

.inaedtec-crm-actions-top {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.inaedtec-crm-theme-toggle,
.inaedtec-crm-menu-toggle {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--inaedtec-border);
    border-radius: 999px;
    color: var(--inaedtec-blue);
    background: var(--inaedtec-surface-strong);
    cursor: pointer;
    overflow: hidden;
    transition: transform var(--inaedtec-transition), border-color var(--inaedtec-transition), background var(--inaedtec-transition);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-theme-toggle,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-menu-toggle {
    color: #fff;
}

.inaedtec-crm-theme-toggle:hover,
.inaedtec-crm-menu-toggle:hover {
    transform: translateY(-2px);
    border-color: var(--inaedtec-border-strong);
}

.inaedtec-crm-theme-toggle svg,
.inaedtec-crm-menu-toggle svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.inaedtec-crm-theme-icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 220ms ease, opacity 220ms ease;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-theme-sun,
.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-theme-moon {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-theme-moon,
.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-theme-sun {
    opacity: 0;
    transform: translateY(16px) rotate(80deg);
}

.inaedtec-crm-menu-toggle {
    display: none;
}

.inaedtec-crm-hero {
    position: relative;
    min-height: clamp(720px, 86vh, 860px);
    display: flex;
    align-items: center;
    padding: clamp(140px, 11vw, 184px) 0 clamp(84px, 8vw, 124px);
}

.inaedtec-crm-orb {
    position: absolute;
    z-index: 1;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.36;
    filter: blur(8px);
    animation: inaedtecCrmFloat 9s ease-in-out infinite;
}

.inaedtec-crm-orb-one {
    top: 120px;
    left: -120px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(254, 96, 2, 0.48), transparent 68%);
}

.inaedtec-crm-orb-two {
    top: 230px;
    right: -120px;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(223, 36, 18, 0.42), transparent 70%);
    animation-delay: -2s;
}

.inaedtec-crm-orb-three {
    left: 44%;
    bottom: 64px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(254, 96, 2, 0.20), transparent 70%);
    animation-delay: -4s;
}

.inaedtec-crm-hero-grid,
.inaedtec-crm-two-columns,
.inaedtec-crm-faq-grid,
.inaedtec-crm-split-sticky {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.inaedtec-crm-split-sticky {
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
    align-items: start;
}

.inaedtec-crm-sticky-copy {
    position: sticky;
    top: 120px;
}

.inaedtec-crm-eyebrow,
.inaedtec-crm-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 999px;
    color: var(--inaedtec-blue);
    background: rgba(255, 255, 255, 0.52);
    font-size: 0.76rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-eyebrow,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-section-tag {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.inaedtec-crm-section-tag::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--inaedtec-orange);
}

.inaedtec-crm-eyebrow svg,
.inaedtec-crm-section-tag svg,
.inaedtec-crm-feature-card > svg,
.inaedtec-crm-glass-list svg,
.inaedtec-crm-difference-icon svg {
    shape-rendering: geometricPrecision;
    text-rendering: geometricPrecision;
    image-rendering: auto;
    vector-effect: non-scaling-stroke;
    filter: none !important;
    color: currentColor;
    fill: currentColor;
    stroke: currentColor;
}

.inaedtec-crm-eyebrow svg,
.inaedtec-crm-section-tag svg {
    width: 16px;
    height: 16px;
    color: var(--inaedtec-orange);
}

.inaedtec-crm-hero h1,
.inaedtec-crm-section h2,
.inaedtec-crm-final-cta h2 {
    margin: var(--inaedtec-title-gap) 0 0;
    color: var(--inaedtec-heading);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.inaedtec-crm-hero h1 {
    max-width: 780px;
    font-size: clamp(2.25rem, 4.7vw, 4.25rem);
}

.inaedtec-crm-section h2,
.inaedtec-crm-final-cta h2 {
    font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.inaedtec-crm-hero-copy p,
.inaedtec-crm-section-copy p,
.inaedtec-crm-centered p,
.inaedtec-crm-sticky-copy p,
.inaedtec-crm-difference-card p,
.inaedtec-crm-final-card p,
.inaedtec-crm-demo-copy p,
.inaedtec-crm-footer-copy {
    margin: var(--inaedtec-copy-gap) 0 0;
    max-width: 680px;
    color: var(--inaedtec-muted);
    font-size: clamp(0.96rem, 1.12vw, 1.08rem);
    line-height: 1.72;
}

.inaedtec-crm-demo-copy p {
    color: #ffffff;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.14);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-copy p {
    color: #ffffff;
}

.inaedtec-crm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.inaedtec-crm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none !important;
    font-size: 0.92rem;
    font-weight: 850;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    transition: transform var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition), color var(--inaedtec-transition), border-color var(--inaedtec-transition);
}

.inaedtec-crm-btn:hover,
.inaedtec-crm-btn:focus-visible {
    transform: translateY(-2px);
}

.inaedtec-crm-btn-primary,
.inaedtec-crm-btn-mini,
.inaedtec-crm-form-submit {
    color: #fff !important;
    background: linear-gradient(135deg, var(--inaedtec-blue), var(--inaedtec-blue-dark));
    box-shadow: 0 14px 34px rgba(223, 36, 18, 0.22);
}

.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-btn-primary,
.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-btn-mini,
.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-form-submit {
    background: linear-gradient(135deg, var(--inaedtec-orange), var(--inaedtec-orange-dark));
    box-shadow: 0 14px 34px rgba(254, 96, 2, 0.22);
}

.inaedtec-crm-btn-secondary {
    color: var(--inaedtec-blue) !important;
    background: var(--inaedtec-surface);
    border-color: var(--inaedtec-border);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-btn-secondary {
    color: #fff !important;
}

.inaedtec-crm-btn-mini {
    min-height: 42px;
    padding: 10px 15px;
    font-size: 0.84rem;
}

.inaedtec-crm-trust-row,
.inaedtec-crm-demo-points,
.inaedtec-crm-faq-list,
.inaedtec-crm-step-grid {
    display: grid;
    gap: 12px;
}

.inaedtec-crm-trust-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}

.inaedtec-crm-trust-row span,
.inaedtec-crm-demo-points span,
.inaedtec-crm-integration-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 10px 13px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 999px;
    color: var(--inaedtec-blue);
    background: var(--inaedtec-surface);
    font-size: 0.86rem;
    font-weight: 750;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-trust-row span,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-points span,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-integration-grid span {
    color: #fff;
}

.inaedtec-crm-trust-row span::before,
.inaedtec-crm-demo-points span::before {
    content: '';
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 999px;
    background: var(--inaedtec-orange);
}

.inaedtec-crm-dashboard-card,
.inaedtec-crm-feature-card,
.inaedtec-crm-step-card,
.inaedtec-crm-difference-card,
.inaedtec-crm-final-card,
.inaedtec-crm-faq-item,
.inaedtec-crm-glass-list,
.inaedtec-crm-demo-card,
.inaedtec-crm-demo-form,
.inaedtec-crm-footer-card,
.inaedtec-crm-integration-grid span,
.inaedtec-crm-trust-row span {
    border: 1px solid var(--inaedtec-border);
    background: var(--inaedtec-card);
    box-shadow: var(--inaedtec-shadow);
    backdrop-filter: blur(20px) saturate(1.08);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
}

.inaedtec-crm-dashboard-card,
.inaedtec-crm-feature-card,
.inaedtec-crm-step-card,
.inaedtec-crm-difference-card,
.inaedtec-crm-final-card,
.inaedtec-crm-faq-item,
.inaedtec-crm-demo-card,
.inaedtec-crm-footer-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--inaedtec-radius-lg);
}

.inaedtec-crm-feature-card,
.inaedtec-crm-step-card,
.inaedtec-crm-faq-item,
.inaedtec-crm-integration-grid span,
.inaedtec-crm-glass-list div,
.inaedtec-crm-trust-row span {
    transition: transform var(--inaedtec-transition), border-color var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition);
}

.inaedtec-crm-feature-card:hover,
.inaedtec-crm-step-card:hover,
.inaedtec-crm-faq-item:hover,
.inaedtec-crm-integration-grid span:hover,
.inaedtec-crm-glass-list div:hover,
.inaedtec-crm-trust-row span:hover {
    transform: translateY(-5px);
    border-color: var(--inaedtec-border-strong);
    box-shadow: var(--inaedtec-shadow-hover);
}

.inaedtec-crm-dashboard-card {
    padding: clamp(22px, 3vw, 34px);
}

.inaedtec-crm-dashboard-glow {
    display: none;
}

.inaedtec-crm-dashboard-top,
.inaedtec-crm-metric-grid,
.inaedtec-crm-chart,
.inaedtec-crm-pipeline-preview {
    position: relative;
    z-index: 2;
}

.inaedtec-crm-dashboard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.inaedtec-crm-dashboard-top span,
.inaedtec-crm-metric-grid span,
.inaedtec-crm-pipeline-preview span {
    display: block;
    color: var(--inaedtec-muted);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.inaedtec-crm-dashboard-top strong,
.inaedtec-crm-metric-grid strong,
.inaedtec-crm-pipeline-preview strong {
    display: block;
    margin-top: 8px;
    color: var(--inaedtec-heading);
    font-weight: 900;
}

.inaedtec-crm-dashboard-top strong {
    font-size: 1.34rem;
}

.inaedtec-crm-live-badge,
.inaedtec-crm-metric-grid em,
.inaedtec-crm-step-card strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--inaedtec-orange), var(--inaedtec-orange-dark));
    font-style: normal;
    font-weight: 850;
}

.inaedtec-crm-live-badge {
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.78rem;
}

.inaedtec-crm-live-badge::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 7px;
    border-radius: 999px;
    background: #fff;
}

.inaedtec-crm-metric-grid,
.inaedtec-crm-pipeline-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.inaedtec-crm-metric-grid article,
.inaedtec-crm-pipeline-preview div,
.inaedtec-crm-glass-list div {
    padding: 16px;
    border: 1px solid var(--inaedtec-border);
    border-radius: var(--inaedtec-radius);
    background: rgba(255, 255, 255, 0.42);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-metric-grid article,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-pipeline-preview div,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list div {
    background: rgba(255, 255, 255, 0.05);
}

.inaedtec-crm-metric-grid strong {
    font-size: clamp(1.14rem, 1.6vw, 1.48rem);
}

.inaedtec-crm-metric-grid em {
    margin-top: 12px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 0.74rem;
}

.inaedtec-crm-chart {
    height: 220px;
    margin-top: 22px;
    padding: 18px;
    display: flex;
    align-items: end;
    gap: 12px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(223, 36, 18, 0.04), rgba(254, 96, 2, 0.04));
}

.inaedtec-crm-chart span {
    flex: 1;
    min-width: 22px;
    border-radius: 999px 999px 10px 10px;
    background: linear-gradient(180deg, var(--inaedtec-orange), var(--inaedtec-blue));
    transform-origin: bottom;
    animation: inaedtecCrmBar 1.2s ease both;
}

.inaedtec-crm-pipeline-preview strong {
    font-size: 1.08rem;
}

.inaedtec-crm-section,
.inaedtec-crm-final-cta {
    position: relative;
    padding: var(--inaedtec-section-space) 0;
    scroll-margin-top: calc(var(--inaedtec-header-space) + 42px);
}

body.admin-bar .inaedtec-crm-section,
body.admin-bar .inaedtec-crm-final-cta {
    scroll-margin-top: calc(var(--inaedtec-header-space) + 74px);
}

#inaedtec-crm-recursos {
    padding-top: clamp(116px, 9vw, 156px);
}

#inaedtec-crm-aplicacoes {
    padding-top: clamp(108px, 8vw, 148px);
    padding-bottom: clamp(92px, 8vw, 128px);
}

.inaedtec-crm-app-section,
.inaedtec-crm-difference-section,
.inaedtec-crm-final-cta {
    background: linear-gradient(180deg, transparent, rgba(223, 36, 18, 0.04));
}

.inaedtec-crm-glass-list {
    display: grid;
    gap: 14px;
    padding: clamp(18px, 3vw, 28px);
    border-radius: var(--inaedtec-radius-lg);
}

.inaedtec-crm-glass-list div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.inaedtec-crm-feature-card > svg,
.inaedtec-crm-glass-list svg {
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    padding: 11px;
    box-sizing: content-box;
    border-radius: 18px;
    color: var(--inaedtec-blue);
    background: rgba(223, 36, 18, 0.08);
}

.inaedtec-crm-feature-card:nth-child(even) > svg,
.inaedtec-crm-glass-list div:nth-child(even) svg {
    color: var(--inaedtec-orange);
    background: rgba(254, 96, 2, 0.10);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-feature-card > svg,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list svg {
    color: #ffc1a6;
    background: rgba(223, 36, 18, 0.22);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-feature-card:nth-child(even) > svg,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list div:nth-child(even) svg {
    color: #ff9b74;
    background: rgba(254, 96, 2, 0.16);
}

.inaedtec-crm-glass-list span {
    color: var(--inaedtec-heading);
    font-weight: 800;
}

.inaedtec-crm-centered {
    max-width: 900px;
    margin: 0 auto clamp(42px, 4.5vw, 64px);
    padding-inline: clamp(8px, 2vw, 18px);
    text-align: center;
}

#inaedtec-crm-recursos .inaedtec-crm-centered {
    margin-bottom: clamp(46px, 4.8vw, 68px);
}

.inaedtec-crm-centered h2,
.inaedtec-crm-centered p {
    margin-inline: auto;
}

.inaedtec-crm-centered h2 {
    max-width: 980px;
}

.inaedtec-crm-centered p {
    max-width: 880px;
}

.inaedtec-crm-centered .inaedtec-crm-section-tag,
.inaedtec-crm-centered p {
    margin-inline: auto;
}

.inaedtec-crm-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--inaedtec-card-gap);
    align-items: stretch;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-split-sticky {
    gap: clamp(36px, 5vw, 84px);
    align-items: start;
}

.inaedtec-crm-sticky-copy {
    max-width: 520px;
    padding-top: 8px;
}

.inaedtec-crm-sticky-copy .inaedtec-crm-btn {
    margin-top: 28px;
}

.inaedtec-crm-feature-card,
.inaedtec-crm-step-card {
    padding: clamp(26px, 3.2vw, 34px);
}

.inaedtec-crm-feature-card {
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.inaedtec-crm-step-grid {
    gap: 22px;
}

.inaedtec-crm-step-card {
    min-height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.inaedtec-crm-feature-card h3,
.inaedtec-crm-step-card h3 {
    margin: 20px 0 0;
    color: var(--inaedtec-heading);
    font-size: 1.08rem;
    line-height: 1.24;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.inaedtec-crm-feature-card > svg {
    margin-bottom: 2px;
}

.inaedtec-crm-sticky-copy h2 {
    max-width: 560px;
}

.inaedtec-crm-sticky-copy p {
    max-width: 500px;
}

.inaedtec-crm-feature-card p,
.inaedtec-crm-step-card p,
.inaedtec-crm-faq-item p {
    margin: 12px 0 0;
    color: var(--inaedtec-muted);
    font-size: 0.94rem;
    line-height: 1.7;
}

.inaedtec-crm-step-card strong {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    font-size: 0.9rem;
}

.inaedtec-crm-integration-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.inaedtec-crm-integration-grid span {
    min-height: 76px;
    text-align: center;
    border-radius: 20px;
}

.inaedtec-crm-difference-card,
.inaedtec-crm-final-card {
    padding: clamp(30px, 5vw, 64px);
}

.inaedtec-crm-difference-icon {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(135deg, var(--inaedtec-blue), var(--inaedtec-orange));
}

.inaedtec-crm-difference-icon svg {
    width: 30px;
    height: 30px;
}

.inaedtec-crm-faq-grid {
    align-items: start;
}

.inaedtec-crm-faq-item {
    padding: 0;
    border-radius: var(--inaedtec-radius);
}

.inaedtec-crm-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 22px;
    color: var(--inaedtec-heading);
    font-size: 0.98rem;
    font-weight: 850;
}

.inaedtec-crm-faq-item summary::-webkit-details-marker {
    display: none;
}

.inaedtec-crm-faq-item summary::after {
    content: '+';
    float: right;
    color: var(--inaedtec-orange);
    font-size: 1.25rem;
    line-height: 1;
}

.inaedtec-crm-faq-item[open] summary::after {
    content: '–';
}

.inaedtec-crm-faq-item p {
    padding: 0 22px 22px;
}

.inaedtec-crm-demo-card {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
    gap: clamp(26px, 4vw, 48px);
    align-items: stretch;
    padding: clamp(24px, 3.8vw, 46px);
}

.inaedtec-crm-demo-copy,
.inaedtec-crm-demo-form {
    border-radius: 26px;
}

.inaedtec-crm-demo-copy {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid var(--inaedtec-border);
    background: linear-gradient(145deg, rgba(223, 36, 18, 0.10), rgba(254, 96, 2, 0.06));
}

.inaedtec-crm-demo-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: clamp(28px, 4vw, 50px);
}

.inaedtec-crm-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.inaedtec-crm-field,
.inaedtec-crm-check {
    display: grid;
    gap: 8px;
}

.inaedtec-crm-field-full {
    grid-column: 1 / -1;
}

.inaedtec-crm-field span,
.inaedtec-crm-check span {
    color: var(--inaedtec-heading);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.45;
}

.inaedtec-crm-field em,
.inaedtec-crm-check em {
    color: var(--inaedtec-orange);
    font-style: normal;
}

.inaedtec-crm-field input,
.inaedtec-crm-field textarea,
.inaedtec-crm-field select {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 15px;
    padding: 12px 14px;
    outline: none;
    color: var(--inaedtec-heading);
    background: rgba(255, 255, 255, 0.78);
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.825rem;
    font-weight: 500;
    letter-spacing: -0.005em;
    line-height: 1.45;
    transition: border-color var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition), transform var(--inaedtec-transition);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field input,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field textarea,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field select {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.inaedtec-crm-field textarea {
    min-height: 108px;
    resize: vertical;
}

.inaedtec-crm-field input::placeholder,
.inaedtec-crm-field textarea::placeholder {
    color: color-mix(in srgb, var(--inaedtec-muted) 70%, transparent);
    font-weight: 400;
    opacity: 1;
}

.inaedtec-crm-field input:focus,
.inaedtec-crm-field textarea:focus,
.inaedtec-crm-field select:focus,
.inaedtec-crm-check:focus-within {
    border-color: var(--inaedtec-border-strong);
    box-shadow: var(--inaedtec-focus);
    transform: translateY(-1px);
}

.inaedtec-crm-check {
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: flex-start;
    padding: 15px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.52);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-check {
    background: rgba(255, 255, 255, 0.06);
}

.inaedtec-crm-check input {
    appearance: none;
    width: 22px;
    height: 22px;
    margin: 1px 0 0;
    border-radius: 7px;
    border: 1px solid var(--inaedtec-border);
    background: var(--inaedtec-surface-strong);
    cursor: pointer;
}

.inaedtec-crm-check input:checked {
    border-color: var(--inaedtec-orange);
    background: var(--inaedtec-orange);
}

.inaedtec-crm-check input:checked::after {
    content: '✓';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.inaedtec-crm-form-submit {
    width: 100%;
    min-height: 54px;
    border: 0;
}

.inaedtec-crm-form-submit:disabled {
    cursor: wait;
    opacity: 0.72;
    transform: none !important;
}

.inaedtec-crm-form-feedback {
    display: none;
    padding: 13px 15px;
    border-radius: 16px;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.5;
}

.inaedtec-crm-form-feedback-success,
.inaedtec-crm-form-feedback-error,
.inaedtec-crm-form-feedback-loading {
    display: block;
}

.inaedtec-crm-form-feedback-success {
    color: #065f46;
    background: rgba(220, 252, 231, 0.94);
    border: 1px solid rgba(34, 197, 94, 0.28);
}

.inaedtec-crm-form-feedback-error {
    color: #991b1b;
    background: rgba(254, 226, 226, 0.94);
    border: 1px solid rgba(239, 68, 68, 0.28);
}

.inaedtec-crm-form-feedback-loading {
    color: var(--inaedtec-blue);
    background: rgba(225, 245, 254, 0.94);
    border: 1px solid rgba(223, 36, 18, 0.22);
}

.inaedtec-crm-footer {
    position: relative;
    z-index: 2;
    padding: clamp(34px, 5vw, 66px) 0 clamp(28px, 4vw, 52px);
    scroll-margin-top: 112px;
}

.inaedtec-crm-footer-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(18px, 4vw, 40px);
    align-items: center;
    padding: clamp(24px, 4vw, 40px);
}

.inaedtec-crm-footer-main,
.inaedtec-crm-footer-side {
    display: grid;
    gap: 14px;
}

.inaedtec-crm-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.inaedtec-crm-footer-brand img {
    width: 54px;
    height: 54px;
}

.inaedtec-crm-footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.inaedtec-crm-footer-links a {
    border: 1px solid var(--inaedtec-border);
    background: var(--inaedtec-surface);
}

.inaedtec-crm-footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid var(--inaedtec-border);
    color: var(--inaedtec-muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.inaedtec-crm-footer-bottom a {
    color: var(--inaedtec-orange) !important;
    font-weight: 850;
    text-decoration: none !important;
}

.inaedtec-crm-footer-bottom a:hover,
.inaedtec-crm-footer-bottom a:focus-visible {
    color: var(--inaedtec-blue) !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.inaedtec-crm-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 620ms ease, transform 620ms ease;
}

.inaedtec-crm-visible {
    opacity: 1;
    transform: translateY(0);
}

.inaedtec-crm-lp a:focus-visible,
.inaedtec-crm-lp button:focus-visible,
.inaedtec-crm-lp input:focus-visible,
.inaedtec-crm-lp textarea:focus-visible,
.inaedtec-crm-lp select:focus-visible,
.inaedtec-crm-lp summary:focus-visible {
    outline: 3px solid rgba(254, 96, 2, 0.32) !important;
    outline-offset: 3px !important;
}

.inaedtec-crm-lp ::selection {
    color: #fff;
    background: var(--inaedtec-orange);
}

@keyframes inaedtecCrmFloat {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -18px, 0); }
}

@keyframes inaedtecCrmBar {
    from { transform: scaleY(0.2); opacity: 0.35; }
    to { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1120px) {
    .inaedtec-crm-nav {
        position: absolute;
        top: calc(100% + 12px);
        left: 20px;
        right: 20px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 14px;
        border: 1px solid var(--inaedtec-border);
        border-radius: 24px;
        background: var(--inaedtec-surface-strong);
        box-shadow: var(--inaedtec-shadow);
        opacity: 0;
        transform: translateY(-8px) scale(0.98);
        pointer-events: none;
        transition: opacity var(--inaedtec-transition), transform var(--inaedtec-transition);
    }

    .inaedtec-crm-nav.inaedtec-crm-open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    .inaedtec-crm-menu-toggle {
        display: inline-flex;
    }

    .inaedtec-crm-hero-grid,
    .inaedtec-crm-two-columns,
    .inaedtec-crm-faq-grid,
    .inaedtec-crm-split-sticky,
    .inaedtec-crm-demo-card {
        grid-template-columns: 1fr;
    }

    .inaedtec-crm-sticky-copy {
        position: relative;
        top: auto;
    }

    .inaedtec-crm-demo-copy {
        min-height: auto;
    }
}

@media (max-width: 840px) {
    .inaedtec-crm-container {
        width: min(100% - 28px, 1180px);
    }

    .inaedtec-crm-topbar-inner {
        min-height: 64px;
        border-radius: 24px;
    }

    .inaedtec-crm-brand small,
    .inaedtec-crm-actions-top .inaedtec-crm-btn-mini {
        display: none;
    }

    .inaedtec-crm-brand img {
        width: 48px;
        height: 48px;
    }

    .inaedtec-crm-hero {
        min-height: auto;
        padding-top: 126px;
    }

    .inaedtec-crm-feature-grid,
    .inaedtec-crm-integration-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .inaedtec-crm-section,
    .inaedtec-crm-final-cta {
        padding: 82px 0;
        scroll-margin-top: 144px;
    }

    body.admin-bar .inaedtec-crm-section,
    body.admin-bar .inaedtec-crm-final-cta {
        scroll-margin-top: 164px;
    }

    #inaedtec-crm-recursos,
    #inaedtec-crm-aplicacoes {
        padding-top: 92px;
    }

    .inaedtec-crm-centered {
        margin-bottom: 36px;
        padding-inline: 0;
    }

    .inaedtec-crm-feature-grid,
    .inaedtec-crm-step-grid {
        gap: 18px;
    }

    .inaedtec-crm-feature-card {
        min-height: 202px;
    }

    .inaedtec-crm-sticky-copy {
        max-width: none;
        padding-top: 0;
    }

    .inaedtec-crm-metric-grid,
    .inaedtec-crm-pipeline-preview,
    .inaedtec-crm-form-grid,
    .inaedtec-crm-footer-card {
        grid-template-columns: 1fr;
    }

    .inaedtec-crm-footer-links {
        justify-content: flex-start;
    }

    .inaedtec-crm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 782px) {
    body.admin-bar .inaedtec-crm-topbar {
        top: 46px;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-container {
        width: calc(100% - 24px);
    }

    .inaedtec-crm-topbar {
        padding: 8px 0;
    }

    .inaedtec-crm-topbar-inner {
        gap: 10px;
        padding: 8px;
        border-radius: 20px;
    }

    .inaedtec-crm-brand img {
        width: 44px;
        height: 44px;
    }

    .inaedtec-crm-brand strong {
        font-size: 0.82rem;
    }

    .inaedtec-crm-nav {
        grid-template-columns: 1fr;
        left: 14px;
        right: 14px;
    }

    .inaedtec-crm-theme-toggle,
    .inaedtec-crm-menu-toggle {
        width: 40px;
        height: 40px;
    }

    .inaedtec-crm-hero h1 {
        font-size: clamp(1.9rem, 10vw, 2.75rem);
        letter-spacing: -0.045em;
    }

    .inaedtec-crm-section h2,
    .inaedtec-crm-final-cta h2 {
        font-size: clamp(1.48rem, 7vw, 2.05rem);
    }

    .inaedtec-crm-hero-actions,
    .inaedtec-crm-trust-row {
        flex-direction: column;
    }

    .inaedtec-crm-btn,
    .inaedtec-crm-trust-row span,
    .inaedtec-crm-footer-links,
    .inaedtec-crm-footer-links a {
        width: 100%;
    }

    .inaedtec-crm-feature-grid,
    .inaedtec-crm-integration-grid {
        grid-template-columns: 1fr;
    }

    .inaedtec-crm-section,
    .inaedtec-crm-final-cta {
        padding: 70px 0;
        scroll-margin-top: 128px;
    }

    body.admin-bar .inaedtec-crm-section,
    body.admin-bar .inaedtec-crm-final-cta {
        scroll-margin-top: 142px;
    }

    #inaedtec-crm-recursos,
    #inaedtec-crm-aplicacoes {
        padding-top: 78px;
    }

    .inaedtec-crm-centered {
        margin-bottom: 30px;
    }

    .inaedtec-crm-step-grid {
        gap: 15px;
    }

    .inaedtec-crm-feature-card,
    .inaedtec-crm-step-card {
        min-height: auto;
    }

    .inaedtec-crm-dashboard-card,
    .inaedtec-crm-feature-card,
    .inaedtec-crm-step-card,
    .inaedtec-crm-difference-card,
    .inaedtec-crm-final-card,
    .inaedtec-crm-faq-item,
    .inaedtec-crm-demo-card,
    .inaedtec-crm-demo-form,
    .inaedtec-crm-footer-card {
        border-radius: 22px;
    }

    .inaedtec-crm-demo-card,
    .inaedtec-crm-demo-copy,
    .inaedtec-crm-demo-form,
    .inaedtec-crm-footer-card {
        padding: 20px;
    }

    .inaedtec-crm-field input,
    .inaedtec-crm-field textarea,
    .inaedtec-crm-field select {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .inaedtec-crm-lp,
    .inaedtec-crm-lp * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.001ms !important;
    }

    .inaedtec-crm-reveal {
        opacity: 1;
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   INAEDTEC CRM — Consolidação de spacing sem sobreposição
   Mantém uma única camada final para Recursos, Aplicações e Dashboard.
-------------------------------------------------------------------------- */
.inaedtec-crm-lp {
    --inaedtec-section-offset: 156px;
    --inaedtec-card-content-gap: 14px;
    --inaedtec-resource-card-y: clamp(26px, 2.7vw, 34px);
    --inaedtec-resource-card-x: clamp(26px, 2.8vw, 36px);
    --inaedtec-application-card-y: clamp(26px, 2.7vw, 34px);
    --inaedtec-application-card-x: clamp(28px, 3vw, 38px);
}

html:has(.inaedtec-crm-lp) {
    scroll-padding-top: var(--inaedtec-section-offset);
}

body.admin-bar:has(.inaedtec-crm-lp) {
    scroll-padding-top: calc(var(--inaedtec-section-offset) + 32px);
}

.inaedtec-crm-section,
.inaedtec-crm-final-cta {
    scroll-margin-top: var(--inaedtec-section-offset);
}

body.admin-bar .inaedtec-crm-section,
body.admin-bar .inaedtec-crm-final-cta {
    scroll-margin-top: calc(var(--inaedtec-section-offset) + 32px);
}

#inaedtec-crm-recursos {
    padding-top: clamp(112px, 9vw, 152px);
    padding-bottom: clamp(92px, 8vw, 132px);
}

#inaedtec-crm-recursos .inaedtec-crm-centered {
    max-width: 940px;
    margin-bottom: clamp(40px, 4.5vw, 58px);
    padding-inline: 0;
}

#inaedtec-crm-recursos .inaedtec-crm-centered h2 {
    max-width: 980px;
    margin-inline: auto;
}

#inaedtec-crm-recursos .inaedtec-crm-centered p {
    max-width: 820px;
    margin-top: 16px;
    margin-inline: auto;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-grid {
    gap: clamp(20px, 2.2vw, 26px);
    align-items: stretch;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: clamp(220px, 17vw, 244px);
    padding: var(--inaedtec-resource-card-y) var(--inaedtec-resource-card-x);
    text-align: center;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card > svg {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    padding: 12px;
    margin: 0 auto 18px;
    flex: 0 0 auto;
    box-sizing: content-box;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card h3 {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.22;
    text-align: center;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card p {
    width: 100%;
    max-width: 315px;
    margin: var(--inaedtec-card-content-gap) auto 0;
    padding: 0;
    line-height: 1.62;
    text-align: center;
}

#inaedtec-crm-aplicacoes {
    padding-top: clamp(102px, 8vw, 142px);
    padding-bottom: clamp(92px, 8vw, 132px);
}

#inaedtec-crm-aplicacoes .inaedtec-crm-split-sticky {
    gap: clamp(34px, 5vw, 76px);
    align-items: start;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-sticky-copy {
    max-width: 540px;
    padding-top: 4px;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-sticky-copy h2 {
    max-width: 560px;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-sticky-copy p {
    max-width: 520px;
    margin-top: 18px;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-sticky-copy .inaedtec-crm-btn {
    margin-top: 28px;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-grid {
    gap: clamp(16px, 2vw, 22px);
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: clamp(156px, 13vw, 182px);
    padding: var(--inaedtec-application-card-y) var(--inaedtec-application-card-x);
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card strong {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    margin: 0 0 18px;
    padding: 0;
    flex: 0 0 auto;
    line-height: 1;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card h3 {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card p {
    width: 100%;
    max-width: none;
    margin: 14px 0 0;
    padding: 0;
    line-height: 1.6;
}

.inaedtec-crm-dashboard-card {
    padding: clamp(28px, 3.4vw, 40px);
}

.inaedtec-crm-dashboard-top {
    gap: 18px;
    margin-bottom: 4px;
}

.inaedtec-crm-metric-grid,
.inaedtec-crm-pipeline-preview {
    gap: clamp(14px, 2vw, 18px);
    margin-top: 24px;
}

.inaedtec-crm-metric-grid article,
.inaedtec-crm-pipeline-preview div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 142px;
    padding: 22px;
}

.inaedtec-crm-metric-grid strong,
.inaedtec-crm-pipeline-preview strong {
    margin-top: 14px;
    line-height: 1;
}

.inaedtec-crm-metric-grid em {
    margin-top: 18px;
    padding: 8px 13px;
    line-height: 1;
}

.inaedtec-crm-chart {
    margin-top: 26px;
    padding: 24px 26px 28px;
}

@media (max-width: 1120px) {
    .inaedtec-crm-lp {
        --inaedtec-section-offset: 142px;
    }

    #inaedtec-crm-recursos {
        padding-top: 104px;
    }

    #inaedtec-crm-aplicacoes {
        padding-top: 96px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card {
        min-height: auto;
    }
}

@media (max-width: 840px) {
    .inaedtec-crm-lp {
        --inaedtec-section-offset: 134px;
        --inaedtec-resource-card-y: 24px;
        --inaedtec-resource-card-x: 24px;
        --inaedtec-application-card-y: 24px;
        --inaedtec-application-card-x: 24px;
    }

    body.admin-bar:has(.inaedtec-crm-lp) {
        scroll-padding-top: 160px;
    }

    body.admin-bar .inaedtec-crm-section,
    body.admin-bar .inaedtec-crm-final-cta {
        scroll-margin-top: 160px;
    }

    #inaedtec-crm-recursos,
    #inaedtec-crm-aplicacoes {
        padding-top: 86px;
        padding-bottom: 78px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-grid,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-grid {
        gap: 16px;
    }

    .inaedtec-crm-dashboard-card {
        padding: 24px;
    }

    .inaedtec-crm-metric-grid article,
    .inaedtec-crm-pipeline-preview div {
        min-height: auto;
        padding: 20px;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp {
        --inaedtec-section-offset: 120px;
        --inaedtec-resource-card-y: 22px;
        --inaedtec-resource-card-x: 22px;
        --inaedtec-application-card-y: 22px;
        --inaedtec-application-card-x: 22px;
    }

    body.admin-bar:has(.inaedtec-crm-lp) {
        scroll-padding-top: 138px;
    }

    body.admin-bar .inaedtec-crm-section,
    body.admin-bar .inaedtec-crm-final-cta {
        scroll-margin-top: 138px;
    }

    #inaedtec-crm-recursos,
    #inaedtec-crm-aplicacoes {
        padding-top: 74px;
        padding-bottom: 68px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card > svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        padding: 10px;
        margin: 0 auto 16px;
    }

    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card strong {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        margin-bottom: 16px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card p,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card p {
        margin-top: 10px;
        line-height: 1.56;
    }

    .inaedtec-crm-dashboard-card,
    .inaedtec-crm-metric-grid article,
    .inaedtec-crm-pipeline-preview div {
        padding: 20px;
    }
}

/* --------------------------------------------------------------------------
   INAEDTEC CRM — Refino visual CRM Light/Dark (#fe6002 + #df2412)
   Camada final minimalista para preservar a estrutura e consolidar a nova paleta.
-------------------------------------------------------------------------- */
.inaedtec-crm-lp {
    --inaedtec-orange: #fe6002;
    --inaedtec-orange-dark: #df2412;
    --inaedtec-orange-soft: rgba(254, 96, 2, 0.10);
    --inaedtec-blue: #df2412;
    --inaedtec-blue-dark: #b91d0e;
    --inaedtec-blue-soft: rgba(223, 36, 18, 0.10);
    --inaedtec-shadow: 0 22px 70px rgba(51, 51, 51, 0.09);
    --inaedtec-shadow-hover: 0 30px 90px rgba(51, 51, 51, 0.13);
    --inaedtec-focus: 0 0 0 4px rgba(254, 96, 2, 0.18);
}

.inaedtec-crm-lp[data-theme="light"] {
    --inaedtec-bg: #FFFFFF;
    --inaedtec-bg-soft: #F5F7FA;
    --inaedtec-surface: rgba(255, 255, 255, 0.82);
    --inaedtec-surface-strong: rgba(255, 255, 255, 0.96);
    --inaedtec-border: rgba(223, 36, 18, 0.12);
    --inaedtec-border-strong: rgba(254, 96, 2, 0.28);
    --inaedtec-heading: #333333;
    --inaedtec-text: #333333;
    --inaedtec-muted: #5A6472;
    --inaedtec-card: rgba(255, 255, 255, 0.84);
    background:
        radial-gradient(circle at 8% 10%, rgba(254, 96, 2, 0.08), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(223, 36, 18, 0.055), transparent 30%),
        linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 50%, #FFFFFF 100%);
}

.inaedtec-crm-lp[data-theme="dark"] {
    --inaedtec-bg: #1A202C;
    --inaedtec-bg-soft: #212121;
    --inaedtec-surface: rgba(33, 33, 33, 0.74);
    --inaedtec-surface-strong: rgba(26, 32, 44, 0.94);
    --inaedtec-border: rgba(226, 232, 240, 0.13);
    --inaedtec-border-strong: rgba(254, 96, 2, 0.34);
    --inaedtec-heading: #FFFFFF;
    --inaedtec-text: #E2E8F0;
    --inaedtec-muted: #CBD5E1;
    --inaedtec-card: rgba(33, 33, 33, 0.70);
    background:
        radial-gradient(circle at 10% 10%, rgba(254, 96, 2, 0.16), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(223, 36, 18, 0.18), transparent 30%),
        linear-gradient(180deg, #1A202C 0%, #212121 52%, #1A202C 100%);
}

.inaedtec-crm-lp::before {
    background:
        linear-gradient(90deg, rgba(223, 36, 18, 0.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(254, 96, 2, 0.045) 1px, transparent 1px);
}

.inaedtec-crm-lp[data-theme="dark"]::before {
    opacity: 0.12;
    background:
        linear-gradient(90deg, rgba(226, 232, 240, 0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(254, 96, 2, 0.06) 1px, transparent 1px);
}

.inaedtec-crm-topbar {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 250, 0.72), transparent);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-topbar {
    background: linear-gradient(180deg, rgba(26, 32, 44, 0.94), rgba(33, 33, 33, 0.62), transparent);
}

.inaedtec-crm-topbar-inner,
.inaedtec-crm-dashboard-card,
.inaedtec-crm-feature-card,
.inaedtec-crm-step-card,
.inaedtec-crm-difference-card,
.inaedtec-crm-final-card,
.inaedtec-crm-faq-item,
.inaedtec-crm-demo-card,
.inaedtec-crm-demo-form,
.inaedtec-crm-footer-card,
.inaedtec-crm-glass-list {
    box-shadow: 0 20px 58px rgba(51, 51, 51, 0.08);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-topbar-inner,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-dashboard-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-feature-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-step-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-difference-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-final-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-faq-item,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-form,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-footer-card,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list {
    box-shadow: 0 24px 74px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(254, 96, 2, 0.035) inset;
}

.inaedtec-crm-nav a:hover,
.inaedtec-crm-nav a:focus-visible,
.inaedtec-crm-nav a.inaedtec-crm-active,
.inaedtec-crm-footer-links a:hover,
.inaedtec-crm-footer-links a:focus-visible,
.inaedtec-crm-btn-primary,
.inaedtec-crm-btn-mini,
.inaedtec-crm-form-submit {
    background: linear-gradient(135deg, #fe6002, #df2412);
    box-shadow: 0 14px 34px rgba(254, 96, 2, 0.22);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-btn-secondary,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-theme-toggle,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-menu-toggle {
    border-color: rgba(254, 96, 2, 0.22);
    box-shadow: 0 0 24px rgba(254, 96, 2, 0.08);
}

.inaedtec-crm-eyebrow,
.inaedtec-crm-section-tag,
.inaedtec-crm-trust-row span,
.inaedtec-crm-demo-points span,
.inaedtec-crm-integration-grid span,
.inaedtec-crm-btn-secondary,
.inaedtec-crm-theme-toggle,
.inaedtec-crm-menu-toggle {
    color: #df2412;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-eyebrow,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-section-tag,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-trust-row span,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-points span,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-integration-grid span {
    color: #E2E8F0;
}

.inaedtec-crm-orb-one,
.inaedtec-crm-orb-three {
    background: radial-gradient(circle, rgba(254, 96, 2, 0.40), transparent 68%);
}

.inaedtec-crm-orb-two {
    background: radial-gradient(circle, rgba(223, 36, 18, 0.26), transparent 70%);
}

.inaedtec-crm-chart {
    background: linear-gradient(180deg, rgba(254, 96, 2, 0.055), rgba(223, 36, 18, 0.035));
}

.inaedtec-crm-chart span,
.inaedtec-crm-difference-icon,
.inaedtec-crm-demo-copy,
.inaedtec-crm-step-card strong,
.inaedtec-crm-live-badge,
.inaedtec-crm-metric-grid em {
    background: linear-gradient(135deg, #fe6002, #df2412);
}

.inaedtec-crm-feature-card > svg,
.inaedtec-crm-glass-list svg {
    color: #df2412;
    background: rgba(223, 36, 18, 0.08);
}

.inaedtec-crm-feature-card:nth-child(even) > svg,
.inaedtec-crm-glass-list div:nth-child(even) svg {
    color: #fe6002;
    background: rgba(254, 96, 2, 0.10);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-feature-card > svg,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list svg {
    color: #ffb89d;
    background: rgba(254, 96, 2, 0.13);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-feature-card:nth-child(even) > svg,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-glass-list div:nth-child(even) svg {
    color: #ff7f51;
    background: rgba(223, 36, 18, 0.15);
}

.inaedtec-crm-app-section,
.inaedtec-crm-difference-section,
.inaedtec-crm-final-cta {
    background: linear-gradient(180deg, transparent, rgba(254, 96, 2, 0.035));
}

.inaedtec-crm-form-feedback-loading {
    color: #df2412;
    background: rgba(255, 243, 237, 0.96);
    border-color: rgba(254, 96, 2, 0.24);
}

.inaedtec-crm-field input,
.inaedtec-crm-field textarea,
.inaedtec-crm-field select,
.inaedtec-crm-check {
    border-color: rgba(223, 36, 18, 0.12);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field input,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field textarea,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field select,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-check {
    color: #E2E8F0;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(226, 232, 240, 0.13);
}


/* Formulário mais leve, limpo e harmônico */
.inaedtec-crm-demo-form {
    gap: 18px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(223, 36, 18, 0.12);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-demo-form {
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(226, 232, 240, 0.12);
}

.inaedtec-crm-field,
.inaedtec-crm-check {
    gap: 7px;
}

.inaedtec-crm-field span,
.inaedtec-crm-check span {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.inaedtec-crm-field input,
.inaedtec-crm-field textarea,
.inaedtec-crm-field select {
    font-size: 0.825rem;
    font-weight: 500;
}

.inaedtec-crm-field input::placeholder,
.inaedtec-crm-field textarea::placeholder {
    font-weight: 400;
}

.inaedtec-crm-field input:hover,
.inaedtec-crm-field textarea:hover,
.inaedtec-crm-field select:hover {
    border-color: rgba(254, 96, 2, 0.28);
    background: rgba(255, 255, 255, 0.88);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field input:hover,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field textarea:hover,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-field select:hover {
    background: rgba(255, 255, 255, 0.085);
}

.inaedtec-crm-check {
    padding: 14px 15px;
}


/* Formulário e rodapé
   Ajusta consentimento, copyright e links inferiores com tipografia mais leve. */
.inaedtec-crm-check {
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.44);
    transition: border-color var(--inaedtec-transition), box-shadow var(--inaedtec-transition), background var(--inaedtec-transition), transform var(--inaedtec-transition);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-check {
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.inaedtec-crm-check:hover,
.inaedtec-crm-check:focus-within {
    border-color: var(--inaedtec-border-strong);
    background: rgba(255, 255, 255, 0.72);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-check:hover,
.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-check:focus-within {
    background: rgba(255, 255, 255, 0.08);
}

.inaedtec-crm-check input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 6px;
    flex: 0 0 20px;
}

.inaedtec-crm-check span {
    color: var(--inaedtec-muted);
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.005em;
}

.inaedtec-crm-check em {
    color: var(--inaedtec-orange);
    font-weight: 700;
}

.inaedtec-crm-footer-links a {
    min-height: 36px;
    padding: 8px 11px;
    font-size: 0.755rem;
    font-weight: 400;
    letter-spacing: 0;
}

.inaedtec-crm-footer-bottom {
    color: var(--inaedtec-muted);
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.45;
}

.inaedtec-crm-footer-bottom a {
    font-size: 0.755rem;
    font-weight: 400;
    letter-spacing: 0;
}


/* Recursos e Aplicações com alinhamento óptico consolidado
   Camada final específica para evitar sobreposição dos estilos globais de cards. */
#inaedtec-crm-recursos,
#inaedtec-crm-aplicacoes {
    isolation: isolate;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.2vw, 28px);
    align-items: stretch;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: clamp(232px, 18vw, 260px);
    padding: clamp(30px, 3vw, 38px) clamp(26px, 2.8vw, 36px);
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    gap: 0;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card > svg {
    display: block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin: 0 auto 18px;
    padding: 12px;
    box-sizing: content-box;
    border-radius: 18px;
    flex: 0 0 auto;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card h3 {
    width: 100%;
    max-width: 285px;
    margin: 0 auto;
    padding: 0;
    color: var(--inaedtec-heading);
    font-size: 1.055rem;
    font-weight: 850;
    line-height: 1.24;
    letter-spacing: -0.022em;
    text-align: center;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card p {
    width: 100%;
    max-width: 318px;
    margin: 12px auto 0;
    padding: 0;
    color: var(--inaedtec-muted);
    font-size: 0.905rem;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: -0.006em;
    text-align: center;
}

#inaedtec-crm-recursos .inaedtec-crm-feature-card:hover {
    transform: translateY(-4px);
}

#inaedtec-crm-aplicacoes .inaedtec-crm-split-sticky {
    gap: clamp(38px, 5vw, 78px);
    align-items: center;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-grid {
    display: grid;
    gap: clamp(18px, 2.1vw, 24px);
    align-items: stretch;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: clamp(190px, 14vw, 220px);
    padding: clamp(30px, 3vw, 40px) clamp(28px, 3vw, 38px);
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    gap: 0;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card strong,
#inaedtec-crm-aplicacoes .inaedtec-crm-step-card > svg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    min-width: 54px;
    min-height: 54px;
    margin: 0 auto 18px;
    padding: 0;
    flex: 0 0 auto;
    border-radius: 18px;
    line-height: 1;
    text-align: center;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card > svg {
    width: 30px;
    height: 30px;
    padding: 12px;
    box-sizing: content-box;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card h3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    color: var(--inaedtec-heading);
    font-size: 1.04rem;
    font-weight: 850;
    line-height: 1.24;
    letter-spacing: -0.02em;
    text-align: center;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card p {
    width: 100%;
    max-width: 335px;
    margin: 12px auto 0;
    padding: 0;
    color: var(--inaedtec-muted);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: -0.006em;
    text-align: center;
}

#inaedtec-crm-aplicacoes .inaedtec-crm-step-card:hover {
    transform: translateY(-4px);
}

@media (max-width: 1024px) {
    #inaedtec-crm-aplicacoes .inaedtec-crm-split-sticky {
        align-items: stretch;
    }
}

@media (max-width: 840px) {
    #inaedtec-crm-recursos .inaedtec-crm-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card {
        min-height: auto;
        padding: 26px 24px;
        border-radius: 24px;
    }
}

@media (max-width: 560px) {
    #inaedtec-crm-recursos .inaedtec-crm-feature-grid {
        grid-template-columns: 1fr;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card {
        padding: 24px 22px;
        border-radius: 22px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card > svg,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card > svg {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        margin: 0 auto 16px;
        padding: 10px;
        border-radius: 16px;
    }

    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card strong {
        width: 48px;
        height: 48px;
        min-width: 48px;
        min-height: 48px;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    #inaedtec-crm-recursos .inaedtec-crm-feature-card h3,
    #inaedtec-crm-recursos .inaedtec-crm-feature-card p,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card h3,
    #inaedtec-crm-aplicacoes .inaedtec-crm-step-card p {
        max-width: 100%;
    }
}


/* Feedback do formulário e rodapé minimalista
   Camada final para harmonizar mensagem obrigatória, copyright e remover peso visual do footer. */
.inaedtec-crm-form-feedback {
    padding: 11px 13px;
    border-radius: 14px;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.005em;
    box-shadow: none;
}

.inaedtec-crm-form-feedback-error {
    color: #8f1d12;
    background: rgba(254, 96, 2, 0.08);
    border: 1px solid rgba(223, 36, 18, 0.18);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-form-feedback-error {
    color: #ffd6c6;
    background: rgba(254, 96, 2, 0.12);
    border-color: rgba(254, 96, 2, 0.24);
}

.inaedtec-crm-form-feedback-success,
.inaedtec-crm-form-feedback-loading {
    font-weight: 400;
}

.inaedtec-crm-footer-bottom {
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 30px;
    padding-top: 16px;
    font-size: calc(0.825rem - 2px);
    font-weight: 400;
    line-height: 1.35;
}

.inaedtec-crm-footer-bottom span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin: 0 auto;
    font-weight: 400;
}

.inaedtec-crm-footer-bottom a {
    display: none !important;
}

/* =========================================================
   Card Visão 360°
   Escopo restrito ao card visual do dashboard para evitar
   sobreposição em Recursos, Aplicações, formulário e rodapé.
   ========================================================= */
.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-top {
    align-items: center;
    justify-content: space-between;
    gap: clamp(14px, 2vw, 22px);
    margin-bottom: clamp(18px, 2.2vw, 26px);
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    min-width: 0;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, #fe6002, #df2412);
    box-shadow: 0 14px 32px rgba(254, 96, 2, 0.22);
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-icon svg {
    width: 23px;
    height: 23px;
    display: block;
    fill: currentColor;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-copy span,
.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-copy strong {
    margin: 0;
    text-align: left;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-copy span {
    line-height: 1.1;
    letter-spacing: 0.055em;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-copy strong {
    margin-top: 7px;
    line-height: 1.08;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-live-badge {
    flex: 0 0 auto;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid {
    gap: clamp(14px, 1.8vw, 18px);
    margin-top: 0;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article {
    min-height: 138px;
    padding: clamp(20px, 2.2vw, 24px);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article span,
.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article strong,
.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article em {
    margin: 0;
    text-align: center;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article span {
    color: var(--inaedtec-muted);
    line-height: 1.15;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article strong {
    line-height: 1;
    letter-spacing: -0.03em;
}

.inaedtec-crm-dashboard-card .inaedtec-crm-metric-grid article em {
    min-height: 28px;
    padding: 7px 12px;
    line-height: 1;
    font-weight: 700;
}

@media (max-width: 640px) {
    .inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .inaedtec-crm-dashboard-card .inaedtec-crm-dashboard-title-wrap {
        width: 100%;
    }

    .inaedtec-crm-dashboard-card .inaedtec-crm-live-badge {
        align-self: flex-start;
    }
}


/* refinamento tipográfico dos títulos principais
   Camada final e escopada para evitar sobreposição com regras globais de h1/h2. */
.inaedtec-crm-lp .inaedtec-crm-hero h1.inaedtec-crm-heading-hero {
    font-size: clamp(2.025rem, 4.23vw, 3.825rem);
    line-height: 1.07;
    letter-spacing: -0.052em;
}

.inaedtec-crm-lp .inaedtec-crm-section h2.inaedtec-crm-heading-section,
.inaedtec-crm-lp .inaedtec-crm-final-cta h2.inaedtec-crm-heading-section {
    font-size: clamp(1.62rem, 2.88vw, 2.7rem);
    line-height: 1.09;
    letter-spacing: -0.048em;
}

@media (max-width: 780px) {
    .inaedtec-crm-lp .inaedtec-crm-hero h1.inaedtec-crm-heading-hero {
        font-size: clamp(1.89rem, 9.45vw, 3.06rem);
        line-height: 1.08;
    }

    .inaedtec-crm-lp .inaedtec-crm-section h2.inaedtec-crm-heading-section,
    .inaedtec-crm-lp .inaedtec-crm-final-cta h2.inaedtec-crm-heading-section {
        font-size: clamp(1.53rem, 7.2vw, 2.34rem);
        line-height: 1.1;
    }
}

@media (max-width: 480px) {
    .inaedtec-crm-lp .inaedtec-crm-hero h1.inaedtec-crm-heading-hero {
        font-size: clamp(1.71rem, 10.8vw, 2.7rem);
        letter-spacing: -0.045em;
    }

    .inaedtec-crm-lp .inaedtec-crm-section h2.inaedtec-crm-heading-section,
    .inaedtec-crm-lp .inaedtec-crm-final-cta h2.inaedtec-crm-heading-section {
        font-size: clamp(1.44rem, 8.1vw, 2.07rem);
        letter-spacing: -0.04em;
    }
}

/* =========================================================
   Hero com banners responsivos — versão 1.7.4
   Aplica assets/banner/desktop.webp e assets/banner/mobile.webp
   com glassmorphism e overlay predominante laranja INAED.
   ========================================================= */
.inaedtec-crm-lp .inaedtec-crm-hero {
    min-height: clamp(690px, 84vh, 840px);
    padding: clamp(132px, 10vw, 172px) 0 clamp(72px, 7vw, 112px);
    overflow: hidden;
}

.inaedtec-crm-lp .inaedtec-crm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(254, 96, 2, 0.16), rgba(254, 96, 2, 0.08) 36%, rgba(223, 36, 18, 0.06) 68%, transparent 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-grid {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
    gap: clamp(34px, 4.8vw, 76px);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy {
    max-width: 720px;
}

.inaedtec-crm-lp .inaedtec-crm-hero-banner-card {
    position: relative;
    width: 100%;
    min-height: clamp(430px, 38vw, 560px);
    border: 1px solid rgba(254, 96, 2, 0.22);
    border-radius: clamp(26px, 3vw, 38px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.14));
    box-shadow: 0 28px 90px rgba(223, 36, 18, 0.18), 0 18px 48px rgba(17, 24, 39, 0.12);
    transform: translateZ(0);
}

.inaedtec-crm-lp .inaedtec-crm-hero-banner-glass {
    position: absolute;
    inset: 12px;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: clamp(20px, 2.4vw, 30px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    pointer-events: none;
}

.inaedtec-crm-lp .inaedtec-crm-hero-picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.inaedtec-crm-lp .inaedtec-crm-hero-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
}

.inaedtec-crm-lp .inaedtec-crm-hero-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(115deg, rgba(254, 96, 2, 0.58) 0%, rgba(254, 96, 2, 0.34) 34%, rgba(223, 36, 18, 0.20) 60%, rgba(0, 75, 129, 0.08) 100%),
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.34), transparent 34%);
    mix-blend-mode: multiply;
}

.inaedtec-crm-lp .inaedtec-crm-hero-banner-shine {
    position: absolute;
    inset: auto -20% -34% 18%;
    z-index: 3;
    width: 72%;
    height: 62%;
    border-radius: 999px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.08) 42%, transparent 70%);
    filter: blur(18px);
    opacity: 0.78;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-banner-card {
    border-color: rgba(254, 96, 2, 0.30);
    background: linear-gradient(145deg, rgba(254, 96, 2, 0.16), rgba(255, 255, 255, 0.05));
    box-shadow: 0 30px 100px rgba(254, 96, 2, 0.22), 0 18px 60px rgba(0, 0, 0, 0.32);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-banner-overlay {
    background:
        linear-gradient(115deg, rgba(254, 96, 2, 0.62) 0%, rgba(254, 96, 2, 0.36) 38%, rgba(223, 36, 18, 0.24) 68%, rgba(0, 0, 0, 0.10) 100%),
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.22), transparent 34%);
    mix-blend-mode: screen;
    opacity: 0.82;
}

.inaedtec-crm-lp .inaedtec-crm-orb-one,
.inaedtec-crm-lp .inaedtec-crm-orb-two,
.inaedtec-crm-lp .inaedtec-crm-orb-three {
    z-index: 1;
}

.inaedtec-crm-lp .inaedtec-crm-orb-one {
    background: radial-gradient(circle, rgba(254, 96, 2, 0.52), transparent 68%);
}

.inaedtec-crm-lp .inaedtec-crm-orb-two {
    background: radial-gradient(circle, rgba(254, 96, 2, 0.34), transparent 70%);
}

.inaedtec-crm-lp .inaedtec-crm-orb-three {
    background: radial-gradient(circle, rgba(255, 117, 0, 0.22), transparent 70%);
}

@media (max-width: 1120px) {
    .inaedtec-crm-lp .inaedtec-crm-hero-grid {
        grid-template-columns: 1fr;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy {
        max-width: 860px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-banner-card {
        min-height: clamp(360px, 56vw, 520px);
        max-width: 880px;
        margin-inline: auto;
    }
}

@media (max-width: 840px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        padding-top: 118px;
        padding-bottom: 68px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-grid {
        gap: 30px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-banner-card {
        min-height: clamp(520px, 118vw, 720px);
        border-radius: 28px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-picture img {
        object-position: center top;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        padding-top: 108px;
        padding-bottom: 58px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-banner-card {
        min-height: clamp(500px, 136vw, 680px);
        border-radius: 24px;
        box-shadow: 0 22px 68px rgba(223, 36, 18, 0.18), 0 12px 34px rgba(17, 24, 39, 0.10);
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-banner-glass {
        inset: 9px;
        border-radius: 19px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-banner-overlay {
        background:
            linear-gradient(155deg, rgba(254, 96, 2, 0.48), rgba(254, 96, 2, 0.28) 46%, rgba(223, 36, 18, 0.18) 100%),
            radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.28), transparent 36%);
    }
}


/* =========================================================
   Hero com banner em background — versão 1.7.5
   Banner desktop/mobile aplicado como fundo da Hero
   com o conteúdo anterior sobreposto em card glass.
   ========================================================= */
.inaedtec-crm-lp .inaedtec-crm-hero {
    position: relative;
    min-height: clamp(720px, 92vh, 920px);
    padding: clamp(138px, 10vw, 178px) 0 clamp(84px, 8vw, 118px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.inaedtec-crm-lp .inaedtec-crm-hero::before {
    content: none;
}

.inaedtec-crm-lp .inaedtec-crm-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-picture,
.inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-picture {
    position: absolute;
    inset: 0;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1.02);
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 20, 20, 0.72) 0%, rgba(20, 20, 20, 0.58) 18%, rgba(254, 96, 2, 0.44) 44%, rgba(254, 96, 2, 0.24) 66%, rgba(223, 36, 18, 0.18) 82%, rgba(223, 36, 18, 0.12) 100%),
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(8, 8, 8, 0.18) 0%, rgba(8, 8, 8, 0.42) 100%);
    z-index: 1;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-shine {
    position: absolute;
    right: -12%;
    bottom: -18%;
    width: min(560px, 46vw);
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 28%, rgba(254, 96, 2, 0.12) 42%, transparent 70%);
    filter: blur(18px);
    z-index: 2;
    pointer-events: none;
}

.inaedtec-crm-lp .inaedtec-crm-hero-grid {
    position: relative;
    z-index: 3;
    width: 100%;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 0;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy {
    max-width: min(720px, 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
    position: relative;
    padding: clamp(26px, 3.2vw, 38px);
    border-radius: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(145deg, rgba(18, 18, 18, 0.54), rgba(18, 18, 18, 0.28));
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22), 0 18px 50px rgba(223, 36, 18, 0.10);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04) 42%, rgba(254,96,2,0.08) 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card > * {
    position: relative;
    z-index: 1;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-eyebrow {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.14);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card h1,
.inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
    color: #ffffff;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
    max-width: 60ch;
    color: rgba(255, 255, 255, 0.92);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row {
    margin-top: 22px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row span {
    color: rgba(255, 255, 255, 0.92);
}

.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-hero-copy-card {
    border-color: rgba(255, 255, 255, 0.22);
    background: linear-gradient(145deg, rgba(28, 28, 28, 0.44), rgba(28, 28, 28, 0.22));
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-copy-card {
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(145deg, rgba(12, 12, 12, 0.58), rgba(12, 12, 12, 0.32));
    box-shadow: 0 30px 96px rgba(0, 0, 0, 0.34), 0 18px 56px rgba(254, 96, 2, 0.12);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-background-overlay {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.62) 16%, rgba(254, 96, 2, 0.42) 44%, rgba(254, 96, 2, 0.22) 68%, rgba(223, 36, 18, 0.16) 100%),
        radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.54) 100%);
}

.inaedtec-crm-lp .inaedtec-crm-orb-one,
.inaedtec-crm-lp .inaedtec-crm-orb-two,
.inaedtec-crm-lp .inaedtec-crm-orb-three {
    z-index: 2;
    opacity: 0.72;
}

@media (max-width: 1024px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(720px, 88vh, 900px);
        padding-top: 132px;
        padding-bottom: 88px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy {
        max-width: min(680px, 100%);
    }
}

@media (max-width: 767px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(760px, 100svh, 980px);
        padding-top: 118px;
        padding-bottom: 68px;
        align-items: flex-end;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
        object-position: center top;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-background-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 22%, rgba(254, 96, 2, 0.28) 44%, rgba(18, 18, 18, 0.58) 70%, rgba(18, 18, 18, 0.86) 100%),
            radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.16), transparent 30%);
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
        max-width: 100%;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-actions {
        width: 100%;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-actions .inaedtec-crm-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(780px, 102svh, 1020px);
        padding-top: 108px;
        padding-bottom: 58px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-background-shine {
        right: -28%;
        bottom: -20%;
        width: 78vw;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
        box-shadow: 0 18px 52px rgba(0, 0, 0, 0.26), 0 10px 30px rgba(223, 36, 18, 0.10);
    }
}


/* =========================================================
   Hero premium refinada — versão 1.7.6
   Segunda rodada premium com alinhamento refinado,
   overlay balanceado, animação sutil e ajuste fino de altura.
   ========================================================= */
.inaedtec-crm-lp .inaedtec-crm-hero {
    min-height: clamp(760px, 96vh, 960px);
    padding: clamp(144px, 10vw, 184px) 0 clamp(90px, 8vw, 126px);
}

.inaedtec-crm-lp .inaedtec-crm-hero-grid {
    justify-items: start;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy {
    max-width: min(760px, 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
    padding: clamp(28px, 3vw, 42px);
    border-radius: clamp(26px, 3vw, 36px);
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(145deg, rgba(15, 15, 15, 0.50), rgba(15, 15, 15, 0.24));
    box-shadow:
        0 32px 110px rgba(0, 0, 0, 0.26),
        0 18px 44px rgba(254, 96, 2, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-eyebrow {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-heading-hero {
    text-wrap: balance;
    max-width: 14ch;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
    max-width: 58ch;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
    animation: inaedtecHeroZoom 18s ease-in-out infinite alternate;
    will-change: transform;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-overlay {
    background:
        linear-gradient(92deg, rgba(8, 8, 8, 0.78) 0%, rgba(12, 12, 12, 0.64) 16%, rgba(254, 96, 2, 0.46) 42%, rgba(254, 96, 2, 0.28) 60%, rgba(223, 36, 18, 0.18) 80%, rgba(223, 36, 18, 0.10) 100%),
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, transparent 22%, transparent 78%, rgba(0,0,0,0.10) 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-shine {
    right: -8%;
    bottom: -16%;
    width: min(620px, 48vw);
    background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.10) 22%, rgba(254, 96, 2, 0.16) 38%, transparent 70%);
    filter: blur(20px);
    animation: inaedtecHeroGlow 7s ease-in-out infinite alternate;
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary {
    box-shadow: 0 14px 30px rgba(254, 96, 2, 0.24);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary:hover,
.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(254, 96, 2, 0.30);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-trust-row {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.inaedtec-crm-lp[data-theme="light"] .inaedtec-crm-hero-copy-card {
    background: linear-gradient(145deg, rgba(18, 18, 18, 0.46), rgba(18, 18, 18, 0.20));
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-copy-card {
    background: linear-gradient(145deg, rgba(6, 6, 6, 0.62), rgba(10, 10, 10, 0.32));
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero-background-overlay {
    background:
        linear-gradient(92deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.68) 18%, rgba(254, 96, 2, 0.42) 44%, rgba(254, 96, 2, 0.24) 64%, rgba(223, 36, 18, 0.14) 100%),
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.52) 100%);
}

@keyframes inaedtecHeroZoom {
    0% { transform: scale(1.02) translate3d(0, 0, 0); }
    100% { transform: scale(1.08) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes inaedtecHeroGlow {
    0% { opacity: 0.66; transform: translate3d(0, 0, 0) scale(1); }
    100% { opacity: 0.92; transform: translate3d(-2%, -2%, 0) scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
    .inaedtec-crm-lp .inaedtec-crm-hero-background-picture img,
    .inaedtec-crm-lp .inaedtec-crm-hero-background-shine {
        animation: none !important;
    }
}

@media (max-width: 1024px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(740px, 94vh, 920px);
        padding-top: 136px;
        padding-bottom: 84px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-heading-hero {
        max-width: 16ch;
    }
}

@media (max-width: 767px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(780px, 100svh, 1020px);
        padding-top: 120px;
        padding-bottom: 70px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-grid {
        justify-items: stretch;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy {
        max-width: 100%;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
        padding: 22px 18px;
        margin-inline: auto;
        text-align: center;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-eyebrow {
        justify-content: center;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-heading-hero,
    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-actions,
    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row {
        justify-content: center;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-background-overlay {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.10) 18%, rgba(254, 96, 2, 0.22) 40%, rgba(18, 18, 18, 0.54) 68%, rgba(18, 18, 18, 0.88) 100%),
            radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.14), transparent 26%);
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(760px, 96svh, 980px);
        padding-top: 110px;
        padding-bottom: 58px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
        border-radius: 24px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
        object-position: center top;
    }
}


/* =========================================================
   Hero ultra refinada — versão 1.7.7
   CTA premium, microinterações, tipografia e transição suave.
   ========================================================= */
.inaedtec-crm-lp {
    --inaedtec-hero-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.inaedtec-crm-lp .inaedtec-crm-hero {
    min-height: clamp(780px, 98vh, 980px);
    padding-bottom: clamp(104px, 9vw, 142px);
}

.inaedtec-crm-lp .inaedtec-crm-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 4;
    height: clamp(110px, 13vw, 170px);
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.72) 78%, var(--inaedtec-bg) 100%);
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-hero::after {
    background: linear-gradient(180deg, transparent 0%, rgba(26, 32, 44, 0.64) 76%, var(--inaedtec-bg) 100%);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
    transform: translateZ(0);
    transition:
        transform 360ms var(--inaedtec-hero-ease),
        box-shadow 360ms var(--inaedtec-hero-ease),
        border-color 360ms var(--inaedtec-hero-ease),
        background 360ms var(--inaedtec-hero-ease);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card:hover {
    transform: translateY(-4px) translateZ(0);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow:
        0 38px 120px rgba(0, 0, 0, 0.30),
        0 22px 54px rgba(254, 96, 2, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-heading-hero {
    letter-spacing: -0.062em;
    line-height: 0.96;
    text-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
    font-size: clamp(1rem, 1.2vw, 1.14rem);
    line-height: 1.74;
    letter-spacing: -0.015em;
}

.inaedtec-crm-lp .inaedtec-crm-hero-actions {
    gap: 14px;
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn {
    position: relative;
    overflow: hidden;
    min-height: 52px;
    border-radius: 999px;
    transition:
        transform 260ms var(--inaedtec-hero-ease),
        box-shadow 260ms var(--inaedtec-hero-ease),
        border-color 260ms var(--inaedtec-hero-ease),
        background 260ms var(--inaedtec-hero-ease),
        color 260ms var(--inaedtec-hero-ease);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn::before {
    content: '';
    position: absolute;
    top: -120%;
    left: -42%;
    width: 36%;
    height: 340%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
    transform: rotate(22deg) translateX(-160%);
    transition: transform 720ms var(--inaedtec-hero-ease);
    pointer-events: none;
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn:hover::before,
.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn:focus-visible::before {
    transform: rotate(22deg) translateX(520%);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary {
    background: linear-gradient(135deg, #ff7500 0%, #fe6002 48%, #df2412 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff !important;
    box-shadow:
        0 16px 34px rgba(254, 96, 2, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-secondary {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary:hover,
.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-primary:focus-visible {
    transform: translateY(-3px) scale(1.012);
    box-shadow:
        0 22px 46px rgba(254, 96, 2, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-secondary:hover,
.inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn-secondary:focus-visible {
    transform: translateY(-3px) scale(1.012);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.17);
    border-color: rgba(255, 255, 255, 0.30);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row {
    gap: 10px;
    padding: 10px;
    border-radius: 999px;
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition:
        transform 220ms var(--inaedtec-hero-ease),
        background 220ms var(--inaedtec-hero-ease),
        color 220ms var(--inaedtec-hero-ease);
}

.inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row span:hover {
    transform: translateY(-2px);
    background: rgba(255, 117, 0, 0.22);
    color: #ffffff;
}

.inaedtec-crm-lp .inaedtec-crm-hero-background-picture::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.22;
    background-image: linear-gradient(rgba(255,255,255,0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px);
    background-size: 92px 92px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,0.58), transparent 78%);
    z-index: 1;
    pointer-events: none;
}

.inaedtec-crm-lp .inaedtec-crm-problem-section {
    position: relative;
    margin-top: clamp(-52px, -4vw, -28px);
    padding-top: clamp(96px, 9vw, 138px);
    z-index: 5;
}

.inaedtec-crm-lp .inaedtec-crm-problem-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(254, 96, 2, 0.42), transparent);
}

@media (max-width: 767px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(780px, 98svh, 1000px);
        padding-bottom: 78px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero::after {
        height: 118px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card:hover {
        transform: none;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-heading-hero {
        letter-spacing: -0.046em;
        line-height: 1.02;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card p {
        line-height: 1.62;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row {
        border-radius: 24px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card .inaedtec-crm-trust-row span {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .inaedtec-crm-lp .inaedtec-crm-problem-section {
        margin-top: -34px;
        padding-top: 92px;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp .inaedtec-crm-hero {
        min-height: clamp(760px, 96svh, 980px);
    }

    .inaedtec-crm-lp .inaedtec-crm-hero .inaedtec-crm-btn {
        min-height: 50px;
    }

    .inaedtec-crm-lp .inaedtec-crm-hero-copy-card {
        padding: 20px 16px;
    }
}


/* =========================================================
   Ajuste de assets — versão 1.7.8
   A Hero passa a utilizar os banners otimizados em WebP:
   desktop: assets/banner/desktop.webp
   mobile: assets/banner/mobile.webp
   ========================================================= */
.inaedtec-crm-lp .inaedtec-crm-hero-background-picture img {
    image-rendering: auto;
}

/* =========================================================
   Seção: Vídeo demonstrativo
   ========================================================= */
.inaedtec-crm-lp .inaedtec-crm-video-section {
    position: relative;
    padding-top: clamp(92px, 8vw, 132px);
    padding-bottom: clamp(86px, 7vw, 124px);
    background: linear-gradient(180deg, transparent, rgba(254, 96, 2, 0.045), transparent);
    z-index: 4;
}

.inaedtec-crm-lp .inaedtec-crm-video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 40px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(254, 96, 2, 0.38), transparent);
}

.inaedtec-crm-lp .inaedtec-crm-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap: clamp(32px, 5vw, 72px);
    align-items: center;
}

.inaedtec-crm-lp .inaedtec-crm-video-copy p {
    max-width: 640px;
}

.inaedtec-crm-lp .inaedtec-crm-video-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.inaedtec-crm-lp .inaedtec-crm-video-card {
    position: relative;
    width: min(100%, 820px);
    justify-self: end;
    padding: clamp(14px, 1.55vw, 18px);
    border: 1px solid rgba(254, 96, 2, 0.20);
    border-radius: clamp(28px, 3vw, 40px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 241, 0.58));
    box-shadow: 0 28px 70px rgba(223, 36, 18, 0.12), var(--inaedtec-shadow);
    backdrop-filter: blur(22px) saturate(1.08);
    -webkit-backdrop-filter: blur(22px) saturate(1.08);
    overflow: hidden;
}


.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-video-card {
    border-color: rgba(254, 96, 2, 0.24);
    background: linear-gradient(145deg, rgba(26, 32, 44, 0.82), rgba(33, 33, 33, 0.70));
}

.inaedtec-crm-lp .inaedtec-crm-video-card::before {
    content: '';
    position: absolute;
    inset: -40% auto auto -22%;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(254, 96, 2, 0.20), transparent 68%);
    pointer-events: none;
}

.inaedtec-crm-lp .inaedtec-crm-video-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: clamp(22px, 2.4vw, 30px);
    overflow: hidden;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(254, 96, 2, 0.12);
}

.inaedtec-crm-lp .inaedtec-crm-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    transform: none;
    transform-origin: center center;
}

.inaedtec-crm-lp .inaedtec-crm-video-caption {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding: 12px 14px;
    border: 1px solid var(--inaedtec-border);
    border-radius: 999px;
    color: var(--inaedtec-heading);
    background: rgba(255, 255, 255, 0.48);
    font-size: 0.9rem;
    font-weight: 800;
}

.inaedtec-crm-lp[data-theme="dark"] .inaedtec-crm-video-caption {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.inaedtec-crm-lp .inaedtec-crm-video-play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--inaedtec-orange), var(--inaedtec-orange-dark));
    box-shadow: 0 10px 24px rgba(254, 96, 2, 0.22);
}

.inaedtec-crm-lp .inaedtec-crm-video-play-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .inaedtec-crm-lp .inaedtec-crm-video-grid {
        grid-template-columns: 1fr;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-card {
        justify-self: stretch;
        margin: 0 auto;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-copy,
    .inaedtec-crm-lp .inaedtec-crm-video-copy p {
        max-width: 820px;
    }
}

@media (max-width: 560px) {
    .inaedtec-crm-lp .inaedtec-crm-video-section {
        padding-top: 78px;
        padding-bottom: 76px;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-actions .inaedtec-crm-btn {
        width: 100%;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-card {
        padding: 10px;
        border-radius: 24px;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-frame {
        border-radius: 18px;
    }

    .inaedtec-crm-lp .inaedtec-crm-video-caption {
        align-items: flex-start;
        border-radius: 20px;
    }
}
