:root {
    --feed-navy: #07152a;
    --feed-blue: #1a73e8;
    --feed-blue-dark: #0d47a1;
    --feed-green: #128c3a;
    --feed-mint: #00a884;
    --feed-ink: #172033;
    --feed-muted: #536174;
    --feed-line: #dfe5ec;
    --feed-soft: #f4f7fa;
    --feed-white: #ffffff;
}

.feed-page { background: var(--feed-white); color: var(--feed-ink); }
.feed-page h1, .feed-page h2, .feed-page h3 { letter-spacing: 0; }
.feed-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.feed-section { padding: 96px 0; }
.feed-soft { background: var(--feed-soft); }

.feed-hero {
    min-height: 720px;
    padding: 132px 0 72px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(110deg, rgba(7, 21, 42, 0.98) 0%, rgba(8, 31, 62, 0.96) 52%, rgba(10, 54, 73, 0.92) 100%),
        url('../../uploads/gallery/6a74120beddb1_1785991691.png') center/cover;
    color: var(--feed-white);
    overflow: hidden;
}
.feed-hero-grid { width: min(1280px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 58px; align-items: center; }
.feed-hero-copy, .feed-hero-visual { min-width: 0; }
.feed-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 30px; color: #bac7d8; font-size: 13px; }
.feed-breadcrumb a:hover { color: #fff; }
.feed-breadcrumb svg { font-size: 9px; }
.feed-eyebrow, .feed-kicker { color: var(--feed-mint); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.feed-eyebrow { display: flex; gap: 9px; align-items: center; margin-bottom: 18px; }
.feed-hero h1 { max-width: 680px; margin: 0 0 24px; font-size: clamp(2.5rem, 4.6vw, 4.65rem); line-height: 1.04; font-weight: 850; }
.feed-hero h1 span { color: #68d5bd; }
.feed-lead { max-width: 680px; color: #d8e0eb; font-size: clamp(1.05rem, 1.5vw, 1.23rem); line-height: 1.75; }
.feed-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.feed-btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; font-size: 15px; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.feed-btn:hover { transform: translateY(-2px); }
.feed-btn-primary { background: var(--feed-green); color: #fff; box-shadow: 0 9px 25px rgba(18, 140, 58, .25); }
.feed-btn-primary:hover { background: #0f7330; }
.feed-btn-secondary { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); }
.feed-btn-secondary:hover { background: rgba(255,255,255,.14); }
.feed-market-list { display: flex; flex-wrap: wrap; gap: 10px 18px; list-style: none; color: #eef5fb; font-weight: 700; font-size: 14px; }
.feed-market-list li { display: flex; align-items: center; gap: 7px; }
.feed-market-list svg { color: #68d5bd; }
.feed-availability { margin-top: 12px; color: #aebdce; font-size: 12px; }
.feed-hero-visual { position: relative; margin: 0; background: #131820; border: 1px solid rgba(255,255,255,.2); border-radius: 6px; box-shadow: 0 30px 70px rgba(0,0,0,.42); overflow: hidden; transform: perspective(1200px) rotateY(-2deg); }
.feed-screen-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #252b34; color: #bec9d6; font-size: 11px; }
.feed-screen-bar span { width: 8px; height: 8px; border-radius: 50%; background: #ec5c5c; }
.feed-screen-bar span:nth-child(2) { background: #eab44d; }
.feed-screen-bar span:nth-child(3) { background: #4dc47d; }
.feed-screen-bar strong { margin-left: 7px; font-weight: 600; }
.feed-hero-visual img { width: 100%; aspect-ratio: 1068/568; object-fit: cover; }
.feed-hero-visual figcaption { padding: 10px 14px; color: #9ba9ba; font-size: 11px; }

.feed-two-col { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.feed-kicker { margin-bottom: 14px; }
.feed-section h2 { color: var(--feed-ink); font-size: clamp(2rem, 3.5vw, 3.1rem); line-height: 1.15; font-weight: 820; }
.feed-prose { font-size: 18px; color: var(--feed-muted); line-height: 1.85; }
.feed-prose p + p { margin-top: 18px; }
.feed-heading { max-width: 760px; margin-bottom: 44px; }
.feed-heading > p:last-child { margin-top: 14px; color: var(--feed-muted); font-size: 17px; }

.market-table { overflow: hidden; background: #fff; border: 1px solid var(--feed-line); border-radius: 6px; box-shadow: 0 12px 35px rgba(20, 36, 58, .06); }
.market-row { min-height: 70px; display: grid; grid-template-columns: .55fr 1fr 1fr; align-items: center; gap: 24px; padding: 15px 24px; border-top: 1px solid var(--feed-line); }
.market-row:first-child { border-top: 0; }
.market-head { min-height: 52px; background: var(--feed-navy); color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.market-row strong { color: var(--feed-blue-dark); font-size: 17px; }
.market-row span { color: var(--feed-muted); }
.market-head span { color: #fff; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--feed-line); border-radius: 6px; overflow: hidden; }
.feature-grid article { min-height: 240px; padding: 34px; background: #fff; border-right: 1px solid var(--feed-line); border-bottom: 1px solid var(--feed-line); }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.feature-grid article > svg { color: var(--feed-blue); font-size: 25px; margin-bottom: 28px; }
.feature-grid h3 { margin-bottom: 11px; font-size: 19px; }
.feature-grid p { color: var(--feed-muted); line-height: 1.7; }
.feed-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 24px; padding: 18px 20px; border-left: 3px solid var(--feed-blue); background: #edf5ff; color: #42546c; font-size: 14px; }
.feed-note svg { margin-top: 4px; color: var(--feed-blue); }

.feed-process { background: var(--feed-navy); color: #fff; }
.feed-process h2 { color: #fff; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.process-list li { padding: 34px 22px 0 0; position: relative; }
.process-list li::before { content: ''; width: 9px; height: 9px; position: absolute; top: -5px; left: 0; border-radius: 50%; background: #68d5bd; box-shadow: 0 0 0 5px rgba(104,213,189,.12); }
.process-list span { display: block; margin-bottom: 18px; color: #68d5bd; font-size: 13px; font-weight: 800; }
.process-list h3 { margin-bottom: 9px; color: #fff; font-size: 17px; }
.process-list p { padding-right: 18px; color: #aebdce; font-size: 14px; line-height: 1.65; }

.screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.screenshot-grid figure { margin: 0; padding: 8px; background: #151a22; border-radius: 6px; box-shadow: 0 14px 35px rgba(15, 24, 38, .15); }
.screenshot-grid img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: left top; }
.screenshot-grid figcaption { padding: 10px 5px 5px; color: #b8c3d0; font-size: 12px; }

.feed-plans { background: #eaf2fb; }
.plan-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.plan-layout > div:first-child > p:last-child { max-width: 650px; margin-top: 20px; color: var(--feed-muted); font-size: 17px; line-height: 1.8; }
.plan-panel { padding: 38px; background: #fff; border-top: 4px solid var(--feed-blue); border-radius: 6px; box-shadow: 0 18px 45px rgba(19, 46, 81, .12); }
.plan-label { color: var(--feed-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.plan-panel h3 { margin: 8px 0 22px; font-size: 28px; }
.plan-panel ul { margin-bottom: 26px; list-style: none; }
.plan-panel li { display: flex; gap: 10px; padding: 8px 0; color: var(--feed-muted); }
.plan-panel li svg { margin-top: 5px; color: var(--feed-green); }
.plan-panel .feed-btn { width: 100%; }
.plan-email { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 16px; color: var(--feed-blue-dark); font-size: 14px; font-weight: 700; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro > p:last-child { margin-top: 16px; color: var(--feed-muted); }
.faq-list { border-top: 1px solid #ccd5df; }
.faq-list details { border-bottom: 1px solid #ccd5df; }
.faq-list summary { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 4px; cursor: pointer; color: var(--feed-ink); font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--feed-blue); transition: transform .2s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { padding: 0 42px 22px 4px; color: var(--feed-muted); line-height: 1.75; }

.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.related-grid > a { padding: 30px; border: 1px solid var(--feed-line); border-radius: 6px; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.related-grid > a:hover { border-color: #98bce8; transform: translateY(-3px); box-shadow: 0 12px 30px rgba(23, 57, 98, .09); }
.related-grid > a > svg { margin-bottom: 25px; color: var(--feed-blue); font-size: 25px; }
.related-grid h3 { margin-bottom: 10px; font-size: 20px; }
.related-grid p { min-height: 52px; margin-bottom: 22px; color: var(--feed-muted); }
.related-grid span { color: var(--feed-blue-dark); font-size: 14px; font-weight: 800; }
.related-grid span svg { margin-left: 5px; font-size: 11px; }

.feed-final { padding: 92px 0; text-align: center; color: #fff; background: linear-gradient(120deg, #081b36, #0b3d52); }
.feed-final h2 { margin: 8px 0 16px; color: #fff; font-size: clamp(2.1rem, 4vw, 3.6rem); }
.feed-final p:not(.feed-kicker) { max-width: 650px; margin: 0 auto 28px; color: #c6d4e1; font-size: 17px; }
.feed-final .feed-btn { margin: 0 auto; }

@media (max-width: 1050px) {
    .feed-hero-grid { grid-template-columns: 1fr; }
    .feed-hero-copy { max-width: 780px; }
    .feed-hero-visual { max-width: 850px; transform: none; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-grid article:nth-child(3n) { border-right: 1px solid var(--feed-line); }
    .feature-grid article:nth-child(2n) { border-right: 0; }
    .feature-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--feed-line); }
    .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
    .process-list { grid-template-columns: repeat(3, 1fr); row-gap: 35px; }
    .plan-layout { gap: 45px; }
}

@media (max-width: 768px) {
    .feed-container, .feed-hero-grid { width: calc(100% - 32px); max-width: 1180px; }
    .feed-section { padding: 68px 0; }
    .feed-hero { min-height: 0; padding: 112px 0 58px; }
    .feed-hero-grid { gap: 40px; }
    .feed-hero h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
    .feed-hero h1, .feed-lead, .feed-availability { overflow-wrap: anywhere; }
    .feed-two-col, .plan-layout, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
    .faq-intro { position: static; }
    .market-row { grid-template-columns: 1fr; gap: 5px; padding: 18px; }
    .market-head { display: none; }
    .market-row span:last-child { font-size: 13px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article, .feature-grid article:nth-child(3n), .feature-grid article:nth-child(2n), .feature-grid article:nth-last-child(-n+2) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--feed-line); }
    .feature-grid article:last-child { border-bottom: 0; }
    .process-list { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid rgba(255,255,255,.18); margin-left: 5px; }
    .process-list li { padding: 0 0 30px 28px; }
    .process-list li::before { top: 6px; left: -5px; }
    .screenshot-grid, .related-grid { grid-template-columns: 1fr; }
    .plan-panel { padding: 28px 22px; }
}

@media (max-width: 480px) {
    .feed-container, .feed-hero-grid { width: calc(100% - 28px); }
    .feed-section { padding: 54px 0; }
    .feed-hero { padding: 86px 0 42px; }
    .feed-hero-grid { gap: 28px; }
    .feed-breadcrumb { margin-bottom: 18px; font-size: 12px; }
    .feed-eyebrow { margin-bottom: 12px; font-size: 11px; line-height: 1.4; }
    .feed-hero h1 { margin-bottom: 17px; font-size: clamp(2rem, 10.5vw, 2.45rem); line-height: 1.07; }
    .feed-lead { font-size: .96rem; line-height: 1.65; }
    .feed-actions { display: grid; grid-template-columns: 1fr; }
    .feed-actions { gap: 9px; margin: 24px 0 20px; }
    .feed-btn { width: 100%; min-height: 48px; padding: 11px 16px; }
    .feed-market-list { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 12px; font-size: 12px; }
    .feed-availability { margin-top: 9px; font-size: 11px; }
    .feed-screen-bar { height: 32px; padding: 0 10px; }
    .feed-screen-bar strong { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .feed-section h2 { font-size: 1.8rem; }
    .feed-prose, .feed-heading > p:last-child, .plan-layout > div:first-child > p:last-child { font-size: 15px; }
    .feature-grid article { padding: 27px 22px; }
    .market-row { padding: 16px; }
    .screenshot-grid { gap: 15px; }
    .faq-list summary { min-height: 64px; font-size: 14px; }
    .feed-final { padding: 60px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .feed-page *, .feed-page *::before, .feed-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.home-feed-spotlight { padding: 68px 24px; background: #eef4fa; }
.home-feed-inner { width: min(1180px, 100%); margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 54px; }
.home-feed-copy { max-width: 570px; }
.home-feed-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: #0d7a68; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.home-feed-copy h2 { margin-bottom: 18px; color: #172033; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.12; letter-spacing: 0; }
.home-feed-copy p { color: #536174; font-size: 17px; line-height: 1.75; }
.home-feed-markets { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0; }
.home-feed-markets span { padding: 7px 11px; border: 1px solid #c6d5e5; border-radius: 4px; background: #fff; color: #29435f; font-size: 12px; font-weight: 800; }
.home-feed-link { display: inline-flex; align-items: center; gap: 9px; padding: 13px 19px; border-radius: 6px; background: #0d47a1; color: #fff; font-weight: 800; }
.home-feed-link:hover { background: #093677; color: #fff; }
.home-feed-inner > img { width: 100%; aspect-ratio: 1068/568; object-fit: cover; border: 7px solid #fff; border-radius: 6px; box-shadow: 0 18px 45px rgba(18, 41, 68, .16); }
@media (max-width: 800px) { .home-feed-inner { grid-template-columns: 1fr; gap: 32px; } .home-feed-spotlight { padding: 54px 20px; } }