body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #05070b;
    color: #f9fafb;
}

.oc-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
}

.oc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.875rem 20px;
    gap: 1.5rem;
}

@media (min-width: 1024px) {
    .oc-header-inner { padding-left: 40px; padding-right: 40px; }
}

.oc-header-brand {
    flex-shrink: 0;
}

.oc-header-center {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.oc-header-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1.5rem;
}

.oc-header-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #111827;
    text-decoration: none;
}

.oc-header-brand:hover {
    text-decoration: none;
}

.oc-header-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.oc-header-logo img {
    display: block;
    height: 40px;
    width: auto;
}

.oc-header-title {
    font-weight: 650;
    letter-spacing: 0.06em;
    font-size: 0.98rem;
}

.oc-header-tagline {
    font-size: 0.8rem;
    color: #9ca3af;
}

.oc-header-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0 0 0 auto;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    color: #374151;
    transition: background 0.2s, color 0.2s;
    -webkit-tap-highlight-color: transparent;
}

.oc-header-toggle:hover {
    background: #f3f4f6;
    color: #111827;
}

.oc-header-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.oc-site-header.oc-nav-open .oc-header-toggle__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.oc-site-header.oc-nav-open .oc-header-toggle__bar:nth-child(2) {
    opacity: 0;
}

.oc-site-header.oc-nav-open .oc-header-toggle__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.oc-header-drawer {
    display: none;
}

.oc-header-nav {
    font-size: 0.9rem;
}

.oc-header-menu {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oc-header-nav > ul {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

.oc-header-menu > li {
    display: inline-flex;
    align-items: center;
}

.oc-header-link,
.oc-header-nav a {
    color: #374151;
    text-decoration: none;
    white-space: nowrap;
}

.oc-header-link:hover,
.oc-header-nav a:hover {
    color: #0070f9;
}

.oc-header-menu .current-menu-item > a,
.oc-header-menu .current_page_item > a {
    color: #0070f9;
}

.oc-header-nav .menu-item-description {
    display: none;
}

.oc-header-cta {
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    background: #0070f9;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.oc-header-cta:hover {
    text-decoration: none;
    filter: brightness(1.05);
}

.openclaw-front-page {
    background: radial-gradient(circle at top center, #20151a 0, #05070b 38%, #020308 80%);
    min-height: 100vh;
}

.openclaw-front-page a {
    color: inherit;
    text-decoration: none;
}

.openclaw-front-page a:hover {
    text-decoration: none;
}

.oc-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.oc-section {
    padding: 4.5rem 0;
}

.oc-section-header {
    margin-bottom: 2.5rem;
}

.oc-section-header h2 {
    margin: 0 0 0.5rem;
    font-size: 1.8rem;
}

.oc-section-header p {
    margin: 0;
    color: #9ca3af;
    font-size: 0.95rem;
}

.oc-section-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oc-section-header-center {
    text-align: center;
}

.oc-section-title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.oc-section-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #0070f9;
}

.oc-hero {
    padding: 4.5rem 0 3.5rem;
}

.oc-hero .oc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2.5rem;
}

.oc-hero-kicker {
    margin: 0 0 0.4rem;
    color: #0070f9;
    font-size: 0.95rem;
}

.oc-hero-title {
    margin: 0 0 0.6rem;
    font-size: 3.4rem;
    letter-spacing: 0.02em;
}

.oc-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-size: 0.8rem;
    margin-bottom: 1.1rem;
}

.oc-hero-badge span {
    padding: 0.05rem 0.55rem;
    border-radius: 999px;
    background: #2563eb;
    color: #e5f0ff;
}

.oc-hero-text {
    margin: 0 0 1.9rem;
    color: #9ca3af;
    font-size: 0.98rem;
    max-width: 30rem;
}

.oc-hero-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.oc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1.4rem;
    border-radius: 999px;
    border: none;
    font-size: 0.9rem;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.18s ease-out, box-shadow 0.18s ease-out, background 0.18s ease-out;
}

.oc-btn-primary {
    background: linear-gradient(120deg, #0070f9, #fb923c);
    color: #111827;
    font-weight: 600;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.8);
}

.oc-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.9);
}

.oc-btn:hover {
    text-decoration: none;
}

.oc-hero-visual {
    display: flex;
    justify-content: center;
}

.oc-hero-orb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.oc-hero-orb-inner {
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 0, #fee2e2 0, #fecaca 25%, #0070f9 60%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oc-hero-orb-face {
    display: block;
    max-width: 70%;
    max-height: 70%;
    height: auto;
    margin: 0 auto;
}

.oc-section-quickstart {
    padding-top: 0;
}

.oc-quickstart-card {
    margin-top: 0.75rem;
    border-radius: 1.3rem;
    background: #050814;
    border: 1px solid #111827;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.oc-quickstart-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.55rem 0.9rem;
    background: #020617;
    border-bottom: 1px solid #020617;
}

.oc-quickstart-dots {
    display: flex;
    gap: 0.35rem;
}

.oc-quickstart-dots span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #0070f9;
    opacity: 0.9;
}

.oc-quickstart-dots span:nth-child(2) {
    background: #facc15;
}

.oc-quickstart-dots span:nth-child(3) {
    background: #22c55e;
}

.oc-quickstart-tabs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1.2rem;
}

.oc-quickstart-tabs button {
    padding: 0.18rem 0.9rem;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 0.8rem;
    cursor: pointer;
}

.oc-quickstart-tabs button.active {
    background: #0070f9;
    color: #111827;
    font-weight: 500;
}

.oc-quickstart-beta {
    font-size: 0.72rem;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.8);
    color: #e5e7eb;
    text-transform: uppercase;
}

.oc-quickstart-body {
    padding: 0.75rem 1.1rem 0.9rem;
    background: #050814;
}

.oc-quickstart-pane {
    display: none;
}

.oc-quickstart-pane.active {
    display: block;
}

.oc-quickstart-shell {
    position: relative;
    border-radius: 0.85rem;
    background: #020617;
    padding: 0.8rem 1rem 0.85rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.86rem;
    color: #e5e7eb;
    overflow-x: auto;
}

.oc-quickstart-line {
    white-space: nowrap;
}

.oc-quickstart-comment {
    color: #9ca3af;
    margin-bottom: 0.45rem;
}

.oc-quickstart-prompt {
    color: #0070f9;
    margin-right: 0.55rem;
}

.oc-quickstart-command {
    color: #e5e7eb;
}

.oc-quickstart-copy {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    font-size: 0.9rem;
}

.oc-quickstart-copy:hover {
    color: #e5e7eb;
}

.oc-quickstart-footer {
    padding: 0.4rem 1.1rem 0.9rem;
    font-size: 0.78rem;
    color: #6b7280;
}

.oc-section-capabilities {
    padding-top: 4rem;
}

.oc-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem 1.6rem;
    margin-bottom: 2.3rem;
}

.oc-capability-card {
    border-radius: 1.4rem;
    background: #050814;
    border: 1px solid #111827;
    padding: 1.6rem 1.8rem 1.4rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.oc-capability-icon {
    width: 34px;
    height: 34px;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
    background: #7f1d1d;
    color: #fecaca;
}

.oc-capability-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
}

.oc-capability-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #9ca3af;
}

.oc-capabilities-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.9rem;
}

.oc-cap-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1.1rem;
    border-radius: 0.9rem;
    background: #050814;
    border: 1px solid #111827;
    font-size: 0.86rem;
    transition: transform 0.16s ease-out, box-shadow 0.16s ease-out, border-color 0.16s ease-out;
}

.oc-cap-link:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.4);
    text-decoration: none;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.85);
}

.oc-cap-link-icon {
    width: 24px;
    height: 24px;
    border-radius: 0.7rem;
    background: rgba(15, 23, 42, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.oc-cap-link-title {
    font-weight: 500;
}

.oc-cap-link-desc {
    display: block;
    color: #9ca3af;
    margin-top: 0.05rem;
}

.oc-link-more {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
    color: #0070f9;
}

.oc-section-testimonials {
    padding-top: 4.5rem;
}

.oc-testimonials-row {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
}

.oc-testimonial-card {
    border-radius: 1.4rem;
    background: #050814;
    border: 1px solid #111827;
    padding: 1.3rem 1.3rem 1.1rem;
    font-size: 0.88rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.oc-testimonial-avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #0070f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 0.7rem;
}

.oc-testimonial-text {
    margin: 0 0 0.7rem;
    color: #e5e7eb;
}

.oc-testimonial-handle {
    font-size: 0.8rem;
    color: #9ca3af;
}

.oc-section-news {
    padding-top: 4.5rem;
}

.oc-section-title-wrap--center {
    justify-content: center;
}

.oc-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.oc-news-card {
    margin: 0;
    border-radius: 1.2rem;
    background: #050814;
    border: 1px solid #111827;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.oc-news-card:hover {
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.95);
}

.oc-news-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.oc-news-card__thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.6);
}

.oc-news-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oc-news-card__thumb--placeholder {
    background: rgba(15, 23, 42, 0.8);
}

.oc-news-card__content {
    display: block;
    padding: 1.1rem 1.25rem 1.25rem;
}

.oc-news-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    color: #f9fafb;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oc-news-card:hover .oc-news-card__title {
    color: #0070f9;
}

.oc-news-card__excerpt {
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    color: #9ca3af;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oc-news-card__date {
    font-size: 0.78rem;
    color: #6b7280;
}

@media (max-width: 960px) {
    .oc-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
    }
}

@media (max-width: 640px) {
    .oc-news-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.5rem;
    }

    .oc-news-card__content {
        padding: 1rem 1.1rem;
    }

    .oc-news-card__title {
        font-size: 0.95rem;
    }
}

.oc-section-faq {
    padding-top: 4.5rem;
}

.oc-faq-list {
    margin: 2rem auto 0;
    max-width: 780px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.faq-item {
    border-radius: 0.9rem;
    border: 1px solid #111827;
    background: rgba(5, 8, 20, 0.9);
    transition: background-color 0.16s ease-out, border-color 0.16s ease-out;
}

.faq-item:hover {
    background: rgba(15, 23, 42, 0.9);
    border-color: rgba(148, 163, 184, 0.5);
}

.faq-toggle {
    width: 100%;
    padding: 0.9rem 1.4rem;
    background: transparent;
    border: none;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
}

.faq-question {
    color: #0070f9;
    font-weight: 500;
}

.faq-icon {
    color: #0070f9;
    font-size: 1.1rem;
    font-weight: 400;
    transition: transform 0.18s ease-out;
}

.faq-toggle[aria-expanded="true"] .faq-icon {
    transform: rotate(90deg);
}

.faq-answer {
    padding: 0 1.4rem 0.9rem;
    font-size: 0.88rem;
    color: #9ca3af;
}

.faq-answer.hidden {
    display: none;
}

.oc-section-subscribe {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
}

.oc-subscribe-card {
    max-width: 520px;
    margin: 0 auto;
    padding: 2.1rem 2rem 2.2rem;
    border-radius: 1.4rem;
    background: radial-gradient(circle at 0 0, rgba(37, 99, 235, 0.15) 0, transparent 45%), radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.25) 0, transparent 45%), #050814;
    border: 1px solid #111827;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.9);
    text-align: center;
}

.oc-subscribe-card h2 {
    margin: 0 0 0.4rem;
    font-size: 1.6rem;
}

.oc-subscribe-card p {
    margin: 0 0 1.5rem;
    color: #9ca3af;
    font-size: 0.9rem;
}

.oc-subscribe-form {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
}

.oc-subscribe-input {
    min-width: 0;
    flex: 1 1 220px;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #111827;
    background: #020617;
    color: #e5e7eb;
    font-size: 0.9rem;
}

.oc-subscribe-input::placeholder {
    color: #6b7280;
}

.oc-subscribe-input:focus {
    outline: none;
    border-color: rgba(37, 99, 235, 0.6);
}

