:root {
    --color-red: #db2020;
    --color-dark-red: #780000;
    --color-cream: #faf9f6;
    --color-dark-blue: #003049;
    --color-light-blue: #669bbc;
    --color-white: #fff;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --shadow-hard: 4px 4px 0 0 var(--color-dark-blue)
}

@keyframes heroReveal {
    0 {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
        filter: blur(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0)
    }
}

@keyframes slideInRight {
    0 {
        opacity: 0;
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes popIn {
    0 {
        opacity: 0;
        transform: translateY(20px)
    }

    60% {
        transform: translateY(-5px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes cardEntrance {
    0 {
        opacity: 0;
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

#primeagile__43654,#primeagile__43802 {
    margin-top: 10rem;
    margin-bottom: 3rem;
    place-content: center
}

.special-bubble {
    border: 1px solid var(--color-light-blue);
    place-items: center;
    text-transform: uppercase;
    font-size: .7rem;
    padding: .2rem 1rem;
    background-color: #eef2ff;
    color: var(--color-light-blue);
    font-weight: bolder;
    border-radius: 2rem;
    margin: 1rem;
    place-self: center
}

.special-bubble svg {
    height: 15px
}

#primeagile__44309 {
    background: var(--color-cream);
    padding: 5rem 0
}

#primeagile__43802,#primeagile__44310,#primeagile__44312,#primeagile__44338 {
    margin: 5rem auto;
    max-width: 1080px
}

#primeagile__43802 .hero-section,#primeagile__43802 .hero-subtitle,#primeagile__44316 .hero-section,#primeagile__44316 .hero-subtitle {
    text-align: center;
    place-content: center;
    margin: 0 auto
}

#primeagile__44331>div {
    text-align: center
}

#primeagile__44331>div h2 {
    color: var(--color-dark-blue);
    font-size: 1.2rem;
    font-weight: bolder
}

#primeagile__44331>div .highlight-description {
    font-size: .8rem;
    color: #777;
    width: 80%;
    place-self: center
}

#primeagile__44317 {
    max-width: 40rem;
    margin: 2rem auto;
    animation: heroReveal 2s cubic-bezier(0.16,1,0.3,1) 1s forwards
}

#primeagile__44317 button {
    font-weight: bolder;
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 1rem;
    border-radius: .5rem;
    width: 100%;
    border: 0;
    transition: all .2s
}

#primeagile__44317 button:hover {
    background: var(--color-dark-red)
}

#primeagile__44317 button::after {
    content: "→";
    margin-left: 1rem
}

#primeagile__44322 {
    font-size: .8rem;
    color: var(--color-light-blue);
    margin-top: 5px
}

#primeagile__43702 .hero-section {
    margin-bottom: 3rem;
    text-align: center;
    place-content: center;
    place-items: center;
}
#primeagile__43702 {
    max-width: 1080px;
    margin: 0 auto;
}

.hero-title {
    font-family: var(--font-headline);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--color-dark-blue);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: heroReveal 1.5s cubic-bezier(0.16,1,0.3,1) forwards
}

.hero-title .highlight {
    color: var(--color-red)
}

.hero-subtitle {
    font-size: 1.125rem;
    color: rgba(0,48,73,0.8);
    max-width: 42rem;
    line-height: 1.6;
    opacity: 0;
    animation: heroReveal 2s cubic-bezier(0.16,1,0.3,1) .5s forwards
}

.section-header {
    border-bottom: 1px solid rgba(0,48,73,0.2);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    opacity: 0;
    animation: slideInRight .8s ease-out .3s forwards
}

.section-title {
    font-family: var(--font-headline);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-dark-blue)
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.feature-item,#primeagile__43806>div {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    opacity: 0;
    animation: popIn .6s cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

#primeagile__37354 {
    overflow: hidden
}

#primeagile__44344 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: #f0f2f5
}

.cta-hero-card {
    background: var(--color-dark-blue);
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 800px;
    text-align: center;
    color: white;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2)
}

.cta-hero-card h1 {
    color: var(--color-white)
}

.cta-hero-card .hero-subtitle {
    color: #c9c9c9
}

.sc-hwddKA,.sc-kvnevz {
    max-width: 50rem;
    margin: 0 auto;
    border: 0;
    color: var(--dark-navy)
}

