:root {
    --hcl-bg: #09111f;
    --hcl-bg-2: #0d1830;
    --hcl-surface: #ffffff;
    --hcl-soft: #f4f7fd;
    --hcl-soft-2: #ecf1fb;
    --hcl-border: rgba(15, 23, 42, 0.08);
    --hcl-border-strong: rgba(15, 23, 42, 0.14);
    --hcl-title: #0d172d;
    --hcl-text: #596377;
    --hcl-primary: #7cff87;
    --hcl-primary-strong: #c8ff46;
    --hcl-primary-soft: rgba(124, 255, 135, 0.12);
    --hcl-shadow: 0 30px 80px rgba(7, 14, 31, 0.1);
    --hcl-shadow-soft: 0 22px 60px rgba(13, 23, 45, 0.08);
    --hcl-radius-xl: 30px;
    --hcl-radius-lg: 24px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--hcl-text);
    background: #fff;
}

body.thankyou-body {
    background: linear-gradient(180deg, #08101f 0%, #0a1020 100%);
}

.bg-light-subtle {
    background: var(--hcl-soft);
}

.header-v8 .sticky-header {
    background: transparent !important;
}

.navbar-brand.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    color: #fff;
}

.brand-cube {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(135deg, var(--hcl-primary) 0%, var(--hcl-primary-strong) 100%);
    box-shadow: 0 0 0 10px rgba(109, 255, 130, 0.12);
}

.main-menu .nav-link {
    font-weight: 500;
}

.sticky-header.affix {
    background: rgba(9, 17, 31, 0.84) !important;
    backdrop-filter: blur(14px);
}

.sticky-header.affix .main-menu .nav-link,
.sticky-header.affix .navbar-brand.brand-mark {
    color: #fff !important;
}

.btn.btn-primary,
button.btn-primary {
    color: #081017;
    background: linear-gradient(135deg, var(--hcl-primary-strong) 0%, var(--hcl-primary) 100%);
    border-color: transparent;
    box-shadow: 0 16px 40px rgba(125, 255, 98, 0.2);
}

.btn.btn-primary:hover,
button.btn-primary:hover {
    color: #081017;
    transform: translateY(-1px);
    box-shadow: 0 20px 45px rgba(125, 255, 98, 0.24);
}

.btn-outline-dark,
.btn-outline-light {
    border-width: 1px;
    border-radius: 999px;
}

.btn-outline-dark {
    color: var(--hcl-title);
    border-color: rgba(13, 23, 45, 0.16);
    background: rgba(255,255,255,0.8);
}

.btn-outline-dark:hover {
    color: #fff;
    background: var(--hcl-title);
    border-color: var(--hcl-title);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.2);
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.08;
    mask-image: linear-gradient(180deg, rgba(0,0,0,0.8), transparent 88%);
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    pointer-events: none;
}

.glow-left {
    width: 220px;
    height: 220px;
    background: rgba(109, 255, 130, 0.08);
    left: -60px;
    top: 18%;
}

.glow-right {
    width: 300px;
    height: 300px;
    background: rgba(85, 118, 255, 0.14);
    right: -120px;
    bottom: 0;
}

.hero-v8 {
    min-height: 100vh;
    background:
        radial-gradient(circle at 8% 14%, rgba(124, 255, 135, 0.07), transparent 18%),
        radial-gradient(circle at 92% 8%, rgba(87, 124, 255, 0.16), transparent 22%),
        linear-gradient(180deg, #08101f 0%, #0a1020 100%);
}

.eyebrow,
.lead-kicker,
.panel-kicker,
.hero-eyebrow-light {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    margin-bottom: 22px;
}

.eyebrow {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.hero-eyebrow-light {
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
}

.hero-copy-v8 h1 {
    color: #fff;
    font-size: clamp(2.7rem, 4.9vw, 4.8rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
    max-width: 11ch;
    margin-bottom: 22px;
}

.hero-lead-dark {
    max-width: 62ch;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 28px;
}

.hero-mini-points,
.hero-mini-points-light {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 26px;
}

.hero-mini-points span,
.hero-mini-points-light span {
    color: rgba(255,255,255,0.8);
    font-size: 0.94rem;
}

.hero-mini-points i,
.hero-mini-points-light i {
    color: var(--hcl-primary);
    margin-right: 8px;
}

.hero-portfolio-panel {
    position: relative;
    padding: 30px;
    border-radius: var(--hcl-radius-xl);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.panel-kicker,
.lead-kicker {
    color: var(--hcl-title);
    background: rgba(124, 255, 135, 0.1);
    border: 1px solid rgba(124, 255, 135, 0.15);
}

.hero-portfolio-head h2,
.lead-panel h2,
.access-section h2,
.section-heading h2,
.creator-shell h2 {
    color: var(--hcl-title);
}

.hero-portfolio-head h2 {
    font-size: 1.9rem;
    line-height: 1.15;
    margin-bottom: 0;
}

.hero-product-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.hero-product-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid var(--hcl-border);
    background: #fff;
    transition: all 0.2s ease;
}

.hero-product-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--hcl-shadow-soft);
}

.hero-product-item strong,
.showcase-note strong,
.footer-brand-line strong {
    color: var(--hcl-title);
}

.hero-product-item p {
    margin: 4px 0 0;
    color: var(--hcl-text);
    font-size: 0.95rem;
}

.hero-portfolio-foot {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--hcl-border);
    color: var(--hcl-text);
    font-size: 0.94rem;
}