.oc-404-wrap {
    background: radial-gradient(circle at top center, #20151a 0, #05070b 38%, #020308 80%);
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.oc-404-inner {
    text-align: center;
    max-width: 28rem;
}

.oc-404-code {
    font-size: clamp(4rem, 12vw, 7rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(107, 114, 128, 0.35);
    letter-spacing: -0.04em;
    margin-bottom: 0.5rem;
}

.oc-404-title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #f9fafb;
}

.oc-404-desc {
    margin: 0 0 1.75rem;
    font-size: 0.95rem;
    color: #9ca3af;
    line-height: 1.5;
}

.oc-404-wrap .oc-btn {
    text-decoration: none;
}

.oc-legal-page {
    background: radial-gradient(circle at top center, #20151a 0, #05070b 38%, #020308 80%);
    min-height: calc(100vh - 60px);
    padding-bottom: 3rem;
}

.oc-legal-hero {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.9);
}

.oc-legal-hero__wrap {
    text-align: center;
}

.oc-legal-title {
    margin: 0 0 0.6rem;
    font-size: 1.85rem;
    font-weight: 600;
    color: #f9fafb;
}

.oc-legal-lead {
    margin: 0;
    font-size: 0.98rem;
    color: #9ca3af;
    line-height: 1.55;
    max-width: 36em;
    margin-left: auto;
    margin-right: auto;
}

.oc-legal-body-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.oc-legal-body {
    color: #e5e7eb;
    font-size: 0.95rem;
    line-height: 1.65;
}

.oc-legal-updated {
    margin: 0 0 1.75rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.oc-legal-body h2 {
    margin: 2rem 0 0.75rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: #f9fafb;
}

.oc-legal-body h2:first-of-type {
    margin-top: 0;
}

.oc-legal-body p {
    margin: 0 0 1rem;
}

.oc-legal-body ul {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
    list-style: disc;
}

.oc-legal-body li {
    margin-bottom: 0.4rem;
}

.oc-legal-body a {
    color: #0070f9;
    text-decoration: none;
}

.oc-legal-body a:hover {
    text-decoration: none;
}

.oc-faq-page .oc-faq-page-list {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}

.oc-faq-page summary.faq-toggle {
    list-style: none;
    cursor: pointer;
}

.oc-faq-page summary.faq-toggle::-webkit-details-marker {
    display: none;
}

.oc-faq-page summary.faq-toggle::marker {
    display: none;
    content: none;
}

.oc-faq-page .faq-item {
    margin-bottom: 0.5rem;
}

.oc-faq-page .faq-answer code {
    background: rgba(15, 23, 42, 0.8);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.85em;
}

.oc-faq-testimonials {
    padding-top: 2.5rem;
    border-top: 1px solid rgba(15, 23, 42, 0.8);
}

.oc-faq-testimonials-title {
    margin: 0 0 0.35rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #f9fafb;
}

.oc-faq-testimonials-lead {
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
    color: #9ca3af;
}

.oc-faq-testimonials-row {
    margin-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
}

@media (max-width: 640px) {
    .oc-faq-testimonials-row {
        grid-template-columns: 1fr;
    }
}

.oc-arch-page {
    background: #f8fafc;
    min-height: calc(100vh - 60px);
    padding: 2.5rem 0 4rem;
}

.oc-arch-head {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #f0f0f0;
}

.oc-arch-title {
    margin: 0 0 0.4rem;
    font-size: 1.8rem;
    font-weight: 800;
    color: #111827;
    border-left: 4px solid #E44C26;
    padding-left: 0.8rem;
}

.oc-arch-intro {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.65;
    margin-top: 0.6rem;
}

.oc-arch-feed {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.oc-feed-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1.4rem;
    align-items: start;
    padding: 1.3rem;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
}

.oc-feed-item:hover {
    border-color: rgba(228, 76, 38, 0.35);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.oc-feed-item__thumb {
    border-radius: 10px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
}

.oc-feed-item__thumb a {
    display: block;
    line-height: 0;
}

.oc-feed-item__thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/10;
    transition: transform 0.3s;
}

.oc-feed-item:hover .oc-feed-item__thumb img {
    transform: scale(1.04);
}

.oc-feed-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

.oc-feed-item__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.45;
}

.oc-feed-item__title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.15s;
}

.oc-feed-item__title a:hover {
    color: #E44C26;
}

.oc-feed-item__excerpt {
    margin: 0;
    font-size: 0.88rem;
    color: #6b7280;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oc-feed-item__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    color: #9ca3af;
    margin-top: 0.2rem;
}

.oc-feed-item__meta svg {
    vertical-align: middle;
    margin-right: 0.2rem;
    color: #E44C26;
}

.oc-feed-item__date,
.oc-feed-item__views {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.oc-feed-item--no-thumb {
    grid-template-columns: 1fr;
}

@media (max-width: 600px) {
    .oc-feed-item {
        grid-template-columns: 1fr;
    }
    .oc-feed-item__thumb {
        max-height: 180px;
        overflow: hidden;
    }
}

.oc-arch-pager {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.oc-arch-pager .nav-links {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
}

.oc-arch-pager .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    height: 2.4rem;
    padding: 0 0.6rem;
    border-radius: 8px;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    color: #374151;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.oc-arch-pager .page-numbers:hover,
.oc-arch-pager .page-numbers.current {
    background: #E44C26;
    border-color: #E44C26;
    color: #fff;
}

.oc-arch-none {
    text-align: center;
    padding: 4rem 1rem;
    color: #6b7280;
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid #e5e7eb;
}

.oc-arch-none p {
    margin: 0 0 1.2rem;
    font-size: 1rem;
}

.oc-arch-none .oc-btn {
    text-decoration: none;
    display: inline-block;
    background: #E44C26;
    color: #fff;
    padding: 0.7rem 1.8rem;
    border-radius: 8px;
    font-weight: 700;
    transition: background 0.2s;
}

.oc-arch-none .oc-btn:hover {
    background: #c73d1f;
}

.oc-single-page {
    background: radial-gradient(circle at top center, #20151a 0, #05070b 38%, #020308 80%);
    min-height: calc(100vh - 60px);
    padding: 2rem 0 3rem;
}

.oc-single-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 2.5rem;
    align-items: start;
}

.oc-single-breadcrumb {
    margin-bottom: 1.25rem;
    font-size: 0.85rem;
    color: #9ca3af;
}

.oc-single-breadcrumb a {
    color: #e5e7eb;
    text-decoration: none;
}

.oc-single-breadcrumb a:hover {
    color: #0070f9;
}

.oc-single-breadcrumb__sep {
    margin: 0 0.35rem;
    color: #6b7280;
}

.oc-single-breadcrumb__current {
    color: #9ca3af;
}

.oc-single-article {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.8);
}

.oc-single-article__title {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    font-weight: 600;
    color: #f9fafb;
    line-height: 1.3;
}

.oc-single-article__byline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.88rem;
    color: #9ca3af;
}

.oc-single-article__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: inherit;
    text-decoration: none;
}

.oc-single-article__meta--author:hover {
    color: #0070f9;
}

.oc-single-article__meta svg {
    flex-shrink: 0;
}

.oc-single-article__body {
    color: #e5e7eb;
    font-size: 1rem;
    line-height: 1.7;
}

.oc-single-article__body p {
    margin: 0 0 1rem;
}

.oc-single-article__body a {
    color: #0070f9;
    text-decoration: none;
}

.oc-single-article__body a:hover {
    text-decoration: none;
}

.oc-single-article__body h2,
.oc-single-article__body h3 {
    margin: 1.5rem 0 0.6rem;
    color: #f9fafb;
    font-size: 1.15rem;
}

.oc-single-article__body ul,
.oc-single-article__body ol {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
}

.oc-single-article__body li {
    margin-bottom: 0.35rem;
}

.oc-single-article__notice {
    margin: 1.5rem 0;
    padding: 1rem 1.15rem;
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(15, 23, 42, 0.8);
    border-radius: 8px;
    font-size: 0.85rem;
    color: #9ca3af;
}

.oc-single-article__notice p {
    margin: 0;
}

.oc-single-article__tags {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.oc-single-article__tags-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-right: 0.25rem;
}

.oc-single-article__tag {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(15, 23, 42, 0.8);
    color: #9ca3af;
    font-size: 0.8rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.oc-single-article__tag:hover {
    border-color: rgba(37, 99, 235, 0.2);
    color: #0070f9;
}

.oc-single-author {
    margin-top: 2rem;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(15, 23, 42, 0.8);
    border-radius: 10px;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.oc-single-author__avatar {
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.oc-single-author__avatar img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
}

.oc-single-author__name {
    color: #f9fafb;
    font-weight: 600;
    text-decoration: none;
}

.oc-single-author__name:hover {
    color: #0070f9;
}

.oc-single-author__bio {
    margin: 0.35rem 0 0.5rem;
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.5;
}

.oc-single-author__link {
    font-size: 0.88rem;
    color: #0070f9;
    text-decoration: none;
}

.oc-single-author__link:hover {
    text-decoration: none;
}

.oc-single-related {
    margin-top: 2.5rem;
}

.oc-single-related__title {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f9fafb;
}

.oc-single-related__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.oc-single-related__item {
    margin: 0;
}

.oc-single-related__link {
    display: block;
    padding: 0.75rem;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(15, 23, 42, 0.8);
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.oc-single-related__link:hover {
    border-color: rgba(37, 99, 235, 0.12);
    background: rgba(15, 23, 42, 0.55);
}

.oc-single-related__thumb {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
}

.oc-single-related__thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: cover;
    display: block;
}

.oc-single-related__thumb--placeholder {
    height: 80px;
    background: rgba(15, 23, 42, 0.6);
}

.oc-single-related__card-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #e5e7eb;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oc-single-related__link:hover .oc-single-related__card-title {
    color: #0070f9;
}

.oc-sidebar {
    position: sticky;
    top: 5rem;
}

.oc-sidebar-widget {
    margin-bottom: 1.75rem;
    padding: 1.25rem;
    background: rgba(15, 23, 42, 0.4);
    border: 1px solid rgba(15, 23, 42, 0.8);
    border-radius: 10px;
}

.oc-sidebar-widget__title {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #f9fafb;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.8);
}

.oc-sidebar-posts,
.oc-sidebar-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oc-sidebar-post {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    align-items: flex-start;
}

.oc-sidebar-post:last-child {
    margin-bottom: 0;
}

.oc-sidebar-post__thumb {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.oc-sidebar-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.oc-sidebar-post__info {
    min-width: 0;
}

.oc-sidebar-post__title {
    font-size: 0.88rem;
    color: #e5e7eb;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.oc-sidebar-post__title:hover {
    color: #0070f9;
}

.oc-sidebar-post__date {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.2rem;
    display: block;
}

.oc-sidebar-cat {
    margin-bottom: 0.4rem;
}

.oc-sidebar-cat a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    color: #9ca3af;
    font-size: 0.9rem;
    text-decoration: none;
    border-radius: 4px;
    transition: color 0.2s;
}

.oc-sidebar-cat a:hover {
    color: #0070f9;
}

.oc-sidebar-cat__count {
    font-size: 0.8rem;
    color: #6b7280;
}

@media (max-width: 960px) {
    .oc-single-layout {
        grid-template-columns: 1fr;
    }

    .oc-sidebar {
        position: static;
    }

    .oc-arch-feed .oc-feed-item {
        grid-template-columns: 1fr;
    }

    .oc-feed-item__thumb {
        max-width: 100%;
        aspect-ratio: 16/9;
    }

    .oc-single-related__list {
        grid-template-columns: 1fr;
    }
}

.oc-site-footer {
    border-top: 1px solid rgba(15, 23, 42, 0.95);
    background: radial-gradient(circle at top center, #050814 0, #020308 60%, #000 100%);
}

.oc-footer-simple {
    padding-top: 2.2rem;
    padding-bottom: 2.4rem;
    text-align: center;
}

.oc-footer-copy-main {
    margin: 0 0 0.4rem;
    font-size: 0.82rem;
    color: #9ca3af;
}

.oc-footer-disclaimer {
    margin: 0 0 0.4rem;
    font-size: 0.7rem;
    color: #6b7280;
}

.oc-footer-copy-main a {
    color: #0070f9;
}

.oc-footer-copy-links {
    margin: 0;
    font-size: 0.8rem;
    color: #6b7280;
}

.oc-footer-copy-links a {
    color: #9ca3af;
    text-decoration: none;
}

.oc-footer-copy-links a:hover {
    color: #0070f9;
}

@media (max-width: 960px) {
    .oc-header-inner {
        gap: 0.75rem;
    }

    .oc-header-tagline {
        display: none;
    }

    .oc-header-nav {
        gap: 1rem;
        font-size: 0.82rem;
    }

    .oc-header-cta {
        padding-inline: 0.9rem;
        font-size: 0.82rem;
    }

    .oc-hero .oc-container {
        grid-template-columns: minmax(0, 1fr);
    }

    .oc-hero {
        padding-top: 3.5rem;
        padding-bottom: 2.5rem;
    }

    .oc-hero-visual {
        order: -1;
    }

    .oc-hero-title {
        font-size: 2.5rem;
    }

    
    .oc-section {
        padding: 3.5rem 0;
    }

    .oc-section-header h2 {
        font-size: 1.5rem;
    }

    .oc-capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem;
        margin-bottom: 1.75rem;
    }

    .oc-capability-card {
        padding: 1.25rem 1.35rem;
    }

    .oc-capabilities-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oc-testimonials-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.1rem;
        margin-top: 1.5rem;
    }

    .oc-testimonial-card {
        padding: 1.1rem 1.1rem;
    }
}

