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

.home-redesign {
    --home-ink: #17304b;
    --home-ink-soft: #5b6b7f;
    --home-surface: rgba(255, 255, 255, 0.92);
    --home-surface-strong: #ffffff;
    --home-line: rgba(23, 48, 75, 0.1);
    --home-shadow: 0 28px 80px rgba(15, 40, 76, 0.14);
    --home-accent: #ff7a18;
    --home-accent-deep: #f45a3b;
    --home-accent-soft: rgba(255, 122, 24, 0.12);
    --home-teal: #07b39b;
    --home-blue: #355cfe;
    --home-navy: #10233d;
    position: relative;
    overflow: hidden;
    padding: 34px 0 88px;
    background:
        radial-gradient(circle at 10% 10%, rgba(53, 92, 254, 0.18), transparent 24%),
        radial-gradient(circle at 88% 14%, rgba(7, 179, 155, 0.16), transparent 20%),
        radial-gradient(circle at 82% 72%, rgba(255, 122, 24, 0.14), transparent 19%),
        linear-gradient(180deg, #eef6ff 0%, #f7fbff 26%, #ffffff 100%);
    color: var(--home-ink);
    font-family: 'Manrope', sans-serif;
}

.home-redesign::before,
.home-redesign::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    z-index: 0;
    animation: homeFloat 10s ease-in-out infinite;
}

.home-redesign::before {
    top: 72px;
    left: -130px;
    width: 320px;
    height: 320px;
    background: rgba(255, 122, 24, 0.12);
}

.home-redesign::after {
    right: -120px;
    top: 390px;
    width: 280px;
    height: 280px;
    background: rgba(7, 179, 155, 0.14);
    animation-delay: -4s;
}

.home-redesign *,
.home-redesign *::before,
.home-redesign *::after {
    box-sizing: border-box;
}

.home-redesign .container {
    position: relative;
    z-index: 1;
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign h4 {
    font-family: 'Outfit', sans-serif;
    color: var(--home-navy);
    margin: 0;
}

.home-redesign p {
    margin: 0;
}

.home-redesign .section-shell {
    margin-top: 34px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92));
    box-shadow: var(--home-shadow);
    backdrop-filter: blur(18px);
}

.home-redesign .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 26px;
}

.home-redesign .section-heading.compact-bottom {
    margin-bottom: 18px;
}

.home-redesign .section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(16, 35, 61, 0.06);
    color: var(--home-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-redesign .section-title {
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
    margin-top: 12px;
}

.home-redesign .section-copy {
    max-width: 540px;
    color: var(--home-ink-soft);
    font-size: 15px;
    line-height: 1.75;
    margin-top: 12px;
}

.home-redesign .hero-panel {
    padding: 42px;
    margin-top: 6px;
}

.home-redesign .hero-grid,
.home-redesign .application-grid,
.home-redesign .earn-grid {
    display: grid;
    gap: 28px;
    align-items: start;
}

.home-redesign .hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.95fr);
}

.home-redesign .hero-copy {
    position: relative;
}

.home-redesign .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(7, 179, 155, 0.12);
    color: #0d7b6b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-redesign .hero-title {
    margin-top: 22px;
    font-size: clamp(44px, 6vw, 74px);
    line-height: 0.95;
    letter-spacing: -0.04em;
    max-width: 620px;
}

.home-redesign .hero-subtitle {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 16px;
    background: rgba(53, 92, 254, 0.08);
    color: var(--home-navy);
    font-size: 16px;
    font-weight: 700;
}

.home-redesign .hero-subtitle .subtitle-prefix {
    color: var(--home-ink-soft);
    font-weight: 600;
}

.home-redesign .hero-subtitle .typewriter_text,
.home-redesign .hero-subtitle #text {
    color: var(--home-blue);
    font-weight: 800;
}

.home-redesign .hero-description {
    max-width: 560px;
    margin-top: 22px;
    color: var(--home-ink-soft);
    font-size: 16px;
    line-height: 1.8;
}

.home-redesign .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home-redesign .home-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 16px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.home-redesign .home-cta.primary {
    background: linear-gradient(135deg, var(--home-accent) 0%, var(--home-accent-deep) 100%);
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(244, 90, 59, 0.28);
}

.home-redesign .home-cta.secondary {
    background: rgba(255, 255, 255, 0.7);
    color: var(--home-navy);
    border-color: rgba(16, 35, 61, 0.1);
}

