.theme-angler .product-use-case-item,
.theme-angler .product-story blockquote {
    border-color: rgba(13, 41, 79, 0.28);
}

.theme-angler .product-proof-angler-spotlight {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.theme-angler .product-proof-angler-spotlight .container {
    max-width: 1460px;
}

.theme-angler .product-proof-layout-angler {
    grid-template-columns: 1fr;
    position: relative;
}

.theme-angler .product-proof-media-angler {
    position: relative;
    z-index: 1;
}

.theme-angler .product-proof-media-angler img {
    width: min(100%, 980px);
    margin: 0 2rem 0 auto;
    display: block;
    border-radius: 1rem;
    border: 1px solid rgba(13, 41, 79, 0.18);
    box-shadow: 0 18px 34px rgba(13, 41, 79, 0.18);
}

.theme-angler .product-proof-copy-overlay {
    position: absolute;
    z-index: 3;
    left: 2rem;
    top: 2rem;
    max-width: 560px;
    margin: 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(13, 41, 79, 0.15);
    border-radius: 1rem;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 10px 22px rgba(13, 41, 79, 0.16);
}

.theme-angler .product-proof-copy-overlay h2 {
    margin-bottom: 0.7rem;
}

.theme-angler .product-proof-copy-overlay p {
    margin-bottom: 0.7rem;
}

.theme-angler .product-proof-copy-overlay ul {
    margin-top: 0.5rem;
}

@media (max-width: 1024px) {
    .theme-angler .product-proof-media-angler img {
        margin: 0 auto;
    }

    .theme-angler .product-proof-copy-overlay {
        position: static;
        max-width: 100%;
        margin: 0 0 1rem 0;
        backdrop-filter: none;
    }
}

.theme-angler .features-rotator .features-rotator-shell {
    position: relative;
    padding: 0 2.8rem;
}

.theme-angler .features-rotator .features-rotator-viewport {
    overflow: hidden;
    padding: 0.25rem;
}

.theme-angler .features-rotator .features-rotator-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.7s ease;
    will-change: transform;
}

.theme-angler .features-rotator .features-rotator-track .feature-item {
    flex: 0 0 calc((100% - 3rem) / 3);
}

.theme-angler .features-rotator .features-rotator-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid rgba(13, 41, 79, 0.25);
    border-radius: 999px;
    background: #ffffff;
    color: #0d294f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.theme-angler .features-rotator .features-rotator-arrow:hover {
    transform: translateY(calc(-50% - 1px));
    background: #eff6ff;
    box-shadow: 0 6px 14px rgba(13, 41, 79, 0.12);
}

.theme-angler .features-rotator .features-rotator-arrow-left {
    left: 0;
}

.theme-angler .features-rotator .features-rotator-arrow-right {
    right: 0;
}

@media (max-width: 1024px) {
    .theme-angler .features-rotator .features-rotator-track .feature-item {
        flex: 0 0 calc((100% - 1.5rem) / 2);
    }
}

@media (max-width: 768px) {
    .theme-angler .features-rotator .features-rotator-shell {
        padding: 0 2.4rem;
    }

    .theme-angler .features-rotator .features-rotator-track .feature-item {
        flex: 0 0 100%;
    }
}

.theme-angler .pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-angler .pricing-comparison .container {
    max-width: 1400px;
}

@media (max-width: 1200px) {
    .theme-angler .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .theme-angler .pricing-grid {
        grid-template-columns: 1fr;
    }
}

.theme-angler .product-story-quote-only {
    background: #ffffff;
    padding-top: 4rem;
    position: relative;
    overflow: visible;
}

.theme-angler .product-story-quote-only::before,
.theme-angler .product-story-quote-only::after,
.theme-angler .product-story-quote-only .container::before {
    content: none;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(6px);
    z-index: 0;
}

.theme-angler .product-story-quote-only::before {
    width: 320px;
    height: 320px;
    top: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(13, 41, 79, 0.2) 0%, rgba(13, 41, 79, 0) 72%);
}

.theme-angler .product-story-quote-only::after {
    width: 260px;
    height: 260px;
    right: 4%;
    bottom: -70px;
    background: radial-gradient(circle, rgba(30, 58, 95, 0.2) 0%, rgba(30, 58, 95, 0) 74%);
}

.theme-angler .product-story-quote-only .container {
    position: relative;
    z-index: 1;
}

.theme-angler .product-story-quote-only .container::before {
    width: 220px;
    height: 220px;
    left: 42%;
    top: -40px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.16) 0%, rgba(59, 130, 246, 0) 72%);
}

.theme-angler .product-story-quote-only blockquote {
    border-left: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.35;
    font-weight: 700;
    color: #0d294e;
    text-align: center;
}

.theme-angler .product-story-quote-only footer {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    color: #4a5568;
    text-align: center;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler {
    position: relative;
    margin-top: 2.4rem;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-line {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgba(13, 41, 79, 0.25) 0%, rgba(13, 41, 79, 0.45) 50%, rgba(13, 41, 79, 0.25) 100%);
    border-radius: 999px;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-item {
    position: relative;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-marker {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    border-radius: 999px;
    background: #0d294f;
    border: 3px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 6px 14px rgba(13, 41, 79, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-number {
    color: #ffffff;
    font-weight: 700;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-card {
    margin-top: 1rem;
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid rgba(13, 41, 79, 0.1);
    box-shadow: 0 10px 22px rgba(13, 41, 79, 0.12);
    padding: 1.2rem 1.25rem;
    min-height: 175px;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #0d294e;
}

.theme-angler .how-it-works-timeline-angler .timeline-angler-card p {
    color: #4a5568;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .theme-angler .deployment-content {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        margin-top: 1.5rem;
    }

    .theme-angler .deployment-info h3 {
        font-size: 1.95rem;
        margin-bottom: 0.9rem;
    }

    .theme-angler .deployment-info p {
        margin-bottom: 0.9rem;
    }

    .theme-angler .deployment-info li {
        padding: 0.35rem 0 0.35rem 1.35rem;
    }

    .theme-angler .deployment-code-angler {
        width: 100%;
        margin-top: 0.25rem;
        padding: 1.25rem 1.1rem;
    }
}

@media (max-width: 900px) {
    .theme-angler .how-it-works-timeline-angler .timeline-angler-line {
        display: none;
    }

    .theme-angler .how-it-works-timeline-angler .timeline-angler-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .theme-angler .how-it-works-timeline-angler .timeline-angler-item {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 0.8rem;
        align-items: start;
    }

    .theme-angler .how-it-works-timeline-angler .timeline-angler-marker {
        margin: 0;
    }

    .theme-angler .how-it-works-timeline-angler .timeline-angler-card {
        margin-top: 0;
        min-height: 0;
    }
}