@media (max-width: 768px) {
    .oc-header-inner {
        flex-wrap: wrap;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .oc-header-center {
        display: none;
    }

    .oc-header-actions .oc-header-cta {
        display: none;
    }

    .oc-header-toggle {
        display: flex;
    }

    .oc-header-drawer {
        display: none;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        flex-basis: 100%;
        gap: 0;
        padding-top: 1rem;
        margin-top: 0.5rem;
        border-top: 1px solid rgba(15, 23, 42, 0.9);
        order: 99;
    }

    .oc-site-header.oc-nav-open .oc-header-drawer {
        display: flex;
    }

    .oc-header-nav--drawer {
        width: 100%;
    }

    .oc-header-nav--drawer > ul,
    .oc-header-nav--drawer .oc-header-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .oc-header-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    .oc-header-menu a {
        display: block;
        padding: 0.85rem 0;
        font-size: 0.95rem;
    }

    .oc-header-cta--drawer {
        margin-top: 0.75rem;
        text-align: center;
        padding: 0.75rem 1.25rem;
    }

    
    .openclaw-front-page .oc-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .oc-hero {
        padding-top: 2.5rem;
        padding-bottom: 2rem;
    }

    .oc-hero-title {
        font-size: 2.1rem;
    }

    .oc-hero-orb-inner {
        width: 140px;
        height: 140px;
    }

    .oc-hero-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .oc-hero-actions .oc-btn {
        padding: 0.65rem 1.2rem;
        font-size: 0.88rem;
    }

    .oc-section-quickstart .oc-container {
        margin-top: 0;
    }

    .oc-quickstart-card {
        border-radius: 1rem;
        margin-top: 0.5rem;
    }

    .oc-quickstart-header {
        padding: 0.5rem 0.75rem;
    }

    .oc-quickstart-tabs {
        gap: 0.75rem;
    }

    .oc-quickstart-tabs button {
        font-size: 0.75rem;
        padding: 0.15rem 0.6rem;
    }

    .oc-quickstart-body {
        padding: 0.6rem 0.85rem 0.75rem;
    }

    .oc-quickstart-shell {
        padding: 0.65rem 0.85rem;
        font-size: 0.78rem;
    }

    .oc-quickstart-command {
        word-break: break-all;
    }

    .oc-quickstart-footer {
        padding: 0.35rem 0.85rem 0.75rem;
        font-size: 0.72rem;
    }

    .oc-section-capabilities {
        padding-top: 2.5rem;
    }

    .oc-capabilities-links {
        grid-template-columns: 1fr;
    }

    .oc-section-testimonials {
        padding-top: 2.5rem;
    }

    .oc-section-faq {
        padding-top: 2.5rem;
    }

    .oc-faq-list {
        margin-top: 1.25rem;
    }

    .faq-toggle {
        padding: 0.8rem 1.1rem;
        font-size: 0.85rem;
    }

    .faq-answer {
        padding: 0 1.1rem 0.75rem;
        font-size: 0.82rem;
    }

    .oc-section-subscribe {
        padding-top: 2.5rem;
        padding-bottom: 3rem;
    }

    .oc-subscribe-card {
        padding: 1.5rem 1.25rem 1.75rem;
    }

    .oc-subscribe-card h2 {
        font-size: 1.35rem;
    }

    .oc-subscribe-card p {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .oc-subscribe-form {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .oc-subscribe-input {
        flex: none;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .oc-section {
        padding: 3rem 0;
    }

    .oc-section-header-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .oc-footer-simple {
        text-align: left;
    }

    
    .openclaw-front-page .oc-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .oc-hero {
        padding-top: 2rem;
        padding-bottom: 1.75rem;
    }

    .oc-hero-title {
        font-size: 1.85rem;
    }

    .oc-hero-orb-inner {
        width: 120px;
        height: 120px;
    }

    .oc-hero-kicker {
        font-size: 0.85rem;
    }

    .oc-hero-badge {
        font-size: 0.75rem;
        padding: 0.18rem 0.6rem;
    }

    .oc-hero-text {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .oc-section-header h2 {
        font-size: 1.25rem;
    }

    .oc-quickstart-card {
        border-radius: 0.85rem;
    }

    .oc-quickstart-shell {
        padding: 0.6rem 0.75rem;
        font-size: 0.72rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .oc-quickstart-line {
        min-width: min-content;
    }

    .oc-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1.5rem;
    }

    .oc-capability-card {
        padding: 1.1rem 1.2rem;
        border-radius: 1.1rem;
    }

    .oc-capability-card h3 {
        font-size: 0.98rem;
    }

    .oc-capability-card p {
        font-size: 0.85rem;
    }

    .oc-cap-link {
        padding: 0.6rem 1rem;
        font-size: 0.82rem;
    }

    .oc-testimonials-row {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-top: 1.25rem;
    }

    .oc-testimonial-card {
        padding: 1rem 1rem;
        font-size: 0.85rem;
    }

    .oc-testimonial-text {
        margin-bottom: 0.5rem;
    }

    .oc-faq-list {
        margin-top: 1rem;
    }

    .faq-toggle {
        padding: 0.75rem 1rem;
        font-size: 0.82rem;
    }

    .faq-answer {
        padding: 0 1rem 0.65rem;
        font-size: 0.8rem;
    }

    .oc-subscribe-card {
        padding: 1.35rem 1.1rem 1.5rem;
        border-radius: 1.1rem;
    }

    .oc-subscribe-card h2 {
        font-size: 1.25rem;
    }

    .oc-subscribe-card p {
        font-size: 0.82rem;
        margin-bottom: 1rem;
    }
}

   娴溠冩惂妞ゅ灚膩閺?(product-page-template.php) - prd-* 閺嶅嘲绱?
   ============================================================ */
.prd-pg {
    background: #fff;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

.prd-pg__main {
    padding: 0;
}

.prd-pg__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.prd-banner {
    min-height: 420px;
    background-size: cover;
    background-position: center;
    background-color: #0a1628;
    display: flex;
    align-items: center;
    padding: 60px 24px;
}

.prd-banner--lr {
    background: #e8f2fe;
    padding: 60px 0;
}

.prd-banner--lr .prd-banner__kicker {
    color: #0070f9;
}

.prd-banner--lr .prd-banner__title {
    color: #0a1628;
}

.prd-banner--lr .prd-banner__upgrades li {
    color: #334155;
}

.prd-banner--lr .prd-banner__upgrades li strong {
    color: #0a1628;
}

.prd-banner--lr .prd-banner__tagline {
    color: #334155;
}

.prd-banner--lr .prd-banner__desc {
    color: #475569;
}

.prd-banner--lr .prd-banner__inner {
    display: flex;
    align-items: center;
    gap: 4%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.prd-banner--lr .prd-banner__media {
    flex: 0 0 48%;
    max-width: 48%;
}

.prd-banner--lr .prd-banner__media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    vertical-align: middle;
}

.prd-banner--lr .prd-banner__copy {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0;
    text-align: left;
}

.prd-banner--lr .prd-banner__upgrades {
    max-width: none;
    margin-left: 0;
}

.prd-banner__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.prd-banner__inner--center {
    text-align: center;
}

.prd-banner__copy {
    max-width: 720px;
    margin: 0 auto;
}

.prd-banner__kicker {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.08em;
}

.prd-banner__title {
    margin: 0 0 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.prd-banner__upgrades {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    text-align: left;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.prd-banner__upgrades li {
    margin: 0 0 10px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.5;
}

.prd-banner__upgrades li strong {
    display: inline-block;
    min-width: 4.5em;
    color: #fff;
}

.prd-banner__tagline {
    margin: 0 0 12px;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
}

.prd-banner__desc {
    margin: 0 0 28px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.65;
}

.prd-banner__cta {
    margin-top: 8px;
}

.prd-banner__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.prd-banner__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.prd-banner__btn--primary {
    background: linear-gradient(135deg, #2088ff, #0070f9);
    color: #fff;
    border: none;
    box-shadow: 0 4px 14px rgba(0, 112, 249, 0.4);
}

.prd-banner__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 112, 249, 0.5);
}

.prd-section {
    position: relative;
    padding: 64px 0;
    overflow: hidden;
}

.prd-section__bg {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 0;
}

.prd-section--dark-1 .prd-section__bg { background: #fff; }
.prd-section--dark-2 .prd-section__bg { background: #fafbfc; }
.prd-section--dark-3 .prd-section__bg { background: #fff; }

.prd-section__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.prd-section__inner--lr {
    direction: ltr;
}

.prd-section__inner--rl .prd-section__media {
    order: -1;
}

.prd-section__body {
    color: #374151;
}

.prd-section__title {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.prd-section__sub {
    margin: 0 0 16px;
    font-size: 1.1rem;
    color: #555;
}

.prd-section__line {
    display: block;
    width: 48px;
    height: 3px;
    background: #0070f9;
    border-radius: 2px;
    margin-bottom: 20px;
}

.prd-section__desc {
    margin: 0;
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.prd-section__bullets {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc;
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
}

.prd-section__bullets li {
    margin: 0 0 6px;
}

.prd-section__media {
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
}

.prd-section__media img,
.prd-section__media .prd-section__video {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.prd-section__video {
    border-radius: inherit;
}

.prd-highlights {
    padding: 64px 0 48px;
    background: #f8fafc;
}

.prd-highlights__title {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

.prd-highlights__sub {
    margin: 0 0 28px;
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.prd-highlights__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.prd-highlights__icon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
}

.prd-highlights__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-highlights__list li {
    text-align: center;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.prd-highlights__list strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1rem;
    color: #1a1a1a;
}

.prd-highlights--enterprise {
    background: #ffffff;
}

.prd-highlights--enterprise .prd-highlights__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prd-highlights--enterprise .prd-highlights__title,
.prd-highlights--enterprise .prd-highlights__sub {
    color: #111827;
}

.prd-highlights--enterprise .prd-highlights__list li {
    color: #4b5563;
}

.prd-highlights--enterprise .prd-highlights__list strong {
    color: #111827;
}

.prd-section--enterprise .prd-section__bg {
    background: #ffffff;
}

.prd-section--enterprise-alt {
    background: #ffffff;
}

.prd-section--enterprise-alt .prd-section__body {
    color: #374151;
}

.prd-section--enterprise-alt .prd-section__title {
    color: #111827;
}

.prd-section--enterprise-alt .prd-section__sub,
.prd-section--enterprise-alt .prd-section__desc,
.prd-section--enterprise-alt .prd-section__bullets {
    color: #4b5563;
}

.prd-section--enterprise-solutions,
.prd-section--enterprise-cert {
    background: #ffffff;
}

.prd-section--enterprise-solutions .prd-section__title,
.prd-section--enterprise-cert .prd-section__title {
    color: #111827;
}

.prd-section--enterprise-solutions .prd-section__sub,
.prd-section--enterprise-cert .prd-section__sub {
    color: #4b5563;
}

.ent-solutions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ent-solution-card {
    padding: 18px 20px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
}

.ent-solution-title {
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111827;
}

.ent-solution-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #4b5563;
}

.ent-certs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 20px;
}

.ent-cert-item {
    padding: 12px 16px 14px;
    border-radius: 14px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    font-size: 0.9rem;
    color: #1f2933;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.ent-cert-logo {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    overflow: hidden;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ent-cert-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ent-cert-text {
    display: inline-block;
}

.ent-plans-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 260px));
    justify-content: center;
    gap: 24px;
    align-items: stretch;
}

.ent-plan-card {
    position: relative;
    padding: 22px 22px 26px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #111827;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.ent-plan-card--highlight {
    border-color: #2563eb;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
}

.ent-plan-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.ent-plan-tagline {
    margin: 0;
    font-size: 0.9rem;
    color: #4b5563;
}

.ent-plan-features {
    margin: 6px 0 0;
    padding-left: 18px;
    font-size: 0.9rem;
    color: #4b5563;
}

.ent-plan-features li {
    margin-bottom: 4px;
}

.ent-plan-cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 0.92rem;
    font-weight: 500;
    color: #111827;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

.ent-plan-cta:hover {
    background: #eff6ff;
    border-color: #2563eb;
    transform: translateY(-1px);
}

.ent-plan-cta--primary {
    border-color: #2563eb;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.ent-plan-cta--primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.prd-section--enterprise-plans {
    background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 72px;
}

.prd-section--enterprise-plans .prd-sec__head {
    text-align: center;
}

.prd-section--enterprise-plans .prd-section__title,
.prd-section--enterprise-plans .prd-section__sub {
    color: #ffffff;
}

.ent-plan-header {
    margin-bottom: 6px;
}

.ent-plan-checks {
    margin: 10px 0 16px;
    padding: 0;
    list-style: none;
    font-size: 0.9rem;
    color: #111827;
}

.ent-plan-checks li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
}

.ent-plan-checks li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 2px solid #22c55e;
    box-shadow: inset 0 0 0 2px #ffffff;
}

@media (max-width: 1024px) {
    .ent-plans-grid {
        grid-template-columns: repeat(2, minmax(0, 260px));
        row-gap: 20px;
    }
}

@media (max-width: 640px) {
    .ent-plans-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.ent-plan-divider {
    margin: 16px 0 12px;
    border: 0;
    border-top: 1px solid #e5e7eb;
}

.ent-plan-meta-title {
    margin: 0 0 8px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
}

.ent-plan-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    color: #4b5563;
}

.ent-plan-meta-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.ent-plan-meta-label {
    flex: 1;
}

.ent-plan-meta-value {
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.ent-plan-dots {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.ent-plan-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d1d5db;
}

.ent-plan-dot--active {
    background: #2563eb;
}

.prd-download-platforms {
    padding: 48px 0 64px;
    background: #fff;
}

.prd-download-platforms__title {
    margin: 0 0 8px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

.prd-download-platforms__sub {
    margin: 0 0 28px;
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.prd-download-platforms__list {
    max-width: 560px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.prd-download-platforms__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
}

.prd-download-platforms__list li:last-child {
    border-bottom: 0;
}

.prd-download-platforms__label {
    font-size: 0.95rem;
    color: #374151;
}

.prd-download-platforms__btn {
    flex-shrink: 0;
    padding: 8px 20px;
    background: linear-gradient(135deg, #2088ff, #0070f9);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.prd-download-platforms__btn:hover {
    opacity: 0.9;
}

.prd-download-platforms__hint {
    flex-shrink: 0;
    font-size: 0.85rem;
    color: #9ca3af;
}

.prd-testimonials {
    padding: 64px 0;
    background: #fff;
}

.prd-testimonials__head {
    text-align: center;
    margin-bottom: 40px;
}

.prd-testimonials__head h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
}

.prd-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.prd-testimonial-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.prd-testimonial-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.prd-testimonial__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.prd-testimonial__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0070f9, #2088ff);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.prd-testimonial__stars {
    color: #fbbf24;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

.prd-testimonial__name {
    margin: 0 0 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
}

.prd-testimonial__text {
    margin: 0;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
}

.prd-faq {
    padding: 64px 0 80px;
    background: #fff;
}

.prd-faq .prd-sec__head {
    margin-bottom: 28px;
}

.prd-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.prd-faq__item {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.prd-faq__item--open {
    border-color: #0070f9;
}

.prd-faq__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    transition: background 0.2s ease;
}

.prd-faq__trigger:hover {
    background: #f9fafb;
}

.prd-faq__q {
    flex: 1;
}

.prd-faq__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.25s ease;
}

.prd-faq__icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.prd-faq__item--open .prd-faq__icon {
    transform: rotate(180deg);
}

.prd-faq__a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.prd-faq__item--open .prd-faq__a {
    max-height: 800px;
}

.prd-faq__a p {
    margin: 0;
    padding: 0 24px 20px;
    padding-top: 0;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.7;
}

.prd-faq__item--open .prd-faq__a p {
    padding-top: 8px;
}

@media (max-width: 900px) {
    .prd-pg__wrap {
        padding: 0 20px;
    }
    .prd-banner {
        min-height: 360px;
        padding: 48px 20px;
    }
    .prd-banner--lr .prd-banner__inner {
        flex-direction: column;
        gap: 32px;
        padding: 0 20px;
    }
    .prd-banner--lr .prd-banner__media,
    .prd-banner--lr .prd-banner__copy {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .prd-banner--lr .prd-banner__copy {
        text-align: center;
    }
    .prd-banner--lr .prd-banner__upgrades {
        margin-left: auto;
        margin-right: auto;
    }
    .prd-banner__title {
        font-size: 1.65rem;
    }
    .prd-section__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .prd-section__inner--rl .prd-section__media {
        order: 0;
    }
    .prd-section {
        padding: 48px 0;
    }
    .prd-testimonials {
        padding: 48px 0;
    }
    .prd-testimonials__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .prd-faq {
        padding: 48px 0 56px;
    }
    .prd-highlights__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .prd-highlights--enterprise .prd-highlights__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ent-certs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .prd-download-platforms__list li {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    .prd-pg__wrap {
        padding: 0 16px;
    }
    .prd-banner {
        min-height: 320px;
        padding: 40px 16px;
    }
    .prd-banner--lr .prd-banner__inner {
        padding: 0 16px;
        gap: 24px;
    }
    .prd-banner__title {
        font-size: 1.4rem;
    }
    .prd-banner__tagline {
        font-size: 1.1rem;
    }
    .prd-banner__desc {
        font-size: 0.95rem;
    }
    .prd-testimonials {
        padding: 40px 0;
    }
    .prd-testimonials__head h2 {
        font-size: 1.5rem;
    }
    .prd-testimonials__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .prd-testimonial-card {
        padding: 16px;
    }
    .prd-highlights__list,
    .prd-highlights--enterprise .prd-highlights__list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ent-certs-grid,
    .ent-solutions-grid {
        grid-template-columns: 1fr;
    }
    .prd-download-platforms__list li {
        flex-direction: column;
        align-items: flex-start;
    }
    .prd-faq__trigger {
        padding: 16px 18px;
        font-size: 0.95rem;
    }
    .prd-faq__a p {
        padding-left: 18px;
        padding-right: 18px;
        padding-bottom: 16px;
    }
}

.author-wrap {
    background: #f8fafc;
    min-height: calc(100vh - 60px);
    padding: 3rem 0 4rem;
}
.author-wrap .container {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.author-profile {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #E44C26;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 1px 4px rgba(228, 76, 38, 0.06);
}
.author-name {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}
.author-bio {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.55;
}
.author-meta {
    font-size: 0.85rem;
    color: #9ca3af;
}
.author-meta strong {
    color: #E44C26;
    font-weight: 600;
}
.author-posts-hd {
    margin-bottom: 1.25rem;
}
.author-posts-hd h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    margin: 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #E44C26;
    display: inline-block;
}
.author-no-posts {
    text-align: center;
    color: #9ca3af;
    padding: 2rem 0;
}

.oc-header-cta {
    background: #E44C26;
}
.oc-header-cta:hover {
    background: #c73d1f;
}
.oc-arch-pager a {
    color: #E44C26;
}
.oc-arch-pager a:hover {
    color: #c73d1f;
}
.posts-pager .page-numbers.current,
.posts-pager .page-numbers:hover {
    background: #E44C26;
    color: #fff;
    border-color: #E44C26;
}
.posts-pager .page-numbers {
    color: #374151;
    border-color: #e5e7eb;
}

.oc-single-page {
    background: #f8fafc;
}
.oc-single-breadcrumb {
    color: #9ca3af;
}
.oc-single-breadcrumb a {
    color: #6b7280;
}
.oc-single-breadcrumb a:hover {
    color: #E44C26;
}
.oc-single-article {
    border-bottom-color: #e5e7eb;
}
.oc-single-article__title {
    color: #111827;
}
.oc-single-article__body {
    color: #374151;
}
.oc-single-article__body a {
    color: #E44C26;
}
.oc-single-article__body h2,
.oc-single-article__body h3 {
    color: #111827;
    border-left: 3px solid #E44C26;
    padding-left: 0.6rem;
}
.oc-single-article__notice {
    background: #fff5f2;
    border-color: #fcd4c8;
    color: #6b7280;
}
.oc-single-article__meta--author:hover {
    color: #E44C26;
}
.oc-single-article__tag {
    background: #fff5f2;
    border-color: #fcd4c8;
    color: #6b7280;
}
.oc-single-article__tag:hover {
    border-color: #E44C26;
    color: #E44C26;
}
.oc-single-author {
    background: #fff;
    border-color: #e5e7eb;
    border-left: 4px solid #E44C26;
}
.oc-single-author__name {
    color: #111827;
}
.oc-single-author__name:hover {
    color: #E44C26;
}
.oc-single-author__link {
    color: #E44C26;
}
.oc-single-author__bio {
    color: #6b7280;
}
.oc-single-related__title {
    color: #111827;
}
.oc-single-related__link {
    background: #fff;
    border-color: #e5e7eb;
}
.oc-single-related__link:hover {
    border-color: #E44C26;
    background: #fff5f2;
}
.oc-single-related__thumb {
    background: #f3f4f6;
}
.oc-single-related__thumb--placeholder {
    background: #e5e7eb;
}
.oc-single-related__card-title {
    color: #374151;
}
.oc-single-related__link:hover .oc-single-related__card-title {
    color: #E44C26;
}

.oc-sidebar-widget {
    background: #fff;
    border-color: #e5e7eb;
}
.oc-sidebar-widget__title {
    color: #111827;
    border-bottom-color: #e5e7eb;
}
.oc-sidebar-post__thumb {
    background: #f3f4f6;
}
.oc-sidebar-post__title {
    color: #374151;
}
.oc-sidebar-cat__link {
    color: #374151;
}
.oc-sidebar-cat__link:hover {
    color: #0070f9;
}

:root {
    --sgbr-blue:       #0070f9;
    --sgbr-blue-dark:  #0055cc;
    --sgbr-gray-50:    #f9fafb;
    --sgbr-gray-100:   #f3f4f6;
    --sgbr-gray-200:   #e5e7eb;
    --sgbr-gray-600:   #4b5563;
    --sgbr-gray-900:   #111827;
    --sgbr-radius:     12px;
}

.sgbr-home {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #fff;
    color: var(--sgbr-gray-900);
}

.sgbr-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1024px) {
    .sgbr-container { padding-left: 40px; padding-right: 40px; }
}

.sgbr-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid transparent;
}
.sgbr-btn--primary {
    background: var(--sgbr-blue);
    color: #fff;
}
.sgbr-btn--primary:hover {
    background: var(--sgbr-blue-dark);
    color: #fff;
    text-decoration: none;
}
.sgbr-btn--ghost {
    background: transparent;
    color: var(--sgbr-gray-900);
    border-color: var(--sgbr-gray-200);
}
.sgbr-btn--ghost:hover {
    background: rgba(0,112,249,.06);
    border-color: var(--sgbr-blue);
    color: var(--sgbr-blue);
    text-decoration: none;
}
.sgbr-btn--outline-light {
    background: transparent;
    color: var(--sgbr-blue);
    border-color: var(--sgbr-blue);
}
.sgbr-btn--outline-light:hover {
    background: var(--sgbr-blue);
    border-color: var(--sgbr-blue);
    color: #fff;
    text-decoration: none;
}
.sgbr-btn--more {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--sgbr-blue);
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border: 2px solid var(--sgbr-blue);
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    transition: background 0.2s, color 0.2s;
}
.sgbr-btn--more:hover {
    background: var(--sgbr-blue);
    color: #fff;
    text-decoration: none;
}

.sgbr-hero {
    background-color: #f0f7ff;
    background-image: url('/wp-content/uploads/2026/03/topbg-scaled.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    color: var(--sgbr-gray-900);
    overflow: hidden;
    position: relative;
}
.sgbr-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
@media (min-width: 1024px) {
    .sgbr-hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.sgbr-hero__inner--stack {
    grid-template-columns: 1fr !important;
    padding-top: 3.5rem;
    padding-bottom: 0;
    gap: 2.5rem;
}
.sgbr-hero__badge {
    display: inline-block;
    background: rgba(0,112,249,.1);
    color: var(--sgbr-blue);
    border: 1px solid rgba(0,112,249,.3);
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0.3rem 1rem;
    margin-bottom: 1.25rem;
}
.sgbr-hero__h1 {
    margin: 0 0 0.6rem;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.4;
    color: var(--sgbr-gray-600);
    letter-spacing: 0;
}
.sgbr-hero__slogan {
    margin: 0 0 1.25rem;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.25;
    color: var(--sgbr-gray-900);
    letter-spacing: -0.02em;
}
.sgbr-hero__h1-accent {
    color: var(--sgbr-blue);
}
@media (min-width: 1024px) {
    .sgbr-hero__h1 { font-size: 1.2rem; }
    .sgbr-hero__slogan { font-size: 2.8rem; }
}
.sgbr-hero__lead {
    margin: 0;
    font-size: 1rem;
    color: var(--sgbr-gray-600);
    line-height: 1.7;
    max-width: 32rem;
}
.sgbr-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.25rem;
}
.sgbr-hero__note {
    margin-top: 1.25rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.sgbr-hero__copy--center {
    text-align: center;
}
.sgbr-hero__copy--center .sgbr-hero__lead {
    margin-left: auto;
    margin-right: auto;
}
.sgbr-hero__copy--center .sgbr-hero__actions {
    justify-content: center;
}
.sgbr-hero__visual {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.sgbr-hero__visual img {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 60px rgba(0,112,249,.25));
}

.sgbr-hero__visual--full {
    width: 100%;
}
.sgbr-hero__visual--full img {
    max-width: 100%;
    filter: none;
    border-radius: 12px 12px 0 0;
    display: block;
    margin: 0 auto;
}

.sgbr-highlight {
    background: #fff;
    color: var(--sgbr-gray-900);
    padding: 5rem 0;
    overflow: hidden;
}
.sgbr-highlight__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 1024px) {
    .sgbr-highlight__inner {
        grid-template-columns: 1fr 1fr;
    }
}
.sgbr-highlight__tag {
    display: inline-block;
    background: rgba(0,112,249,.08);
    color: var(--sgbr-blue);
    border: 1px solid rgba(0,112,249,.25);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.9rem;
    margin-bottom: 1rem;
}
.sgbr-highlight__title {
    margin: 0 0 0.5rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--sgbr-gray-900);
    line-height: 1.25;
}
@media (min-width: 1024px) {
    .sgbr-highlight__title { font-size: 2.2rem; }
}
.sgbr-highlight__lead {
    margin: 0 0 2rem;
    font-size: 1rem;
    color: var(--sgbr-gray-600);
    line-height: 1.6;
}
.sgbr-highlight__list {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}
.sgbr-highlight__list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: var(--sgbr-gray-600);
    font-size: 0.97rem;
    line-height: 1.55;
}
.sgbr-highlight__num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0,112,249,.1);
    border: 1px solid rgba(0,112,249,.3);
    color: var(--sgbr-blue);
    font-size: 0.72rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sgbr-highlight__visual img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--sgbr-radius);
    box-shadow: 0 16px 48px rgba(0,0,0,.1);
}

.sgbr-features {
    padding: 5rem 0;
    background: var(--sgbr-gray-50);
    color: var(--sgbr-gray-900);
}
.sgbr-features__head {
    text-align: center;
    margin-bottom: 3.5rem;
}
.sgbr-features__title {
    margin: 0 0 0.75rem;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--sgbr-gray-900);
    line-height: 1.25;
}
@media (min-width: 1024px) {
    .sgbr-features__title { font-size: 2.25rem; }
}
.sgbr-features__sub {
    margin: 0;
    font-size: 1rem;
    color: var(--sgbr-gray-600);
}
.sgbr-features__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .sgbr-features__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sgbr-features__grid { grid-template-columns: repeat(3, 1fr); }
}
.sgbr-feature-card {
    background: #fff;
    border: 1px solid var(--sgbr-gray-200);
    border-radius: var(--sgbr-radius);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: box-shadow 0.25s, transform 0.25s;
}
.sgbr-feature-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-3px);
}
.sgbr-feature-card__icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}
.sgbr-feature-card__icon svg {
    width: 48px;
    height: 48px;
}
.sgbr-feature-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--sgbr-gray-900);
}
.sgbr-feature-card__desc {
    margin: 0;
    font-size: 0.9rem;
    color: var(--sgbr-gray-600);
    line-height: 1.65;
}