.home-redesign .home-cta:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.home-redesign .hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 32px;
}

.home-redesign .mini-card {
    padding: 18px 18px 16px;
    border-radius: 24px;
    border: 1px solid rgba(16, 35, 61, 0.08);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 40px rgba(16, 35, 61, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .mini-card:hover,
.home-redesign .glass-card:hover,
.home-redesign .detail-card:hover,
.home-redesign .journey-card:hover,
.home-redesign .review-card:hover,
.home-redesign .faq-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(16, 35, 61, 0.14);
}

.home-redesign .mini-value {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: var(--home-navy);
}

.home-redesign .mini-label {
    display: block;
    margin-top: 6px;
    color: var(--home-ink-soft);
    font-size: 13px;
    line-height: 1.5;
}

.home-redesign .hero-stack {
    display: grid;
    gap: 18px;
}

.home-redesign .glass-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 247, 255, 0.92));
    box-shadow: 0 26px 64px rgba(15, 40, 76, 0.14);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(53, 92, 254, 0.08), transparent 42%, rgba(255, 122, 24, 0.08));
    pointer-events: none;
}

.home-redesign .card-title {
    position: relative;
    z-index: 1;
    font-size: 26px;
    font-weight: 800;
}

.home-redesign .card-copy {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.75;
}

.home-redesign .calculator-form,
.home-redesign .application-form {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.home-redesign .form-grid {
    display: grid;
    gap: 14px;
}

.home-redesign .input-shell label,
.home-redesign .application-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--home-navy);
    font-size: 13px;
    font-weight: 700;
}

.home-redesign .input-shell input,
.home-redesign .application-form input,
.home-redesign .application-form select,
.home-redesign .application-form textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid rgba(16, 35, 61, 0.12);
    border-radius: 16px;
    outline: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--home-navy);
    font-size: 14px;
    font-weight: 600;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.home-redesign .application-form textarea {
    min-height: 118px;
    resize: vertical;
}

.home-redesign .input-shell input:focus,
.home-redesign .application-form input:focus,
.home-redesign .application-form select:focus,
.home-redesign .application-form textarea:focus {
    border-color: rgba(53, 92, 254, 0.3);
    box-shadow: 0 0 0 4px rgba(53, 92, 254, 0.1);
    transform: translateY(-1px);
}

.home-redesign .home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--home-blue) 0%, #5d79ff 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 18px 36px rgba(53, 92, 254, 0.24);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .home-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 42px rgba(53, 92, 254, 0.3);
}

.home-redesign .calc-result {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(16, 35, 61, 0.05);
    color: var(--home-navy);
    font-size: 14px;
    font-weight: 700;
}

.home-redesign .calc-result span {
    color: var(--home-accent-deep);
    font-size: 18px;
}

.home-redesign .quick-note {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
}

.home-redesign .quick-note-item {
    display: flex;
    align-items: start;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 35, 61, 0.08);
}

.home-redesign .quick-note-item i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255, 122, 24, 0.12);
    color: var(--home-accent-deep);
    font-size: 15px;
}

.home-redesign .quick-note-item strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--home-navy);
}

.home-redesign .quick-note-item span {
    display: block;
    margin-top: 4px;
    color: var(--home-ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

.home-redesign .application-grid {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.home-redesign .detail-stack,
.home-redesign .journey-grid,
.home-redesign .review-grid,
.home-redesign .faq-grid,
.home-redesign .benefit-grid {
    display: grid;
    gap: 18px;
}

.home-redesign .detail-stack {
    margin-top: 28px;
}

.home-redesign .detail-card {
    display: flex;
    gap: 16px;
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 16px 38px rgba(16, 35, 61, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .detail-card i {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(7, 179, 155, 0.12);
    color: #0d7b6b;
    font-size: 18px;
    flex-shrink: 0;
}

.home-redesign .detail-card strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: var(--home-navy);
}

.home-redesign .detail-card p {
    margin-top: 6px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.7;
}

.home-redesign .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.home-redesign .stats-card {
    padding: 24px;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 248, 255, 0.88));
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 18px 42px rgba(15, 40, 76, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-redesign .stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(15, 40, 76, 0.14);
}

.home-redesign .stats-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(53, 92, 254, 0.1);
    color: var(--home-blue);
    font-size: 20px;
}

.home-redesign .counter_number_text {
    margin-top: 18px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--home-navy);
}

.home-redesign .counter_text {
    margin-top: 8px;
    color: var(--home-ink-soft);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.home-redesign .blog-shell {
    overflow: hidden;
}

.home-redesign .slide-container {
    position: relative;
    padding: 8px 4px 54px;
}

.home-redesign .slider_card {
    height: auto;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 18px 46px rgba(16, 35, 61, 0.1);
}

.home-redesign .slider_card .card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.home-redesign .slider_card .card-image::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(16, 35, 61, 0.32));
}

