/**
 * OSV Theme - Block Pattern Styles
 * Styles for all WordPress block patterns
 */

/* =============================================
   Hero About Pattern
   ============================================= */
.hero-about-section {
    position: relative;
    padding: 8rem 0 5rem;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}

.hero-grid-background {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, #f0f0f0 1px, transparent 1px),
                      linear-gradient(to bottom, #f0f0f0 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    pointer-events: none;
    mask-image: linear-gradient(to bottom, transparent, 10%, black, 90%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, 5%, black, 80%, transparent);
}

.hero-content-wrapper {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-about-section h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #171717;
    margin-bottom: 1.5rem;
    line-height: 1.05;
}

.hero-about-section p {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

/* =============================================
   Journey Timeline Pattern
   ============================================= */
.journey-timeline-section {
    padding: 6rem 0;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}

.timeline-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.journey-timeline-section h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 3rem;
}

.timeline-wrapper {
    position: relative;
    border-left: 2px solid #f3f4f6;
    margin-left: 1.5rem;
}

.timeline-item {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 3rem;
}

.timeline-dot {
    position: absolute;
    left: -9px;
    top: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 9999px;
    background-color: #d1d5db;
    border: 4px solid #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.timeline-dot-active {
    background-color: #2563eb;
}

.timeline-dot-current {
    background-color: #171717;
}

.timeline-year {
    font-size: 0.875rem;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.timeline-year-active {
    color: #2563eb;
}

.timeline-year-current {
    color: #171717;
}

.timeline-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 0.5rem;
}

.timeline-item p {
    color: #6b7280;
}

/* =============================================
   Origin Story Pattern
   ============================================= */
.origin-story-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.origin-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.origin-columns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

@media (max-width: 768px) {
    .origin-columns {
        flex-direction: column-reverse;
    }
}

.origin-image-column {
    position: relative;
    flex: 1;
}

.origin-image-background {
    position: absolute;
    top: -1rem;
    right: -1rem;
    bottom: -1rem;
    left: -1rem;
    background: linear-gradient(to top right, #f3f4f6, #e5e7eb);
    border-radius: 2rem;
    transform: rotate(-2deg);
}

.origin-image {
    position: relative;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
                0 10px 10px -5px rgba(0, 0, 0, 0.04);
    width: 100%;
    margin: 0;
}

.origin-image img {
    border-radius: 1rem;
    width: 100%;
    display: block;
}

.origin-text-column {
    flex: 1;
}

.origin-story-section h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 1.5rem;
}

.origin-text-column p {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

/* =============================================
   Philosophy Pattern
   ============================================= */
.philosophy-section {
    padding: 6rem 0;
    background-color: #171717;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.philosophy-noise-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.2;
}

.philosophy-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.philosophy-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.philosophy-columns {
    display: flex;
    gap: 2rem;
}

@media (max-width: 768px) {
    .philosophy-columns {
        flex-direction: column;
    }
}

.philosophy-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(4px);
    transition: background-color 0.3s;
}

.philosophy-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.philosophy-icon {
    width: 3rem;
    height: 3rem;
    background-color: #2563eb;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.philosophy-icon-search::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.philosophy-icon-book::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 7v14'/%3E%3Cpath d='M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.philosophy-icon-shield::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.philosophy-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.philosophy-card p {
    color: #9ca3af;
}

/* =============================================
   Newsletter CTA Pattern
   ============================================= */
.cta-newsletter-section {
    padding: 6rem 0;
    background-color: #111111;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cta-newsletter-noise-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.2;
}

.cta-newsletter-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cta-newsletter-icon-wrapper {
    width: 4rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}

.cta-newsletter-icon-wrapper::after {
    content: '';
    width: 2rem;
    height: 2rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-newsletter-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .cta-newsletter-title {
        font-size: 3rem;
    }
}

.cta-newsletter-description {
    font-size: 1.25rem;
    color: #9ca3af;
    margin-bottom: 2.5rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.cta-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    max-width: 28rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .cta-newsletter-form {
        flex-direction: row;
    }
}

.cta-newsletter-input {
    flex: 1;
    border-radius: 9999px;
    padding: 0.75rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9ca3af;
    font-size: 0.875rem;
    outline: none;
    transition: all 0.2s;
    margin: 0 !important;
}

.cta-newsletter-form .wp-block-buttons {
    margin: 0 !important;
}

.cta-newsletter-button .wp-block-button__link {
    border-radius: 9999px;
    padding: 0.75rem 2rem;
    background-color: #ffffff;
    color: #111111;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-newsletter-button .wp-block-button__link:hover {
    background-color: #f3f4f6;
}

.cta-newsletter-disclaimer {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 1.5rem;
}

/* =============================================
   Feature Cards Pattern
   ============================================= */
.feature-cards-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.feature-cards-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.feature-cards-columns {
    display: flex;
    gap: 2rem;
}

@media (max-width: 768px) {
    .feature-cards-columns {
        flex-direction: column;
    }
}

.feature-card {
    position: relative;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    transition: all 0.2s;
}

.feature-card:hover {
    border-color: #d1d5db;
    transform: translateY(-4px);
}

.feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 0.75rem;
}