.sgbr-stats {
    padding: 3.5rem 0;
    background: var(--sgbr-blue);
}
.sgbr-stats__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 768px) {
    .sgbr-stats__grid { grid-template-columns: repeat(4, 1fr); }
}
.sgbr-stats__num {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
    .sgbr-stats__num { font-size: 2.5rem; }
}
.sgbr-stats__plus {
    font-size: 1.4rem;
    vertical-align: middle;
}
.sgbr-stats__label {
    font-size: 0.85rem;
    color: rgba(255,255,255,.75);
}

.sgbr-scenarios {
    padding: 5rem 0;
    background: #fff;
    color: var(--sgbr-gray-900);
}
.sgbr-scenarios__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}
@media (min-width: 640px) {
    .sgbr-scenarios__list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sgbr-scenarios__list { grid-template-columns: repeat(3, 1fr); }
}
.sgbr-scenario {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--sgbr-gray-200);
    border-radius: var(--sgbr-radius);
    transition: box-shadow 0.2s;
}
.sgbr-scenario:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,.07);
}
.sgbr-scenario__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}
.sgbr-scenario__icon svg {
    width: 40px;
    height: 40px;
    display: block;
}
.sgbr-scenario__title {
    margin: 0 0 0.4rem;
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--sgbr-gray-900);
}
.sgbr-scenario__desc {
    margin: 0;
    font-size: 0.875rem;
    color: var(--sgbr-gray-600);
    line-height: 1.6;
}