.home-redesign .slider_card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home-redesign .slider_card:hover .card-image img {
    transform: scale(1.08);
}

.home-redesign .slider_card .card-content {
    padding: 22px;
}

.home-redesign .slider_card .name {
    font-size: 20px;
    font-weight: 800;
    color: var(--home-navy);
}

.home-redesign .slider_description {
    margin-top: 12px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 98px;
}

.home-redesign .slider_view_button {
    margin-top: 18px;
    min-height: 44px;
    padding: 0 18px;
    border: none;
    border-radius: 14px;
    background: rgba(7, 179, 155, 0.12);
    color: #0d7b6b;
    font-size: 13px;
    font-weight: 800;
    transition: transform 0.28s ease, background 0.28s ease;
}

.home-redesign .slider_view_button:hover {
    transform: translateY(-2px);
    background: rgba(7, 179, 155, 0.18);
}

.home-redesign .swiper-navBtn {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background: var(--home-surface-strong);
    color: var(--home-navy) !important;
    box-shadow: 0 12px 32px rgba(16, 35, 61, 0.14);
}

.home-redesign .swiper-navBtn::after {
    font-size: 16px !important;
    font-weight: 900;
}

.home-redesign .swiper-pagination-bullet {
    background: rgba(16, 35, 61, 0.18) !important;
    opacity: 1 !important;
}

.home-redesign .swiper-pagination-bullet-active {
    background: var(--home-accent) !important;
}

.home-redesign .benefit-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-redesign .benefit-card {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    padding: 28px 22px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(241, 247, 255, 0.92));
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 18px 42px rgba(16, 35, 61, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-redesign .benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 58px rgba(16, 35, 61, 0.14);
}

.home-redesign .benefit-card::before {
    content: "";
    position: absolute;
    inset: auto -20px -60px auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(53, 92, 254, 0.08);
}

.home-redesign .benefit-icon {
    width: 62px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 122, 24, 0.14), rgba(53, 92, 254, 0.12));
    color: var(--home-accent-deep);
    font-size: 24px;
}

.home-redesign .benefit-card h4 {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 800;
}

.home-redesign .benefit-card p {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.8;
}

.home-redesign .journey-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-redesign .journey-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 248, 255, 0.92));
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 18px 42px rgba(15, 40, 76, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .journey-step {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
    color: rgba(53, 92, 254, 0.09);
}

.home-redesign .journey-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 20px;
    background: rgba(53, 92, 254, 0.12);
    color: var(--home-blue);
    font-size: 22px;
}

.home-redesign .journey-card h4 {
    margin-top: 22px;
    font-size: 22px;
    font-weight: 800;
}

.home-redesign .journey-card p {
    margin-top: 12px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.8;
}

.home-redesign .earn-panel {
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(7, 179, 155, 0.24), transparent 28%),
        radial-gradient(circle at bottom left, rgba(255, 122, 24, 0.18), transparent 22%),
        linear-gradient(135deg, #0c1d33 0%, #102a44 52%, #12375c 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 30px 72px rgba(10, 23, 40, 0.36);
}

.home-redesign .earn-panel .section-label {
    background: rgba(255, 255, 255, 0.1);
    color: #9ed7ff;
}

.home-redesign .earn-panel .section-title,
.home-redesign .earn-panel .section-copy,
.home-redesign .earn-panel h4,
.home-redesign .earn-panel p {
    color: #ffffff;
}

.home-redesign .earn-panel .section-copy,
.home-redesign .earn-panel .earn-item p {
    color: rgba(255, 255, 255, 0.72);
}

.home-redesign .earn-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    align-items: center;
}

.home-redesign .earn-list {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.home-redesign .earn-item {
    display: flex;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    transition: transform 0.28s ease, background 0.28s ease;
}

.home-redesign .earn-item:hover {
    transform: translateX(6px);
    background: rgba(255, 255, 255, 0.09);
}

.home-redesign .earn-item i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 122, 24, 0.16);
    color: #ffd2b0;
    font-size: 18px;
    flex-shrink: 0;
}

