:root {
    --psiq-green: #015ed7;
    --psiq-green-dark: #0148a4;
    --psiq-green-soft: #e5edfa;
    --psiq-accent: #7dff6b;
    --psiq-accent-dark: #39c449;
    --psiq-accent-deep: #208238;
    --psiq-accent-soft: rgba(125, 255, 107, 0.12);
    --psiq-accent-line: rgba(125, 255, 107, 0.24);
    --psiq-accent-glow: rgba(125, 255, 107, 0.2);
    --psiq-gold: #c8b48c;
    --psiq-ink: #2f3440;
    --psiq-muted: #646d7f;
    --psiq-line: rgba(1, 94, 215, 0.12);
    --psiq-surface: #ffffff;
    --psiq-cream: #fbf8f3;
    --psiq-shadow: 0 24px 60px rgba(1, 94, 215, 0.1);
}

html {
    scroll-behavior: smooth;
    width: 100%;
}

body {
    background: linear-gradient(180deg, #fbfcff 0%, #f5f8fe 38%, #fbf8f3 100%);
    color: var(--psiq-ink);
    font-family: 'Manrope', 'Raleway', sans-serif;
    overflow-x: hidden;
    width: 100%;
}

.site-shell .text-success {
    color: var(--psiq-green) !important;
}

.site-shell .btn-success {
    background-color: var(--psiq-green);
    border-color: var(--psiq-green-dark);
    color: #ffffff;
}

.site-shell .btn-success:hover,
.site-shell .btn-success:focus,
.site-shell .btn-success:active {
    background-color: var(--psiq-green-dark);
    border-color: var(--psiq-green-dark);
    color: #ffffff;
}

a {
    transition: all 0.25s ease;
}

.site-shell {
    overflow: hidden;
    width: 100%;
}

.site-navbar {
    background: linear-gradient(90deg, #123f8b 0%, #0d2f69 100%);
    border: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.site-navbar .navbar-brand,
.brand-wordmark {
    color: #ffffff !important;
    font-family: 'Audiowide', cursive;
    font-size: 28px;
    letter-spacing: 1px;
}

.site-navbar .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.site-navbar .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.24);
    margin-top: 14px;
}

.site-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
}

.site-navbar .nav-outline > a,
.site-navbar .nav-cta > a {
    border-radius: 999px;
    margin-top: 6px;
    padding: 12px 22px;
}

.site-navbar .nav-outline > a {
    border: 0;
    box-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
}

.site-navbar .nav-cta > a {
    background: linear-gradient(135deg, #21c5ff 0%, #00a1f1 100%);
    box-shadow: 0 14px 32px rgba(0, 161, 241, 0.24);
    color: #ffffff !important;
    overflow: hidden;
    position: relative;
}

.site-navbar .nav-cta > a::after {
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.14) 38%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0.14) 62%, rgba(255, 255, 255, 0) 100%);
    content: '';
    height: 180%;
    left: -42%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -40%;
    transform: translateX(-180%) skewX(-24deg);
    width: 34%;
}

.site-navbar .nav-cta > a:hover,
.site-navbar .nav-cta > a:focus {
    background: linear-gradient(135deg, #39ceff 0%, #018fda 100%);
}

.site-navbar .nav-cta > a:hover::after,
.site-navbar .nav-cta > a:focus::after {
    animation: navbar-cta-shine 0.9s ease;
}

@keyframes navbar-cta-shine {
    0% {
        opacity: 0;
        transform: translateX(-180%) skewX(-24deg);
    }

    18% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
        transform: translateX(430%) skewX(-24deg);
    }
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(58, 190, 255, 0.22), transparent 26%),
        radial-gradient(circle at 30% 80%, rgba(255, 255, 255, 0.08), transparent 36%),
        linear-gradient(125deg, #123f8b 0%, #0f377a 38%, #08285d 100%);
    padding: 138px 0 90px;
    position: relative;
}

.hero-section::before {
    background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 120px 120px;
    content: '';
    inset: 0;
    opacity: 0.18;
    position: absolute;
}

.hero-section::after {
    background: radial-gradient(circle, rgba(33, 197, 255, 0.28) 0%, rgba(33, 197, 255, 0) 70%);
    border-radius: 50%;
    content: '';
    filter: blur(12px);
    height: 420px;
    position: absolute;
    right: -80px;
    top: 70px;
    width: 420px;
}

.hero-copy,
.hero-visual,
.section-space {
    position: relative;
    z-index: 2;
}

.hero-row {
    align-items: center;
    display: flex;
}

.hero-eyebrow,
.section-tag,
.screen-label,
.client-state,
.plan-card__eyebrow {
    display: inline-block;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-eyebrow {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.94);
    margin-bottom: 22px;
    padding: 10px 16px;
}

.hero-copy h1,
.section-heading h2,
.story-card h3,
.experience-card h4,
.ia-panel h3,
.ia-mini-card h4,
.feature-card h3,
.screen-card h4,
.media-placeholder h4,
.product-note strong,
.testimonial-side h3,
.plans-note strong,
.cta-banner strong,
.client-card h3,
.planos-grid .panel-heading h3,
.hero-proof-card strong {
    font-family: 'Space Grotesk', 'Baumans', cursive;
}

.hero-copy h1 {
    color: #ffffff;
    font-size: clamp(44px, 6vw, 72px);
    letter-spacing: -0.03em;
    line-height: 0.98;
    margin: 0 0 18px;
}

.hero-line {
    display: block;
}

.hero-line-light {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
}

.hero-line-accent {
    color: #7bdcff;
}

.hero-line-rotating {
    min-height: 1.15em;
}

.hero-word-cycle {
    display: inline-grid;
}

.hero-word {
    grid-area: 1 / 1;
}

.hero-word--first {
    animation: hero-word-first 7.8s ease-in-out infinite;
}

.hero-word--second {
    animation: hero-word-second 7.8s ease-in-out infinite;
}

.hero-word--third {
    animation: hero-word-third 7.8s ease-in-out infinite;
}

@keyframes hero-word-first {
    0%,
    28% {
        opacity: 1;
        transform: translateY(0);
    }

    33%,
    100% {
        opacity: 0;
        transform: translateY(10%);
    }
}

@keyframes hero-word-second {
    0%,
    28% {
        opacity: 0;
        transform: translateY(-10%);
    }

    33%,
    61% {
        opacity: 1;
        transform: translateY(0);
    }

    66%,
    100% {
        opacity: 0;
        transform: translateY(10%);
    }
}

@keyframes hero-word-third {
    0%,
    61% {
        opacity: 0;
        transform: translateY(-10%);
    }

    66%,
    95% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(10%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-word--first,
    .hero-word--second,
    .hero-word--third {
        animation: none;
    }

    .hero-word--second,
    .hero-word--third {
        display: none;
    }
}

.hero-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 20px;
    line-height: 1.75;
    margin-top: 24px;
    max-width: 560px;
}

.hero-question-highlight {
    color: #7dff6b;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 30px 0 30px;
}

.btn-primary-hero,
.btn-secondary-hero {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    text-decoration: none;
}

.btn-primary-hero {
    background: linear-gradient(135deg, #ffcf4a 0%, #f6b61d 100%);
    box-shadow: 0 18px 32px rgba(246, 182, 29, 0.22);
    color: #14315f;
}

.btn-primary-hero .fa {
    margin-right: 8px;
}

.btn-primary-hero:hover,
.btn-primary-hero:focus {
    color: #14315f;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-secondary-hero {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.btn-secondary-hero:hover,
.btn-secondary-hero:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hero-proof-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    box-shadow: none;
    flex: 1;
    min-width: 180px;
    padding: 18px 20px;
}

.hero-proof-card strong {
    color: #ffffff;
    display: block;
    font-size: 26px;
    line-height: 1.05;
    margin-bottom: 6px;
}

.hero-proof-card span {
    color: rgba(255, 255, 255, 0.72);
    display: block;
    line-height: 1.55;
}

.hero-visual {
    min-height: 620px;
}

.hero-surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(240, 246, 255, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 34px;
    box-shadow: 0 40px 70px rgba(3, 22, 55, 0.28);
    inset: 28px 0 30px 110px;
    position: absolute;
}

.hero-device,
.hero-logo-card,
.hero-note,
.story-card,
.experience-card,
.section-card,
.ia-panel,
.ia-mini-card,
.feature-card,
.screen-card,
.video-panel,
.client-card,
.testimonial-card,
.testimonial-side,
.plans-note,
.cta-banner {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--psiq-line);
    border-radius: 30px;
    box-shadow: var(--psiq-shadow);
}