.sgbr-faq {
    padding: 5rem 0;
    background: var(--sgbr-gray-50);
    color: var(--sgbr-gray-900);
}
.sgbr-faq__list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.sgbr-faq__item {
    border-bottom: 1px solid var(--sgbr-gray-200);
}
.sgbr-faq__item:first-child {
    border-top: 1px solid var(--sgbr-gray-200);
}
.sgbr-faq__q {
    padding: 1.25rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--sgbr-gray-900);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    user-select: none;
}
.sgbr-faq__q::-webkit-details-marker { display: none; }
.sgbr-faq__q::after {
    content: '+';
    flex-shrink: 0;
    font-size: 1.4rem;
    color: var(--sgbr-blue);
    line-height: 1;
    transition: transform 0.2s;
}
.sgbr-faq__item[open] .sgbr-faq__q::after {
    transform: rotate(45deg);
}
.sgbr-faq__a {
    padding-bottom: 1.25rem;
    font-size: 0.925rem;
    color: var(--sgbr-gray-600);
    line-height: 1.7;
}
.sgbr-faq__a p { margin: 0; }
.sgbr-faq__a a { color: var(--sgbr-blue); text-decoration: underline; }

.sgbr-news {
    padding: 5rem 0;
    background: #fff;
    color: var(--sgbr-gray-900);
}
.sgbr-news__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.sgbr-news__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 640px) {
    .sgbr-news__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .sgbr-news__grid { grid-template-columns: repeat(4, 1fr); }
}
.sgbr-card {
    border: 1px solid var(--sgbr-gray-200);
    border-radius: var(--sgbr-radius);
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    background: #fff;
}
.sgbr-card:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,.09);
    transform: translateY(-3px);
}
.sgbr-card__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.sgbr-card__link:hover { text-decoration: none; }
.sgbr-card__media {
    position: relative;
    aspect-ratio: 16/9;
    background: var(--sgbr-gray-100);
    overflow: hidden;
}
.sgbr-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.sgbr-card:hover .sgbr-card__media img {
    transform: scale(1.04);
}
.sgbr-card__placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--sgbr-gray-100), var(--sgbr-gray-200));
}
.sgbr-card__date {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    background: rgba(0,0,0,.55);
    color: #fff;
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}
.sgbr-card__body {
    padding: 1rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}
.sgbr-card__title {
    margin: 0;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--sgbr-gray-900);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sgbr-card__excerpt {
    margin: 0;
    font-size: 0.82rem;
    color: var(--sgbr-gray-600);
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sgbr-news__more {
    text-align: center;
}

:root {
  --wps-red:       #E44C26;
  --wps-red-dk:    #c43b1a;
  --wps-orange:    #FF7A45;
  --wps-ai-start:  #7B2FF7;
  --wps-ai-end:    #E44C26;
  --wps-gray-50:   #f9fafb;
  --wps-gray-100:  #f3f4f6;
  --wps-gray-200:  #e5e7eb;
  --wps-gray-600:  #4b5563;
  --wps-gray-900:  #111827;
  --wps-radius:    14px;
  --wps-font:      system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.wps-page { font-family: var(--wps-font); background: #fff; color: var(--wps-gray-900); }

.wps-container {
  width: 100%; max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px; padding-right: 20px;
}
@media (min-width: 1024px) {
  .wps-container { padding-left: 40px; padding-right: 40px; }
}

.wps-hero {
  background: linear-gradient(135deg, #fff5f2 0%, #fff8f5 50%, #fef3f0 100%);
  padding: 4rem 0 3rem;
  overflow: hidden;
  position: relative;
}
.wps-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 30%, rgba(228,76,38,.06) 0%, transparent 70%);
  pointer-events: none;
}

.wps-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}
.wps-hero-text {
  max-width: 720px;
  width: 100%;
}
.wps-hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(228,76,38,.08);
  color: var(--wps-red);
  border: 1px solid rgba(228,76,38,.2);
  border-radius: 999px;
  font-size: .8rem; font-weight: 600;
  padding: .3rem .9rem;
  margin-bottom: 1.2rem;
}
.wps-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800; line-height: 1.2;
  color: var(--wps-gray-900);
  margin: 0 0 1rem;
}
.wps-hero-title span {
  background: linear-gradient(90deg, var(--wps-red), var(--wps-orange));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wps-hero-desc {
  font-size: 1.05rem; color: var(--wps-gray-600);
  line-height: 1.75; margin: 0 0 2rem;
}
.wps-hero-btns {
  display: flex; gap: 1rem; flex-wrap: wrap;
  justify-content: center;
}
.wps-btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, var(--wps-red), var(--wps-orange));
  color: #fff; font-weight: 700; font-size: 1rem;
  padding: .85rem 2rem; border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(228,76,38,.35);
  transition: transform .2s, box-shadow .2s;
}
.wps-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(228,76,38,.45); color: #fff; }
.wps-btn-secondary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wps-red);
  border: 1.5px solid var(--wps-red);
  font-weight: 600; font-size: 1rem;
  padding: .85rem 2rem; border-radius: 10px;
  text-decoration: none;
  transition: background .2s, color .2s;
}
.wps-btn-secondary:hover { background: var(--wps-red); color: #fff; }

.wps-hero-visual {
  width: 100%;
  max-width: 960px;
}
.wps-hero-visual img {
  width: 100%; max-width: 100%; height: auto;
  border-radius: 16px;
  display: block;
}
.wps-hero-apps {
  display: flex; gap: .6rem;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 50px;
  padding: .6rem 1.4rem;
  margin-top: 1.2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.wps-hero-app {
  display: flex; align-items: center; gap: .4rem;
  font-size: .8rem; font-weight: 600; color: var(--wps-gray-600);
}
.wps-hero-app-dot {
  width: 8px; height: 8px; border-radius: 50%;
}

.wps-posts-section { background: #fafafa; }
.wps-posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 900px) {
  .wps-posts-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .wps-posts-grid { grid-template-columns: 1fr; }
}
.wps-post-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.wps-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,.1);
}
.wps-post-card__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.wps-post-card__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s;
  display: block;
}
.wps-post-card:hover .wps-post-card__thumb img { transform: scale(1.04); }
.wps-post-card__body {
  padding: 1.1rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wps-post-card__title {
  font-size: 1rem; font-weight: 700;
  color: var(--wps-gray-900);
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: .6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wps-post-card__title:hover { color: var(--wps-red); }
.wps-post-card__excerpt {
  font-size: .88rem; color: var(--wps-gray-600);
  line-height: 1.65;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;
}
.wps-post-card__meta {
  font-size: .8rem; color: #aaa;
}
.wps-posts-more {
  text-align: center;
  margin-top: .5rem;
}
.wps-posts-empty {
  color: var(--wps-gray-600);
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem 0;
}

.wps-stats-bar {
  background: linear-gradient(135deg, var(--wps-red), var(--wps-orange));
  padding: 2.2rem 0;
}
.wps-stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
@media (max-width: 640px) {
  .wps-stats-inner { grid-template-columns: repeat(2, 1fr); }
}
.wps-stat-num {
  display: block; font-size: 1.9rem; font-weight: 800;
  color: #fff; line-height: 1.1; margin-bottom: .3rem;
}
.wps-stat-label { font-size: .83rem; color: rgba(255,255,255,.85); }

.wps-section { padding: 5rem 0; }
.wps-section-alt { background: var(--wps-gray-50); }
.wps-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800;
  text-align: center; margin: 0 0 .75rem;
}
.wps-section-sub {
  text-align: center; color: var(--wps-gray-600);
  font-size: 1.05rem; margin: 0 auto 3rem; max-width: 620px;
}

.wps-products {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .wps-products { grid-template-columns: repeat(4, 1fr); }
}
.wps-product-card {
  background: #fff; border-radius: var(--wps-radius);
  border: 1.5px solid var(--wps-gray-200);
  padding: 1.8rem 1.4rem;
  text-align: center;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.wps-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  border-color: var(--wps-red);
}
.wps-product-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.wps-product-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 .5rem; }
.wps-product-card p { font-size: .88rem; color: var(--wps-gray-600); line-height: 1.6; margin: 0; }