.home-redesign .earn-item h4 {
    font-size: 18px;
    font-weight: 800;
}

.home-redesign .earn-item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.7;
}

.home-redesign .image-stage {
    position: relative;
    padding: 20px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 26px 64px rgba(0, 0, 0, 0.24);
}

.home-redesign .image-stage::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 26px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
}

.home-redesign .fram_img {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
    transition: transform 0.3s ease;
}

.home-redesign .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-redesign .review-card {
    padding: 28px;
    border-radius: 28px;
    border: 1px solid rgba(16, 35, 61, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 248, 255, 0.92));
    box-shadow: 0 18px 44px rgba(15, 40, 76, 0.1);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .review-profile {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-redesign .review-profile img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 12px 24px rgba(16, 35, 61, 0.12);
}

.home-redesign .review-profile strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--home-navy);
}

.home-redesign .stars {
    display: inline-flex;
    gap: 4px;
    margin-top: 8px;
    color: var(--home-accent);
    font-size: 14px;
}

.home-redesign .profile_description p {
    margin-top: 18px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.8;
}

.home-redesign .brand-shell {
    overflow: hidden;
}

.home-redesign .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.home-redesign .slide-track {
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    animation: brandFlow 26s linear infinite;
}

.home-redesign .slider:hover .slide-track {
    animation-play-state: paused;
}

.home-redesign .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 104px;
    padding: 16px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 14px 34px rgba(16, 35, 61, 0.08);
}

.home-redesign .slide img {
    max-width: 100%;
    max-height: 54px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.home-redesign .slide:hover img {
    opacity: 1;
    transform: scale(1.04);
}

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

.home-redesign .faq-card {
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(16, 35, 61, 0.08);
    box-shadow: 0 16px 38px rgba(16, 35, 61, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-redesign .faq_container {
    background: transparent;
    border: none;
    box-shadow: none;
}

.home-redesign .question {
    position: relative;
    width: 100%;
    padding: 18px 48px 18px 18px;
    border-radius: 18px;
    background: rgba(241, 247, 255, 0.92);
    color: var(--home-navy);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease;
}

.home-redesign .question::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--home-accent-deep);
    font-size: 22px;
    font-weight: 900;
    transition: transform 0.25s ease;
}

.home-redesign .question.active {
    background: linear-gradient(135deg, rgba(53, 92, 254, 0.12), rgba(7, 179, 155, 0.1));
}

.home-redesign .question.active::after {
    transform: translateY(-50%) rotate(45deg);
}

.home-redesign .answercont {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.32s ease;
}

.home-redesign .answer {
    padding: 14px 6px 4px 6px;
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.8;
}

.home-redesign .hero-orbit {
    position: absolute;
    right: 70px;
    top: 18px;
    display: flex;
    gap: 10px;
    pointer-events: none;
}

.home-redesign .hero-orbit span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-accent), var(--home-accent-deep));
    animation: pulseScale 3.2s ease-in-out infinite;
}

.home-redesign .hero-orbit span:nth-child(2) {
    background: linear-gradient(135deg, var(--home-blue), #82a0ff);
    animation-delay: -1s;
}

.home-redesign .hero-orbit span:nth-child(3) {
    background: linear-gradient(135deg, var(--home-teal), #8de6d8);
    animation-delay: -2s;
}

@keyframes homeFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(18px);
    }
}

@keyframes pulseScale {
    0%, 100% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.35);
        opacity: 1;
    }
}