.card-icon-badge {
    align-items: center;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    box-shadow: 0 18px 32px rgba(16, 46, 104, 0.14);
    display: inline-flex;
    height: 56px;
    justify-content: center;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    width: 56px;
    z-index: 1;
}

.card-icon-badge::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
    border-radius: inherit;
    content: '';
    inset: 1px;
    opacity: 0.95;
    position: absolute;
}

.card-icon-badge i {
    font-size: 23px;
    position: relative;
    z-index: 1;
}

.hero-device,
.hero-logo-card,
.hero-note {
    position: absolute;
}

.hero-device {
    padding: 12px;
}

.hero-device img,
.screen-card img,
.hero-logo-card img {
    border-radius: 18px;
    display: block;
    width: 100%;
}

.hero-device.main {
    right: -12px;
    top: 48px;
    transform: none;
    width: 86%;
    z-index: 2;
}

.hero-profession-banner {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-shadow: 0 20px 36px rgba(3, 22, 55, 0.16);
    display: flex;
    gap: 14px;
    align-items: center;
    left: 18px;
    overflow: hidden;
    padding: 12px 18px;
    position: absolute;
    right: 18px;
    top: -54px;
    width: auto;
    z-index: 6;
}

.hero-profession-banner__label {
    color: rgba(255, 255, 255, 0.84);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    margin-bottom: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

.hero-profession-marquee {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.hero-profession-track {
    animation: hero-profession-marquee 24s linear infinite;
    display: flex;
    gap: 22px;
    width: max-content;
}

.hero-profession-banner:hover .hero-profession-track {
    animation-play-state: paused;
}

.hero-profession-group {
    display: flex;
    flex-shrink: 0;
    gap: 22px;
}

.hero-profession-item,
.hero-profession-fallback {
    color: #ffffff;
    display: inline-flex;
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 18px;
    line-height: 1.15;
    white-space: nowrap;
}

.hero-profession-item {
    align-items: center;
    gap: 22px;
}

.hero-profession-item::after {
    color: rgba(123, 220, 255, 0.94);
    content: '•';
    font-family: 'Manrope', 'Raleway', sans-serif;
    font-size: 18px;
}

.hero-profession-group .hero-profession-item:last-child::after {
    content: '';
}

.hero-device.left {
    left: 0;
    top: 150px;
    transform: none;
    width: 36%;
    z-index: 4;
}

.hero-device.bottom {
    bottom: 8px;
    right: 56px;
    transform: none;
    width: 44%;
    z-index: 3;
}

.hero-logo-card {
    left: 0;
    padding: 18px;
    top: 34px;
    width: 38%;
}

.hero-orbit {
    align-items: center;
    background: radial-gradient(circle at 30% 30%, #2ac6ff 0%, #0f88ef 55%, #0267db 100%);
    border: 8px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    box-shadow: 0 26px 40px rgba(0, 0, 0, 0.18);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 800;
    height: 146px;
    justify-content: center;
    line-height: 1.3;
    padding: 24px;
    position: absolute;
    right: 110px;
    text-align: center;
    top: 14px;
    width: 146px;
    z-index: 5;
}

.hero-orbit span {
    display: block;
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 4px;
}

.hero-note {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(1, 94, 215, 0.14);
    bottom: 54px;
    color: var(--psiq-ink);
    left: 82px;
    max-width: 280px;
    padding: 22px;
    z-index: 6;
}

.hero-note strong {
    color: var(--psiq-green-dark);
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}

.hero-note p {
    color: var(--psiq-muted);
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@keyframes hero-profession-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-profession-marquee {
        overflow-x: auto;
    }

    .hero-profession-track {
        animation: none;
    }
}

.section-space {
    padding: 92px 0;
}

.section-muted {
    background: rgba(255, 255, 255, 0.55);
}

.section-heading {
    margin-bottom: 34px;
    max-width: 780px;
}

.section-heading-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-tag {
    background: rgba(1, 94, 215, 0.09);
    border: 1px solid rgba(1, 94, 215, 0.08);
    color: var(--psiq-green-dark);
    padding: 8px 14px;
}

.section-heading h2 {
    font-size: 42px;
    line-height: 1.1;
    margin: 12px 0 14px;
}

.section-heading p,
.story-card p,
.experience-card p,
.feature-card p,
.screen-card p,
.media-placeholder p,
.product-note p,
.testimonial-side p,
.testimonial-meta,
.plans-note p,
.cta-banner p,
.client-card p {
    color: var(--psiq-muted);
    font-size: 17px;
    line-height: 1.75;
}

.story-card,
.ia-panel,
.testimonial-card,
.testimonial-side,
.plans-note,
.cta-banner {
    padding: 34px;
}

.story-card h3 {
    font-size: 30px;
    margin-top: 0;
}

.story-list,
.ia-list {
    list-style: none;
    margin: 24px 0 0;
    padding: 0;
}

.story-list li,
.ia-list li {
    line-height: 1.7;
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
}

.story-list li::before {
    color: var(--psiq-gold);
    content: '•';
    font-size: 28px;
    left: 8px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.experience-panel {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.12) 0%, rgba(200, 180, 140, 0.18) 100%);
    border: 1px solid rgba(1, 94, 215, 0.1);
    border-radius: 32px;
    margin-bottom: 22px;
    padding: 34px;
}

.experience-number {
    color: var(--psiq-green-dark);
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 72px;
    line-height: 0.9;
    margin-bottom: 10px;
}

.experience-text {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    max-width: 360px;
}

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

.experience-card {
    height: 100%;
    overflow: hidden;
    padding: 26px;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.experience-card::before,
.ia-mini-card::before {
    background: linear-gradient(90deg, rgba(125, 255, 107, 0.96) 0%, rgba(125, 255, 107, 0) 100%);
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.experience-card::after,
.ia-mini-card::after {
    border-radius: 50%;
    content: '';
    height: 160px;
    pointer-events: none;
    position: absolute;
    right: -56px;
    top: -56px;
    width: 160px;
}

.experience-card::after {
    background: radial-gradient(circle, rgba(125, 255, 107, 0.22) 0%, rgba(125, 255, 107, 0) 72%);
}

.experience-card--trust::after {
    background: radial-gradient(circle, rgba(125, 255, 107, 0.24) 0%, rgba(125, 255, 107, 0) 72%);
}

.experience-card--evolution::after {
    background: radial-gradient(circle, rgba(33, 197, 255, 0.2) 0%, rgba(33, 197, 255, 0) 72%);
}

.experience-card--authority::after {
    background: radial-gradient(circle, rgba(82, 146, 255, 0.18) 0%, rgba(82, 146, 255, 0) 72%);
}

.experience-card--launch::after {
    background: radial-gradient(circle, rgba(91, 255, 170, 0.22) 0%, rgba(91, 255, 170, 0) 72%);
}

.experience-card:hover,
.ia-mini-card:hover {
    border-color: var(--psiq-accent-line);
    transform: translateY(-8px);
}

.experience-card:hover {
    box-shadow: 0 28px 54px rgba(18, 70, 152, 0.14), 0 16px 34px rgba(57, 196, 73, 0.12);
}

.experience-card h4 {
    color: #163b71;
    font-size: 20px;
    line-height: 1.22;
    margin: 18px 0 10px;
}

.experience-card p {
    line-height: 1.78;
    margin: 0;
}

.experience-card .card-icon-badge {
    background: linear-gradient(145deg, #ffffff 0%, #effff0 100%);
}

.experience-card:hover .card-icon-badge,
.ia-mini-card:hover .card-icon-badge {
    border-color: rgba(125, 255, 107, 0.38);
    box-shadow: 0 22px 38px rgba(57, 196, 73, 0.2);
    transform: translateY(-2px) scale(1.05);
}

.card-icon-badge--trust {
    color: #1d7a35;
}

.card-icon-badge--evolution {
    color: #0f6bc3;
}

.card-icon-badge--authority {
    color: #2a74b9;
}

.card-icon-badge--launch {
    color: #1f8f58;
}

.ia-section {
    background:
        radial-gradient(circle at 14% 16%, rgba(102, 255, 197, 0.1) 0%, rgba(102, 255, 197, 0) 18%),
        radial-gradient(circle at 88% 20%, rgba(78, 213, 255, 0.14) 0%, rgba(78, 213, 255, 0) 24%),
        linear-gradient(135deg, #07377a 0%, #0a4cae 48%, #155fc6 100%);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.ia-section .container {
    position: relative;
    z-index: 1;
}

.ia-section::before {
    background:
        radial-gradient(circle, rgba(255, 207, 74, 0.14) 0%, rgba(255, 207, 74, 0) 68%);
    border-radius: 50%;
    content: '';
    filter: blur(24px);
    height: 220px;
    position: absolute;
    right: -40px;
    top: 36px;
    width: 220px;
}

.ia-section::after {
    background:
        radial-gradient(circle at center, rgba(66, 237, 255, 0.12) 0%, rgba(66, 237, 255, 0) 62%);
    border-radius: 50%;
    content: '';
    filter: blur(28px);
    height: 280px;
    left: -70px;
    position: absolute;
    top: 220px;
    width: 280px;
}

.ia-section .section-tag {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(76, 222, 255, 0.1));
    border-color: rgba(134, 228, 255, 0.28);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 10px 20px rgba(0, 0, 0, 0.12);
    color: #ffffff;
}

.ia-heading {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 42px;
    max-width: none;
}

.ia-heading .section-tag {
    align-self: flex-start;
}

.ia-accent {
    color: #8fe9ff;
    text-shadow: 0 0 18px rgba(124, 234, 255, 0.1);
}

.ia-panel h3 .ia-accent {
    color: inherit;
    text-shadow: none;
}

.ia-heading h2 {
    font-size: clamp(32px, 3vw, 42px);
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0;
    max-width: none;
    text-wrap: pretty;
}

.ia-heading p {
    font-size: 19px;
    line-height: 1.76;
    margin: 0;
    max-width: 92ch;
    text-wrap: pretty;
}

.ia-layout {
    align-items: start;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

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

.ia-section .section-heading h2,
.ia-section .section-heading p,
.ia-panel h3,
.ia-mini-card h4 {
    color: #ffffff;
}

.ia-section .section-heading p,
.ia-list li,
.ia-mini-card p {
    color: rgba(255, 255, 255, 0.82);
}

.ia-panel,
.ia-mini-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.045) 100%);
    border-color: rgba(142, 221, 255, 0.16);
    box-shadow: 0 18px 34px rgba(4, 24, 72, 0.14);
}

.ia-panel {
    height: auto;
}

.ia-section .ia-panel {
    backdrop-filter: blur(16px);
    overflow: hidden;
    padding: 38px 34px;
    position: relative;
}

.ia-section .ia-panel::before,
.ia-mini-card::before {
    background: linear-gradient(90deg, rgba(93, 255, 168, 0.8) 0%, rgba(93, 255, 168, 0.18) 46%, rgba(93, 255, 168, 0) 100%);
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ia-section .ia-panel::after {
    background: radial-gradient(circle, rgba(124, 234, 255, 0.12) 0%, rgba(124, 234, 255, 0) 68%);
    content: '';
    height: 220px;
    pointer-events: none;
    position: absolute;
    right: -90px;
    top: -70px;
    width: 220px;
}

.ia-panel--main {
    align-self: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.ia-panel h3 {
    font-size: clamp(28px, 2.45vw, 36px);
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin: 0;
    max-width: 15ch;
}

.ia-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.ia-list li {
    margin-bottom: 0;
    padding-left: 36px;
}

.ia-list li::before {
    align-items: center;
    background: rgba(240, 181, 63, 0.22);
    border-radius: 50%;
    color: var(--psiq-gold);
    content: '\f00c';
    display: inline-flex;
    font-family: FontAwesome;
    font-size: 12px;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 4px;
    width: 24px;
}

.ia-mini-card {
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
    min-height: 224px;
    overflow: hidden;
    padding: 28px 26px;
    position: relative;
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.ia-mini-card::after {
    background: radial-gradient(circle, rgba(125, 255, 107, 0.18) 0%, rgba(125, 255, 107, 0) 72%);
}

.ia-mini-card--context::after {
    background: radial-gradient(circle, rgba(53, 197, 255, 0.18) 0%, rgba(53, 197, 255, 0) 72%);
}

.ia-mini-card--writing::after {
    background: radial-gradient(circle, rgba(125, 255, 107, 0.2) 0%, rgba(125, 255, 107, 0) 72%);
}

.ia-mini-card--plans::after {
    background: radial-gradient(circle, rgba(79, 162, 255, 0.2) 0%, rgba(79, 162, 255, 0) 72%);
}

.ia-mini-card--time::after {
    background: radial-gradient(circle, rgba(98, 255, 150, 0.2) 0%, rgba(98, 255, 150, 0) 72%);
}

.ia-mini-card h4 {
    line-height: 1.24;
    font-size: 21px;
    margin: 16px 0 10px;
    max-width: none;
    position: relative;
    z-index: 1;
}

.ia-mini-card p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    position: relative;
    z-index: 1;
}

.ia-mini-card:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(125, 255, 107, 0.12) 100%);
    box-shadow: 0 22px 40px rgba(5, 24, 64, 0.18);
}

.ia-mini-card .card-icon-badge {
    box-shadow: 0 14px 28px rgba(4, 24, 72, 0.12), 0 0 0 1px rgba(255, 255, 255, 0.04);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(223, 255, 220, 0.95) 100%);
    color: #145f27;
    position: relative;
}

.ia-mini-card .card-icon-badge::after {
    border: 1px solid rgba(124, 234, 255, 0.28);
    border-radius: inherit;
    content: '';
    inset: -7px;
    opacity: 0.22;
    position: absolute;
}

.card-icon-badge--context {
    color: #0c78ad;
}

.card-icon-badge--writing {
    color: #1f8f58;
}

.card-icon-badge--plans {
    color: #0f6bc3;
}

.card-icon-badge--time {
    color: #249348;
}

@keyframes ia-aurora-shift {
    from {
        opacity: 0.58;
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        opacity: 0.9;
        transform: translate3d(54px, 26px, 0) scale(1.14);
    }
}

@keyframes ia-accent-glow {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(124, 234, 255, 0.14));
        opacity: 0.96;
    }

    50% {
        filter: drop-shadow(0 0 16px rgba(124, 234, 255, 0.28));
        opacity: 1;
    }
}