.wps-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.wps-feature-card {
  background: #fff; border-radius: var(--wps-radius);
  border: 1.5px solid var(--wps-gray-200);
  padding: 1.8rem;
  transition: transform .2s, box-shadow .2s;
}
.wps-feature-card:hover { transform: translateY(-3px); box-shadow: 0 10px 35px rgba(0,0,0,.08); }
.wps-feature-icon {
  width: 48px; height: 48px;
  background: rgba(228,76,38,.08);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
}
.wps-feature-icon svg { width: 24px; height: 24px; }
.wps-feature-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .5rem; }
.wps-feature-card p { font-size: .875rem; color: var(--wps-gray-600); line-height: 1.65; margin: 0 0 .75rem; }
.wps-feature-tag {
  display: inline-block; font-size: .72rem;
  background: rgba(228,76,38,.08); color: var(--wps-red);
  border-radius: 4px; padding: .15rem .5rem; font-weight: 500;
}

.wps-ai-banner {
  background: linear-gradient(135deg, #1a0533, #3b0764);
  border-radius: 20px; overflow: hidden;
  padding: 3rem 2.5rem;
  position: relative;
  margin-bottom: 3rem;
}
.wps-ai-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 80% at 80% 50%, rgba(123,47,247,.4), transparent 60%),
              radial-gradient(ellipse 40% 60% at 20% 80%, rgba(228,76,38,.25), transparent 60%);
  pointer-events: none;
}
.wps-ai-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.wps-ai-label {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.12);
  color: #fff; border-radius: 999px;
  font-size: .78rem; font-weight: 600;
  padding: .3rem .9rem; margin-bottom: .9rem;
}
.wps-ai-title {
  font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800;
  color: #fff; margin: 0 0 .7rem;
}
.wps-ai-title span {
  background: linear-gradient(90deg, #a78bfa, #f97316);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wps-ai-desc { color: rgba(255,255,255,.75); font-size: .95rem; line-height: 1.7; max-width: 520px; margin: 0; }
.wps-ai-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, #7B2FF7, var(--wps-red));
  color: #fff; font-weight: 700; font-size: .95rem;
  padding: .85rem 2rem; border-radius: 10px;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 4px 20px rgba(123,47,247,.4);
  transition: transform .2s;
}
.wps-ai-btn:hover { transform: translateY(-2px); color: #fff; }

.wps-download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.wps-download-card {
  background: #fff; border: 1.5px solid var(--wps-gray-200);
  border-radius: var(--wps-radius); padding: 1.6rem 1.2rem;
  text-align: center; text-decoration: none; color: var(--wps-gray-900);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.wps-download-card:hover {
  border-color: var(--wps-red);
  box-shadow: 0 8px 30px rgba(228,76,38,.12);
  transform: translateY(-3px);
  color: var(--wps-gray-900);
}
.wps-download-icon {
  width: 52px; height: 52px; margin: 0 auto .9rem;
  display: flex; align-items: center; justify-content: center;
}
.wps-download-icon svg { width: 42px; height: 42px; }
.wps-download-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .35rem; }
.wps-download-card p { font-size: .82rem; color: var(--wps-gray-600); line-height: 1.5; margin: 0; }
.wps-download-btn-wrap { text-align: center; }
.wps-btn-download {
  display: inline-flex; align-items: center; gap: .6rem;
  background: linear-gradient(135deg, var(--wps-red), var(--wps-orange));
  color: #fff; font-weight: 700; font-size: 1.1rem;
  padding: 1rem 3rem; border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(228,76,38,.35);
  transition: transform .2s;
}
.wps-btn-download:hover { transform: translateY(-2px); color: #fff; }
.wps-download-note {
  margin-top: .75rem; font-size: .83rem;
  color: var(--wps-gray-600); text-align: center;
}

.wps-guide-section { padding: 5rem 0; background: var(--wps-gray-50); }
.wps-guide-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: start;
}
@media (max-width: 768px) { .wps-guide-inner { grid-template-columns: 1fr; } }
.wps-step {
  display: flex; gap: 1.2rem; align-items: flex-start;
  margin-bottom: 1.8rem;
}
.wps-step-num {
  flex-shrink: 0; width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--wps-red), var(--wps-orange));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .95rem;
}
.wps-step-content h4 { font-size: 1rem; font-weight: 700; margin: 0 0 .4rem; }
.wps-step-content p { font-size: .875rem; color: var(--wps-gray-600); line-height: 1.65; margin: 0; }
.wps-info-card {
  background: #fff; border-radius: var(--wps-radius);
  border: 1.5px solid var(--wps-gray-200);
  padding: 1.8rem;
}
.wps-info-card h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 1rem; }
.wps-info-list { list-style: none; padding: 0; margin: 0; }
.wps-info-list li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .875rem; color: var(--wps-gray-600);
  padding: .5rem 0;
  border-bottom: 1px solid var(--wps-gray-100);
}
.wps-info-list li:last-child { border-bottom: none; }
.wps-check { color: var(--wps-red); font-weight: 700; flex-shrink: 0; }

.wps-compare-section { padding: 5rem 0; }
.wps-compare-table {
  width: 100%; border-collapse: collapse;
  font-size: .88rem;
  border-radius: var(--wps-radius); overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
.wps-compare-table th {
  padding: .9rem 1rem; background: var(--wps-gray-100);
  font-weight: 700; text-align: center;
}
.wps-compare-table td {
  padding: .75rem 1rem; text-align: center;
  border-bottom: 1px solid var(--wps-gray-100);
}
.wps-compare-table tbody tr:hover td { background: var(--wps-gray-50); }
.wps-highlight-col { background: rgba(228,76,38,.04); }
.wps-yes { color: #16a34a; font-weight: 700; }
.wps-no  { color: #dc2626; }
.wps-partial { color: #d97706; }

.wps-faq-section { padding: 5rem 0; background: var(--wps-gray-50); }
.wps-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 1rem;
}
@media (max-width: 640px) { .wps-faq-grid { grid-template-columns: 1fr; } }
.wps-faq-item {
  background: #fff; border-radius: var(--wps-radius);
  border: 1.5px solid var(--wps-gray-200);
  overflow: hidden;
}
.wps-faq-q {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.4rem; font-weight: 700; font-size: .95rem;
  cursor: pointer;
  transition: background .15s;
}
.wps-faq-q:hover { background: var(--wps-gray-50); }
.wps-faq-arrow { font-size: 1.3rem; color: var(--wps-red); }
.wps-faq-a {
  padding: 0 1.4rem 1.2rem;
  font-size: .875rem; color: var(--wps-gray-600);
  line-height: 1.7;
}

.wps-cta-section { padding: 5rem 0; }
.wps-cta-inner {
  background: linear-gradient(135deg, var(--wps-red), var(--wps-orange));
  border-radius: 24px; padding: 4rem 3rem;
  text-align: center; position: relative; overflow: hidden;
}
.wps-cta-inner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 30% 50%, rgba(255,255,255,.1), transparent 70%);
  pointer-events: none;
}
.wps-cta-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800;
  color: #fff; margin: 0 0 .8rem; position: relative;
}
.wps-cta-sub {
  color: rgba(255,255,255,.88); font-size: 1.05rem;
  margin: 0 auto 2.2rem; max-width: 540px; position: relative;
}
.wps-cta-btns {
  display: flex; gap: 1rem; justify-content: center;
  flex-wrap: wrap; position: relative;
}
.wps-cta-btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wps-red);
  font-weight: 700; font-size: 1rem;
  padding: .9rem 2.2rem; border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  transition: transform .2s;
}
.wps-cta-btn-primary:hover { transform: translateY(-2px); color: var(--wps-red); }
.wps-cta-btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.15); color: #fff;
  border: 1.5px solid rgba(255,255,255,.5);
  font-weight: 600; font-size: 1rem;
  padding: .9rem 2.2rem; border-radius: 10px;
  text-decoration: none;
  transition: background .2s;
}
.wps-cta-btn-ghost:hover { background: rgba(255,255,255,.25); color: #fff; }

:root {
  --wd-red:      #E44C26;
  --wd-red-dk:   #c43b1a;
  --wd-orange:   #FF7A45;
  --wd-gray-50:  #f9fafb;
  --wd-gray-100: #f3f4f6;
  --wd-gray-200: #e5e7eb;
  --wd-gray-600: #4b5563;
  --wd-gray-900: #111827;
  --wd-radius:   14px;
  --wd-font:     system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.wpsdl-page { font-family: var(--wd-font); background: #fff; color: var(--wd-gray-900); }
.wpsdl-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 1024px) { .wpsdl-container { padding: 0 40px; } }

.wpsdl-hero {
  background: linear-gradient(135deg, #fff5f2 0%, #fffaf8 50%, #fef3f0 100%);
  padding: 4rem 0 3.5rem;
  position: relative; overflow: hidden;
}
.wpsdl-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 55% 70% at 75% 60%, rgba(228,76,38,.07), transparent 65%);
  pointer-events: none;
}
.wpsdl-hero-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center; position: relative;
}
@media (max-width: 768px) {
  .wpsdl-hero-inner { grid-template-columns: 1fr; }
}
.wpsdl-breadcrumb { font-size: .82rem; color: var(--wd-gray-600); margin: 0 0 1rem; }
.wpsdl-breadcrumb a { color: var(--wd-red); text-decoration: none; }
.wpsdl-breadcrumb a:hover { text-decoration: underline; }
.wpsdl-hero-title {
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2;
  margin: 0 0 .6rem; color: var(--wd-gray-900);
}
.wpsdl-hero-sub {
  font-size: 1rem; color: var(--wd-gray-600); margin: 0 0 1rem;
  font-weight: 500; letter-spacing: .03em;
}
.wpsdl-hero-desc {
  font-size: .95rem; color: var(--wd-gray-600);
  line-height: 1.75; margin: 0 0 1.5rem;
}
.wpsdl-badges { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 2rem; }
.wpsdl-badge {
  display: inline-block; font-size: .75rem; font-weight: 600;
  background: rgba(228,76,38,.08); color: var(--wd-red);
  border: 1px solid rgba(228,76,38,.2); border-radius: 999px;
  padding: .25rem .8rem;
}
.wpsdl-badge--green {
  background: rgba(22,163,74,.08); color: #16a34a;
  border-color: rgba(22,163,74,.2);
}
.wpsdl-badge--blue {
  background: rgba(37,99,235,.08); color: #2563eb;
  border-color: rgba(37,99,235,.2);
}

.wpsdl-hero-visual { position: relative; }
@media (max-width: 768px) { .wpsdl-hero-visual { display: none; } }
.wpsdl-doc-preview {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.13);
  overflow: hidden;
}
.wpsdl-doc-titlebar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 14px;
  background: #f5f5f5; border-bottom: 1px solid #e8e8e8;
}
.wpsdl-doc-dot { width: 10px; height: 10px; border-radius: 50%; }
.wpsdl-doc-name {
  margin-left: 8px; font-size: .78rem; font-weight: 600; color: #555;
}
.wpsdl-doc-toolbar {
  display: flex; gap: 6px; align-items: center;
  padding: 8px 14px; background: #fafafa; border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.wpsdl-tool-btn {
  font-size: .7rem; color: #666;
  background: #fff; border: 1px solid #ddd;
  border-radius: 4px; padding: 2px 8px;
  cursor: default;
}
.wpsdl-tool-btn--active {
  background: rgba(228,76,38,.1); border-color: var(--wd-red); color: var(--wd-red); font-weight: 600;
}
.wpsdl-doc-body { padding: 20px 24px; min-height: 200px; }
.wpsdl-doc-heading {
  font-size: 1.1rem; font-weight: 700; color: #111;
  margin-bottom: 10px; border-bottom: 2px solid var(--wd-red); padding-bottom: 6px;
}
.wpsdl-doc-line {
  height: 10px; background: #f0f0f0; border-radius: 4px;
  margin-bottom: 8px;
}
.wpsdl-doc-line--short { width: 65%; }
.wpsdl-doc-line--xshort { width: 45%; }
.wpsdl-doc-line--full { width: 100%; }
.wpsdl-doc-table {
  width: 100%; border-collapse: collapse; margin-top: 14px; font-size: .78rem;
}
.wpsdl-doc-table th {
  background: rgba(228,76,38,.08); color: var(--wd-red);
  padding: 5px 8px; text-align: left; font-size: .72rem;
}
.wpsdl-doc-table td {
  padding: 5px 8px; border-bottom: 1px solid #f0f0f0;
  color: #555; font-size: .72rem;
}
.wpsdl-doc-badge {
  display: inline-block; font-size: .65rem; font-weight: 600;
  background: rgba(228,76,38,.1); color: var(--wd-red);
  border-radius: 3px; padding: 1px 5px;
}

.wpsdl-section { padding: 5rem 0; }
.wpsdl-section-alt { background: var(--wd-gray-50); }
.wpsdl-section-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800;
  text-align: center; margin: 0 0 .7rem;
}
.wpsdl-section-sub {
  text-align: center; color: var(--wd-gray-600); font-size: 1rem;
  margin: 0 auto 3rem; max-width: 600px; line-height: 1.7;
}