@keyframes brandFlow {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1199px) {
    .home-redesign .hero-grid,
    .home-redesign .application-grid,
    .home-redesign .earn-grid {
        grid-template-columns: 1fr;
    }

    .home-redesign .benefit-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-redesign .stats-grid,
    .home-redesign .review-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-redesign .faq-grid {
        grid-template-columns: 1fr;
    }

    .home-redesign .hero-mini-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .home-redesign {
        padding: 24px 0 68px;
    }

    .home-redesign .section-shell,
    .home-redesign .hero-panel {
        padding: 24px;
        border-radius: 28px;
    }

    .home-redesign .benefit-grid,
    .home-redesign .journey-grid,
    .home-redesign .stats-grid,
    .home-redesign .review-grid,
    .home-redesign .hero-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-redesign .hero-title {
        font-size: clamp(38px, 11vw, 58px);
    }

    .home-redesign .hero-orbit {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-redesign .section-heading {
        flex-direction: column;
        align-items: start;
    }

    .home-redesign .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-redesign .home-cta,
    .home-redesign .home-button {
        width: 100%;
    }

    .home-redesign .benefit-grid,
    .home-redesign .journey-grid,
    .home-redesign .stats-grid,
    .home-redesign .review-grid,
    .home-redesign .hero-mini-grid {
        grid-template-columns: 1fr;
    }

    .home-redesign .hero-subtitle {
        display: block;
        line-height: 1.8;
    }

    .home-redesign .slide {
        min-width: 150px;
    }
}

.home-redesign {
    --home-ink: #e6eef9;
    --home-ink-soft: #97abc4;
    --home-surface: rgba(8, 18, 30, 0.92);
    --home-surface-strong: #0c1827;
    --home-line: rgba(149, 173, 201, 0.14);
    --home-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
    --home-accent: #29c6b4;
    --home-accent-deep: #158170;
    --home-accent-soft: rgba(41, 198, 180, 0.16);
    --home-teal: #29c6b4;
    --home-blue: #7d9dff;
    --home-navy: #f3f7fd;
    padding: 24px 0 72px;
    background:
        radial-gradient(circle at 12% 12%, rgba(41, 198, 180, 0.11), transparent 20%),
        radial-gradient(circle at 86% 10%, rgba(125, 157, 255, 0.12), transparent 22%),
        radial-gradient(circle at 80% 78%, rgba(243, 156, 85, 0.1), transparent 18%),
        linear-gradient(180deg, #07111c 0%, #091522 46%, #0a1726 100%);
}

.home-redesign::before {
    background: rgba(41, 198, 180, 0.08);
}

.home-redesign::after {
    background: rgba(125, 157, 255, 0.08);
}

.home-redesign .section-shell,
.home-redesign .glass-card,
.home-redesign .mini-card,
.home-redesign .detail-card,
.home-redesign .stats-card,
.home-redesign .slider_card,
.home-redesign .benefit-card,
.home-redesign .journey-card,
.home-redesign .review-card,
.home-redesign .faq-card,
.home-redesign .slide {
    background: linear-gradient(180deg, rgba(10, 21, 35, 0.96), rgba(12, 25, 40, 0.92));
    border-color: rgba(149, 173, 201, 0.14);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign h4,
.home-redesign .card-title,
.home-redesign .slider_card .name,
.home-redesign .review-profile strong {
    color: var(--home-navy);
}

.home-redesign .section-shell {
    margin-top: 28px;
    padding: 28px;
    border-radius: 28px;
}

.home-redesign .hero-panel {
    padding: 36px;
}

.home-redesign .hero-grid,
.home-redesign .application-grid,
.home-redesign .earn-grid {
    gap: 22px;
}

.home-redesign .section-label {
    background: rgba(125, 157, 255, 0.12);
    color: #a8c0ff;
}

.home-redesign .section-title {
    font-size: clamp(24px, 2.7vw, 36px);
    line-height: 1.16;
}

.home-redesign .section-copy {
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.78;
}

.home-redesign .hero-kicker {
    background: rgba(41, 198, 180, 0.14);
    color: #9cf0e5;
}

.home-redesign .hero-title {
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    max-width: 560px;
}

.home-redesign .hero-subtitle {
    background: rgba(125, 157, 255, 0.1);
    color: var(--home-navy);
    font-size: 15px;
}

.home-redesign .hero-description,
.home-redesign .card-copy,
.home-redesign .detail-card p,
.home-redesign .slider_description,
.home-redesign .benefit-card p,
.home-redesign .journey-card p,
.home-redesign .profile_description p,
.home-redesign .answer,
.home-redesign .counter_text,
.home-redesign .quick-note-item span,
.home-redesign .mini-label {
    color: var(--home-ink-soft);
    font-size: 14px;
    line-height: 1.78;
}

.home-redesign .mini-card,
.home-redesign .detail-card,
.home-redesign .quick-note-item,
.home-redesign .faq-card {
    background: rgba(255, 255, 255, 0.03);
}

.home-redesign .mini-value,
.home-redesign .quick-note-item strong,
.home-redesign .detail-card strong {
    color: var(--home-navy);
}

.home-redesign .home-cta.secondary {
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(149, 173, 201, 0.14);
    color: var(--home-navy);
}

.home-redesign .home-cta.primary,
.home-redesign .home-button {
    background: linear-gradient(135deg, #29c6b4 0%, #158170 100%);
    box-shadow: 0 18px 38px rgba(21, 129, 112, 0.28);
}

.home-redesign .input-shell input,
.home-redesign .application-form input,
.home-redesign .application-form select,
.home-redesign .application-form textarea {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(149, 173, 201, 0.14);
    color: var(--home-navy);
}

.home-redesign .input-shell input::placeholder,
.home-redesign .application-form input::placeholder,
.home-redesign .application-form textarea::placeholder {
    color: #6f84a1;
}

.home-redesign .input-shell label,
.home-redesign .application-form label {
    color: #c9d8e8;
}

.home-redesign .calc-result,
.home-redesign .question {
    background: rgba(255, 255, 255, 0.04);
    color: var(--home-navy);
}

.home-redesign .question.active {
    background: linear-gradient(135deg, rgba(125, 157, 255, 0.14), rgba(41, 198, 180, 0.1));
}

.home-redesign .stats-icon,
.home-redesign .journey-badge {
    background: rgba(125, 157, 255, 0.14);
    color: #a8c0ff;
}

.home-redesign .benefit-icon {
    background: linear-gradient(135deg, rgba(41, 198, 180, 0.16), rgba(125, 157, 255, 0.14));
    color: #9cf0e5;
}

.home-redesign .counter_number_text {
    font-size: clamp(28px, 3.6vw, 40px);
}

.home-redesign .slider_view_button {
    background: rgba(41, 198, 180, 0.14);
    color: #a0f3e7;
}

.home-redesign .swiper-navBtn {
    background: rgba(10, 21, 35, 0.96);
    border: 1px solid rgba(149, 173, 201, 0.14);
    color: var(--home-navy) !important;
}

.home-redesign .swiper-pagination-bullet {
    background: rgba(149, 173, 201, 0.28) !important;
}

.home-redesign .swiper-pagination-bullet-active {
    background: #29c6b4 !important;
}

.home-redesign .slide img {
    opacity: 0.9;
}

.home-redesign .earn-panel {
    background:
        radial-gradient(circle at top right, rgba(41, 198, 180, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(125, 157, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #081220 0%, #0c1b2e 52%, #10253d 100%);
}

@media (max-width: 991px) {
    .home-redesign {
        padding: 20px 0 60px;
    }

    .home-redesign .section-shell,
    .home-redesign .hero-panel {
        padding: 22px;
    }
}

.home-redesign {
    color: var(--home-ink);
    color-scheme: dark;
}

.home-redesign,
.home-redesign .section-shell,
.home-redesign .glass-card,
.home-redesign .mini-card,
.home-redesign .detail-card,
.home-redesign .stats-card,
.home-redesign .slider_card,
.home-redesign .benefit-card,
.home-redesign .journey-card,
.home-redesign .review-card,
.home-redesign .faq-card,
.home-redesign .calc-result,
.home-redesign .question,
.home-redesign .slide {
    color: var(--home-ink);
}

.home-redesign p,
.home-redesign li,
.home-redesign .section-copy,
.home-redesign .hero-description,
.home-redesign .card-copy,
.home-redesign .mini-label,
.home-redesign .detail-card p,
.home-redesign .slider_description,
.home-redesign .benefit-card p,
.home-redesign .journey-card p,
.home-redesign .profile_description p,
.home-redesign .answer,
.home-redesign .counter_text,
.home-redesign .quick-note-item span {
    color: var(--home-ink-soft);
}

.home-redesign h1,
.home-redesign h2,
.home-redesign h3,
.home-redesign h4,
.home-redesign strong,
.home-redesign .mini-value,
.home-redesign .card-title,
.home-redesign .section-title,
.home-redesign .slider_card .name,
.home-redesign .counter_number_text,
.home-redesign .review-profile strong,
.home-redesign .quick-note-item strong,
.home-redesign .detail-card strong,
.home-redesign .question,
.home-redesign .hero-subtitle,
.home-redesign .home-cta.secondary {
    color: var(--home-navy);
}

.home-redesign .input-shell input,
.home-redesign .application-form input,
.home-redesign .application-form select,
.home-redesign .application-form textarea,
.home-redesign .application-form select option {
    background: #0d1828;
    color: var(--home-navy);
}

.home-redesign .application-form select option {
    padding: 8px 12px;
}

.home-redesign .input-shell input::placeholder,
.home-redesign .application-form input::placeholder,
.home-redesign .application-form textarea::placeholder {
    color: #8ba0bb;
    opacity: 1;
}

.home-redesign .input-shell input:-webkit-autofill,
.home-redesign .application-form input:-webkit-autofill,
.home-redesign .application-form textarea:-webkit-autofill,
.home-redesign .application-form select:-webkit-autofill {
    -webkit-text-fill-color: var(--home-navy);
    box-shadow: 0 0 0 1000px #0d1828 inset;
}

.home-redesign .home-cta.primary,
.home-redesign .home-button {
    color: #ffffff;
}

.home-redesign .hero-kicker,
.home-redesign .section-label,
.home-redesign .benefit-icon,
.home-redesign .stats-icon,
.home-redesign .journey-badge,
.home-redesign .slider_view_button {
    color: inherit;
}

.home-redesign .hero-kicker {
    color: #9cf0e5;
}

.home-redesign .section-label,
.home-redesign .stats-icon,
.home-redesign .journey-badge {
    color: #a8c0ff;
}

.home-redesign .benefit-icon,
.home-redesign .slider_view_button {
    color: #9cf0e5;
}

.home-redesign .section-shell {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.home-redesign .section-shell::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(125, 157, 255, 0.52), transparent);
    z-index: 0;
}

.home-redesign .section-shell::after {
    content: "";
    position: absolute;
    top: -140px;
    right: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(125, 157, 255, 0.14), transparent 65%);
    z-index: 0;
    pointer-events: none;
}

.home-redesign .section-shell > * {
    position: relative;
    z-index: 1;
}

.home-redesign .hero-panel {
    background:
        linear-gradient(135deg, rgba(14, 27, 45, 0.94), rgba(8, 18, 31, 0.96)),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 28px 28px, 28px 28px;
}

.home-redesign .hero-panel::after {
    width: 360px;
    height: 360px;
    top: -110px;
    right: -40px;
    background: radial-gradient(circle, rgba(41, 198, 180, 0.2), transparent 62%);
}

.home-redesign .hero-copy::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 18px;
    width: 3px;
    height: 76px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29c6b4, rgba(41, 198, 180, 0));
}

.home-redesign .hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.home-redesign .trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(149, 173, 201, 0.16);
    background: rgba(255, 255, 255, 0.03);
    color: #d9e5f3;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-redesign .trust-pill i {
    color: #63d9cb;
}

.home-redesign .hero-mini-grid {
    margin-top: 24px;
}

.home-redesign .mini-card {
    border-radius: 22px;
    backdrop-filter: blur(14px);
}

.home-redesign .glass-card {
    backdrop-filter: blur(16px);
}

.home-redesign .insight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 20px 0 16px;
}

.home-redesign .insight-card {
    padding: 14px 14px 13px;
    border-radius: 18px;
    border: 1px solid rgba(149, 173, 201, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.home-redesign .insight-value {
    display: block;
    color: #f4f8fd;
    font-size: 14px;
    font-weight: 800;
}

.home-redesign .insight-text {
    display: block;
    margin-top: 6px;
    color: #8fa5bf;
    font-size: 12px;
    line-height: 1.7;
}

.home-redesign .application-stage::after {
    background: radial-gradient(circle, rgba(41, 198, 180, 0.16), transparent 66%);
}

.home-redesign .metric-stage::after {
    background: radial-gradient(circle, rgba(125, 157, 255, 0.18), transparent 66%);
}

.home-redesign .blog-stage::after {
    background: radial-gradient(circle, rgba(243, 156, 85, 0.16), transparent 66%);
}

.home-redesign .feature-stage::after {
    background: radial-gradient(circle, rgba(99, 217, 203, 0.18), transparent 66%);
}

.home-redesign .process-stage::after {
    background: radial-gradient(circle, rgba(125, 157, 255, 0.16), transparent 66%);
}

.home-redesign .review-stage::after {
    background: radial-gradient(circle, rgba(41, 198, 180, 0.14), transparent 66%);
}

.home-redesign .brand-stage::after {
    background: radial-gradient(circle, rgba(243, 156, 85, 0.14), transparent 66%);
}

.home-redesign .faq-stage::after {
    background: radial-gradient(circle, rgba(125, 157, 255, 0.16), transparent 66%);
}

.home-redesign .metric-stage .stats-card {
    position: relative;
    overflow: hidden;
}

.home-redesign .metric-stage .stats-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #29c6b4, #7d9dff);
}

.home-redesign .metric-stage .stats-card::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -32px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
}

.home-redesign .blog-stage .slider_card {
    position: relative;
}

.home-redesign .blog-stage .slider_card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #7d9dff, #29c6b4);
    z-index: 2;
}