@keyframes ia-panel-scan {
    from {
        transform: translate3d(-220%, 0, 0) rotate(0.001deg);
    }

    to {
        transform: translate3d(420%, 0, 0) rotate(0.001deg);
    }
}

@keyframes ia-badge-pulse {
    0%,
    100% {
        opacity: 0.24;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.82;
        transform: scale(1.06);
    }
}

.feature-card,
.screen-card,
.video-panel,
.product-note,
.client-card {
    height: 100%;
    padding: 28px;
}

.discipline-intro {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.08) 0%, rgba(255, 255, 255, 0.96) 64%, rgba(200, 180, 140, 0.12) 100%);
    border: 1px solid var(--psiq-line);
    border-radius: 30px;
    box-shadow: var(--psiq-shadow);
    margin-bottom: 24px;
    padding: 30px 32px;
}

.discipline-intro strong,
.profession-card h3 {
    font-family: 'Space Grotesk', 'Baumans', cursive;
}

.discipline-intro strong {
    color: var(--psiq-green-dark);
    display: block;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.discipline-intro p {
    color: var(--psiq-muted);
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.discipline-highlight {
    background: linear-gradient(135deg, #0f377a 0%, #015ed7 100%);
    border-radius: 24px;
    color: #ffffff;
    padding: 24px;
}

.discipline-highlight__number {
    display: block;
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 10px;
}

.discipline-highlight__label {
    color: rgba(255, 255, 255, 0.82);
    display: block;
    line-height: 1.65;
}

.feature-marquee,
.profession-marquee {
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 8px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 clamp(20px, 4vw, 52px);
    position: relative;
    width: 100vw;
}

.feature-marquee::before,
.feature-marquee::after,
.profession-marquee::before,
.profession-marquee::after {
    bottom: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 3;
}

.feature-marquee::before,
.profession-marquee::before {
    background: linear-gradient(90deg, #f5f8fe 0%, rgba(245, 248, 254, 0) 100%);
    left: 0;
}

.feature-marquee::after,
.profession-marquee::after {
    background: linear-gradient(270deg, #f5f8fe 0%, rgba(245, 248, 254, 0) 100%);
    right: 0;
}

.feature-track,
.profession-track {
    display: flex;
    gap: 24px;
    width: max-content;
}

.profession-track {
    animation: profession-marquee 38s linear infinite;
}

.feature-track {
    animation: feature-marquee 38s linear infinite;
}

.feature-marquee:focus,
.profession-marquee:focus {
    outline: none;
}

.feature-marquee:focus-visible,
.profession-marquee:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(1, 94, 215, 0.22);
}

.feature-marquee.is-paused .feature-track,
.profession-marquee.is-paused .profession-track {
    animation-play-state: paused;
}

.profession-marquee:hover .profession-track {
    animation-play-state: paused;
}

.feature-group,
.profession-group {
    display: flex;
    flex-shrink: 0;
    gap: 24px;
}

.profession-card,
.feature-card--marquee {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--psiq-line);
    border-radius: 28px;
    box-shadow: var(--psiq-shadow);
}

.profession-card {
    flex: 0 0 340px;
    min-height: 262px;
    padding: 28px;
    width: 340px;
}

.feature-card--marquee {
    flex: 0 0 340px;
    min-height: 296px;
    width: 340px;
}

.feature-card__tag,
.profession-card__tag {
    background: rgba(1, 94, 215, 0.1);
    border-radius: 999px;
    color: var(--psiq-green-dark);
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    padding: 8px 12px;
    text-transform: uppercase;
}

.profession-card h3 {
    color: var(--psiq-ink);
    font-size: 24px;
    margin: 0 0 12px;
}

.profession-card p {
    color: var(--psiq-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

@keyframes profession-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

@keyframes feature-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .feature-marquee,
    .profession-marquee {
        overflow-x: auto;
    }

    .feature-track,
    .profession-track {
        animation: none;
    }
}

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

.feature-card::before {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.16), rgba(200, 180, 140, 0.16));
    border-radius: 50%;
    content: '';
    height: 120px;
    opacity: 0.9;
    position: absolute;
    right: -40px;
    top: -50px;
    width: 120px;
}

.feature-card img {
    height: 58px;
    margin-bottom: 18px;
    object-fit: contain;
    width: 58px;
}

.feature-card h3 {
    font-size: 24px;
    margin: 0 0 14px;
}

.feature-banner {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.08) 0%, rgba(255, 255, 255, 0.92) 72%, rgba(200, 180, 140, 0.1) 100%);
    border: 1px solid var(--psiq-line);
    border-radius: 30px;
    margin-top: 24px;
    padding: 28px 30px;
}

