:root { --accent: #38d27d; --accent-soft: rgba(56,210,125,.11); --panel: #111923; --line: #293543; --muted: #acb9c8; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0b1117; color: #f3f7f5; font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
.hub-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hub-header, .hub-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; }
.hub-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; }
.hub-brand > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #344656; border-radius: 12px; background: var(--accent-soft); }
.hub-header nav, .hub-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.hub-header nav a, .hub-footer a { color: #b6c5d1; font-size: .92rem; }
.hub-hero { min-height: 68vh; display: grid; align-content: center; padding: clamp(70px, 10vw, 140px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow, .card-label { margin: 0; color: #73e4a5; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hub-hero h1 { max-width: 980px; margin: 14px 0 24px; font-size: clamp(3.6rem, 9vw, 8rem); line-height: .9; letter-spacing: -.065em; }
.hub-hero h1 span { color: var(--accent); }
.hub-hero > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #bac8d4; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 12px; background: var(--accent); color: #07120c; font-weight: 800; text-decoration: none; }
.hub-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 180px)); gap: 18px; margin-top: 48px; }
.hub-facts div { display: grid; gap: 4px; }
.hub-facts strong { font-size: 1.35rem; }
.hub-facts span { color: var(--muted); font-size: .88rem; }
.collection-section { padding: 60px 0 8px; }
.section-heading { display: grid; grid-template-columns: minmax(200px, .55fr) 1.45fr; align-items: end; gap: 30px; margin-bottom: 22px; }
.section-heading h2 { margin: 8px 0 0; color: #c2ced8; font-size: clamp(1.05rem, 2vw, 1.25rem); font-weight: 500; line-height: 1.5; }
.suite-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.suite-card { display: flex; flex-direction: column; min-height: 245px; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.suite-card h3 { margin: 28px 0 10px; font-size: 1.15rem; }
.suite-card > p:not(.card-label) { margin: 0 0 20px; color: var(--muted); line-height: 1.58; }
.suite-card > a { margin-top: auto; color: #89eeb5; font-weight: 750; }
.trust-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; margin: 74px 0 20px; padding: clamp(28px, 5vw, 52px); border: 1px solid #315b45; border-radius: 22px; background: linear-gradient(135deg, var(--accent-soft), rgba(17,25,35,.96)); }
.trust-panel h2, .faq-panel h2 { margin: 8px 0 0; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.05; }
.trust-panel > p { margin: 0; color: #c0ccd6; line-height: 1.75; }
.faq-panel { max-width: 900px; margin: 80px auto; padding-top: clamp(34px, 4vw, 54px); }
.faq-panel details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-panel summary { cursor: pointer; font-weight: 750; }
.faq-panel details p { color: var(--muted); line-height: 1.65; }
.detail-page { max-width: 880px; min-height: 70vh; padding: clamp(54px, 8vw, 104px) 0; }
.detail-page h1 { margin: 12px 0 22px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .96; letter-spacing: -.05em; }
.detail-lead { max-width: 760px; color: #bac8d4; font-size: clamp(1.08rem, 2vw, 1.28rem); line-height: 1.65; }
.detail-page > .primary-button { margin: 28px 0 42px; }
.detail-page section { padding: 28px 0; border-top: 1px solid var(--line); color: #b8c5d1; line-height: 1.75; }
.detail-page h2 { color: #f3f7f5; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: var(--muted); font-size: .9rem; }
.related-list { display: flex; flex-wrap: wrap; gap: 10px 24px; padding-left: 20px; }
.detail-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 30px; padding: 34px 0; border-top: 1px solid var(--line); color: #acb9c8; }
.detail-footer > div { display: grid; gap: 4px; }
.detail-footer > div > span { color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-footer small { margin-top: 8px; color: #8d9cab; }
.detail-footer nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 16px; }
.legal-page { max-width: 850px; min-height: 70vh; padding: clamp(50px, 9vw, 110px) 0; }
.legal-page h1 { margin: 12px 0 28px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.05em; }
.legal-page p { color: #b8c5d1; line-height: 1.75; }
.hub-footer { margin-top: 30px; border-top: 1px solid var(--line); color: #8d9cab; font-size: .9rem; }
.do-ad[hidden] { display: none !important; }
@media (max-width: 900px) { .suite-grid { grid-template-columns: repeat(2, 1fr); } .section-heading, .trust-panel { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .hub-header, .hub-footer, .detail-footer { align-items: flex-start; flex-direction: column; } .hub-header nav, .hub-footer nav, .detail-footer nav { justify-content: flex-start; gap: 12px 16px; } .hub-hero h1, .detail-page h1 { letter-spacing: -.045em; } .hub-facts, .suite-grid { grid-template-columns: 1fr; } .hub-facts { gap: 12px; } .suite-card { min-height: 0; } }
body.do-hub-polish[data-do-site="developer"] .do-domain-orbit-host{overflow:visible!important}
@media(min-width:1181px){body.do-hub-polish[data-do-site="developer"] .do-domain-orbit-host>.do-domain-orbit{right:clamp(64px,5vw,92px);width:clamp(420px,38vw,500px)}}

/* Shared editorial treatment for generated SEO detail pages. */
.detail-page { max-width: none; min-height: 0; padding: clamp(38px, 6vw, 76px) 0 0; }
.detail-hero { position: relative; overflow: hidden; padding: clamp(28px, 5vw, 62px); border: 1px solid #28543f; border-radius: 28px; background: linear-gradient(135deg, rgba(56,210,125,.15), rgba(17,25,35,.98) 52%, rgba(17,25,35,.92)); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.detail-hero::after { content: ""; position: absolute; z-index: 0; width: 260px; aspect-ratio: 1; right: -80px; top: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(56,210,125,.2), transparent 68%); pointer-events: none; }
.detail-hero > * { position: relative; z-index: 1; }
.detail-hero .breadcrumbs { margin: 0 0 clamp(34px, 6vw, 68px); }
.breadcrumbs { align-items: center; gap: 10px; color: #b9cbbf; }
.breadcrumbs a { padding: 7px 11px; border: 1px solid rgba(115,228,165,.22); border-radius: 999px; background: rgba(11,17,23,.42); text-decoration: none; }
.breadcrumbs a:hover { border-color: var(--accent); color: #fff; }
.detail-hero h1 { max-width: 940px; margin: 12px 0 20px; font-size: clamp(3rem, 7vw, 6.6rem); overflow-wrap: anywhere; }
.detail-lead { max-width: 820px; margin: 0; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid #315b45; border-radius: 12px; background: rgba(11,17,23,.46); color: #d0e2d7; font-weight: 750; text-decoration: none; }
.secondary-button:hover { border-color: var(--accent); color: #fff; }
.detail-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 16px; }
.detail-page .detail-info-grid > section, .detail-page .detail-related { padding: clamp(24px, 4vw, 38px); border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(56,210,125,.06), var(--panel) 42%); color: #b8c5d1; line-height: 1.7; }
.detail-page .detail-info-grid > section { min-height: 100%; }
.detail-page .detail-info-grid h2, .detail-page .detail-related h2 { margin: 8px 0 18px; font-size: clamp(1.35rem, 2.6vw, 2rem); }
.detail-page .detail-info-grid p:last-child, .detail-page .detail-info-grid ol { margin-bottom: 0; }
.detail-page .detail-info-grid ol { padding-left: 1.25rem; }
.detail-section-label { margin: 0; color: #73e4a5; font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.detail-page .detail-related { margin-top: 16px; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.related-card { display: flex; align-items: center; justify-content: space-between; min-height: 72px; padding: 16px 18px; border: 1px solid #294638; border-radius: 14px; background: #0d151c; color: #cee1d6; font-weight: 750; text-decoration: none; }
.related-card::after { content: "\2192"; color: var(--accent); font-size: 1.2rem; }
.related-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.detail-support { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 16px 0 0; padding: 22px 26px; border: 1px solid #28543f; border-radius: 18px; background: linear-gradient(100deg, rgba(56,210,125,.13), rgba(17,25,35,.94)); }
.detail-support h2 { margin: 0 0 5px; font-size: 1.08rem; }
.detail-support p { margin: 0; color: var(--muted); }
.detail-footer { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; margin: 18px 0 10px; padding: 20px 2px 16px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; }
.detail-footer-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; margin: 0; color: #8d9cab; font-size: .86rem; }
.detail-footer-identity strong { color: var(--accent); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.detail-footer .do-footer-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.detail-footer .do-footer-actions a, .detail-footer .do-footer-actions button { min-height: 38px; padding: 6px 4px; border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent; color: #b6c5d1; font: inherit; font-size: .88rem; text-decoration: none; }
.detail-footer .do-footer-actions a:hover, .detail-footer .do-footer-actions button:hover { border-bottom-color: var(--accent); color: #fff; }
@media (max-width: 820px) { .detail-info-grid, .related-grid { grid-template-columns: 1fr; } .detail-support { align-items: flex-start; flex-direction: column; } }
@media (max-width: 640px) { .detail-hero { padding: 24px 20px; border-radius: 20px; } .detail-hero .breadcrumbs { margin-bottom: 36px; } .detail-hero h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); } .detail-actions > a { width: 100%; } .detail-footer { grid-template-columns: 1fr; padding: 18px 0 12px; } .detail-footer .do-footer-actions { justify-content: flex-start; } }

/* Versioned generated-page footer. The unique class prevents legacy footer
   selectors from restoring the retired card treatment. */
.do-detail-footer-v5 { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 18px; margin: 18px 0 10px; padding: 20px 2px 16px; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; color: #8d9cab; }
.do-detail-footer-identity { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; margin: 0; font-size: .86rem; }
.do-detail-footer-identity strong { color: var(--accent); font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.do-detail-footer-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.do-detail-footer-actions a, .do-detail-footer-actions button { min-height: 38px; padding: 6px 4px; border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent; color: #b6c5d1; font: inherit; font-size: .88rem; text-decoration: none; }
.do-detail-footer-actions a:hover, .do-detail-footer-actions button:hover { border-bottom-color: var(--accent); color: #fff; }
@media (max-width: 640px) { .do-detail-footer-v5 { grid-template-columns: 1fr; padding: 18px 0 12px; } .do-detail-footer-actions { justify-content: flex-start; } }

/* Full-width network footer for generated landing pages. */
.do-detail-footer-v6 { box-sizing: border-box; width: 100vw; margin: 22px 0 0 calc(50% - 50vw); border-top: 1px solid #28543f; background: linear-gradient(180deg, #101c1b, #0b1117); box-shadow: 0 -12px 38px rgba(0,0,0,.16); color: #8d9cab; }
.do-detail-footer-inner { display: grid; grid-template-columns: minmax(220px,.75fr) minmax(0,1.25fr); align-items: center; gap: 24px 48px; width: min(1280px, calc(100% - 40px)); margin: 0 auto; padding: clamp(28px,4vw,44px) 0; }
.do-detail-footer-brand { display: grid; gap: 3px; min-width: 0; }
.do-detail-footer-brand strong { color: #edf9f2; font-size: .98rem; }
.do-detail-footer-brand > span { color: var(--accent); font-size: .79rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.do-detail-footer-brand small { margin-top: 7px; color: #8d9cab; font-size: .78rem; }
@media (max-width: 640px) { .do-detail-footer-inner { grid-template-columns: 1fr; gap: 20px; width: min(100% - 32px,1280px); } }
.do-detail-footer-actions { gap: 12px 22px; }
.do-detail-footer-actions a { display: inline-flex; min-height: 44px; align-items: center; padding: 0; border: 0; border-bottom: 1px solid transparent; border-radius: 0; background: transparent; line-height: 1; text-decoration: none; }
.do-detail-footer-link--privacy { color: #b9d8ff !important; }
.do-detail-footer-link--contact { color: #ffc1aa !important; }
.do-detail-footer-actions a:is(:hover,:focus-visible) { border-bottom-color: currentColor; color: #fff !important; }
.do-detail-footer-actions .do-consent-settings { position: static; display: inline-flex; min-height: 44px; align-items: center; padding: 0 14px; border: 1px solid #aeb7c6; border-radius: 12px; background: transparent; color: #c5cad4; font: inherit; font-size: .88rem; font-weight: 750; box-shadow: none; cursor: pointer; }
.do-detail-footer-actions .do-consent-settings:is(:hover,:focus-visible) { border-color: #fff; color: #fff; }
