/* Final marketing-page polish and content components. */
.marketing-body :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid rgba(37, 99, 235, .32);
    outline-offset: 3px;
}
.marketing-button,
.marketing-button:visited { color: #0B1F4D; }
.marketing-button-dark,
.marketing-button-dark:visited { background: #0B1F4D; border-color: #0B1F4D; color: #fff; }
.marketing-button-dark:hover { background: #123469; color: #fff; }
.marketing-button-light,
.marketing-button-light:visited { background: #2DD4BF; border-color: #2DD4BF; color: #0B1F4D; }
.marketing-button-outline,
.marketing-button-outline:visited { background: transparent; border-color: #8DABBD; color: #0B1F4D; }
.seo-story .marketing-button-light,
.marketing-footer .marketing-button-light,
.tutorial-next .marketing-button-light { color: #0B1F4D; }
.public-plan.featured .marketing-button,
.public-plan.featured .marketing-button:visited { color: #0B1F4D; }

.subpage-hero {
    background:
        radial-gradient(circle at 15% 30%, rgba(45, 212, 191, .17), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(37, 99, 235, .12), transparent 32%),
        linear-gradient(180deg, #F8FFFF, #EFFFFD);
    border-bottom: 1px solid #D7E8ED;
}
.about-hero,.pricing-hero,.feature-page-hero,.integration-hero,.languages-hero,.help-hero,.testimonials-hero,.blog-hero { background-color: #F8FFFF; }
.subpage-hero::after { border-color: rgba(37, 99, 235, .10); }

.integration-grid article,
.language-grid article,
.docs-card-grid article,
.comparison-grid article,
.support-option-grid > a,
.public-plan,
.team-callout .site-container,
.why-grid article,
.testimonial-card,
.blog-card,
.company-grid b {
    transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background-color .24s ease;
}
.integration-grid article:hover,
.language-grid article:hover,
.docs-card-grid article:hover,
.comparison-grid article:hover,
.support-option-grid > a:hover,
.why-grid article:hover,
.testimonial-card:hover,
.blog-card:hover {
    transform: translateY(-4px);
    border-color: rgba(20, 184, 166, .65);
    box-shadow: 0 18px 44px rgba(11, 31, 77, .10);
}
.language-grid article > .language-flag,
.language-marquee .language-flag {
    background: #fff;
    color: inherit;
    border: 1px solid #D7E8ED;
    font-size: 21px;
    line-height: 1;
    box-shadow: 0 5px 14px rgba(11, 31, 77, .08);
}
.language-marquee .language-flag { width: 34px; height: 34px; }
.product-bottom .language-dot { font-size: 15px; background: #fff; border: 1px solid #D7E8ED; }

.why-section { background: linear-gradient(180deg, #F8FFFF, #ECFEFF); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why-grid article { min-height: 285px; padding: 30px; border: 1px solid #D7E8ED; border-radius: 20px; background: #fff; }
.why-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #CCFBF1; color: #087F74; font-weight: 800; font-size: 11px; }
.why-grid h3 { margin: 54px 0 12px; font-size: 22px; }
.why-grid p { margin: 0; color: #566B7F; font-size: 14px; }

.customer-band { padding: 35px 0; color: #DCE9F8; background: #0B1F4D; border-top: 1px solid #24416E; border-bottom: 1px solid #24416E; }
.customer-band .site-container { display: grid; gap: 23px; }
.customer-band .site-container > span { text-align: center; color: #AFC3DE; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.company-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.company-grid b { display: grid; place-items: center; min-height: 62px; border: 1px solid #2B4976; border-radius: 12px; color: #fff; font-size: 13px; letter-spacing: -.02em; text-align: center; padding: 10px; }
.company-grid b:hover { border-color: #2DD4BF; background: rgba(45, 212, 191, .07); }

.testimonials-preview { background: #fff; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.testimonial-grid-full { grid-template-columns: repeat(2, 1fr); margin-top: 0; }
.testimonial-card { display: flex; flex-direction: column; min-height: 340px; padding: 30px; background: #F8FFFF; border: 1px solid #D7E8ED; border-radius: 20px; }
.quote-mark { color: #14B8A6; font: 800 54px/1 Manrope, sans-serif; }
.testimonial-card blockquote { margin: 22px 0 35px; color: #0B1F4D; font: 600 18px/1.65 Manrope, sans-serif; letter-spacing: -.025em; }
.testimonial-card footer { display: grid; gap: 4px; margin-top: auto; padding-top: 20px; border-top: 1px solid #D7E8ED; }
.testimonial-card footer span { color: #566B7F; font-size: 12px; }

.home-blog { background: #EAF8F8; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.blog-grid-home { grid-template-columns: repeat(4, 1fr); }
.blog-grid-full { margin-top: 0; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #D7E8ED; border-radius: 20px; }
.blog-card-art { position: relative; height: 170px; overflow: hidden; background: linear-gradient(135deg, #0B1F4D, #2563EB); }
.blog-card-art::before,.blog-card-art::after { content: ''; position: absolute; border-radius: 50%; border: 28px solid rgba(45, 212, 191, .32); }
.blog-card-art::before { width: 120px; height: 120px; right: -30px; top: -35px; }
.blog-card-art::after { width: 80px; height: 80px; left: -30px; bottom: -35px; }
.blog-card-art span { position: absolute; left: 28px; top: 34px; width: 58px; height: 44px; border: 4px solid #fff; border-radius: 14px; }
.blog-card-art span::after { content: ''; position: absolute; left: 10px; bottom: -10px; width: 16px; height: 16px; border-left: 4px solid #fff; transform: skew(-28deg); }
.blog-card-art i { position: absolute; left: 43px; top: 53px; width: 24px; height: 4px; border-radius: 9px; background: #2DD4BF; box-shadow: 0 10px 0 #2DD4BF; }
.blog-card-image { display: block; height: 190px; overflow: hidden; background: #EAF8F8; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.035); }
.blog-card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.blog-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; color: #657B8F; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.blog-meta span { color: #087F74; }
.blog-card h3 { margin: 18px 0 12px; font-size: 21px; line-height: 1.25; }
.blog-card p { color: #566B7F; font-size: 13px; }
.blog-card .arrow-link { width: max-content; margin-top: auto; font-size: 12px; }

.blog-article-head { padding: 95px 0 80px; text-align: center; background: linear-gradient(180deg, #EFFFFD, #F8FFFF); border-bottom: 1px solid #D7E8ED; }
.blog-article-head h1 { margin: 25px 0; font-size: clamp(48px, 7vw, 82px); line-height: 1.02; }
.blog-article-head p { max-width: 760px; margin: auto; color: #566B7F; font-size: 20px; }
.blog-article-head .blog-meta { justify-content: center; margin-top: 35px; }
.blog-back { display: inline-flex; color: #087F74; font-weight: 800; }
.blog-featured-image { padding-top: 55px; }
.blog-featured-image img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 24px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 80px; padding-top: 75px; padding-bottom: 110px; }
.article-body p { color: #2D4154; font-size: 18px; line-height: 1.9; }
.article-body p + p { margin-top: 30px; }
.article-layout aside { position: sticky; top: 110px; align-self: start; padding: 24px; border: 1px solid #D7E8ED; border-radius: 16px; background: #F8FFFF; }
.article-layout aside p { font-size: 13px; }
.article-layout aside .marketing-button { width: 100%; padding-inline: 12px; }
.related-posts { background: #EAF8F8; }

.blog-body-editor { min-height: 420px; line-height: 1.65; }
.pagination-wrap,.marketing-pagination { margin-top: 28px; }

@media (prefers-reduced-motion: reduce) {
    .marketing-body *, .marketing-body *::before, .marketing-body *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (max-width: 1050px) {
    .why-grid,.blog-grid-home { grid-template-columns: repeat(2, 1fr); }
    .company-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
    .testimonial-grid,.testimonial-grid-full,.blog-grid,.article-layout { grid-template-columns: 1fr; }
    .article-layout { gap: 35px; }
    .article-layout aside { position: static; }
}
@media (max-width: 560px) {
    .why-grid,.blog-grid-home,.company-grid { grid-template-columns: 1fr; }
    .why-grid article { min-height: auto; }
    .why-grid h3 { margin-top: 30px; }
    .testimonial-card { min-height: auto; padding: 24px; }
    .blog-article-head { padding: 70px 0 55px; }
    .blog-article-head h1 { font-size: 42px; }
}