.stage-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.stage-prototipo {
    color: #0d172d;
    background: rgba(13, 23, 45, 0.08);
}

.stage-mvp {
    color: #1c5d2b;
    background: rgba(109, 255, 130, 0.18);
}

.signal-strip-wrap {
    margin-top: -58px;
    position: relative;
    z-index: 4;
}

.signal-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 24px;
    border-radius: var(--hcl-radius-xl);
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow);
}

.signal-strip div {
    padding: 14px 16px;
    border-radius: 22px;
    background: linear-gradient(180deg, #fbfcff 0%, #f5f8fe 100%);
    border: 1px solid rgba(13, 23, 45, 0.06);
}

.signal-strip span,
.thesis-grid article span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: #0d172d;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.signal-strip strong,
.thesis-grid article h3,
.product-copy h3,
.creator-note strong {
    display: block;
    color: var(--hcl-title);
}

.signal-strip p,
.thesis-grid article p,
.showcase-note span,
.footer-brand-line p {
    margin: 8px 0 0;
}

.showcase-note {
    padding: 18px 20px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--hcl-border);
}

.product-stack {
    display: grid;
    gap: 30px;
}

.product-case {
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow);
}

.product-shot {
    height: 100%;
    min-height: 440px;
    padding: 22px;
    background: linear-gradient(180deg, #edf2fb 0%, #e8eef9 100%);
}

.tall-shot {
    min-height: 760px;
}


.product-shot img {
    display: none;
}

.product-visual {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: space-between;
}

.visual-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.visual-brand strong {
    display: block;
    color: var(--hcl-title);
    font-size: 1.2rem;
    line-height: 1.1;
}

.visual-brand span {
    display: block;
    margin-top: 4px;
    color: var(--hcl-text);
    font-size: 0.92rem;
}

.product-logo {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    box-shadow: 0 16px 40px rgba(14, 23, 45, 0.14);
}

.product-logo-catalink {
    background: linear-gradient(135deg, #6658ff 0%, #9a76ff 100%);
}

.product-logo-burnfile {
    background: linear-gradient(135deg, #ff8a4c 0%, #ff4d6d 100%);
}

.product-logo-comprimepdf {
    background: linear-gradient(135deg, #20c3ff 0%, #4e66ff 100%);
}

.product-logo-okclient {
    background: linear-gradient(135deg, #2f87ff 0%, #6a7bff 100%);
}

.visual-screen {
    flex: 1;
    border-radius: 26px;
    border: 1px solid rgba(255,255,255,0.35);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.visual-screen-light {
    background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(244,247,253,0.96) 100%);
    border-color: rgba(13, 23, 45, 0.08);
}

.visual-screen-dark {
    background: linear-gradient(180deg, rgba(7,17,35,0.98) 0%, rgba(13,23,48,0.98) 100%);
    border-color: rgba(255,255,255,0.08);
}

.screen-top {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.window-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(13, 23, 45, 0.18);
}

.visual-grid {
    display: grid;
    gap: 14px;
}

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

.visual-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-panel {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(13, 23, 45, 0.08);
    min-height: 106px;
}

.mini-panel strong,
.visual-link-card strong,
.price-visual strong,
.plan-box strong {
    display: block;
    color: var(--hcl-title);
    line-height: 1.15;
}

.mini-panel span,
.visual-link-card span,
.price-visual span,
.plan-box span,
.visual-link-card small,
.price-visual small,
.plan-box small {
    display: block;
}

.mini-panel span {
    margin-top: 6px;
    color: var(--hcl-text);
    font-size: 0.88rem;
    line-height: 1.5;
}

.mini-panel-accent {
    background: linear-gradient(135deg, #6658ff 0%, #8b77ff 100%);
    border-color: transparent;
}

.mini-panel-accent strong,
.mini-panel-accent span {
    color: #fff;
}

.mini-panel.dark {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.08);
}

.mini-panel.dark strong,
.mini-panel.dark span,
.visual-link-card small,
.visual-link-card span,
.price-visual small,
.price-visual span,
.plan-box small,
.plan-box span {
    color: rgba(255,255,255,0.76);
}

.mini-panel.dark strong,
.visual-link-card strong,
.price-visual strong,
.plan-box strong {
    color: #fff;
}

.visual-link-card,
.price-visual {
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 14px;
}

.visual-link-card strong {
    margin: 10px 0 8px;
    font-size: 1.35rem;
    word-break: break-all;
}

.price-visual strong {
    margin: 10px 0 8px;
    font-size: 2.15rem;
}

.dual-plan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.plan-box {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.plan-box strong {
    font-size: 1.85rem;
    margin: 10px 0 8px;
}

.visual-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.visual-pills span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.74);
    border: 1px solid rgba(13, 23, 45, 0.08);
    color: var(--hcl-title);
    font-size: 0.86rem;
    font-weight: 600;
}

.case-accent-burnfile .visual-pills span,
.case-accent-comprimepdf .visual-pills span,
.case-accent-okclient .visual-pills span {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.84);
}

.case-accent-burnfile .visual-brand strong,
.case-accent-comprimepdf .visual-brand strong,
.case-accent-okclient .visual-brand strong {
    color: #fff;
}

.case-accent-burnfile .visual-brand span,
.case-accent-comprimepdf .visual-brand span,
.case-accent-okclient .visual-brand span {
    color: rgba(255,255,255,0.72);
}

.product-copy {
    height: 100%;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-copy-head p,
.value-list p {
    margin-bottom: 0;
}

.product-copy-head h3 {
    margin: 16px 0 12px;
    font-size: 2.25rem;
}

.product-copy-head p {
    font-size: 1.03rem;
    line-height: 1.8;
}

.value-list {
    display: grid;
    gap: 18px;
    margin: 28px 0;
}

.value-list div {
    padding: 18px 20px;
    border-radius: 20px;
    background: var(--hcl-soft);
    border: 1px solid rgba(13, 23, 45, 0.06);
}

.value-list strong {
    display: block;
    color: var(--hcl-title);
    margin-bottom: 8px;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.product-tags span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--hcl-border-strong);
    color: var(--hcl-title);
    font-size: 0.88rem;
    font-weight: 600;
}

.link-interest {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hcl-title);
    font-weight: 700;
}

.link-interest::after {
    content: '↗';
    font-size: 1rem;
}

.case-accent-catalink .product-shot {
    background: linear-gradient(180deg, #eef2ff 0%, #e7ecfb 100%);
}

.case-accent-burnfile .product-shot,
.case-accent-okclient .product-shot,
.case-accent-comprimepdf .product-shot {
    background: linear-gradient(180deg, #071123 0%, #0d1730 100%);
}

.brand-thesis-section,
.creator-section {
    position: relative;
}

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

.thesis-grid article,
.creator-note {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow-soft);
}

.creator-shell {
    padding: 34px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow-soft);
}

.creator-note ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: var(--hcl-text);
}

.creator-note li + li {
    margin-top: 10px;
}

.access-section {
    background:
        radial-gradient(circle at 10% 18%, rgba(124, 255, 135, 0.08), transparent 18%),
        radial-gradient(circle at 90% 12%, rgba(87, 124, 255, 0.14), transparent 22%),
        linear-gradient(180deg, #08101f 0%, #0a1020 100%);
}

.access-shell {
    padding: 38px;
    border-radius: 34px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}

.access-section h2,
.access-section p {
    color: #fff;
}

.access-section p {
    color: rgba(255,255,255,0.74);
}

.lead-panel {
    position: relative;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.lead-panel-head {
    margin-bottom: 22px;
}

.lead-panel h2 {
    font-size: 1.86rem;
    line-height: 1.16;
    margin-bottom: 12px;
}

.lead-panel p {
    color: var(--hcl-text);
    margin-bottom: 0;
}

.lead-form .form-label {
    color: var(--hcl-title);
    font-weight: 600;
    margin-bottom: 10px;
}

.lead-form .form-control,
.lead-form .form-select {
    border-radius: 16px;
    border: 1px solid var(--hcl-border-strong);
    min-height: 56px;
    padding: 14px 18px;
    box-shadow: none;
}

.lead-form textarea.form-control {
    min-height: 118px;
}

.lead-form .form-control:focus,
.lead-form .form-select:focus {
    border-color: rgba(109, 255, 130, 0.7);
    box-shadow: 0 0 0 4px rgba(109, 255, 130, 0.12);
}

.custom-check .form-check-input {
    margin-top: 0.2rem;
}

.custom-check .form-check-input:checked {
    background-color: #0e172f;
    border-color: #0e172f;
}

.form-success-message {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(109, 255, 130, 0.12);
    color: #1a5b22;
    font-weight: 600;
}

.footer-minimal .footer-light {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.footer-links-minimal a {
    color: var(--hcl-title);
    font-weight: 600;
}

.thankyou-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.thankyou-card {
    max-width: 720px;
    padding: 44px;
    margin: 0 auto;
    border-radius: 28px;
    background: rgba(255,255,255,0.97);
    box-shadow: 0 30px 80px rgba(0,0,0,0.22);
}

.thankyou-card h1 {
    color: var(--hcl-title);
    margin-bottom: 18px;
}

.thankyou-card p {
    color: var(--hcl-text);
}

@media (max-width: 1199.98px) {
    .tall-shot {
        min-height: 560px;
    }

    .product-copy-head h3 {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .hero-v8 {
        min-height: auto;
        padding-top: 140px;
    }

    .signal-strip-wrap {
        margin-top: 30px;
    }

    .signal-strip,
    .thesis-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy-v8 h1 {
        max-width: 12ch;
    }

    .hero-portfolio-panel,
    .creator-shell,
    .access-shell {
        padding: 24px;
    }

    .product-copy,
    .product-shot {
        padding: 20px;
    }

    .product-shot,
    .tall-shot {
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .hero-copy-v8 h1 {
        font-size: 2.5rem;
    }

    .hero-product-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-copy-head h3,
    .section-heading h2,
    .creator-shell h2,
    .access-section h2 {
        font-size: 1.85rem;
    }

    .product-copy,
    .lead-panel,
    .creator-note,
    .thesis-grid article,
    .showcase-note {
        padding: 22px;
    }

    .product-shot,
    .tall-shot {
        min-height: 320px;
    }

    .access-shell {
        padding: 20px;
    }
}

@media (max-width: 991.98px) {
    .visual-grid.three {
        grid-template-columns: 1fr;
    }

    .dual-plan {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .visual-grid.four {
        grid-template-columns: 1fr;
    }

    .visual-link-card strong,
    .price-visual strong,
    .plan-box strong {
        font-size: 1.5rem;
    }
}


.stage-camino {
    color: #2554d1;
    background: rgba(46, 109, 255, 0.14);
}

.hero-product-item-muted {
    background: linear-gradient(180deg, #f7faff 0%, #f3f6fd 100%);
}

.hero-product-item-muted strong {
    color: #193278;
}

.pipeline-shell {
    margin-top: 56px;
    padding-top: 14px;
}

.pipeline-intro {
    position: sticky;
    top: 110px;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow-soft);
}

.pipeline-intro h3 {
    color: var(--hcl-title);
    font-size: 2rem;
    line-height: 1.14;
    margin-bottom: 14px;
}

.pipeline-intro p {
    margin-bottom: 22px;
}

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

.pipeline-card {
    min-height: 100%;
    padding: 24px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid var(--hcl-border);
    box-shadow: var(--hcl-shadow-soft);
}

.pipeline-card-soft {
    background: linear-gradient(180deg, #fbfcff 0%, #f4f8ff 100%);
}

.pipeline-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.pipeline-card-head strong {
    color: var(--hcl-title);
    font-size: 1.02rem;
}

.pipeline-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
}

.pipeline-card li {
    padding: 16px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.pipeline-card li:first-child {
    padding-top: 0;
    border-top: 0;
}

.pipeline-card li span {
    display: block;
    color: var(--hcl-title);
    font-weight: 700;
    margin-bottom: 6px;
}

.pipeline-card li small,
.pipeline-card p {
    display: block;
    color: var(--hcl-text);
    font-size: 0.96rem;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 991.98px) {
    .pipeline-intro {
        position: static;
    }

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

@media (max-width: 767.98px) {
    .pipeline-intro,
    .pipeline-card {
        padding: 22px;
    }

    .pipeline-intro h3 {
        font-size: 1.75rem;
    }

    .pipeline-card-head {
        flex-direction: column;
        align-items: flex-start;
    }
}