.feature-banner strong {
    display: block;
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 22px;
    margin-bottom: 8px;
}

.platform-stage {
    margin: 26px 0 38px;
    position: relative;
}

.platform-stage__backdrop {
    background:
        linear-gradient(115deg, rgba(8, 26, 86, 0.92) 0%, rgba(1, 72, 164, 0.74) 48%, rgba(123, 220, 255, 0.28) 100%),
        url('../img/psiqueasy-compromisso.jpeg') center 22% / cover no-repeat;
    border-radius: 42px;
    box-shadow: 0 34px 70px rgba(1, 58, 140, 0.18);
    min-height: 310px;
    overflow: hidden;
    position: relative;
}

.platform-stage__backdrop::before,
.platform-stage__backdrop::after {
    content: '';
    position: absolute;
}

.platform-stage__backdrop::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
    border-radius: 36px;
    inset: 22px 22px auto auto;
    height: 110px;
    opacity: 0.8;
    width: 220px;
}

.platform-stage__backdrop::after {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
    background-size: 26px 26px;
    height: 170px;
    opacity: 0.26;
    right: 42px;
    top: 42px;
    width: 230px;
}

.platform-stage__panel {
    backdrop-filter: blur(6px);
    background: linear-gradient(135deg, rgba(38, 111, 230, 0.96) 0%, rgba(84, 165, 233, 0.94) 100%);
    border: 6px solid rgba(255, 255, 255, 0.1);
    border-radius: 42px;
    box-shadow: 0 30px 56px rgba(7, 58, 143, 0.22);
    margin: -110px auto 0;
    max-width: 980px;
    padding: 44px 46px 40px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.platform-stage__panel h3,
.platform-stage__metric strong {
    font-family: 'Space Grotesk', 'Baumans', cursive;
}

.platform-stage__panel h3 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: -0.03em;
    line-height: 1.06;
    margin: 0;
}

.platform-stage__headline-strong,
.platform-stage__headline-light {
    display: inline;
}

.platform-stage__headline-light {
    color: rgba(255, 255, 255, 0.88);
    font-weight: 400;
}

.platform-stage__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.platform-stage__chips span {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 11px 18px;
}

.platform-stage__metrics {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(1, 94, 215, 0.08);
    border-radius: 34px;
    box-shadow: var(--psiq-shadow);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: -22px 22px 0;
    overflow: hidden;
    padding-top: 38px;
    position: relative;
    z-index: 1;
}

.platform-stage__metric {
    padding: 30px 28px 28px;
}

.platform-stage__metric + .platform-stage__metric {
    border-left: 1px solid rgba(1, 94, 215, 0.08);
}