.home-redesign .blog-stage .slider_card .card-content {
    position: relative;
}

.home-redesign .blog-stage .slider_card .card-content::before {
    content: "Insight";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(125, 157, 255, 0.12);
    color: #b8c8ff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.home-redesign .feature-stage .benefit-grid {
    gap: 20px;
}

.home-redesign .feature-stage .benefit-card {
    min-height: 260px;
}

.home-redesign .feature-stage .benefit-card:nth-child(1),
.home-redesign .feature-stage .benefit-card:nth-child(5) {
    background:
        radial-gradient(circle at top right, rgba(41, 198, 180, 0.1), transparent 34%),
        linear-gradient(180deg, rgba(12, 25, 40, 0.96), rgba(14, 27, 45, 0.92));
}

.home-redesign .feature-stage .benefit-card::after {
    content: "";
    position: absolute;
    inset: auto 20px 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(125, 157, 255, 0), rgba(125, 157, 255, 0.3), rgba(41, 198, 180, 0));
}

.home-redesign .process-stage .journey-grid {
    position: relative;
}

.home-redesign .process-stage .journey-card {
    min-height: 100%;
}

.home-redesign .process-stage .journey-card::after {
    content: "";
    position: absolute;
    inset: auto 28px 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(41, 198, 180, 0.8), rgba(125, 157, 255, 0.2));
}