.bxFmrB,.gGdxOW {
    background: 0
}

primeagile__44314 button,.bxFmrB,.gGdxOW {
    border: 2px solid #e4e4e4;
    margin: 1rem 0;
    background: none !important;
    border-radius: .5rem !important;
    overflow: hidden
}

.bxFmrB,.gGdxOW:hover {
    background: #b9b9b975
}

div[show="true"] button {
    background: 0;
    font-weight: 700;
    color: var(--dark-navy)
}

div[show="true"] button::after {
    transform: rotate(0)
}

.hero-header {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px
}

.hero-subtitle {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    opacity: .9
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #003049;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 12px;
    transition: all .3s ease
}

.btn-primary:hover {
    background-color: #f0f0f0;
    color: var(--color-dark-blue);
    transform: translateY(0.2rem)
}

.calendar-icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    stroke: currentColor
}

.roi-footer {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 20px;
    opacity: .7
}

#primeagile__43806>div {
    padding: 0
}

#primeagile__43806>div>div {
    border: 1px solid var(--color-gray-200);
    background: var(--color-gray-50);
    border-radius: .5rem;
    padding: 1.5rem;
    height: 20rem
}

#primeagile__43806>div h3 {
    font-size: 1rem;
    color: var(--color-dark-blue)
}

#primeagile__43851,#primeagile__43860 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.text-red-500 {
    color: var(--color-red)
}

.text-green-500 {
    color: #35be71
}

#primeagile__43851,#primeagile__43860 {
    display: grid;
    gap: 1rem
}

#primeagile__43851>div,#primeagile__43860>div {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--color-white,#fff);
    border: 1px solid var(--color-gray-200,#e5e7eb);
    border-radius: .5rem;
    padding: 1.25rem;
    transition: all .1s ease-in-out
}

#primeagile__43851 label,#primeagile__43860 label {
    color: #333;
    z-index: 2;
    pointer-events: none
}

#primeagile__43851 input[type="checkbox"],#primeagile__43860 input[type="checkbox"] {
    appearance: none;
    position: absolute;
    inset: 0;
    cursor: pointer;
    z-index: 1
}

#primeagile__43851>div:has(input:checked),#primeagile__43860>div:has(input:checked) {
    background-color: #f0f7fc;
    border: 2px solid var(--color-light-blue);
    box-shadow: 0 4px 6px -1px rgba(0,130,215,0.15)
}

#primeagile__43851>div:has(input:checked) label,#primeagile__43860>div:has(input:checked) label {
    color: var(--color-light-blue)
}

#primeagile__43851>div:has(input)::after,#primeagile__43860>div:has(input)::after {
    content: '';
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid grey;
    background-image: url('data:image/svg+xml;utf8,<svgxmlns="http://www.w3.org/2000/svg"viewBox="002424"fill="none"stroke="white"stroke-width="3"stroke-linecap="round"stroke-linejoin="round"><polylinepoints="206917412"/></svg>');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%
}

#primeagile__43851>div:has(input:checked)::after,#primeagile__43860>div:has(input:checked)::after {
    background-color: var(--color-light-blue)
}

.feature-item:nth-child(1) {
    animation-delay: .4s
}

.feature-item:nth-child(2) {
    animation-delay: .55s
}

.feature-item:nth-child(3) {
    animation-delay: .7s
}

.feature-item:nth-child(4) {
    animation-delay: .85s
}

.icon-circle {
    flex-shrink: 0;
    margin-top: .25rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-cream);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05)
}

.dark-section {
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    padding: 3.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-right: 4px solid var(--color-dark-red)
}

.dark-section>div {
    padding: 0 2rem
}

.badge-container .badge {
    background: var(--color-light-blue);
    color: var(--color-text-white);
    padding: .6rem 1.2rem;
    border-radius: 4px
}

.growth-velocity {
    border: 1px solid var(--color-gray-50);
    box-shadow: var(--shadow-hard)
}

.price-container {
    margin-top: 1.5rem
}

.price-amount {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--color-text-white)
}

.price-period {
    font-size: 1.1rem;
    color: #b0b0b0
}

.slider-wrapper {
    margin: 4rem 0;
    width: 100%
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background: var(--color-white);
    border-radius: 10px
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--color-dark-red);
    cursor: pointer;
    margin-top: -11px;
    transition: box-shadow .2s ease,transform .2s ease;
    border: 2px solid white
}