.feature-card p {
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.625;
    margin-bottom: 1.5rem;
}

.feature-card-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-card-icon-green {
    background-color: #f0fdf4;
    color: #16a34a;
    border: 1px solid #dcfce7;
}

.feature-card-icon-blue {
    background-color: #eff6ff;
    color: #0060df;
    border: 1px solid #dbeafe;
}

.feature-card-icon-purple {
    background-color: #faf5ff;
    color: #9333ea;
    border: 1px solid #f3e8ff;
}

.feature-card-number {
    font-weight: 700;
    font-size: 1.125rem;
    margin: 0 !important;
    color: inherit;
}

.feature-card-link {
    margin-bottom: 0 !important;
}

.feature-card-link a {
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.feature-card-link-green a {
    color: #16a34a;
}

.feature-card-link-blue a {
    color: #0060df;
}

.feature-card-link-purple a {
    color: #9333ea;
}

.feature-card:hover .feature-card-link a {
    text-decoration: underline;
}

/* =============================================
   Hero with Badge Pattern
   ============================================= */
.hero-badge-section {
    position: relative;
    padding: 8rem 0 5rem;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}

.hero-badge-content-wrapper {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: #eff6ff;
    border: 1px solid #dbeafe;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #0060df;
    margin-bottom: 2rem;
}

.hero-badge-pill::before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230060df' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z'/%3E%3Cpath d='M22 10v6'/%3E%3Cpath d='M6 12.5V16a6 3 0 0 0 12 0v-3.5'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.hero-badge-pill-text {
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.hero-badge-section h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #171717;
    margin-bottom: 1.5rem;
    line-height: 1.05;
}

@media (min-width: 768px) {
    .hero-badge-section h1 {
        font-size: 4.5rem;
    }
}

.hero-badge-section p {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

/* =============================================
   FAQ Section Pattern
   ============================================= */
.faq-section {
    padding: 6rem 0;
    background-color: #ffffff;
    border-top: 1px solid #f3f4f6;
}

.faq-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.faq-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 3rem;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 0.5rem;
}

.faq-answer {
    color: #6b7280;
    line-height: 1.625;
}

/* =============================================
   Pricing Cards Pattern
   ============================================= */
.pricing-cards-section {
    padding: 3rem 0 6rem;
    background-color: #ffffff;
}

.pricing-cards-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.pricing-cards-columns {
    display: flex;
    gap: 2rem;
    align-items: stretch;
}

@media (max-width: 768px) {
    .pricing-cards-columns {
        flex-direction: column;
    }
}

.pricing-card {
    border-radius: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 1;
}

.pricing-card-standard {
    border: 1px solid #e5e7eb;
    background-color: #ffffff;
    transition: all 0.3s;
}

.pricing-card-standard:hover {
    border-color: #e3f0fb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pricing-card-pro {
    border: 2px solid #111111;
    background-color: #111111;
    color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .pricing-card-pro {
        transform: translateY(-1rem);
    }
}

.pricing-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0060df;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 0.375rem 1rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 1.25rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 !important;
}

.pricing-card-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.pricing-card-pro .pricing-card-name {
    color: #ffffff;
}

.pricing-card-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.pricing-card-pro .pricing-card-desc {
    color: #9ca3af;
}