.home-redesign .earn-stage .earn-item {
    position: relative;
    overflow: hidden;
}

.home-redesign .earn-stage .earn-item::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #29c6b4, transparent);
}

.home-redesign .review-stage .review-card {
    position: relative;
}

.home-redesign .review-stage .review-card::before {
    content: "\201C";
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(125, 157, 255, 0.16);
    font-family: 'Outfit', sans-serif;
    font-size: 88px;
    line-height: 1;
    font-weight: 800;
}

.home-redesign .review-stage .review-card::after {
    content: "";
    position: absolute;
    inset: auto 28px 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(125, 157, 255, 0.6), rgba(41, 198, 180, 0.2));
}

.home-redesign .brand-stage .slide {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 112px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transition: transform 0.24s ease;
}

.home-redesign .brand-stage .brand-tile {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 18px 20px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(250, 252, 255, 0.98), rgba(233, 240, 250, 0.96));
    border: 1px solid rgba(195, 210, 229, 0.7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 14px 30px rgba(0, 0, 0, 0.16);
}

.home-redesign .brand-stage .brand-tile img {
    width: 132px !important;
    height: 52px !important;
    object-fit: contain;
    animation: none !important;
    filter: none !important;
    mix-blend-mode: normal;
    opacity: 1 !important;
    transition: transform 0.24s ease;
}

.home-redesign .brand-stage .slide:hover {
    transform: translateY(-4px);
}

.home-redesign .brand-stage .slide:hover .brand-tile {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94), 0 18px 34px rgba(0, 0, 0, 0.18);
}

.home-redesign .brand-stage .slide:hover .brand-tile img {
    transform: scale(1.03);
}

.home-redesign .faq-stage .faq-card {
    position: relative;
    padding-left: 18px;
}

.home-redesign .faq-stage .faq-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #29c6b4, rgba(125, 157, 255, 0.4));
}

@media (min-width: 1200px) {
    .home-redesign .feature-stage .benefit-card:nth-child(1),
    .home-redesign .feature-stage .benefit-card:nth-child(5) {
        grid-column: span 2;
    }
}

@media (max-width: 991px) {
    .home-redesign .hero-copy::before {
        display: none;
    }

    .home-redesign .insight-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .home-redesign .hero-trust-row {
        gap: 8px;
    }

    .home-redesign .trust-pill {
        width: 100%;
        justify-content: center;
    }

    .home-redesign .faq-stage .faq-card {
        padding-left: 14px;
    }
}
