.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;
    }
}

.theme-angler .angler-mailsec-bundle {
    padding: 4.5rem 0 5rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.theme-angler .angler-bundle-intro {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.theme-angler .angler-bundle-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #0d294e;
    background: rgba(13, 41, 79, 0.08);
    border: 1px solid rgba(13, 41, 79, 0.14);
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    margin: 0 0 1rem;
}

.theme-angler .angler-bundle-intro p {
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

.theme-angler .angler-bundle-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.theme-angler .angler-bundle-pillar {
    background: #ffffff;
    border: 1px solid rgba(13, 41, 79, 0.14);
    border-radius: 1rem;
    padding: 1.4rem 1.5rem;
    box-shadow: 0 10px 24px rgba(13, 41, 79, 0.08);
}

.theme-angler .angler-bundle-pillar-mailsec {
    border-color: rgba(249, 115, 22, 0.24);
}

.theme-angler .angler-bundle-pillar i {
    color: #0d294e;
    font-size: 1.35rem;
    margin-bottom: 0.65rem;
}

.theme-angler .angler-bundle-pillar-mailsec i {
    color: #be185d;
}

.theme-angler .angler-bundle-pillar h3 {
    margin: 0 0 0.45rem;
    color: #0d294e;
}

.theme-angler .angler-bundle-pillar p {
    margin: 0 0 0.75rem;
    color: #475569;
    line-height: 1.6;
}

.theme-angler .angler-bundle-pillar ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #475569;
    line-height: 1.65;
}

.theme-angler .angler-bundle-addons h3 {
    text-align: center;
    margin: 0 0 0.5rem;
    color: #0d294e;
}

.theme-angler .angler-bundle-addons-note {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 1.5rem;
    color: #64748b;
}

.theme-angler .angler-bundle-addon-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    max-width: 920px;
    margin: 0 auto;
}

.theme-angler .angler-bundle-addon-card {
    background: #ffffff;
    border: 1px solid rgba(13, 41, 79, 0.14);
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.theme-angler .angler-bundle-addon-card-featured {
    border-color: rgba(13, 41, 79, 0.35);
    box-shadow: 0 12px 28px rgba(13, 41, 79, 0.12);
}

.theme-angler .angler-bundle-addon-header h4 {
    margin: 0 0 0.35rem;
    color: #0d294e;
    font-size: 1.2rem;
}

.theme-angler .angler-bundle-addon-badge {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(13, 41, 79, 0.08);
    color: #0d294e;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.theme-angler .angler-bundle-addon-price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.15rem;
    color: #0d294e;
}

.theme-angler .angler-bundle-addon-plus {
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 0.15rem;
}

.theme-angler .angler-bundle-addon-price .currency {
    font-size: 1rem;
    font-weight: 600;
}

.theme-angler .angler-bundle-addon-price .amount {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}

.theme-angler .angler-bundle-addon-price-compare {
    font-size: 1rem;
    color: #94a3b8;
    margin-left: 0.35rem;
}

.theme-angler .angler-bundle-addon-price-compare del {
    text-decoration-thickness: 2px;
}

.theme-angler .angler-bundle-inline-was {
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.92em;
}

.theme-angler .angler-bundle-addon-price .period {
    font-size: 0.92rem;
    color: #64748b;
}

.theme-angler .angler-bundle-addon-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.theme-angler .angler-bundle-addon-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.35rem 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.5;
}

.theme-angler .angler-bundle-addon-card li i {
    color: #0d294e;
    margin-top: 0.2rem;
}

.theme-angler .angler-bundle-addon-card .btn {
    width: 100%;
    justify-content: center;
}

.theme-angler .angler-bundle-example {
    max-width: 820px;
    margin: 1.75rem auto 0;
    padding: 1rem 1.2rem;
    border-radius: 0.85rem;
    background: rgba(13, 41, 79, 0.06);
    border: 1px solid rgba(13, 41, 79, 0.12);
    color: #334155;
    line-height: 1.6;
}

.theme-angler .angler-bundle-example i {
    color: #0d294e;
    margin-right: 0.35rem;
}

.theme-angler .pricing-note a {
    color: #0d294e;
    font-weight: 600;
}

@media (max-width: 900px) {
    .theme-angler .angler-bundle-pillars,
    .theme-angler .angler-bundle-addon-grid {
        grid-template-columns: 1fr;
    }
}