.pricing-amount {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.pricing-card-pro .pricing-amount {
    color: #ffffff;
}

.pricing-period {
    color: #6b7280;
    font-weight: 500;
    font-size: 1.125rem;
}

.pricing-card-pro .pricing-period {
    color: #9ca3af;
}

.pricing-card-price {
    margin-bottom: 2rem;
}

.pricing-card-cta {
    margin-bottom: 2rem;
    justify-content: center;
}

.pricing-btn-standard .wp-block-button__link {
    background-color: #ffffff;
    color: #171717;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.pricing-btn-standard .wp-block-button__link:hover {
    background-color: #f9fafb;
    border-color: #0070f3;
    color: #0060df;
}

.pricing-btn-pro .wp-block-button__link {
    background-color: #ffffff;
    color: #111111;
    border-radius: 9999px;
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.pricing-btn-pro .wp-block-button__link:hover {
    background-color: #f3f4f6;
}

.pricing-card-features {
    border-top: 1px solid #f3f4f6;
    padding-top: 2rem;
    flex-grow: 1;
}

.pricing-card-pro .pricing-card-features {
    border-top-color: rgba(255, 255, 255, 0.1);
}

.pricing-card-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pricing-card-features li {
    font-size: 0.875rem;
    color: #374151;
    padding-left: 2rem;
    position: relative;
}

.pricing-card-features li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #0060df;
    font-weight: 700;
}

.pricing-card-pro .pricing-card-features li {
    color: #e5e7eb;
}

.pricing-card-pro .pricing-card-features li::before {
    color: #0070f3;
}

/* =============================================
   Peer Comparison Table Pattern
   ============================================= */
.peer-table-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.peer-table-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.peer-table-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .peer-table-title {
        font-size: 2.25rem;
    }
}

.peer-table-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 48rem;
    margin: 0 auto 4rem;
}

.peer-table-wrapper {
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.peer-table.wp-block-table {
    margin: 0;
}

.peer-table table {
    width: 100%;
    font-size: 0.875rem;
    text-align: left;
    border-collapse: collapse;
}

.peer-table thead {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.peer-table th {
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #6b7280;
}

.peer-table th:nth-child(2) {
    color: #171717;
    font-weight: 700;
    background-color: rgba(239, 246, 255, 0.5);
}

.peer-table tbody tr {
    background-color: #ffffff;
    transition: background-color 0.15s;
}

.peer-table tbody tr:hover {
    background-color: #f9fafb;
}

.peer-table td {
    padding: 1rem 1.5rem;
    border-top: 1px solid #f3f4f6;
}

.peer-table td:first-child {
    font-weight: 500;
    color: #171717;
}

.peer-table td:nth-child(2) {
    font-weight: 700;
    background-color: rgba(239, 246, 255, 0.2);
}

.peer-table-footnote {
    font-size: 0.875rem;
    color: #9ca3af;
    margin-top: 2rem;
}

/* =============================================
   Feature Highlight Pattern
   ============================================= */
.feature-highlight-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.feature-highlight-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.feature-highlight-columns {
    display: flex;
    align-items: center;
    gap: 4rem;
}

@media (max-width: 768px) {
    .feature-highlight-columns {
        flex-direction: column;
    }
}

.feature-highlight-text {
    flex: 1;
}

.feature-highlight-text h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .feature-highlight-text h2 {
        font-size: 2.25rem;
    }
}

.feature-highlight-text > p {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.625;
}

.feature-highlight-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-highlight-icon-orange {
    background-color: #fff7ed;
    color: #ea580c;
    border: 1px solid #fed7aa;
}

.feature-highlight-icon-orange::after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ea580c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8'/%3E%3Cpath d='M3 3v5h5'/%3E%3Cpath d='M12 7v5l4 2'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.feature-highlight-icon-purple {
    background-color: #faf5ff;
    color: #9333ea;
    border: 1px solid #f3e8ff;
}

.feature-highlight-icon-blue {
    background-color: #eff6ff;
    color: #0060df;
    border: 1px solid #dbeafe;
}

.feature-highlight-checklist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-highlight-checklist li {
    font-size: 0.9375rem;
    color: #374151;
    padding-left: 2rem;
    position: relative;
}

.feature-highlight-checklist li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
}

.feature-highlight-image-col {
    flex: 1;
}

.feature-highlight-image-frame {
    background-color: #111111;
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: rotate(1deg);
    transition: transform 0.5s;
}

.feature-highlight-image-frame:hover {
    transform: rotate(0deg);
}

.feature-highlight-image-frame img {
    border-radius: 0.75rem;
    width: 100%;
    display: block;
}

.feature-highlight-image-frame figure {
    margin: 0;
}

/* =============================================
   Product Hero Pattern
   ============================================= */
.hero-product-section {
    position: relative;
    padding: 8rem 0 4rem;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #f3f4f6;
}