.wpsdl-platform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.3rem; margin-bottom: 1.8rem;
}
.wpsdl-platform-card {
  background: #fff; border: 1.5px solid var(--wd-gray-200);
  border-radius: var(--wd-radius); padding: 1.6rem 1.4rem;
  transition: box-shadow .2s, border-color .2s, transform .2s;
}
.wpsdl-platform-card:hover {
  box-shadow: 0 10px 36px rgba(228,76,38,.1);
  border-color: var(--wd-red);
  transform: translateY(-3px);
}
.wpsdl-platform-card--featured {
  border-color: var(--wd-red);
  box-shadow: 0 6px 28px rgba(228,76,38,.12);
}
.wpsdl-platform-header {
  display: flex; align-items: center; gap: .9rem;
  margin-bottom: 1.2rem; position: relative;
}
.wpsdl-platform-icon { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wpsdl-platform-icon svg { width: 38px; height: 38px; }
.wpsdl-platform-header h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .2rem; }
.wpsdl-platform-sys { font-size: .78rem; color: var(--wd-gray-600); margin: 0; }
.wpsdl-recommend-tag {
  position: absolute; top: 0; right: 0;
  background: linear-gradient(135deg, var(--wd-red), var(--wd-orange));
  color: #fff; font-size: .68rem; font-weight: 700;
  padding: .2rem .6rem; border-radius: 999px;
}
.wpsdl-platform-specs {
  list-style: none; padding: 0; margin: 0 0 1.3rem;
  border-top: 1px solid var(--wd-gray-100);
}
.wpsdl-platform-specs li {
  display: flex; justify-content: space-between;
  font-size: .8rem; padding: .45rem 0;
  border-bottom: 1px solid var(--wd-gray-100);
  color: var(--wd-gray-600);
}
.wpsdl-spec-label { font-weight: 600; color: var(--wd-gray-900); }
.wpsdl-btn-dl {
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  background: linear-gradient(135deg, var(--wd-red), var(--wd-orange));
  color: #fff; font-weight: 700; font-size: .9rem;
  padding: .75rem 1rem; border-radius: 10px;
  text-decoration: none; width: 100%;
  box-shadow: 0 4px 16px rgba(228,76,38,.3);
  transition: transform .2s;
}
.wpsdl-btn-dl:hover { transform: translateY(-2px); color: #fff; }
.wpsdl-btn-dl--outline {
  background: #fff; color: var(--wd-red);
  border: 1.5px solid var(--wd-red);
  box-shadow: none;
}
.wpsdl-btn-dl--outline:hover { background: var(--wd-red); color: #fff; }
.wpsdl-btn-note { text-align: center; font-size: .75rem; color: var(--wd-gray-600); margin: .5rem 0 0; }

.wpsdl-web-banner {
  display: flex; align-items: center; gap: 1.5rem;
  background: linear-gradient(135deg, #fff5f2, #fef3f0);
  border: 1.5px solid rgba(228,76,38,.2);
  border-radius: var(--wd-radius); padding: 1.3rem 1.8rem;
  flex-wrap: wrap;
}
.wpsdl-web-banner-icon svg { width: 36px; height: 36px; }
.wpsdl-web-banner-text strong { font-size: .95rem; color: var(--wd-gray-900); }
.wpsdl-web-banner-text p { font-size: .82rem; color: var(--wd-gray-600); margin: .3rem 0 0; }
.wpsdl-btn-web {
  margin-left: auto; white-space: nowrap;
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--wd-red); color: #fff;
  font-weight: 600; font-size: .88rem;
  padding: .65rem 1.4rem; border-radius: 8px;
  text-decoration: none; transition: background .2s;
}
.wpsdl-btn-web:hover { background: var(--wd-red-dk); color: #fff; }
@media (max-width: 640px) { .wpsdl-btn-web { margin-left: 0; } }

.wpsdl-steps-row {
  display: flex; align-items: flex-start; gap: 1rem;
  flex-wrap: wrap;
}
.wpsdl-install-step { flex: 1; min-width: 180px; text-align: center; }
.wpsdl-install-num {
  font-size: 2.2rem; font-weight: 900;
  color: rgba(228,76,38,.15); line-height: 1;
  margin-bottom: .5rem;
}
.wpsdl-install-screen {
  background: var(--wd-gray-50); border: 1.5px solid var(--wd-gray-200);
  border-radius: 12px; height: 90px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .9rem;
}
.wpsdl-install-screen svg { width: 44px; height: 44px; }
.wpsdl-install-step h4 { font-size: .95rem; font-weight: 700; margin: 0 0 .4rem; }
.wpsdl-install-step p { font-size: .82rem; color: var(--wd-gray-600); line-height: 1.6; margin: 0; }
.wpsdl-step-arrow {
  font-size: 1.5rem; color: var(--wd-gray-200); margin-top: 50px; flex-shrink: 0;
}
@media (max-width: 640px) { .wpsdl-step-arrow { display: none; } }

.wpsdl-version-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}
.wpsdl-version-card {
  background: #fff; border: 1.5px solid var(--wd-gray-200);
  border-radius: var(--wd-radius); padding: 1.5rem;
  transition: box-shadow .2s, border-color .2s;
}
.wpsdl-version-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.07); border-color: var(--wd-red); }
.wpsdl-version-card h3 { font-size: .95rem; font-weight: 700; margin: 0 0 .6rem; color: var(--wd-gray-900); }
.wpsdl-version-card p { font-size: .83rem; color: var(--wd-gray-600); line-height: 1.65; margin: 0 0 .8rem; }
.wpsdl-version-tags { display: flex; gap: .4rem; flex-wrap: wrap; }
.wpsdl-version-tags span {
  font-size: .7rem; background: var(--wd-gray-100); color: var(--wd-gray-600);
  border-radius: 4px; padding: .2rem .55rem; font-weight: 500;
}

.wpsdl-faq-list { display: flex; flex-direction: column; gap: .9rem; max-width: 860px; margin: 0 auto; }
.wpsdl-faq-item {
  background: #fff; border: 1.5px solid var(--wd-gray-200);
  border-radius: var(--wd-radius); overflow: hidden;
}
.wpsdl-faq-q {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.05rem 1.4rem; font-weight: 700; font-size: .93rem;
  cursor: pointer; gap: 1rem;
}
.wpsdl-faq-q:hover { background: var(--wd-gray-50); }
.wpsdl-faq-arrow { font-size: 1.25rem; color: var(--wd-red); flex-shrink: 0; }
.wpsdl-faq-a {
  padding: 0 1.4rem 1.1rem;
  font-size: .875rem; color: var(--wd-gray-600); line-height: 1.7;
}

.wpsdl-cta {
  background: linear-gradient(135deg, var(--wd-red), var(--wd-orange));
  padding: 4rem 0; text-align: center;
}
.wpsdl-cta h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 800; color: #fff; margin: 0 0 .7rem; }
.wpsdl-cta p { color: rgba(255,255,255,.88); font-size: 1rem; margin: 0 0 2rem; }
.wpsdl-cta-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wd-red); font-weight: 700; font-size: 1rem;
  padding: .9rem 2.4rem; border-radius: 10px; text-decoration: none;
  box-shadow: 0 4px 20px rgba(0,0,0,.15); transition: transform .2s;
}
.wpsdl-cta-btn:hover { transform: translateY(-2px); color: var(--wd-red); }

:root {
  --wh-red:      #E44C26;
  --wh-red-dk:   #c43b1a;
  --wh-orange:   #FF7A45;
  --wh-blue:     #2B7BFF;
  --wh-green:    #1DAF6C;
  --wh-purple:   #7B2FF7;
  --wh-gray-50:  #f9fafb;
  --wh-gray-100: #f3f4f6;
  --wh-gray-200: #e5e7eb;
  --wh-gray-600: #4b5563;
  --wh-gray-900: #111827;
  --wh-radius:   14px;
  --wh-font:     system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
}
.wpshot-page { font-family: var(--wh-font); background: #fff; color: var(--wh-gray-900); }
.wpshot-container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 1024px) { .wpshot-container { padding: 0 40px; } }

.wpshot-hero {
  background: linear-gradient(135deg, #fff5f2 0%, #fffaf8 60%, #fef3f0 100%);
  padding: 4rem 0 3rem;
}
.wpshot-breadcrumb { font-size: .82rem; color: var(--wh-gray-600); margin: 0 0 1rem; }
.wpshot-breadcrumb a { color: var(--wh-red); text-decoration: none; }
.wpshot-breadcrumb a:hover { text-decoration: underline; }
.wpshot-hero-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 800; line-height: 1.25;
  margin: 0 0 .9rem; color: var(--wh-gray-900);
}
.wpshot-hero-title span {
  background: linear-gradient(90deg, var(--wh-red), var(--wh-orange));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wpshot-hero-desc {
  font-size: 1rem; color: var(--wh-gray-600); line-height: 1.75;
  max-width: 700px; margin: 0 0 2rem;
}
.wpshot-toc {
  background: #fff; border: 1.5px solid var(--wh-gray-200);
  border-radius: var(--wh-radius); padding: 1.4rem 1.8rem;
  display: inline-block; max-width: 100%;
}
.wpshot-toc-title {
  font-size: .8rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--wh-red); margin: 0 0 .8rem;
}
.wpshot-toc ul { list-style: none; padding: 0; margin: 0; columns: 2; }
@media (max-width: 640px) { .wpshot-toc ul { columns: 1; } }
.wpshot-toc li { margin-bottom: .45rem; }
.wpshot-toc a {
  font-size: .85rem; color: var(--wh-gray-600); text-decoration: none;
  transition: color .15s;
}
.wpshot-toc a:hover { color: var(--wh-red); }

.wpshot-feat-section { padding: 5rem 0; background: var(--wh-gray-50); }
.wpshot-section-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800;
  text-align: center; margin: 0 0 .7rem;
}
.wpshot-section-sub {
  text-align: center; color: var(--wh-gray-600); font-size: 1rem;
  margin: 0 auto 2.5rem; max-width: 600px; line-height: 1.7;
}

.wpshot-products {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) { .wpshot-products { grid-template-columns: repeat(2, 1fr); } }
.wpshot-product-card {
  background: #fff; border-radius: var(--wh-radius);
  border: 1.5px solid var(--wh-gray-200);
  padding: 1.5rem 1.2rem; text-align: center;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.wpshot-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(0,0,0,.08);
}
.wpshot-product-card:hover.wc-blue  { border-color: var(--wh-blue); }
.wpshot-product-card:hover.wc-green { border-color: var(--wh-green); }
.wpshot-product-card:hover.wc-ora   { border-color: var(--wh-orange); }
.wpshot-product-card:hover.wc-red   { border-color: var(--wh-red); }
.wpshot-product-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto .9rem;
}
.wpshot-product-card h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .4rem; }
.wpshot-product-card p  { font-size: .82rem; color: var(--wh-gray-600); line-height: 1.55; margin: 0 0 .7rem; }
.wpshot-product-tag {
  display: inline-block; font-size: .7rem; font-weight: 600;
  border-radius: 4px; padding: .15rem .5rem;
}

.wpshot-feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
@media (max-width: 768px) { .wpshot-feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .wpshot-feat-grid { grid-template-columns: 1fr; } }
.wpshot-feat-card {
  background: #fff; border-radius: var(--wh-radius);
  border: 1.5px solid var(--wh-gray-200);
  padding: 1.3rem; display: flex; gap: .9rem; align-items: flex-start;
  transition: box-shadow .2s, border-color .2s;
}
.wpshot-feat-card:hover { box-shadow: 0 6px 22px rgba(0,0,0,.07); border-color: rgba(228,76,38,.3); }
.wpshot-feat-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(228,76,38,.08); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.wpshot-feat-icon svg { width: 20px; height: 20px; }
.wpshot-feat-text h4 { font-size: .9rem; font-weight: 700; margin: 0 0 .3rem; }
.wpshot-feat-text p  { font-size: .8rem; color: var(--wh-gray-600); line-height: 1.55; margin: 0; }

