/* =================================================================
   Home v2 Premium — Scoped CSS for .home-v2
   Redesigned: Scrunch-inspired premium SaaS
   ================================================================= */

/* -----------------------------------------------------------------
   Google Fonts — Inter
   ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* -----------------------------------------------------------------
   Compatibility shield against legacy global Additional CSS rules
   ----------------------------------------------------------------- */
.home-v2 h1.wp-block-heading,
.home-v2 h2.wp-block-heading,
.home-v2 h3.wp-block-heading,
.home-v2 h4.wp-block-heading,
.home-v2 h5.wp-block-heading,
.home-v2 h6.wp-block-heading {
    border-bottom: 0 !important;
    margin-top: 0 !important;
}

.home-v2 h3.wp-block-heading+p::after,
.home-v2 hr.wp-block-separator {
    display: none !important;
}

.home-v2 .entry-content a:not(.wp-block-button__link) {
    text-decoration: inherit !important;
    font-weight: inherit !important;
}

/* -----------------------------------------------------------------
   Design Tokens
   ----------------------------------------------------------------- */
.home-v2 {
    --home-orange: #f4711d;
    --home-orange-dark: #d4600f;
    --home-orange-glow: rgba(244, 113, 29, 0.15);
    --home-orange-soft: rgba(244, 113, 29, 0.08);
    --home-dark: #0f0f13;
    --home-dark-card: #18181f;
    --home-dark-border: #2a2a35;
    --home-soft: #f7f7f9;
    --home-border: #e5e7eb;
    --home-text: #374151;
    --home-muted: #6b7280;
    --home-heading: #111827;
    --home-radius: 16px;
    --home-radius-lg: 24px;
    --home-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --home-shadow-lg: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
    --home-shadow-glow: 0 0 60px rgba(244, 113, 29, 0.12);

    /* Override the global 1140px constraint from Additional CSS
       so .home-v2 content uses more of the page width */
    --wp--style--global--content-size: 1320px !important;
    --wp--style--global--wide-size: 1320px !important;

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
    background: #ffffff;
    color: var(--home-text);
    scroll-margin-top: 100px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-v2,
.home-v2 p,
.home-v2 li {
    color: var(--home-text);
    line-height: 1.7;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
}

.home-v2 .wp-block-group {
    box-sizing: border-box;
}

.home-v2>.wp-block-group {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

/* Remove any block spacing / gaps between sections */
.home-v2>.wp-block-group+.wp-block-group {
    margin-top: 0 !important;
}

.home-v2 .wp-block-columns {
    gap: 24px;
}

.home-v2 ul {
    margin-top: 0;
    padding-left: 20px;
}

.home-v2 li {
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------
   Section Kicker (small uppercase label above headings)
   ----------------------------------------------------------------- */
.home-v2-section-kicker {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--home-orange) !important;
    margin-bottom: 12px !important;
}

.home-v2-section-kicker-left {
    text-align: left !important;
}

/* -----------------------------------------------------------------
   HERO
   ----------------------------------------------------------------- */
.home-v2-hero {
    position: relative;
    padding: 100px 24px 80px !important;
    background: #ffffff;
    overflow: hidden;
}

/* Subtle warm gradient mesh on light bg */
.home-v2-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 20% 40%, rgba(244, 113, 29, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 60% 80% at 80% 20%, rgba(139, 92, 246, 0.03) 0%, transparent 60%),
        radial-gradient(ellipse 50% 50% at 50% 100%, rgba(244, 113, 29, 0.03) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.home-v2-hero>* {
    position: relative;
    z-index: 1;
}

.home-v2-hero-grid {
    gap: 40px !important;
}

/* Hero pill badge */
.home-v2-hero-pill {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(244, 113, 29, 0.08);
    border: 1px solid rgba(244, 113, 29, 0.2);
    color: var(--home-orange) !important;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.home-v2-title {
    margin: 0 0 20px 0 !important;
    font-size: clamp(2.2rem, 5vw, 3.6rem) !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    color: var(--home-heading) !important;
    max-width: 18ch;
    letter-spacing: -0.025em;
    overflow: visible !important;
    padding-bottom: 4px;
}

.home-v2-title-accent {
    background: linear-gradient(135deg, #f4711d 0%, #ff9a56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-v2-subtitle {
    margin: 0 0 28px 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.75 !important;
    color: var(--home-muted) !important;
    max-width: 56ch;
}

.home-v2-cta-row {
    gap: 12px !important;
    margin-top: 8px !important;
}

/* -----------------------------------------------------------------
   Buttons
   ----------------------------------------------------------------- */
.home-v2-btn-primary .wp-block-button__link {
    background: var(--home-orange) !important;
    border: 1px solid var(--home-orange) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    box-shadow: 0 8px 24px rgba(244, 113, 29, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-v2-btn-primary .wp-block-button__link:hover {
    background: var(--home-orange-dark) !important;
    border-color: var(--home-orange-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(244, 113, 29, 0.4);
}

.home-v2-btn-secondary .wp-block-button__link {
    background: transparent !important;
    border: 1px solid var(--home-border) !important;
    color: var(--home-heading) !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-v2-btn-secondary .wp-block-button__link:hover {
    border-color: var(--home-heading) !important;
    background: rgba(0, 0, 0, 0.03) !important;
    transform: translateY(-2px);
}

.home-v2-btn-ghost .wp-block-button__link {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #d1d5db !important;
    border-radius: 999px !important;
    padding: 14px 28px !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.home-v2-btn-ghost .wp-block-button__link:hover {
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

/* -----------------------------------------------------------------
   Audit Preview Card (hero right side)
   ----------------------------------------------------------------- */
.home-v2-audit-preview {
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius-lg);
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.home-v2-audit-preview-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 18px;
    background: var(--home-soft);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-audit-preview-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.home-v2-dot-red {
    background: #ef4444;
}

.home-v2-dot-yellow {
    background: #eab308;
}

.home-v2-dot-green {
    background: #22c55e;
}

.home-v2-audit-preview-title {
    margin-left: 8px;
    color: var(--home-muted);
    font-size: 0.8rem;
    font-weight: 500;
}

.home-v2-audit-preview-body {
    padding: 28px 24px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.home-v2-score-ring {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid rgba(244, 113, 29, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(244, 113, 29, 0.06) 0%, transparent 70%);
}

.home-v2-score-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--home-orange);
    line-height: 1;
}

.home-v2-score-label {
    font-size: 0.7rem;
    color: var(--home-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.home-v2-audit-chips {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.home-v2-chip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 0.88rem;
    color: var(--home-text);
    border: 1px solid var(--home-border);
    background: var(--home-soft);
    transition: transform 0.2s ease, background 0.2s ease;
}

.home-v2-chip:hover {
    background: #f0f0f4;
    transform: translateX(4px);
}

.home-v2-chip-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.home-v2-chip-warn .home-v2-chip-icon {
    background: rgba(234, 179, 8, 0.12);
    color: #ca8a04;
}

.home-v2-chip-error .home-v2-chip-icon {
    background: rgba(239, 68, 68, 0.12);
    color: #dc2626;
}

.home-v2-chip-ok .home-v2-chip-icon {
    background: rgba(34, 197, 94, 0.12);
    color: #16a34a;
}

.home-v2-chip-info .home-v2-chip-icon {
    background: rgba(244, 113, 29, 0.12);
    color: #f4711d;
}

.home-v2-chip strong {
    color: var(--home-heading);
}

/* -----------------------------------------------------------------
   URL Quick Check (hero form)
   ----------------------------------------------------------------- */
.home-v2-url-form {
    margin-top: 4px;
    margin-bottom: 12px;
    max-width: 580px;
}

/* Combined card container — search bar on light bg */
.home-v2-url-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border: 1px solid var(--home-border);
    border-radius: 999px;
    padding: 5px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
}

.home-v2-url-row:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.home-v2-url-row:focus-within {
    border-color: var(--home-orange);
    box-shadow: 0 0 0 3px rgba(244, 113, 29, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Valid state — green glow */
.home-v2-url-form.is-valid .home-v2-url-row {
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Shake animation on error */
.home-v2-url-form.is-shake .home-v2-url-row {
    animation: urlShake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes urlShake {

    10%,
    90% {
        transform: translateX(-1px);
    }

    20%,
    80% {
        transform: translateX(2px);
    }

    30%,
    50%,
    70% {
        transform: translateX(-4px);
    }

    40%,
    60% {
        transform: translateX(4px);
    }
}

/* Input — sits flush inside the card */
.home-v2-url-input {
    flex: 1;
    height: 48px;
    border: none !important;
    border-radius: 999px !important;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 0 0 18px !important;
    font-size: 1rem !important;
    color: var(--home-heading) !important;
    font-family: 'Inter', sans-serif;
    outline: 0 !important;
    min-width: 0;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

/* High-specificity override to beat Neve/WP theme input styles */
.home-v2 .home-v2-url-form .home-v2-url-row .home-v2-url-input,
.home-v2 .home-v2-url-form .home-v2-url-row input[type="url"].home-v2-url-input,
input.home-v2-url-input {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    color: var(--home-heading) !important;
}

.home-v2-url-input:focus {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.home-v2-url-input::placeholder {
    color: #9ca3af !important;
}

/* Validation checkmark icon (injected by JS) */
.home-v2-url-valid-icon {
    flex-shrink: 0;
    width: 0;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #22c55e;
    opacity: 0;
    overflow: hidden;
    transition: width 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
    margin-right: 0;
}

.home-v2-url-form.is-valid .home-v2-url-valid-icon {
    width: 24px;
    opacity: 1;
    margin-right: 6px;
}

/* Submit button — integrated inside the card */
.home-v2-url-submit {
    flex-shrink: 0;
    height: 48px;
    border: none !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--home-orange) 0%, #ff9a56 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    padding: 0 26px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 4px 16px rgba(244, 113, 29, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    /* Fix text centering */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.home-v2-url-submit:hover {
    transform: translateY(-1px);
    background: linear-gradient(135deg, var(--home-orange-dark) 0%, var(--home-orange) 100%) !important;
    box-shadow: 0 8px 28px rgba(244, 113, 29, 0.45) !important;
}

.home-v2-url-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(244, 113, 29, 0.3) !important;
}

.home-v2-url-submit:disabled {
    opacity: 0.85;
    cursor: wait;
}

/* Shimmer loading effect on button */
.home-v2-url-submit.is-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    animation: btnShimmer 1.2s ease infinite;
}

@keyframes btnShimmer {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Override WordPress forcing bg colors */
.home-v2 .home-v2-url-form .home-v2-url-submit,
.home-v2 .home-v2-url-form button.home-v2-url-submit {
    background: linear-gradient(135deg, var(--home-orange) 0%, #ff9a56 100%) !important;
    background-color: var(--home-orange) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none !important;
}

.home-v2-url-hint {
    margin: 12px 0 0 4px !important;
    color: #6b7280 !important;
    font-size: 0.82rem !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Trust signals dot separators */
.home-v2-url-hint::before {
    content: '🔒';
    font-size: 0.72rem;
}

.home-v2-url-error {
    margin: 6px 0 0 4px !important;
    min-height: 1.15em;
    color: #ef4444 !important;
    font-size: 0.85rem !important;
    transition: opacity 0.2s ease;
}

/* -----------------------------------------------------------------
   Logo Band
   ----------------------------------------------------------------- */
.home-v2-logo-band {
    padding: 32px 24px 36px !important;
    background: #ffffff;
    border-bottom: 1px solid var(--home-border);
}

.home-v2-logo-title {
    color: var(--home-muted) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-bottom: 18px !important;
    letter-spacing: 0.02em;
}

.home-v2-logo-row .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-v2-logo-row .home-v2-logo-img {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 2px;
    background: transparent;
    min-height: 56px;
    overflow: visible;
    border: 0;
    border-radius: 0;
}

.home-v2-logo-row .home-v2-logo-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-v2-logo-row .home-v2-logo-img img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.55;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-v2-logo-row .home-v2-logo-img:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.home-v2-logo-row .home-v2-logo-img img[src*="viseon-icon.avif"] {
    max-height: 34px;
}

/* -----------------------------------------------------------------
   Shared Section Styles
   ----------------------------------------------------------------- */
.home-v2-section {
    padding: 80px 24px !important;
    margin: 0 !important;
    position: relative;
}

/* Safety: keep section content centered even if alignfull is omitted */
.home-v2 .home-v2-section.wp-block-group:not(.alignfull).is-layout-constrained {
    max-width: var(--wp--style--global--content-size) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.home-v2-section h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
    line-height: 1.15 !important;
    color: var(--home-heading) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    margin-bottom: 14px !important;
}

.home-v2-section-intro {
    max-width: 60ch;
    margin: 0 auto 40px auto !important;
    color: var(--home-muted) !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
}

/* -----------------------------------------------------------------
   PROBLEMS section (dark)
   ----------------------------------------------------------------- */
.home-v2-problems {
    background: var(--home-dark) !important;
    border-top: 1px solid var(--home-dark-border) !important;
    border-bottom: 1px solid var(--home-dark-border) !important;
}

.home-v2-problems h2 {
    color: #ffffff !important;
}

.home-v2-problems .home-v2-section-intro {
    color: #9ca3af !important;
}

.home-v2-problems .home-v2-card {
    border-color: var(--home-dark-border) !important;
    background: var(--home-dark-card) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.home-v2-problems .home-v2-card h3 {
    color: #f9fafb !important;
}

.home-v2-problems .home-v2-card p {
    color: #d1d5db !important;
}

.home-v2-problems .home-v2-card:hover {
    border-color: rgba(244, 113, 29, 0.3) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4), 0 0 40px rgba(244, 113, 29, 0.06);
}

/* -----------------------------------------------------------------
   Cards (shared)
   ----------------------------------------------------------------- */
.home-v2-card {
    padding: 28px !important;
    border-radius: var(--home-radius) !important;
    border: 1px solid var(--home-border) !important;
    background: #ffffff !important;
    height: 100%;
    box-shadow: var(--home-shadow);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-v2-card h3 {
    color: var(--home-heading) !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}

.home-v2-card p {
    margin: 0 !important;
    color: var(--home-muted) !important;
    font-size: 0.98rem;
    line-height: 1.7;
}

.home-v2-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--home-shadow-lg);
}

/* Card icon */
.home-v2-card-icon {
    font-size: 1.8rem;
    margin-bottom: 14px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--home-orange-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.home-v2-problems .home-v2-card-icon {
    background: rgba(244, 113, 29, 0.12);
}

.home-v2-card-grid {
    gap: 24px;
}

.home-v2-placeholder-label {
    color: var(--home-muted) !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.72rem !important;
    margin-bottom: 10px !important;
    font-weight: 700;
}

/* -----------------------------------------------------------------
   HOW IT WORKS — Steps
   ----------------------------------------------------------------- */
.home-v2-how-it-works {
    background: var(--home-soft);
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-step {
    text-align: center;
    padding: 36px 24px !important;
    border-radius: var(--home-radius) !important;
    border: 1px solid var(--home-border) !important;
    background: #ffffff !important;
    height: 100%;
    box-shadow: var(--home-shadow);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.home-v2-step:hover {
    transform: translateY(-6px);
    box-shadow: var(--home-shadow-lg);
}

.home-v2-step-number {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-orange) 0%, #ff9a56 100%);
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 6px 16px rgba(244, 113, 29, 0.25);
}

.home-v2-step h3 {
    color: var(--home-heading) !important;
    margin: 0 0 10px 0 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
}

.home-v2-step p {
    margin: 0 !important;
    color: var(--home-muted) !important;
    font-size: 0.95rem;
    line-height: 1.7;
}

.home-v2-steps-grid {
    gap: 24px;
}

/* -----------------------------------------------------------------
   Product section
   ----------------------------------------------------------------- */
.home-v2-product {
    padding: 80px 24px !important;
    background: #ffffff;
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-product h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
    line-height: 1.15 !important;
    color: var(--home-heading) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em;
    margin-bottom: 14px !important;
}

.home-v2-product p,
.home-v2-product li {
    color: var(--home-text) !important;
}

.home-v2-product li::marker {
    color: var(--home-orange);
}

.home-v2-product .home-v2-card {
    border-color: var(--home-border) !important;
    background: var(--home-soft) !important;
    box-shadow: var(--home-shadow);
}

.home-v2-product .home-v2-card h3,
.home-v2-product .home-v2-card p,
.home-v2-product .home-v2-card li {
    color: var(--home-text) !important;
}

.home-v2-product .home-v2-placeholder-label {
    color: var(--home-muted) !important;
}

/* -----------------------------------------------------------------
   Video section
   ----------------------------------------------------------------- */
.home-v2-video-section {
    background: var(--home-soft);
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-video-wrap {
    max-width: 820px;
    margin: 0 auto;
    border: 1px solid var(--home-border);
    border-radius: var(--home-radius-lg);
    background: #ffffff;
    padding: 0;
    overflow: hidden;
    box-shadow: var(--home-shadow-lg);
}

.home-v2-video-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: 0;
    display: block;
}

/* -----------------------------------------------------------------
   Testimonials
   ----------------------------------------------------------------- */
.home-v2-testimonials {
    background: #ffffff;
    border-top: 1px solid var(--home-border);
}

.home-v2-testimonials h2 {
    color: var(--home-heading) !important;
}

.home-v2-testimonial-card {
    padding: 28px !important;
    border-radius: var(--home-radius) !important;
    border: 1px solid var(--home-border) !important;
    border-top: 3px solid var(--home-orange) !important;
    background: #ffffff !important;
    height: 100%;
    box-shadow: var(--home-shadow);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.home-v2-testimonial-card::before {
    content: '\201C';
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 4rem;
    line-height: 1;
    color: rgba(244, 113, 29, 0.1);
    font-family: Georgia, serif;
    pointer-events: none;
}

.home-v2-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--home-shadow-lg);
}

.home-v2-testimonial-stars {
    color: #eab308;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.home-v2-testimonial-card>p {
    margin: 0 0 20px 0 !important;
    color: var(--home-text) !important;
    font-size: 0.98rem;
    line-height: 1.72;
    font-style: italic;
}

.home-v2-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--home-border);
}

.home-v2-testimonial-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--home-orange), #ff9a56);
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-v2-testimonial-author strong {
    display: block;
    font-size: 0.9rem;
    color: var(--home-heading);
}

.home-v2-testimonial-author span {
    font-size: 0.82rem;
    color: var(--home-muted);
}

/* -----------------------------------------------------------------
   Deliverables
   ----------------------------------------------------------------- */
.home-v2-deliverables {
    background: var(--home-soft);
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

/* -----------------------------------------------------------------
   FAQ — Accordion
   ----------------------------------------------------------------- */
.home-v2-faq {
    background: #ffffff;
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-faq-list {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-v2-faq-item {
    border: 1px solid var(--home-border);
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-v2-faq-item:hover {
    border-color: rgba(244, 113, 29, 0.2);
}

.home-v2-faq-item.is-open {
    border-color: rgba(244, 113, 29, 0.3);
    box-shadow: 0 4px 16px rgba(244, 113, 29, 0.06);
}

.home-v2-faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 24px;
    background: transparent;
    border: 0;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: var(--home-heading);
    cursor: pointer;
    text-align: left;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.home-v2-faq-trigger:hover {
    color: var(--home-orange);
}

.home-v2-faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--home-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--home-muted);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    margin-left: 12px;
}

.home-v2-faq-item.is-open .home-v2-faq-icon {
    transform: rotate(45deg);
    background: var(--home-orange);
    color: #ffffff;
}

.home-v2-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 24px;
}

.home-v2-faq-item.is-open .home-v2-faq-answer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.home-v2-faq-answer p {
    margin: 0 !important;
    color: var(--home-muted) !important;
    font-size: 0.98rem;
    line-height: 1.7;
}

/* -----------------------------------------------------------------
   Pricing Link Section
   ----------------------------------------------------------------- */
.home-v2-pricing-link {
    background: #ffffff;
    border-top: 1px solid var(--home-border);
    border-bottom: 1px solid var(--home-border);
}

.home-v2-pricing-link-panel {
    max-width: 860px;
    margin: 0 auto !important;
    padding: 28px !important;
    border-radius: var(--home-radius-lg) !important;
    border: 1px solid var(--home-border) !important;
    background: linear-gradient(180deg, rgba(244, 113, 29, 0.04) 0%, #ffffff 52%) !important;
    box-shadow: var(--home-shadow);
}

.home-v2-pricing-link-btns {
    gap: 12px !important;
}

/* -----------------------------------------------------------------
   Final CTA Section
   ----------------------------------------------------------------- */
.home-v2-final-cta-section {
    background: var(--home-soft) !important;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 90px 24px !important;
}

/* Decorative glow */
.home-v2-final-cta-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 113, 29, 0.06) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

.home-v2-final-cta-section>* {
    position: relative;
    z-index: 1;
}

.home-v2-final-cta-section h2 {
    color: var(--home-heading) !important;
    font-size: clamp(2rem, 4vw, 3rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em;
    margin-bottom: 16px !important;
}

.home-v2-final-cta-section .home-v2-section-intro {
    color: var(--home-muted) !important;
    margin-bottom: 32px !important;
}

.home-v2-final-btns {
    gap: 14px !important;
    justify-content: center;
}

/* Secondary button in final CTA section — dark-bordered for light bg */
.home-v2-final-cta-section .home-v2-btn-secondary .wp-block-button__link {
    border: 1px solid var(--home-border) !important;
    color: var(--home-heading) !important;
}

.home-v2-final-cta-section .home-v2-btn-secondary .wp-block-button__link:hover {
    border-color: var(--home-heading) !important;
    background: rgba(0, 0, 0, 0.03) !important;
}

/* -----------------------------------------------------------------
   Motion / Reveal
   ----------------------------------------------------------------- */
html {
    scroll-behavior: smooth;
}

.home-v2 .home-v2-reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s cubic-bezier(.22, 1, .36, 1), transform 0.7s cubic-bezier(.22, 1, .36, 1);
}

.home-v2 .home-v2-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* -----------------------------------------------------------------
   Responsive — Tablet (max 1024px)
   ----------------------------------------------------------------- */
@media (max-width: 1024px) {
    .home-v2-hero {
        padding-top: 80px !important;
    }

    .home-v2-audit-preview-body {
        flex-direction: column;
        align-items: center;
    }

    .home-v2-score-ring {
        width: 88px;
        height: 88px;
    }

    .home-v2-score-value {
        font-size: 1.7rem;
    }
}

/* -----------------------------------------------------------------
   Responsive — Small Tablet / Large Phone (max 900px)
   ----------------------------------------------------------------- */
@media (max-width: 900px) {

    /* High-specificity overrides to beat global Neve/Additional CSS mobile rules */
    .home-v2.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-hero.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-logo-band.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-product.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-final-cta-section.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-section.wp-block-group.is-layout-constrained,
    .home-v2 .home-v2-section.wp-block-group.alignfull.is-layout-constrained {
        padding-left: max(22px, env(safe-area-inset-left)) !important;
        padding-right: max(22px, env(safe-area-inset-right)) !important;
    }

    .home-v2-hero {
        padding-top: 64px !important;
        padding-bottom: 52px !important;
    }

    .home-v2-section,
    .home-v2-product {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .home-v2-final-cta-section {
        padding-top: 64px !important;
        padding-bottom: 64px !important;
    }

    .home-v2-logo-band {
        padding-top: 28px !important;
        padding-bottom: 24px !important;
    }

    .home-v2-url-row {
        flex-direction: column;
        border-radius: var(--home-radius);
        padding: 8px;
    }

    .home-v2-url-input {
        width: 100%;
        padding-left: 14px;
    }

    .home-v2-url-submit {
        width: 100%;
    }

    .home-v2 .wp-block-columns {
        gap: 24px !important;
    }

    .home-v2 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }

    .home-v2 .wp-block-group.is-layout-constrained> :where(:not(.alignfull)) {
        max-width: 100%;
    }

    .home-v2 .wp-block-column {
        margin-bottom: 0 !important;
    }

    .home-v2-hero-grid {
        gap: 32px !important;
    }

    .home-v2-title {
        font-size: clamp(1.85rem, 7.5vw, 2.6rem) !important;
        max-width: 100%;
    }

    .home-v2-subtitle {
        font-size: 1.02rem !important;
        margin-bottom: 24px !important;
    }

    .home-v2-section h2,
    .home-v2-product h2,
    .home-v2-final-cta-section h2 {
        font-size: clamp(1.55rem, 6vw, 2.1rem) !important;
        margin-bottom: 12px !important;
    }

    .home-v2-section-intro {
        margin-bottom: 28px !important;
    }

    .home-v2-card,
    .home-v2-step,
    .home-v2-testimonial-card {
        padding: 22px !important;
    }

    .home-v2-logo-row .home-v2-logo-img {
        min-height: 48px;
        padding: 4px 2px;
    }

    .home-v2-logo-row .home-v2-logo-img img {
        max-height: 34px;
    }

    .home-v2-cta-row .wp-block-button,
    .home-v2-final-btns .wp-block-button {
        width: 100%;
    }

    .home-v2-cta-row .wp-block-button__link,
    .home-v2-final-btns .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    /* Product section mobile alignment */
    .home-v2-product>.wp-block-columns {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-v2-product>.wp-block-columns>.wp-block-column {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* -----------------------------------------------------------------
   Responsive — Phone (max 640px)
   ----------------------------------------------------------------- */
@media (max-width: 640px) {

    .home-v2.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-hero.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-logo-band.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-product.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-final-cta-section.wp-block-group.alignfull.is-layout-constrained,
    .home-v2 .home-v2-section.wp-block-group.is-layout-constrained,
    .home-v2 .home-v2-section.wp-block-group.alignfull.is-layout-constrained {
        padding-left: max(18px, env(safe-area-inset-left)) !important;
        padding-right: max(18px, env(safe-area-inset-right)) !important;
    }

    .home-v2-hero {
        padding-top: 56px !important;
        padding-bottom: 44px !important;
    }

    .home-v2-section,
    .home-v2-product {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    .home-v2-final-cta-section {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .home-v2-title {
        font-size: clamp(1.65rem, 7vw, 2.15rem) !important;
        line-height: 1.12 !important;
    }

    .home-v2-subtitle {
        font-size: 0.96rem !important;
    }

    .home-v2-hero-pill {
        font-size: 0.75rem;
        padding: 5px 12px;
    }

    .home-v2-url-input,
    .home-v2-url-submit {
        height: 50px;
        font-size: 0.96rem;
    }

    .home-v2 .wp-block-columns {
        gap: 20px !important;
    }

    .home-v2-card h3,
    .home-v2-step h3 {
        font-size: 1.12rem !important;
    }

    .home-v2-card-icon {
        width: 44px;
        height: 44px;
        font-size: 1.5rem;
        border-radius: 12px;
    }

    .home-v2-step-number {
        width: 44px;
        height: 44px;
        font-size: 1.15rem;
    }

    .home-v2-audit-preview-body {
        padding: 20px 16px;
        gap: 18px;
    }

    .home-v2-score-ring {
        width: 80px;
        height: 80px;
    }

    .home-v2-score-value {
        font-size: 1.5rem;
    }

    .home-v2-chip {
        font-size: 0.82rem;
        padding: 8px 12px;
    }

    .home-v2-faq-trigger {
        padding: 16px 18px;
        font-size: 0.98rem;
    }

    .home-v2-faq-answer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .home-v2-faq-item.is-open .home-v2-faq-answer {
        padding-bottom: 16px;
    }

    .home-v2-pricing-link-panel {
        padding: 20px !important;
    }

    .home-v2-testimonial-card::before {
        font-size: 3rem;
    }

    .home-v2-btn-primary .wp-block-button__link,
    .home-v2-btn-secondary .wp-block-button__link,
    .home-v2-btn-ghost .wp-block-button__link {
        min-height: 48px;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* -----------------------------------------------------------------
   Reduced Motion
   ----------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .home-v2 .home-v2-reveal,
    .home-v2-card,
    .home-v2-step,
    .home-v2-testimonial-card,
    .home-v2-btn-primary .wp-block-button__link,
    .home-v2-btn-secondary .wp-block-button__link,
    .home-v2-btn-ghost .wp-block-button__link,
    .home-v2-url-submit,
    .home-v2-chip,
    .home-v2-faq-icon {
        transition: none !important;
        transform: none !important;
        animation: none !important;
        opacity: 1 !important;
    }
}