.hero-product-content {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-product-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    background-color: #f0fdf4;
    border: 1px solid #dcfce7;
    font-size: 0.75rem;
    font-weight: 600;
    color: #16a34a;
    margin-bottom: 2rem;
}

.hero-product-badge-text {
    margin: 0 !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.hero-product-heading {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    color: #171717;
    margin-bottom: 1.5rem;
    line-height: 1.05;
}

@media (min-width: 768px) {
    .hero-product-heading {
        font-size: 4.5rem;
    }
}

.hero-product-description {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
}

.hero-product-buttons {
    margin-bottom: 1rem;
    justify-content: center;
}

.hero-product-btn-primary .wp-block-button__link {
    background-color: #171717;
    color: #ffffff;
    border-radius: 9999px;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.15);
}

.hero-product-btn-primary .wp-block-button__link:hover {
    background-color: #262626;
}

.hero-product-btn-secondary .wp-block-button__link {
    background-color: transparent;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.hero-product-btn-secondary .wp-block-button__link:hover {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

.hero-product-note {
    font-size: 0.8125rem;
    color: #9ca3af;
    margin-top: 0.5rem;
}

.hero-product-screenshot-wrapper {
    max-width: 64rem;
    margin: 3rem auto 0;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

.hero-product-screenshot {
    background-color: #111111;
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid #262626;
    margin: 0;
}

.hero-product-screenshot img {
    border-radius: 0.75rem;
    width: 100%;
    display: block;
}

/* =============================================
   Stats Bar Pattern
   ============================================= */
.stats-bar-section {
    padding: 4rem 0;
    background-color: #171717;
    border-bottom: 1px solid #262626;
}

.stats-bar-container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.stats-bar-columns {
    display: flex;
    gap: 0;
    align-items: center;
}

@media (max-width: 768px) {
    .stats-bar-columns {
        flex-direction: column;
        gap: 2rem;
    }
}

.stat-item {
    text-align: center;
    flex: 1;
    padding: 0 2rem;
    border-right: 1px solid #333333;
}

.stat-item:last-child {
    border-right: none;
}

@media (max-width: 768px) {
    .stat-item {
        border-right: none;
        border-bottom: 1px solid #333333;
        padding: 0 0 2rem;
    }

    .stat-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.025em;
    margin: 0 0 0.25rem !important;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: #9ca3af;
    font-weight: 500;
    margin: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* =============================================
   Logo Cloud Pattern
   ============================================= */
.logo-cloud-section {
    padding: 4rem 0;
    background-color: #f9fafb;
    border-bottom: 1px solid #f3f4f6;
}

.logo-cloud-container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo-cloud-label {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
}

.logo-cloud-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.logo-cloud-item {
    margin: 0 !important;
    opacity: 0.4;
    transition: opacity 0.3s;
    filter: grayscale(100%);
}

.logo-cloud-item:hover {
    opacity: 0.7;
}

.logo-cloud-item img {
    height: 2.5rem;
    width: auto;
    display: block;
}

/* =============================================
   Testimonials Pattern
   ============================================= */
.testimonials-section {
    padding: 6rem 0;
    background-color: #ffffff;
    border-top: 1px solid #f3f4f6;
}

.testimonials-container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.testimonials-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 3rem;
}

.testimonials-columns {
    display: flex;
    gap: 2rem;
}

@media (max-width: 768px) {
    .testimonials-columns {
        flex-direction: column;
    }
}

.testimonial-card {
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.testimonial-stars {
    height: 1.25rem;
    margin-bottom: 1rem;
}

.testimonial-stars::before {
    content: '\2605\2605\2605\2605\2605';
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.125rem;
}

.testimonial-quote {
    font-size: 0.9375rem;
    color: #374151;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 1.5rem;
}

.testimonial-author {
    border-top: 1px solid #f3f4f6;
    padding-top: 1.5rem;
}

.testimonial-author-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #171717;
    margin: 0 0 0.125rem !important;
}

.testimonial-author-role {
    font-size: 0.8125rem;
    color: #9ca3af;
    margin: 0 !important;
}

/* =============================================
   How It Works Pattern
   ============================================= */
.how-it-works-section {
    padding: 6rem 0;
    background-color: #f9fafb;
}

.how-it-works-container {
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.how-it-works-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 1rem;
}

.how-it-works-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 4rem;
}

.how-it-works-columns {
    display: flex;
    gap: 3rem;
}

@media (max-width: 768px) {
    .how-it-works-columns {
        flex-direction: column;
    }
}

.how-it-works-step {
    flex: 1;
    text-align: center;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
}

.step-number-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-number-blue {
    background-color: #eff6ff;
    border: 2px solid #dbeafe;
}

.step-number-green {
    background-color: #f0fdf4;
    border: 2px solid #dcfce7;
}

.step-number-purple {
    background-color: #faf5ff;
    border: 2px solid #f3e8ff;
}

.step-number {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 !important;
}

.step-number-blue .step-number {
    color: #2563eb;
}

.step-number-green .step-number {
    color: #16a34a;
}

.step-number-purple .step-number {
    color: #9333ea;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 0.75rem;
}

.step-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.7;
}

/* =============================================
   Featured Testimonial Pattern
   ============================================= */
.testimonial-featured-section {
    padding: 6rem 0;
    background-color: #f9fafb;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.testimonial-featured-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}

.testimonial-featured-quote-icon {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 2rem;
}

.testimonial-featured-quote-icon::after {
    content: '\201C';
    font-size: 4rem;
    line-height: 1;
    color: #2563eb;
    font-family: Georgia, serif;
}

.testimonial-featured-quote {
    font-size: 1.5rem;
    color: #171717;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .testimonial-featured-quote {
        font-size: 1.75rem;
    }
}

.testimonial-featured-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.testimonial-featured-avatar {
    margin: 0 !important;
}

.testimonial-featured-avatar img {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: block;
}

.testimonial-featured-author-info {
    text-align: left;
}

.testimonial-featured-name {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #171717;
    margin: 0 !important;
}

.testimonial-featured-role {
    font-size: 0.8125rem;
    color: #9ca3af;
    margin: 0 !important;
}

/* =============================================
   Final CTA Pattern
   ============================================= */
.cta-final-section {
    padding: 8rem 0;
    background-color: #111111;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.cta-final-noise-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.2;
}

.cta-final-container {
    max-width: 48rem;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
    position: relative;
    z-index: 10;
}

.cta-final-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
    color: #ffffff;
}

