/* Landing page specific styles — premium B2B look for Solution pages */

.landing-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 2.5fr) minmax(280px, 340px);
    align-items: start;
}

.landing-grid > div,
.landing-sections {
    min-width: 0;
}

.landing-page.section-padding {
    padding-top: calc(3.5rem * 0.7);
    padding-bottom: calc(3.5rem * 0.7);
}


@media (max-width: 767px) {
    .page-hero__actions .btn {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .landing-grid {
        display: block;
    }
    .landing-grid > div {
        min-width: 0;
    }
    .sidebar-sticky {
        position: static;
        top: auto;
        margin-top: 2rem;
    }
}

.container-site .prose-site {
    max-width: 68ch;
    width: 100%;
    margin: 0;
    color: #334155;
    font-family: var(--font-family-sans);
    line-height: 1.85;
}

.container-site .prose-site p {
    margin-bottom: 1.5rem;
}

.container-site .prose-site h2,
.container-site .prose-site h3,
.container-site .prose-site h4 {
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 0.9rem;
    line-height: 1.2;
}

.container-site .prose-site h2 {
    font-size: clamp(1.4rem, 1.96vw, 1.82rem);
}

.container-site .prose-site h3 {
    font-size: clamp(0.945rem, 1.4vw, 1.225rem);
}

.container-site .prose-site ul,
.container-site .prose-site ol {
    margin: 0 0 1.5rem 1.4rem;
    padding-left: 0.9rem;
}

.container-site .prose-site li {
    margin-bottom: 0.9rem;
}

.container-site .prose-site img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    object-fit: cover;
}

.container-site .prose-site table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
}

.container-site .prose-site th,
.container-site .prose-site td {
    padding: 1rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
}

.container-site .prose-site th {
    background: rgba(6, 95, 70, 0.04);
}

.container-site .prose-site a {
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.container-site .prose-site a:hover,
.container-site .prose-site a:focus {
    color: #064e3b;
}

.container-site .prose-site > * + * {
    margin-top: 1rem;
}

.prose-site .btn,
.prose-site a.btn {
    border-radius: 0.85rem;
    padding: 0.75rem 1.1rem;
}


.landing-sections {
    display: grid;
    gap: 1.5rem;
}

.landing-section {
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 1.1rem;
    box-shadow: 0 8px 18px -20px rgba(15, 23, 42, 0.06);
}

.landing-section:last-child {
    padding-bottom: 1rem;
}

.landing-section + .landing-section {
    margin-top: 0;
}

.landing-section h2 {
    margin-bottom: 1rem;
    font-size: clamp(1.225rem, 1.61vw, 1.47rem);
}

.landing-section .prose-site {
    margin-top: 0;
}

.landing-section h2 {
    margin-top: 0;
}

.landing-section .prose-site {
    max-width: 100%;
}

.lead-cta-card {
    min-height: 3.5rem;
    padding: 1rem 1rem;
}

.lead-cta-card span {
    width: 2.5rem;
    height: 2.5rem;
}

.lead-cta-card--compact {
    padding-left: 1rem;
    padding-right: 1rem;
}

.sidebar-sticky {
    display: grid;
    gap: 1.5rem;
    position: sticky;
    top: 110px;
    align-self: start;
    min-width: 0;
    max-height: calc(100vh - 126px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.sidebar-sticky > * {
    min-width: 0;
}

@media (max-width: 1023px) {
    .sidebar-sticky {
        position: static;
        top: auto;
        margin-top: 2rem;
        max-height: none;
        overflow-y: visible;
    }
}

.sidebar-sticky .card,
.sidebar-sticky .card-hover {
    border-radius: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 40px -24px rgba(15, 23, 42, 0.14);
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.sidebar-sticky .card:hover,
.sidebar-sticky .card-hover:hover {
    transform: none;
    box-shadow: 0 20px 50px -30px rgba(15, 23, 42, 0.16);
}

.sidebar-sticky .card-header,
.sidebar-sticky .card > .p-6,
.sidebar-sticky .card > div {
    padding: 1rem;
}

.sidebar-sticky .card-header-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.sidebar-sticky .card ul,
.sidebar-sticky .related-products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-sticky .related-products-card .related-products-list {
    display: grid;
    gap: 0.75rem;
}

.sidebar-sticky .related-products-list li {
    margin: 0;
}

.sidebar-sticky .related-product-link {
    display: grid;
    grid-template-columns: 72px auto;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border-radius: 1rem;
    background: #f8fafc;
    transition: background-color 180ms ease, transform 180ms ease;
}

.sidebar-sticky .related-product-link:hover {
    background: rgba(6, 95, 70, 0.08);
    transform: translateY(-1px);
}

.sidebar-sticky .related-product-image {
    width: 72px;
    height: 72px;
    border-radius: 1rem;
    overflow: hidden;
    background: #f3faf7;
}

.sidebar-sticky .related-product-img,
.sidebar-sticky .related-product-image > img,
.sidebar-sticky .related-product-image > .object-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sidebar-sticky .related-product-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.sidebar-sticky .card a:hover {
    background: rgba(6, 95, 70, 0.08);
}

.sidebar-sticky .card a:focus-visible {
    outline: 2px solid rgba(6, 95, 70, 0.35);
    outline-offset: 2px;
}

.sidebar-sticky .card a .text-sm,
.sidebar-sticky .card li a {
    color: #0f172a;
}

.sidebar-sticky .card a:hover .text-sm,
.sidebar-sticky .card a:hover .group-hover\:text-brand-800 {
    color: #0f766e;
}

.sidebar-sticky .card ul.space-y-2 > li + li,
.sidebar-sticky .card ul.space-y-3 > li + li {
    margin-top: 0.85rem;
}

.cta-banner-section--dark .home-section-title,
.cta-banner-section--dark .cta-banner-description {
    color: #ffffff;
}

.prose-site a:focus,
.prose-site button:focus {
    outline: 3px solid rgba(34,197,94,0.18);
    outline-offset: 3px;
}

.eeat-signals {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #ffffff;
    box-shadow: 0 20px 60px -32px rgba(15, 23, 42, 0.18);
    width: 100%;
    height: fit-content;
}

.eeat-signals__header {
    padding: 1.5rem 1.5rem 1.25rem;
    background: #ecfdf5;
    border-bottom: 1px solid #d1e7dd;
}

.eeat-signals__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #065f46;
    line-height: 1.3;
}

.eeat-signals__subtitle {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #065f46;
}

.eeat-signals__grid {
    display: grid;
    gap: 1.25rem;
    padding: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
    .eeat-signals__grid {
        grid-template-columns: 1fr;
    }
}

.eeat-signals__item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.eeat-signals__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    border-radius: 999px;
    background: #dcfce7;
    color: #065f46;
    flex-shrink: 0;
}

.eeat-signals__icon-svg {
    width: 1.1rem;
    height: 1.1rem;
}

.eeat-signals__content {
    min-width: 0;
}

.eeat-signals__item-title {
    margin: 0 0 0.35rem;
    font-size: 0.98rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
}

.eeat-signals__item-copy {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #334155;
}

@media (min-width: 768px) {
    .container-site .prose-site { font-size: 1rem; }
}

@media (min-width: 1024px) {
    .container-site .prose-site { font-size: 1.02rem; }
}