.wpshot-ai-bar {
  background: linear-gradient(135deg, #1a0533, #3b0764);
  border-radius: 16px; padding: 2rem 2.5rem;
  display: flex; align-items: center; gap: 2rem;
  flex-wrap: wrap; margin-top: 2.5rem; position: relative; overflow: hidden;
}
.wpshot-ai-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 90% at 85% 50%, rgba(123,47,247,.35), transparent 60%),
              radial-gradient(ellipse 40% 70% at 15% 80%, rgba(228,76,38,.2), transparent 60%);
  pointer-events: none;
}
.wpshot-ai-label {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.12); color: #fff;
  border-radius: 999px; font-size: .72rem; font-weight: 600;
  padding: .22rem .7rem; margin-bottom: .6rem;
}
.wpshot-ai-bar h3 { font-size: 1.3rem; font-weight: 800; color: #fff; margin: 0 0 .4rem; position: relative; }
.wpshot-ai-bar h3 span {
  background: linear-gradient(90deg, #a78bfa, #f97316);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wpshot-ai-bar p { color: rgba(255,255,255,.75); font-size: .88rem; line-height: 1.6; margin: 0; position: relative; max-width: 600px; }
.wpshot-ai-chips {
  display: flex; gap: .5rem; flex-wrap: wrap; margin-top: .8rem; position: relative;
}
.wpshot-ai-chip {
  background: rgba(255,255,255,.12); color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 6px; padding: .3rem .7rem; font-size: .76rem; font-weight: 500;
}

.wpshot-content { padding: 4rem 0; }
.wpshot-article { margin-bottom: 3.5rem; }
.wpshot-article-header {
  display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem;
}
.wpshot-article-num {
  font-size: 2rem; font-weight: 900; color: rgba(228,76,38,.15);
  line-height: 1; flex-shrink: 0; min-width: 3ch;
}
.wpshot-article-header h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem); font-weight: 800; margin: 0;
  border-left: 4px solid var(--wh-red); padding-left: 1rem;
}
.wpshot-article-body > p:first-child {
  font-size: .95rem; color: var(--wh-gray-600); line-height: 1.75; margin-top: 0;
}
.wpshot-article-body h3 {
  font-size: 1.05rem; font-weight: 700; margin: 1.8rem 0 .7rem;
  color: var(--wh-gray-900);
}
.wpshot-divider {
  height: 1px; background: var(--wh-gray-100); margin: 0 0 3.5rem;
}

.wpshot-step-block {
  background: var(--wh-gray-50); border-radius: var(--wh-radius);
  border: 1.5px solid var(--wh-gray-200);
  padding: 1.4rem 1.6rem; margin-bottom: 1.2rem;
}

.wpshot-num-steps { display: flex; flex-direction: column; gap: 1rem; }
.wpshot-num-step {
  display: flex; gap: 1.1rem; align-items: flex-start;
}
.wpshot-num {
  flex-shrink: 0; width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--wh-red), var(--wh-orange));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .88rem; margin-top: 2px;
}
.wpshot-num-content h4 { font-size: .95rem; font-weight: 700; margin: 0 0 .35rem; }
.wpshot-num-content p  { font-size: .875rem; color: var(--wh-gray-600); line-height: 1.65; margin: 0; }

.wpshot-method-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.wpshot-method-card {
  background: var(--wh-gray-50); border: 1.5px solid var(--wh-gray-200);
  border-radius: var(--wh-radius); padding: 1.2rem; text-align: center;
  transition: border-color .2s;
}
.wpshot-method-card:hover { border-color: var(--wh-red); }
.wpshot-method-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(228,76,38,.08);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto .8rem;
}
.wpshot-method-icon svg { width: 22px; height: 22px; }
.wpshot-method-card h4 { font-size: .88rem; font-weight: 700; margin: 0 0 .3rem; }
.wpshot-method-card p  { font-size: .78rem; color: var(--wh-gray-600); line-height: 1.55; margin: 0; }

.wpshot-list { padding-left: 1.4rem; margin: .5rem 0; }
.wpshot-list li { font-size: .875rem; color: var(--wh-gray-600); line-height: 1.7; margin-bottom: .3rem; }
.wpshot-list--ordered { padding-left: 1.6rem; }

.wpshot-feat-steps {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem;
}
@media (max-width: 640px) { .wpshot-feat-steps { grid-template-columns: 1fr; } }
.wpshot-feat-step {
  background: var(--wh-gray-50); border: 1.5px solid var(--wh-gray-200);
  border-radius: var(--wh-radius); padding: 1.3rem 1.5rem;
}
.wpshot-feat-step h4 { font-size: .93rem; font-weight: 700; margin: 0 0 .7rem; }

.wpshot-key-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
}
@media (max-width: 640px) { .wpshot-key-grid { grid-template-columns: 1fr; } }
.wpshot-key-table {
  width: 100%; border-collapse: collapse; font-size: .83rem;
  border-radius: 10px; overflow: hidden;
}
.wpshot-key-table caption {
  font-weight: 700; font-size: .88rem; text-align: left;
  padding: 0 0 .6rem; color: var(--wh-gray-900);
}
.wpshot-key-table th {
  background: rgba(228,76,38,.08); color: var(--wh-red);
  padding: .6rem .9rem; text-align: left; font-size: .78rem;
}
.wpshot-key-table td {
  padding: .55rem .9rem; border-bottom: 1px solid var(--wh-gray-100);
  color: var(--wh-gray-600);
}
.wpshot-key-table tbody tr:last-child td { border-bottom: none; }
kbd {
  display: inline-block; background: var(--wh-gray-100);
  border: 1px solid var(--wh-gray-200); border-radius: 4px;
  font-size: .75rem; padding: .1rem .45rem;
  font-family: monospace; color: var(--wh-gray-900);
}

.wpshot-tip {
  display: flex; gap: .8rem; align-items: flex-start;
  background: rgba(37,99,235,.06); border: 1.5px solid rgba(37,99,235,.15);
  border-radius: 10px; padding: 1rem 1.2rem; margin-top: 1.2rem;
}
.wpshot-tip-icon { flex-shrink: 0; margin-top: 1px; }
.wpshot-tip p { font-size: .875rem; color: var(--wh-gray-600); line-height: 1.65; margin: 0; }
.wpshot-warn {
  background: rgba(245,158,11,.06); border-color: rgba(245,158,11,.2);
}

.wpshot-cta {
  background: linear-gradient(135deg, var(--wh-red), var(--wh-orange));
  padding: 4.5rem 0; text-align: center;
}
.wpshot-cta h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 800; color: #fff; margin: 0 0 .7rem; }
.wpshot-cta p  { color: rgba(255,255,255,.88); font-size: 1rem; margin: 0 0 2rem; }
.wpshot-cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.wpshot-btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wh-red); font-weight: 700; font-size: .95rem;
  padding: .85rem 2.2rem; border-radius: 10px; text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,.15); transition: transform .2s;
}
.wpshot-btn-primary:hover { transform: translateY(-2px); color: var(--wh-red); }
.wpshot-btn-secondary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.15); color: #fff;
  border: 1.5px solid rgba(255,255,255,.5); font-weight: 600; font-size: .95rem;
  padding: .85rem 2.2rem; border-radius: 10px; text-decoration: none;
  transition: background .2s;
}
.wpshot-btn-secondary:hover { background: rgba(255,255,255,.25); color: #fff; }

.wpshot-section { padding: 4rem 0; background: var(--wh-gray-50); }

.wpshot-toc-label {
  font-size: .78rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; color: var(--wh-red); margin: 0 0 .6rem;
}
.wpshot-toc-links { display: flex; gap: .5rem; flex-wrap: wrap; }
.wpshot-toc-links a {
  display: inline-block;
  font-size: .82rem; color: var(--wh-gray-600);
  background: var(--wh-gray-100); border: 1px solid var(--wh-gray-200);
  border-radius: 999px; padding: .3rem .85rem;
  text-decoration: none; transition: background .15s, color .15s, border-color .15s;
}
.wpshot-toc-links a:hover {
  background: rgba(228,76,38,.08); border-color: rgba(228,76,38,.3); color: var(--wh-red);
}

.wpshot-features-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem;
}
@media (max-width: 768px) { .wpshot-features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .wpshot-features-grid { grid-template-columns: 1fr; } }
.wpshot-feature-card {
  background: #fff; border-radius: var(--wh-radius);
  border: 1.5px solid var(--wh-gray-200);
  padding: 1.4rem 1.3rem;
  transition: box-shadow .2s, border-color .2s;
}
.wpshot-feature-card:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,.07); border-color: rgba(228,76,38,.3);
}
.wpshot-feature-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .9rem;
}
.wpshot-feature-icon svg { width: 24px; height: 24px; }
.wpshot-feature-card h3 { font-size: .95rem; font-weight: 700; margin: 0 0 .4rem; }
.wpshot-feature-card p  { font-size: .82rem; color: var(--wh-gray-600); line-height: 1.6; margin: 0; }

.wpshot-ai-banner {
  background: linear-gradient(135deg, #1a0533, #3b0764);
  border-radius: 16px; padding: 2.5rem;
  position: relative; overflow: hidden;
}
.wpshot-ai-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 50% 90% at 85% 50%, rgba(123,47,247,.35), transparent 60%),
              radial-gradient(ellipse 40% 70% at 15% 80%, rgba(228,76,38,.2), transparent 60%);
  pointer-events: none;
}
.wpshot-ai-inner {
  position: relative;
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
  justify-content: space-between;
}
.wpshot-ai-title {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 800;
  color: #fff; margin: .4rem 0; position: relative;
}
.wpshot-ai-title span {
  background: linear-gradient(90deg, #a78bfa, #f97316);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wpshot-ai-desc {
  color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.65;
  margin: 0 0 .8rem; max-width: 560px; position: relative;
}
.wpshot-ai-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wh-red);
  font-weight: 700; font-size: .95rem;
  padding: .8rem 1.8rem; border-radius: 10px;
  text-decoration: none; white-space: nowrap; flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: transform .2s; position: relative;
}
.wpshot-ai-btn:hover { transform: translateY(-2px); color: var(--wh-red); }

.wpshot-article {
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--wh-gray-100);
  margin-bottom: 0;
}
.wpshot-article-alt { background: var(--wh-gray-50); }
.wpshot-article-title {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem); font-weight: 800; margin: 0;
  border-left: 4px solid var(--wh-red); padding-left: 1rem;
}
.wpshot-article-desc {
  font-size: .95rem; color: var(--wh-gray-600); line-height: 1.75;
  margin: .4rem 0 0;
}

.wpshot-steps { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 1rem; }
.wpshot-step  { display: flex; gap: 1.1rem; align-items: flex-start; }
.wpshot-step-num {
  flex-shrink: 0; width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--wh-red), var(--wh-orange));
  color: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .88rem; margin-top: 2px;
}
.wpshot-step-content { flex: 1; }
.wpshot-step-content h4 { font-size: .95rem; font-weight: 700; margin: 0 0 .35rem; }
.wpshot-step-content p  { font-size: .875rem; color: var(--wh-gray-600); line-height: 1.65; margin: 0; }

.wpshot-how-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem;
}
@media (max-width: 600px) { .wpshot-how-grid { grid-template-columns: 1fr; } }
.wpshot-how-item {
  background: var(--wh-gray-50); border: 1.5px solid var(--wh-gray-200);
  border-radius: var(--wh-radius); padding: 1.3rem 1.4rem;
  transition: border-color .2s, box-shadow .2s;
}
.wpshot-how-item:hover { border-color: rgba(228,76,38,.3); box-shadow: 0 4px 16px rgba(0,0,0,.06); }
.wpshot-how-item h4 { font-size: .93rem; font-weight: 700; margin: 0 0 .5rem; color: var(--wh-gray-900); }
.wpshot-how-item p  { font-size: .85rem; color: var(--wh-gray-600); line-height: 1.65; margin: 0; }

.wpshot-formula-section { margin-bottom: 1.5rem; }
.wpshot-formula-section h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .8rem; }
.wpshot-formula-table,
.wpshot-shortcut-table {
  width: 100%; border-collapse: collapse; font-size: .83rem;
  border-radius: 10px; overflow: hidden;
}
.wpshot-formula-table th,
.wpshot-shortcut-table th {
  background: rgba(228,76,38,.08); color: var(--wh-red);
  padding: .65rem 1rem; text-align: left; font-size: .8rem;
}
.wpshot-formula-table td,
.wpshot-shortcut-table td {
  padding: .6rem 1rem; border-bottom: 1px solid var(--wh-gray-100);
  color: var(--wh-gray-600);
}
.wpshot-formula-table tbody tr:last-child td,
.wpshot-shortcut-table tbody tr:last-child td { border-bottom: none; }
.wpshot-formula-table tr:hover td,
.wpshot-shortcut-table tr:hover td { background: rgba(228,76,38,.03); }
.wpshot-formula-table code {
  background: var(--wh-gray-100); border-radius: 4px;
  padding: .1rem .4rem; font-size: .78rem;
  font-family: monospace; color: var(--wh-red);
}

.wpshot-cta-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; color: var(--wh-red);
  font-weight: 700; font-size: .95rem;
  padding: .85rem 2.2rem; border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
  transition: transform .2s;
}
.wpshot-cta-btn:hover { transform: translateY(-2px); color: var(--wh-red); }