@media (min-width: 768px) {
    .cta-final-title {
        font-size: 3rem;
    }
}

.cta-final-description {
    font-size: 1.125rem;
    color: #9ca3af;
    margin-bottom: 2.5rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.625;
}

.cta-final-buttons {
    margin-bottom: 1.5rem;
    justify-content: center;
}

.cta-final-btn-primary .wp-block-button__link {
    background-color: #ffffff;
    color: #111111;
    border-radius: 9999px;
    padding: 0.875rem 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    border: none;
}

.cta-final-btn-primary .wp-block-button__link:hover {
    background-color: #f3f4f6;
}

.cta-final-btn-secondary .wp-block-button__link {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9999px;
    padding: 0.875rem 2.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.cta-final-btn-secondary .wp-block-button__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.cta-final-note {
    font-size: 0.8125rem;
    color: #6b7280;
}

/* =============================================
   Comparison Table Pattern
   ============================================= */
.comparison-section {
    padding: 6rem 0;
    background-color: #ffffff;
}

.comparison-container {
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.comparison-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #171717;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .comparison-title {
        font-size: 2.25rem;
    }
}

.comparison-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 3rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

.comparison-table-wrapper {
    overflow-x: auto;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.comparison-table.wp-block-table {
    margin: 0;
}

.comparison-table table {
    width: 100%;
    font-size: 0.875rem;
    text-align: left;
    border-collapse: collapse;
}

.comparison-table thead {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.comparison-table th {
    padding: 1rem 1.5rem;
    font-weight: 500;
    color: #6b7280;
}

.comparison-table th:nth-child(2) {
    color: #171717;
    font-weight: 700;
    background-color: rgba(239, 246, 255, 0.5);
}

.comparison-table tbody tr {
    background-color: #ffffff;
    transition: background-color 0.15s;
}

.comparison-table tbody tr:hover {
    background-color: #f9fafb;
}

.comparison-table td {
    padding: 1rem 1.5rem;
    border-top: 1px solid #f3f4f6;
    color: #6b7280;
}

.comparison-table td:first-child {
    font-weight: 500;
    color: #171717;
}

.comparison-table td:nth-child(2) {
    font-weight: 700;
    color: #16a34a;
    background-color: rgba(239, 246, 255, 0.2);
}