input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 8px rgba(219,32,32,0.3)
}

.slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    color: #b0b0b0;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.effort-wrapper {
    background-color: rgba(255,255,255,0.05);
    padding: 1.2rem;
    border-radius: 8px;
    display: flex;
    align-items: center
}

.icon-box {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.icon-box svg {
    width: 32px;
    height: 32px
}

.effort-label {
    color: #b0b0b0;
    font-size: .8rem;
    font-weight: 600;
    display: block;
    margin-bottom: .2rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.step-header {
    text-align: center;
    margin: 3rem 0
}

.step-header .step-label {
    font-weight: bolder;
    text-transform: uppercase;
    color: var(--color-light-blue);
    font-size: .8rem
}

#primeagile__44314 {
    background: var(--color-cream);
    padding-top: 2rem;
    margin-bottom: 0
}

#primeagile__44314>div {
    max-width: 800px;
    margin: 0 auto
}

.step-header h2 {
    font-size: 1.5rem;
    font-weight: bolder;
    color: var(--color-dark-blue)
}

.header-description {
    color: var(--color-light-blue);
    font-size: .8rem
}

.effort-amount {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-text-white)
}

#primeagile__43874 {
    padding: 3.5rem;
    background-color: var(--color-light-bg)
}

.features-header {
    color: var(--color-text-dark);
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    letter-spacing: -0.5px
}

.features-header svg {
    stroke: var(--color-dark-red);
    margin-right: 12px;
    width: 28px;
    height: 28px
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.benefit-item {
    padding: 1rem 1.2rem;
    border-radius: 8px;
    margin-bottom: .8rem;
    display: flex;
    align-items: center;
    color: var(--color-text-dark);
    font-weight: 600;
    font-size: 1rem;
    transition: transform .2s ease,background-color .2s;
    border: 2px solid #e0e0e0
}

.benefit-item:hover {
    transform: translateY(-2px);
    background-color: #fff;
    border: 2px solid var(--color-light-blue);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05)
}

.check-circle {
    background-color: rgba(0,130,215,0.1);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0
}

.check-circle svg {
    stroke: var(--color-dark-blue);
    width: 16px;
    height: 16px;
    stroke-width: 3
}

#primeagile__43877>div:nth-child(1) {
    background: var(--color-dark-blue);
    color: var(--color-white);
    border-radius: .5rem;
    padding: 2rem
}

#primeagile__43877>div:nth-child(1)>div>div>div {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.summary-header {
    display: flex;
    place-items: center;
    gap: .5rem
}

.summary-header h3 {
    font-size: 1.2rem;
    color: var(--color-white);
    margin: 0
}

.summary-label {
    font-size: .6rem;
    color: #aaa
}

.summary-row {
    display: flex;
    place-items: center
}

.summary-tier-name {
    font-weight: bolder;
    font-size: 1.5rem;
    color: var(--color-white);
    margin-bottom: 0
}

.icon-circle.red {
    background-color: var(--color-red)
}

#summary-price {
    font-size: .8rem;
    margin-left: auto
}

#summary-hours {
    font-size: 1rem
}

.icon-circle.blue {
    background-color: var(--color-light-blue)
}

.summary-body:nth-child(4) {
    border-top: 1px solid #dfdbdb;
    border-bottom: 1px solid #dfdbdb;
    padding: 1rem 0
}

.summary-focus-text {
    font-style: italic;
    font-size: .7rem;
    color: var(--color-cream);
    display: flex;
    flex-wrap: wrap;
    gap: .3rem
}

.summary-focus-text>span {
    border: 1px solid var(--color-gray-50);
    padding: .2rem;
    border-radius: .2rem;
    font-style: normal;
    font-weight: bolder
}

.summary-footer {
    font-weight: bolder;
    display: flex;
    place-items: center
}

.deposit-amount {
    font-size: 1.5rem;
    margin-left: auto
}

.icon-circle.dark {
    background-color: var(--color-dark-blue)
}

.feature-text h3 {
    font-family: var(--font-headline);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark-blue);
    margin-bottom: .5rem
}

.feature-text p {
    color: rgba(0,48,73,0.7);
    font-size: .95rem;
    line-height: 1.6
}