.platform-stage__metric strong {
    color: var(--psiq-green);
    display: block;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.platform-stage__metric p {
    color: var(--psiq-muted);
    line-height: 1.75;
    margin: 0;
}

.screen-label {
    background: var(--psiq-green-soft);
    color: var(--psiq-green-dark);
    margin-bottom: 10px;
    padding: 8px 14px;
}

.platform-articles {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
}

.platform-articles__item {
    margin-bottom: 0;
    min-width: 0;
}

.platform-articles > :last-child:nth-child(3n + 1) {
    grid-column: 2;
}

.screen-card--editorial {
    background: #ffffff;
    border: 0;
    border-radius: 36px;
    box-shadow: 0 24px 50px rgba(31, 83, 170, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    padding: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.screen-card--editorial:hover {
    box-shadow: 0 32px 60px rgba(31, 83, 170, 0.16);
    transform: translateY(-4px);
}

.screen-card__media {
    background: linear-gradient(135deg, rgba(1, 72, 164, 0.16), rgba(246, 182, 29, 0.14));
    border-radius: 28px;
    aspect-ratio: 994 / 683;
    margin: 12px 12px 0;
    min-height: 188px;
    overflow: hidden;
    position: relative;
}

.screen-card__media::after {
    background: linear-gradient(180deg, rgba(8, 24, 58, 0) 0%, rgba(8, 24, 58, 0.16) 100%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.screen-card--editorial img {
    border-radius: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.screen-card__pill {
    background: linear-gradient(135deg, #f6c642 0%, #d6a727 100%);
    border-radius: 12px;
    bottom: 12px;
    color: #352603;
    display: inline-flex;
    font-size: 11px;
    font-weight: 900;
    left: 12px;
    letter-spacing: 0.08em;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.screen-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 24px 24px;
}

.screen-card--editorial h4 {
    color: #2f7be8;
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 14px;
}

.screen-card--editorial p {
    color: #5d6678;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 22px;
}

.screen-card__cta {
    color: #1f2f49;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.26em;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
}

.screen-card__cta:hover,
.screen-card__cta:focus {
    color: var(--psiq-green);
    text-decoration: none;
}

.screen-card__cta span {
    font-size: 16px;
    letter-spacing: normal;
    margin-left: 4px;
}

.screen-card h4 {
    font-size: 24px;
    margin: 18px 0 12px;
}

.video-showcase {
    margin-top: 20px;
}

.video-hub {
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
    margin-top: 20px;
}

.video-hub__player {
    overflow: hidden;
    padding: 28px;
    position: relative;
    scroll-margin-top: 92px;
}

.video-hub__player::before {
    background: radial-gradient(circle, rgba(33, 197, 255, 0.14) 0%, rgba(33, 197, 255, 0) 72%);
    content: '';
    height: 220px;
    pointer-events: none;
    position: absolute;
    right: -76px;
    top: -92px;
    width: 220px;
}

.video-hub__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.video-hub__counter {
    background: rgba(1, 94, 215, 0.08);
    border: 1px solid rgba(1, 94, 215, 0.12);
    border-radius: 999px;
    color: var(--psiq-green-dark);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 9px 14px;
    text-transform: uppercase;
}

.video-hub__stage {
    position: relative;
    z-index: 1;
}

.video-hub__stage .embed-responsive {
    background: #0d1f45;
    border-radius: 24px;
    box-shadow: 0 28px 50px rgba(7, 33, 84, 0.14);
    overflow: hidden;
}

.video-hub__content {
    padding-top: 22px;
    position: relative;
    z-index: 1;
}

.video-hub__eyebrow {
    color: var(--psiq-green-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.video-hub__content h4 {
    color: #2c3952;
    font-size: 30px;
    line-height: 1.12;
    margin: 0 0 14px;
}

.video-hub__content p:last-child {
    color: var(--psiq-muted);
    font-size: 17px;
    line-height: 1.82;
    margin: 0;
}

.video-playlist {
    background: linear-gradient(180deg, rgba(243, 248, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
    border: 1px solid rgba(1, 94, 215, 0.12);
    border-radius: 30px;
    box-shadow: 0 24px 48px rgba(17, 57, 122, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.video-playlist__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.video-playlist__item {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(1, 94, 215, 0.1);
    border-radius: 22px;
    box-shadow: 0 14px 28px rgba(16, 58, 129, 0.06);
    color: inherit;
    display: grid;
    gap: 12px;
    grid-template-columns: 26px 128px minmax(0, 1fr);
    padding: 12px;
    text-align: left;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
    width: 100%;
}

.video-playlist__item:hover,
.video-playlist__item:focus {
    border-color: rgba(1, 94, 215, 0.22);
    box-shadow: 0 20px 36px rgba(16, 58, 129, 0.1);
    outline: none;
    text-decoration: none;
    transform: translateY(-2px);
}

.video-playlist__item.is-active {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.08), rgba(255, 255, 255, 0.98));
    border-color: rgba(1, 94, 215, 0.26);
    box-shadow: 0 24px 40px rgba(16, 58, 129, 0.13);
}

.video-playlist__item.is-pending {
    opacity: 0.72;
}

.video-playlist__index {
    color: #7f93b4;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0.12em;
}

.video-playlist__thumb {
    background: #0d1f45;
    border-radius: 16px;
    box-shadow: 0 14px 24px rgba(9, 28, 69, 0.18);
    display: block;
    overflow: hidden;
    position: relative;
}

.video-playlist__thumb::before {
    background: linear-gradient(180deg, rgba(9, 28, 69, 0.06) 0%, rgba(9, 28, 69, 0.58) 100%);
    content: '';
    inset: 0;
    position: absolute;
}

.video-playlist__thumb img {
    aspect-ratio: 16 / 9;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-playlist__play {
    align-items: center;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(6, 22, 56, 0.18);
    color: #015ed7;
    display: inline-flex;
    font-size: 12px;
    height: 34px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
}

.video-playlist__item.is-active .video-playlist__play {
    background: #015ed7;
    color: #ffffff;
}

.video-playlist__copy {
    display: block;
    min-width: 0;
}

.video-playlist__eyebrow {
    color: var(--psiq-green-dark);
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.video-playlist__copy strong {
    color: #243552;
    display: block;
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.video-playlist__copy span:last-child {
    color: var(--psiq-muted);
    display: block;
    font-size: 14px;
    line-height: 1.58;
}

.video-panel .embed-responsive {
    border-radius: 24px;
    overflow: hidden;
}

.media-placeholder {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.08), rgba(200, 180, 140, 0.14));
    border: 1px dashed rgba(1, 94, 215, 0.2);
    border-radius: 24px;
    margin-bottom: 18px;
    min-height: 140px;
    padding: 24px;
}

.media-placeholder:last-child {
    margin-bottom: 0;
}

.media-placeholder h4,
.product-note strong,
.testimonial-side h3,
.plans-note strong,
.cta-banner strong {
    font-size: 24px;
}

.product-note {
    margin-top: 22px;
}

.product-note p,
.plans-note p,
.cta-banner p {
    margin: 0;
}

.clients-grid .col-md-4,
.features-grid .col-md-4,
.planos-grid > [class*='col-'] {
    margin-bottom: 24px;
}

.client-marquee-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.client-marquee {
    box-sizing: border-box;
    cursor: pointer;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 0 clamp(20px, 4vw, 52px);
    position: relative;
    width: 100vw;
}

.client-marquee:focus {
    outline: none;
}

.client-marquee:focus-visible {
    box-shadow: inset 0 0 0 3px rgba(1, 94, 215, 0.22);
}

.client-marquee::before,
.client-marquee::after {
    bottom: 0;
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 90px;
    z-index: 3;
}

.client-marquee::before {
    background: linear-gradient(90deg, #f5f8fe 0%, rgba(245, 248, 254, 0) 100%);
    left: 0;
}

.client-marquee::after {
    background: linear-gradient(270deg, #f5f8fe 0%, rgba(245, 248, 254, 0) 100%);
    right: 0;
}

.client-track {
    animation: client-marquee 56s linear infinite;
    display: flex;
    gap: 24px;
    width: max-content;
}

.client-marquee--reverse .client-track {
    animation-direction: reverse;
    animation-duration: 62s;
}

.client-marquee.is-paused .client-track {
    animation-play-state: paused;
}

.client-group {
    display: flex;
    flex-shrink: 0;
    gap: 24px;
}

.client-card {
    align-items: center;
    display: flex;
    gap: 18px;
}

.client-card--profile {
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--psiq-line);
    border-radius: 32px;
    box-shadow: var(--psiq-shadow);
    display: flex;
    flex: 0 0 260px;
    flex-direction: column;
    gap: 0;
    min-height: 332px;
    padding: 30px 22px 26px;
    position: relative;
    text-align: center;
    width: 260px;
}

.client-card--profile::before {
    background: linear-gradient(180deg, rgba(1, 94, 215, 0.08), rgba(255, 255, 255, 0));
    border-radius: 32px 32px 0 0;
    content: '';
    height: 118px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.client-card img {
    border-radius: 24px;
    height: 88px;
    object-fit: cover;
    width: 88px;
}

.client-card--profile img {
    border: 5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 18px 34px rgba(1, 94, 215, 0.16);
    height: 102px;
    margin-bottom: 18px;
    position: relative;
    width: 102px;
    z-index: 1;
}

.client-card h3 {
    font-size: 20px;
    margin: 0 0 8px;
}

.client-card--profile h3 {
    font-size: 20px;
    line-height: 1.28;
    margin-bottom: 12px;
    min-height: 76px;
}

.client-card p {
    margin: 0 0 10px;
}

.client-card__location {
    color: var(--psiq-muted);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.client-card__since {
    color: var(--psiq-green-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
}

.client-state {
    background: rgba(1, 94, 215, 0.1);
    color: var(--psiq-green-dark);
    padding: 8px 14px;
}

.small-note {
    color: var(--psiq-muted);
    font-size: 13px;
}

@keyframes client-marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 12px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-marquee {
        overflow-x: auto;
    }

    .client-track {
        animation: none;
    }
}

.testimonial-quote {
    color: var(--psiq-green-dark);
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 30px;
    line-height: 1.45;
    margin: 0 0 18px;
}

.testimonial-link {
    align-items: center;
    color: var(--psiq-green-dark);
    display: inline-flex;
    font-weight: 800;
    gap: 10px;
}

.testimonial-link:hover,
.testimonial-link:focus {
    color: var(--psiq-green-dark);
    text-decoration: none;
}

.plans-note {
    background: linear-gradient(135deg, rgba(1, 94, 215, 0.08), rgba(255, 255, 255, 0.94) 70%, rgba(200, 180, 140, 0.14));
    margin-bottom: 30px;
}

.plans-note strong {
    display: block;
    margin-bottom: 8px;
}

.planos-periodo-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 18px;
}

.planos-periodo-tabs {
    align-items: center;
    background: linear-gradient(145deg, #f4f8ff, #dce8fb);
    border-radius: 999px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 18px rgba(27, 105, 200, 0.15);
    display: inline-flex;
    gap: 6px;
    padding: 6px;
}

.planos-periodo-btn {
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #1f3a5a;
    font-weight: 700;
    min-width: 112px;
    padding: 9px 20px;
    transition: transform 0.18s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.planos-periodo-btn:hover {
    background: rgba(27, 105, 200, 0.1);
    transform: translateY(-1px);
}

.planos-periodo-btn:focus {
    outline: none;
}

.planos-periodo-btn.active {
    animation: planosPeriodoPulse 0.25s ease;
    background: linear-gradient(135deg, #2f7be0 0%, #1b69c8 60%, #1755a2 100%);
    box-shadow: 0 8px 16px rgba(27, 105, 200, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #fff;
}

.planos-periodo-economia {
    color: #5c6f8b;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 24px;
    text-align: center;
}

.planos-periodo-economia-valor {
    color: #1e7a42;
    font-weight: 700;
}

.planos-grid .panel {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--psiq-line);
    border-radius: 30px;
    box-shadow: var(--psiq-shadow);
    height: 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.planos-grid--periodo {
    display: flex;
    flex-wrap: wrap;
}

.planos-grid--periodo > [class*='col-'] {
    float: none;
}

.planos-grid--periodo .planos-card-col {
    display: flex;
}

.planos-grid--periodo .plan-card {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.planos-grid .panel-heading {
    background: transparent;
    border-bottom: 1px solid var(--psiq-line);
    min-height: 124px;
    padding: 24px 22px 17px;
}

.plan-card__eyebrow {
    background: rgba(1, 94, 215, 0.1);
    color: var(--psiq-green-dark);
    margin-bottom: 12px;
    padding: 7px 12px;
}

.planos-grid .panel-heading h3 {
    color: var(--psiq-ink);
    font-size: 27px;
    margin: 0;
}

.planos-grid--periodo .panel-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 470px;
    padding: 24px 22px 22px;
}

.plan-card__price-box {
    background: var(--psiq-green-soft);
    border-radius: 22px;
    color: var(--psiq-green-dark);
    margin-bottom: 2px;
    padding: 16px;
}

.plan-card__price-box p {
    margin: 0;
    padding-left: 0 !important;
    position: static !important;
}

.plan-card__price-monthly {
    color: #143d73;
    font-size: 17px;
    line-height: 1.35;
}

.plan-card__price-monthly .preco {
    font-family: 'Space Grotesk', 'Baumans', cursive;
    font-size: 36px;
    line-height: 1;
}

.plan-card__price-compare {
    color: #365a86;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 6px !important;
}

.plan-card__price-total {
    color: #0f5fb9;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 7px !important;
}

.plan-card--free .plan-card__price-box {
    background: linear-gradient(135deg, rgba(31, 122, 66, 0.12), rgba(255, 255, 255, 0.9));
}

.planos-grid--periodo .itens-descricao-lista {
    flex: 1 1 auto;
    margin: 0;
    min-height: 0;
}

.planos-grid--periodo .item-recurso {
    align-items: flex-start;
    color: var(--psiq-ink);
    display: flex;
    line-height: 1.52;
    margin: 0 0 8px;
    padding-left: 0 !important;
    position: static !important;
}

.planos-grid--periodo .item-recurso:last-child {
    margin-bottom: 0;
}

.planos-grid--periodo .item-recurso > span:first-child {
    flex: 0 0 14px;
    line-height: 1.2;
    margin-right: 8px;
    padding-top: 2px;
    text-align: center;
    width: 14px;
}

.planos-grid--periodo .item-recurso-texto {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.planos-grid--periodo .text-muted {
    line-height: 1.55;
    margin: 0;
}

.plan-card__more-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: auto;
    min-height: 24px;
}

.plan-card__more-btn {
    color: #3d6ecb;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    text-decoration: none;
}

.plan-card__more-btn:hover,
.plan-card__more-btn:focus {
    color: #1f57b9;
    text-decoration: underline;
}

.plan-card__more-placeholder {
    display: inline-block;
    width: 100%;
}

body.plan-modal-open {
    overflow: hidden;
}

.plan-modal {
    display: none;
    inset: 0;
    position: fixed;
    z-index: 1300;
}

.plan-modal.is-open {
    align-items: center;
    display: flex;
    justify-content: center;
}

.plan-modal__backdrop {
    background: rgba(8, 24, 58, 0.58);
    inset: 0;
    position: absolute;
}

.plan-modal__dialog {
    background: #fff;
    border: 1px solid #d5e4fb;
    border-radius: 16px;
    box-shadow: 0 28px 58px rgba(6, 22, 56, 0.28);
    display: flex;
    flex-direction: column;
    max-height: 86vh;
    max-width: 940px;
    position: relative;
    width: calc(100% - 32px);
}

.plan-modal__header,
.plan-modal__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 18px;
}

.plan-modal__header {
    border-bottom: 1px solid #dfe8f7;
}

.plan-modal__footer {
    border-top: 1px solid #dfe8f7;
    justify-content: flex-end;
}

.plan-modal__title {
    color: #254466;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.plan-modal__close {
    background: transparent;
    border: 0;
    color: #4d6587;
    font-size: 30px;
    line-height: 1;
    padding: 0 2px;
}

.plan-modal__close:hover,
.plan-modal__close:focus {
    color: #15345f;
    outline: none;
}

.plan-modal__body {
    overflow-y: auto;
    padding: 16px 18px;
}

.lista-recursos-modal {
    display: grid;
    gap: 0 18px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-height: 380px;
    overflow-y: auto;
    padding-right: 4px;
}

.lista-recursos-modal-coluna {
    min-width: 0;
}

.lista-recursos-modal-coluna-direita {
    border-left: 1px dashed #c8d6ea;
    padding-left: 18px;
}

.item-recurso-modal .item-recurso-texto {
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
}

@keyframes planosPeriodoPulse {
    0% {
        transform: scale(0.97);
    }
    100% {
        transform: scale(1);
    }
}

.plans-cta {
    margin-top: 18px;
}

.site-footer {
    background: #0f2348;
    color: rgba(255, 255, 255, 0.75);
    padding: 50px 0 30px;
}

.site-footer .brand-wordmark {
    color: #ffffff !important;
    display: inline-block;
    margin-bottom: 16px;
}

.site-footer p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    max-width: 520px;
}

.footer-links a,
.footer-social a {
    color: #ffffff;
}

.footer-links a {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 12px;
    margin-right: 18px;
}

.footer-social a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    margin-right: 12px;
    width: 44px;
}

.footer-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 26px;
    padding-top: 24px;
}

.footer-contact {
    margin-bottom: 10px;
}

.site-footer .small-note {
    color: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1199px) {
    .hero-visual {
        min-height: 500px;
    }

    .hero-logo-card {
        width: 42%;
    }

    .hero-device.main {
        width: 72%;
    }

    .hero-profession-banner {
        left: 18px;
        right: 18px;
        top: -36px;
        width: auto;
    }

    .platform-stage__panel {
        max-width: 900px;
    }
}

@media (max-width: 991px) {
    .hero-row {
        display: block;
    }

    .site-navbar .navbar-collapse {
        background: rgba(10, 42, 95, 0.98);
        border: 0;
        box-shadow: 0 16px 32px rgba(5, 24, 60, 0.24);
        margin-top: 12px;
        padding: 8px 0 18px;
    }

    .site-navbar .nav-outline > a,
    .site-navbar .nav-cta > a {
        display: inline-block;
        margin: 8px 15px 0;
    }

    .hero-section {
        padding: 124px 0 82px;
    }

    .hero-copy {
        margin-bottom: 40px;
    }

    .hero-visual {
        min-height: 540px;
    }

    .hero-surface {
        inset: 24px 0 20px 70px;
    }

    .hero-profession-banner {
        left: 18px;
        right: 18px;
        top: -20px;
        width: auto;
    }

    .section-heading h2 {
        font-size: 36px;
    }

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

    .platform-stage__backdrop {
        min-height: 270px;
    }

    .platform-stage__panel {
        margin-top: -92px;
        padding: 38px 32px 34px;
    }

    .platform-stage__metrics {
        grid-template-columns: 1fr;
        margin-left: 0;
        margin-right: 0;
    }

    .platform-stage__metric + .platform-stage__metric {
        border-left: 0;
        border-top: 1px solid rgba(1, 94, 215, 0.08);
    }

    .platform-articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-articles > :last-child:nth-child(2n + 1) {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: calc((100% - 24px) / 2);
        width: 100%;
    }

    .video-hub {
        grid-template-columns: 1fr;
    }

    .video-playlist {
        order: 2;
    }

    .ia-layout {
        gap: 22px;
        grid-template-columns: 1fr;
    }

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

    .ia-panel h3 {
        max-width: none;
    }

    .client-card--profile {
        flex-basis: 230px;
        min-height: 292px;
        width: 230px;
    }

    .planos-grid .panel-body,
    .planos-grid--periodo .panel-body {
        min-height: 0;
    }

    .planos-periodo-economia {
        font-size: 21px;
    }

    .profession-card {
        flex-basis: 320px;
        min-height: 250px;
        width: 320px;
    }
}

@media (max-width: 767px) {
    html,
    body,
    .site-shell {
        overflow-x: hidden;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .site-navbar {
        padding: 4px 0;
    }

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

    .site-navbar .navbar-brand,
    .brand-wordmark {
        font-size: 23px;
    }

    .site-navbar .navbar-brand {
        max-width: calc(100% - 62px);
        padding-left: 0;
        padding-right: 0;
    }

    .site-navbar .navbar-toggle {
        flex: 0 0 auto;
        margin: 0;
    }

    .planos-periodo-tabs {
        display: flex;
        width: 100%;
    }

    .planos-periodo-btn {
        flex: 1;
        min-width: 0;
        padding: 9px 10px;
    }

    .platform-articles {
        grid-template-columns: minmax(0, 1fr);
    }

    .platform-articles > :last-child:nth-child(3n + 1),
    .platform-articles > :last-child:nth-child(2n + 1) {
        grid-column: auto;
        justify-self: stretch;
        max-width: none;
        width: auto;
    }

    .planos-periodo-economia {
        font-size: 19px;
        margin-bottom: 18px;
    }

    .planos-grid--periodo .panel-body {
        gap: 14px;
        padding: 22px 20px 24px;
    }

    .plan-modal__dialog {
        max-height: 90vh;
        width: calc(100% - 20px);
    }

    .plan-modal__title {
        font-size: 19px;
    }

    .lista-recursos-modal {
        gap: 0;
        grid-template-columns: minmax(0, 1fr);
        max-height: 56vh;
        padding-right: 0;
    }

    .lista-recursos-modal-coluna-direita {
        border-left: 0;
        border-top: 1px dashed #c8d6ea;
        margin-top: 8px;
        padding-left: 0;
        padding-top: 8px;
    }

    .plan-card__price-monthly .preco {
        font-size: 31px;
    }

    .site-navbar .navbar-collapse {
        margin-left: -16px;
        margin-right: -16px;
    }

    .hero-section {
        padding: 98px 0 54px;
    }

    .hero-copy {
        margin-bottom: 28px;
    }

    .hero-copy h1 {
        font-size: clamp(32px, 9.6vw, 40px);
        letter-spacing: -0.04em;
        line-height: 1;
        margin-bottom: 14px;
        max-width: 8.8ch;
    }

    .hero-copy p,
    .section-heading p,
    .story-card p,
    .experience-card p,
    .feature-card p,
    .screen-card p,
    .media-placeholder p,
    .product-note p,
    .testimonial-side p,
    .testimonial-meta,
    .plans-note p,
    .cta-banner p,
    .client-card p {
        font-size: 16px;
    }

    .hero-copy p {
        font-size: 15px;
        line-height: 1.7;
        margin-top: 20px;
        max-width: none;
    }

    .hero-line-rotating {
        min-height: 1.12em;
    }

    .hero-word-cycle {
        min-height: inherit;
    }

    .hero-word {
        white-space: nowrap;
    }

    .hero-actions {
        flex-direction: column;
        gap: 10px;
        margin: 24px 0 22px;
    }

    .btn-primary-hero,
    .btn-secondary-hero {
        min-height: 52px;
        padding: 0 22px;
        width: 100%;
    }

    .hero-proof {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-proof-card {
        border-radius: 20px;
        min-width: 0;
        padding: 16px 16px 14px;
        width: 100%;
    }

    .hero-proof-card:last-child {
        grid-column: 1 / -1;
    }

    .hero-proof-card strong {
        font-size: clamp(18px, 5.4vw, 22px);
    }

    .hero-proof-card span {
        font-size: 12px;
        line-height: 1.45;
    }

    .ia-heading {
        margin-bottom: 30px;
    }

    .ia-heading h2,
    .ia-heading p {
        max-width: none;
    }

    .ia-heading h2 {
        font-size: clamp(32px, 8.8vw, 38px);
        line-height: 1.08;
    }

    .ia-heading p {
        font-size: 16px;
        line-height: 1.72;
    }

    .ia-layout {
        gap: 16px;
    }

    .ia-grid {
        gap: 14px;
        grid-template-columns: 1fr;
    }

    .ia-section .ia-panel,
    .ia-section .ia-mini-card {
        border-radius: 24px;
        padding: 24px 22px;
    }

    .ia-panel h3 {
        font-size: clamp(26px, 7vw, 32px);
        max-width: none;
    }

    .ia-list {
        gap: 14px;
        margin-top: 20px;
    }

    .ia-list li {
        padding-left: 34px;
    }

    .ia-mini-card {
        min-height: 0;
    }

    .ia-mini-card h4 {
        font-size: 20px;
        margin: 14px 0 8px;
    }

    .ia-mini-card p {
        font-size: 15px;
        line-height: 1.7;
    }

    .video-hub__player,
    .video-playlist,
    .video-playlist__item {
        border-radius: 24px;
    }

    .video-hub {
        gap: 18px;
        margin-top: 16px;
    }

    .video-hub__player {
        padding: 18px;
    }

    .video-hub__top {
        align-items: flex-start;
        gap: 8px;
        margin-bottom: 14px;
    }

    .screen-label,
    .video-hub__counter {
        font-size: 10px;
        letter-spacing: 0.1em;
        padding: 8px 12px;
    }

    .video-hub__stage .embed-responsive,
    .video-panel .embed-responsive {
        border-radius: 18px;
    }

    .video-hub__content {
        padding-top: 16px;
    }

    .video-hub__eyebrow {
        font-size: 10px;
        letter-spacing: 0.12em;
        margin-bottom: 8px;
    }

    .video-hub__content h4 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .video-hub__content p:last-child {
        font-size: 14px;
        line-height: 1.65;
    }

    .video-playlist {
        padding: 14px;
    }

    .video-playlist__list {
        gap: 10px;
    }

    .video-playlist__item {
        align-items: start;
        gap: 12px;
        grid-template-columns: 92px minmax(0, 1fr);
        padding: 12px;
    }

    .video-playlist__index {
        display: none;
    }

    .video-playlist__thumb {
        border-radius: 14px;
        height: 64px;
    }

    .video-playlist__copy strong {
        font-size: 16px;
        line-height: 1.18;
        margin-bottom: 4px;
    }

    .video-playlist__eyebrow {
        font-size: 9px;
        letter-spacing: 0.12em;
        margin-bottom: 5px;
    }

    .video-playlist__copy span:last-child {
        font-size: 13px;
        line-height: 1.5;
    }

    .product-note {
        margin-top: 16px;
        padding: 20px 18px;
    }

    .product-note strong {
        font-size: 20px;
        line-height: 1.2;
    }

    .hero-visual {
        display: block;
        margin-top: 18px;
        min-height: 500px;
        overflow: hidden;
        padding-top: 0;
    }

    .hero-surface {
        border-radius: 28px;
        height: auto;
        inset: 54px 0 54px 18px;
    }

    .hero-logo-card,
    .hero-device,
    .hero-note,
    .hero-orbit,
    .hero-profession-banner {
        margin-top: 0;
        max-width: none;
        position: absolute;
    }

    .hero-logo-card,
    .hero-device.main,
    .hero-device.left,
    .hero-device.bottom,
    .hero-note,
    .hero-orbit,
    .hero-profession-banner {
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .hero-orbit {
        border-width: 5px;
        height: 114px;
        padding: 14px;
        right: 8px;
        top: 136px;
        width: 114px;
    }

    .hero-orbit span {
        font-size: 26px;
    }

    .hero-profession-banner {
        align-items: flex-start;
        border-radius: 22px;
        flex-direction: column;
        gap: 8px;
        left: 12px;
        padding: 10px 14px;
        right: 12px;
        top: 0;
        width: auto;
    }

    .hero-profession-marquee {
        overflow: hidden;
        width: 100%;
    }

    .hero-profession-track {
        animation: hero-profession-marquee 26s linear infinite;
        gap: 14px;
        width: max-content;
    }

    .hero-profession-group[aria-hidden='true'] {
        display: flex;
    }

    .hero-profession-banner__label {
        font-size: 11px;
    }

    .hero-profession-item,
    .hero-profession-fallback {
        font-size: 14px;
    }

    .hero-profession-item {
        gap: 14px;
    }

    .hero-profession-item::after {
        font-size: 14px;
    }

    .hero-note {
        border-radius: 22px;
        bottom: 0;
        left: 12px;
        max-width: none;
        padding: 16px;
        right: 12px;
        width: auto;
    }

    .hero-note strong {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .hero-note p {
        font-size: 13px;
        line-height: 1.55;
    }

    .hero-device.main {
        padding: 10px;
        right: 0;
        top: 86px;
        width: 84%;
    }

    .hero-device.left {
        left: 0;
        padding: 8px;
        top: 190px;
        width: 36%;
    }

    .hero-device.bottom {
        bottom: 86px;
        left: 28px;
        padding: 8px;
        right: auto;
        width: 42%;
    }

    .hero-logo-card {
        display: none;
    }

    .section-heading h2 {
        font-size: clamp(32px, 9vw, 38px);
        line-height: 1.12;
    }

    .story-card h3,
    .video-hub__content h4,
    .screen-card--editorial h4,
    .profession-card h3 {
        overflow-wrap: anywhere;
    }

    .discipline-intro {
        overflow: hidden;
        padding: 24px 20px;
    }

    .discipline-intro strong {
        font-size: clamp(24px, 8vw, 30px);
    }

    .discipline-highlight {
        margin-top: 18px;
    }

    .discipline-highlight__number {
        font-size: 44px;
    }

    .platform-stage {
        margin-bottom: 30px;
    }

    .platform-stage__backdrop {
        border-radius: 34px;
        min-height: 220px;
    }

    .platform-stage__backdrop::after {
        display: none;
    }

    .platform-stage__panel {
        border-radius: 34px;
        margin-top: -70px;
        padding: 30px 22px 26px;
    }

    .platform-stage__panel h3 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .platform-stage__headline-strong,
    .platform-stage__headline-light {
        display: block;
    }

    .platform-stage__chips {
        gap: 10px;
        justify-content: flex-start;
    }

    .platform-stage__chips span {
        font-size: 13px;
        padding: 10px 14px;
    }

    .platform-stage__metrics {
        border-radius: 28px;
        margin-top: -14px;
        padding-top: 22px;
    }

    .platform-stage__metric {
        padding: 24px 22px;
    }

    .platform-stage__metric strong {
        font-size: 24px;
    }

    .profession-marquee {
        margin-left: 0;
        margin-right: 0;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        padding: 0 16px 8px;
        scroll-snap-type: x proximity;
        width: auto;
    }

    .feature-marquee,
    .client-marquee {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        padding: 0 16px 8px;
        width: auto;
    }

    .screen-card__media {
        min-height: 172px;
    }

    .screen-card--editorial {
        padding: 0;
    }

    .feature-marquee::before,
    .feature-marquee::after,
    .client-marquee::before,
    .client-marquee::after,
    .profession-marquee::before,
    .profession-marquee::after {
        display: none;
    }

    .feature-marquee::-webkit-scrollbar,
    .profession-marquee::-webkit-scrollbar,
    .client-marquee::-webkit-scrollbar,
    .hero-profession-marquee::-webkit-scrollbar {
        display: none;
    }

    .profession-track,
    .profession-group {
        animation: none;
        gap: 16px;
    }

    .profession-track {
        width: max-content;
    }

    .profession-group[aria-hidden='true'] {
        display: none;
    }

    .feature-track {
        animation: feature-marquee 38s linear infinite;
        gap: 16px;
        width: max-content;
    }

    .feature-marquee.is-paused .feature-track {
        animation-play-state: paused;
    }

    .feature-group {
        display: flex;
        gap: 16px;
    }

    .feature-group[aria-hidden='true'] {
        display: flex;
    }

    .client-track {
        animation: client-marquee 56s linear infinite;
        gap: 16px;
        width: max-content;
    }

    .client-marquee--reverse .client-track {
        animation-direction: reverse;
        animation-duration: 62s;
    }

    .client-marquee.is-paused .client-track {
        animation-play-state: paused;
    }

    .client-group {
        display: flex;
        gap: 16px;
    }

    .client-group[aria-hidden='true'] {
        display: flex;
    }

    .feature-card--marquee,
    .profession-card,
    .client-card--profile {
        flex-basis: min(82vw, 300px);
        min-height: 0;
        padding: 24px;
        width: min(82vw, 300px);
    }

    .client-card--profile {
        min-height: 292px;
        padding: 24px 20px;
    }

    .feature-banner,
    .product-note {
        padding: 24px 20px;
    }

    .video-hub__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .video-playlist {
        padding: 16px;
    }

    .footer-links a {
        margin-right: 14px;
    }

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

    .section-space {
        padding: 70px 0;
    }

    .story-card,
    .ia-panel,
    .testimonial-card,
    .testimonial-side,
    .plans-note,
    .cta-banner,
    .feature-card,
    .screen-card,
    .video-panel,
    .product-note,
    .client-card {
        padding: 24px;
    }

    .client-card {
        flex-direction: column;
        text-align: center;
    }

    .client-card--profile {
        padding: 24px 20px;
    }

    .client-card img {
        height: 110px;
        width: 110px;
    }

    .client-card--profile img {
        height: 94px;
        width: 94px;
    }

    .testimonial-quote {
        font-size: 24px;
    }

    .site-footer .text-right {
        text-align: left;
    }
}

@media (max-width: 420px) {
    .ia-section .ia-panel,
    .ia-section .ia-mini-card {
        padding: 20px 18px;
    }

    .ia-panel h3 {
        font-size: 24px;
    }

    .site-navbar .navbar-header {
        gap: 8px;
    }

    .site-navbar .navbar-brand,
    .brand-wordmark {
        font-size: 20px;
        letter-spacing: 0.04em;
    }

    .site-navbar .navbar-brand {
        max-width: calc(100% - 52px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hero-copy h1 {
        font-size: clamp(30px, 10vw, 36px);
        max-width: 8.2ch;
    }

    .hero-copy p {
        font-size: 14px;
    }

    .hero-proof {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        margin-right: -16px;
        overflow-x: auto;
        padding-bottom: 4px;
        padding-right: 16px;
        scroll-snap-type: x proximity;
    }

    .hero-proof::-webkit-scrollbar {
        display: none;
    }

    .hero-proof-card,
    .hero-proof-card:last-child {
        flex: 0 0 min(76vw, 248px);
        grid-column: auto;
        padding: 14px;
        scroll-snap-align: start;
        width: min(76vw, 248px);
    }

    .hero-visual {
        min-height: 438px;
    }

    .hero-surface {
        inset: 52px 0 52px 14px;
    }

    .hero-profession-banner {
        left: 10px;
        padding: 10px 12px;
        right: 10px;
    }

    .hero-device.main {
        width: 86%;
    }

    .hero-device.left {
        top: 176px;
        width: 38%;
    }

    .hero-device.bottom {
        bottom: 82px;
        left: 20px;
        width: 44%;
    }

    .hero-orbit {
        height: 102px;
        right: 6px;
        top: 132px;
        width: 102px;
    }

    .hero-orbit span {
        font-size: 23px;
    }

    .hero-note {
        left: 10px;
        padding: 14px;
        right: 10px;
    }

    .hero-note p {
        font-size: 12px;
    }
}