.case-study-card {
    margin-top: 3rem;
    border: 1px solid rgba(0,48,73,0.1);
    padding: 1.5rem;
    opacity: 0;
    animation: cardEntrance .9s cubic-bezier(0.22,1,0.36,1) 1s forwards
}

.case-study-title {
    font-family: var(--font-headline);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark-blue);
    margin-bottom: 1.5rem
}

.case-study-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.2);
    transition: background-color .2s ease
}

.case-study-details {
    width: 100%
}

.tag-success {
    font-size: .75rem;
    font-weight: 700;
    color: var(--color-light-blue);
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: .5rem
}

.result-heading {
    font-family: var(--font-headline);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-dark-blue);
    margin-bottom: .75rem
}

.link-button {
    color: var(--color-light-blue);
    font-weight: 700;
    font-size: .875rem;
    background: 0;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .25rem
}

.link-button:hover {
    color: var(--color-dark-blue)
}

form#primeagile__43658 {
    display: block;
    position: sticky;
    top: 5rem;
    border: 1px solid rgba(0,48,73,0.1);
    padding: 2rem;
    box-shadow: 4px 4px 0 0 #003049;
    opacity: 0;
    transform-origin: top center;
    animation: cardEntrance 1.1s cubic-bezier(0.19,1,0.22,1) .5s forwards
}

div.get-started-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto
}

div.get-started-form>div,div.get-started-form>button {
    grid-column: span 2
}

div.get-started-form>div:nth-child(1),div.get-started-form>div:nth-child(2) {
    grid-column: span 1
}

.get-started-form label:not([for="label"]) {
    font-size: .7rem;
    font-weight: 600;
    color: #95a5b6;
    text-transform: uppercase
}

.get-started-form input:not([type="checkbox"]),.get-started-form select,.get-started-form textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: #f4f8fb;
    border: 1px solid #e1e8ee;
    border-radius: 6px;
    font-size: 16px;
    color: #555;
    outline: 0;
    transition: border-color .2s
}

.get-started-form input:not([type="checkbox"]):focus,.get-started-form select:focus,.get-started-form textarea:focus {
    border-color: #2684ff;
    background-color: #fff
}

::placeholder {
    color: #aab7c4 !important;
    font-size: .8rem
}

.get-started-form>div:nth-last-child(2)>div {
    display: flex
}

.get-started-form input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.get-started-form label[for="label"] {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    font-weight: normal;
    cursor: pointer
}

.get-started-form button[type="submit"] {
    background-color: var(--color-red);
    color: white;
    font-weight: 700;
    padding: 16px;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .2s;
    width: 100%
}

.get-started-form button[type="submit"]:hover {
    background-color: var(--color-dark-red)
}

#primeagile__43659 {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    color: #003049;
    margin-bottom: 1.5rem
}

#primeagile__43658>div>div {
    margin-bottom: 1rem
}

#primeagile__43658 label,#primeagile__43658 span {
    font-size: .75rem;
    font-weight: 700;
    color: rgba(0,48,73,0.6);
    margin-bottom: .25rem
}

#primeagile__43660,#primeagile__43661,#primeagile__43662 {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: .375rem;
    padding: .75rem;
    width: 100%;
    font-size: .875rem;
    font-family: 'Cabinet Grotesk',sans-serif;
    color: #003049;
    transition: all .2s
}

#primeagile__43660:focus,#primeagile__43661:focus,#primeagile__43662:focus {
    outline: 0;
    border-color: #669bbc;
    box-shadow: 0 0 0 1px #669bbc
}

.framework-steps {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    position: relative
}

.framework-steps::before {
    content: '';
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-gray-200);
    z-index: 1
}

.step-container {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: var(--color-dark-blue);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    border: 2px solid var(--color-dark-blue);
    box-shadow: 4px 4px 0 var(--color-red);
    transition: transform .3s ease
}

.step-content {
    background: var(--color-white);
    padding: 25px;
    border: 1px solid var(--color-gray-200);
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05)
}

.step-title {
    color: var(--color-dark-blue);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px
}

.step-description {
    color: #4b5563;
    line-height: 1.7;
    margin-bottom: 0
}

.outcome-box {
    margin-top: 20px;
    padding: 12px 20px;
    background-color: var(--color-cream);
    border-left: 4px solid var(--color-red);
    font-size: .95rem;
    color: var(--color-dark-blue);
    font-style: italic
}

.outcome-label {
    font-weight: 800;
    color: var(--color-red);
    text-transform: uppercase;
    font-size: .8rem;
    margin-right: 8px;
    font-style: normal
}

@media(max-width: 600px) {
    .framework-steps::before {
        left:25px
    }

    .step-container {
        gap: 15px
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1rem
    }
}

iframe {
    border-radius: .5rem
}

.fullWidthBlueBar {
    display: none
}

.features-container {
    display: flex;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap
}

.features-container a {
    text-decoration: none;
    font-size: .8rem;
    color: var(--color-light-blue)
}

#primeagile__44340 {
    place-content: center;
    padding: 0 4rem
}

#primeagile__44340 .features-header {
    width: 100%
}

#primeagile__44340 div.features-container {
    align-items: flex-start
}

#primeagile__44342 .benefit-item {
    flex-direction: column
}

#primeagile__44342 .benefit-item .card-header-flex {
    display: flex;
    gap: 1rem;
    width: 100%;
    align-items: center
}

#primeagile__44342 .icon-wrapper {
    margin: 0;
    width: 2.2rem;
    height: 2.2rem
}

#primeagile__44342 .icon-wrapper svg {
    width: 15px;
    height: 15px
}

#primeagile__44342 .benefit-item .card-header-flex h3 {
    font-size: 1rem;
    font: bold;
    color: var(--color-dark-blue)
}

#primeagile__44342 .benefit-item p {
    font-weight: lighter;
    font-size: .8rem;
    font-style: italic;
    margin: 1rem 0;
    color: var(--color-light-blue)
}

.strategies-footer {
    display: flex;
    place-content: center;
    padding: 1rem;
    gap: 2rem
}

.strategies-footer .label {
    color: var(--color-light-blue)
}

.strategies-footer a.pill-button {
    text-decoration: none;
    color: var(--color-dark-blue);
    background: var(--color-cream);
    padding: .4rem .8rem;
    border-radius: 5rem;
    border: 2px solid var(--color-light-blue);
    font-weight: bold;
    font-size: .8rem
}

.strategies-footer a.pill-button:hover {
    border-color: var(--color-dark-blue)
}

#primeagile__44311 {
    background: var(--color-dark-blue);
    color: white;
    padding: 3rem;
    place-content: center
}

#primeagile__44311 h2,.engine-section h2,h2.sub-hero-title {
    font-weight: bolder;
    color: var(--color-white)
}

#primeagile__44311 h2 .highlight,h2.sub-hero-title .highlight {
    color: var(--color-red)
}

#primeagile__44311>div {
    max-width: 540px
}

#primeagile__44327 .testimonial-card,#primeagile__44455 .testimonial-card {
    width: 30rem;
    background-color: #0d3b52;
    border-radius: 1rem;
    padding: 1rem
}

#primeagile__44313 {
    background: var(--color-cream);
    padding: 2rem
}

#primeagile__44338 {
    border-radius: 3rem !important;
    overflow: hidden;
    background: var(--color-white)
}

.checklist-item {
    display: flex;
    gap: 1rem;
    margin: 1rem 0
}

.checklist-item .check-icon {
    width: 30px;
    height: 30px;
    border-radius: 2rem;
    background: #ffffff30;
    padding: .15rem
}

.profile-header {
    display: grid;
    grid-template-columns: 4rem auto
}

.profile-info {
    display: grid
}

.profile-name {
    font-weight: bolder
}

.testimonial-quote {
    margin: 2rem 0;
    font-style: italic;
    font-weight: normal
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

.stat-box {
    background-color: var(--color-dark-blue);
    display: grid;
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid var(--color-light-blue)
}

.highlight-red {
    color: var(--color-red)
}

.stat-value {
    font-size: 1.5rem;
    font-weight: bolder
}

.stat-label {
    font-size: .7rem;
    color: var(--color-light-blue);
    font-weight: bolder
}

.trap-card {
    display: grid;
    grid-template-columns: 5rem auto;
    gap: 1rem
}

.trap-card h3,.checklist-item h3 {
    color: var(--color-white);
    font-size: 1.3rem;
    font-weight: bolder
}

.trap-card p,.checklist-item p {
    font-size: .8rem
}

.trap-card .alert-red {
    background: var(--color-red);
    width: 3rem;
    height: 3rem
}

.trap-card .alert-red svg {
    color: var(--color-white) !important
}

.feature-card {
    margin: 1rem 0;
    border-radius: .5rem;
    padding: 15px;
    flex: 1;
    min-width: 300px;
    text-align: center;
    border: 2px solid var(--color-dark-blue);
    transition: transform .2s ease
}

.feature-card:hover {
    transform: translateY(-5px)
}

.icon-wrapper {
    background-color: #eef2ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto
}

.icon-wrapper svg {
    width: 30px;
    height: 30px;
    stroke: var(--color-dark-blue);
    stroke-width: 1.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round
}

.feature-card h3 {
    color: var(--color-dark-blue);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 12px;
    margin-top: 0
}

.feature-card p {
    color: #6b7280;
    font-size: .95rem;
    line-height: 1.6;
    margin: 0
}

#primeagile__43663 {
    width: 100%;
    background-color: #db2020;
    color: white;
    padding: 1rem;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s;
    margin-top: 1rem
}

#primeagile__43663:hover {
    background-color: #780000
}

#primeagile__43880 {
    border: 1px solid var(--color-dark-blue);
    margin-left: auto;
    padding: 2rem;
    border-radius: .3rem;
    box-shadow: var(--shadow-hard)
}

#primeagile__43880 label,#primeagile__43658 span {
    font-size: .75rem;
    font-weight: 700;
    color: rgba(0,48,73,0.6);
    margin-bottom: .25rem
}

#primeagile__43880>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem
}

#primeagile__43880>div>div:nth-child(3) {
    grid-column: 1/3
}

#primeagile__43880 button {
    width: 100%;
    background-color: #db2020;
    color: white;
    padding: 1rem;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .2s;
    margin-top: 1rem;
    grid-column: 1/3
}

#primeagile__43880 button:hover {
    background: var(--color-dark-red)
}

#primeagile__43873>div>div>div {
    display: flex;
    gap: 6rem;
    place-items: center;
    text-transform: uppercase;
    font-size: .8rem;
    transform: translateY(-2rem)
}

#primeagile__43902,#primeagile__43904,#primeagile__43903,#primeagile__43906,#primeagile__43905 {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: .375rem;
    padding: .75rem;
    width: 100%;
    font-size: .875rem;
    color: #003049;
    transition: all .2s
}

@media(max-width: 768px) {
    #primeagile__43802 {
        max-width:90vw
    }

    #primeagile__43654 {
        margin-top: 8rem;
        padding: 2rem
    }

    #primeagile__43806>div>div {
        height: max-content;
        margin-bottom: 2rem
    }

    #primeagile__44309 {
        padding: 6rem 2rem
    }

    #primeagile__44321 {
        text-align: center
    }

    #primeagile__43873>div>div>div {
        gap: 3rem;
        transform: translateY(0rem)
    }

    #primeagile__44313,#primeagile__44338 {
        padding: 0;
        border-radius: 0
    }

    #primeagile__44313>div.growth-velocity {
        border-radius: 0 !important
    }

    #primeagile__44313>div>div {
        padding: 0
    }

    #primeagile__44341 {
        padding: 2rem 0
    }

    .features-container {
        gap: 0;
        padding: 1rem
    }

    .strategies-footer {
        flex-direction: column;
        text-align: center;
        gap: 10px
    }

    .testimonial-card {
        max-width: 60%
    }

    .pill-button {
        display: block;
        margin: 5px 0
    }

    .step-header {
        padding: 1rem
    }

    .cta-hero-card {
        width: 95vw;
        padding: 2rem
    }

    .hero-title,.hero-header {
        font-size: 2rem
    }

    .hero-subtitle {
        font-size: 1rem
    }

    #primeagile__44321 br {
        display: none
    }

    .btn-primary {
        font-size: .8rem;
        padding: 1rem
    }

    iframe {
        width: 100%;
        height: 100%
    }

    .case-study-content {
        flex-direction: column
    }

    #primeagile__44308 {
        overflow-x: hidden
    }
}

#primeagile__43662 {
    height: 50px
}

#primeagile__43659 span {
    font-size: .75rem;
    font-weight: 700;
    color: rgba(0,48,73,0.6);
    margin-bottom: .25rem
}
