/* Custom heading colors for front page */
.ils-h1-white {
    color: #fff;
}
.ils-h1-purple {
    color: var(--ils-purple);
}
.ils-cta-band-btn {
    background: #fff !important;
    color: #18181b !important;
    border: 0 !important;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.10);
    font-weight: 600;
    transition: background 0.22s, color 0.22s, box-shadow 0.22s, transform 0.22s;
}

.ils-cta-band-btn:hover,
.ils-cta-band-btn:focus {
    background: #f3f4f6 !important;
    color: #18181b !important;
    box-shadow: 0 12px 32px rgba(99, 102, 241, 0.18);
    transform: scale(1.04);
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --ils-bg: #0b0f14;
    --ils-surface: #111827;
    --ils-border: rgba(255, 255, 255, 0.06);
    --ils-text: #e5e7eb;
    --ils-muted: #9ca3af;
    --ils-indigo: #6366f1;
    --ils-purple: #8b5cf6;
    --ils-success: #22c55e;
    --ils-danger: #ef4444;
    --ils-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --ils-header-height: 72px;
}

html {
    scroll-behavior: smooth;
}

html,
body,
.wp-site-blocks {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
    background: var(--ils-bg);
    color: var(--ils-text);
    text-rendering: optimizeLegibility;
}

.ils-page {
    position: relative;
    overflow: clip;
}

.ils-page::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.05;
    z-index: 0;
}

.ils-page::after {
    content: '';
    position: absolute;
    width: 22rem;
    height: 22rem;
    top: -7rem;
    left: -7rem;
    border-radius: 9999px;
    background: var(--ils-indigo);
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.ils-grid-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.05;
    z-index: 0;
}

.ils-pricing {
    position: relative;
    isolation: isolate;
}

.ils-pricing::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.08;
    pointer-events: none;
    z-index: 0;
}

.ils-pricing > * {
    position: relative;
    z-index: 1;
}

.ils-pricing .wp-block-columns {
    margin-top: 2.5rem;
    gap: 1.5rem;
}

.ils-pricing .ils-card {
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.9), rgba(15, 23, 42, 0.85));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    padding: 2.25rem 2rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
    transform: translateY(0);
}

.ils-pricing .ils-card ul {
    margin-top: 1.5rem;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 0.75rem;
}

.ils-pricing .ils-card ul li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ils-muted);
}

.ils-pricing .ils-card ul li::before {
    content: '✓';
    color: var(--ils-success);
    font-weight: 700;
}

.ils-pricing .wp-block-button__link {
    width: 100%;
    text-align: center;
    border-radius: 9999px;
    background: rgba(148, 163, 184, 0.16);
    color: #e2e8f0;
    border: 1px solid rgba(148, 163, 184, 0.3);
    padding: 0.85rem 1rem;
    box-shadow: none;
    outline: none;
}

.ils-pricing .wp-block-button__link:hover {
    background: rgba(148, 163, 184, 0.25);
    color: #ffffff;
}

.ils-pricing .wp-block-button__link:focus,
.ils-pricing .wp-block-button__link:focus-visible,
.ils-pricing .wp-block-button__link:active {
    outline: none !important;
    box-shadow: none !important;
}

.ils-pricing .ils-pricing-featured {
    position: relative;
    border: 1px solid rgba(99, 102, 241, 0.75);
    box-shadow: 0 30px 70px rgba(79, 70, 229, 0.35);
    transform: translateY(-10px);
    padding-top: 2.75rem;
}

.ils-pricing .ils-pricing-featured::before {
    content: none !important;
}

.ils-pricing .ils-pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: #7c6bf6;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 0.35rem 0.9rem;
    border-radius: 9999px;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(124, 107, 246, 0.4);
    z-index: 2;
}

.ils-pricing .ils-pricing-featured .wp-block-button__link {
    background: var(--ils-gradient);
    border: 0;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    min-height: 0;
}

.ils-pricing .ils-pricing-featured .wp-block-button__link:focus,
.ils-pricing .ils-pricing-featured .wp-block-button__link:focus-visible,
.ils-pricing .ils-pricing-featured .wp-block-button__link:active {
    box-shadow: 0 12px 30px rgba(99, 102, 241, 0.35) !important;
    outline: none !important;
}

.ils-pricing .wp-element-button:focus,
.ils-pricing .wp-element-button:focus-visible,
.ils-pricing .wp-element-button:active {
    outline: none !important;
    box-shadow: none !important;
}

.ils-pricing .wp-element-button::before,
.ils-pricing .wp-element-button::after,
.ils-pricing .wp-block-button__link::before,
.ils-pricing .wp-block-button__link::after {
    content: none !important;
}

.ils-pricing .ils-pricing-featured .wp-block-button__link:hover {
    transform: translateY(-1px);
}

.ils-orb {
    position: absolute;
    width: 22rem;
    height: 22rem;
    border-radius: 9999px;
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.ils-orb-top {
    top: -7rem;
    left: -7rem;
    background: var(--ils-indigo);
}

.ils-orb-bottom {
    right: -8rem;
    bottom: 5rem;
    background: var(--ils-purple);
}

.ils-layer {
    position: relative;
    z-index: 1;
}

.ils-layer::before {
    content: '';
    position: absolute;
    width: 22rem;
    height: 22rem;
    right: -8rem;
    bottom: 5rem;
    border-radius: 9999px;
    background: var(--ils-purple);
    filter: blur(120px);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.ils-layer > * {
    position: relative;
    z-index: 1;
}

.ils-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: var(--ils-header-height);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(11, 15, 20, 0.72), rgba(11, 15, 20, 0.35));
    backdrop-filter: blur(20px) saturate(130%);
    -webkit-backdrop-filter: blur(20px) saturate(130%);
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.35);
}

.ils-header::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0), rgba(99, 102, 241, 0.55), rgba(139, 92, 246, 0));
    opacity: 0.75;
}

.wp-site-blocks {
    padding-top: var(--ils-header-height);
}

/* Remove default block gap between header template part and first main section. */
.wp-site-blocks > .wp-block-template-part + main.ils-page {
    margin-block-start: 0;
}

body.admin-bar .ils-header {
    top: 32px;
}

body.admin-bar .wp-site-blocks {
    padding-top: calc(var(--ils-header-height) + 32px);
}

.ils-header .wp-block-site-title a {
    color: var(--ils-text);
    text-decoration: none;
    letter-spacing: -0.02em;
}

.ils-header .wp-block-navigation {
    gap: 1.75rem;
}

.ils-header .wp-block-navigation .wp-block-navigation-item__content {
    padding: 0.35rem 0.1rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.ils-header .wp-block-navigation .wp-block-navigation-item__content:focus-visible {
    outline: 2px solid rgba(99, 102, 241, 0.7);
    outline-offset: 4px;
    border-radius: 9999px;
}

.ils-header .wp-block-buttons {
    gap: 0.65rem;
}

.ils-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ils-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

/* Keep first hero close to header so no dark strip appears. */
#hero.ils-section {
    padding-top: 1.75rem;
}

.ils-card {
    background: var(--ils-surface);
    border: 1px solid var(--ils-border);
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.ils-card::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% -20%, rgba(99, 102, 241, 0.25), transparent 45%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ils-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.ils-card:hover::before {
    opacity: 1;
}

.ils-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(99, 102, 241, 0.35);
    padding: 0.35rem 0.85rem;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c7d2fe;
    background: rgba(99, 102, 241, 0.12);
}

.ils-gradient-text {
    background: var(--ils-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ils-gradient-btn,
.wp-block-button__link.ils-gradient-btn {
    background: var(--ils-gradient);
    border-radius: 9999px;
    color: #ffffff;
    border: 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 8px 24px rgba(99, 102, 241, 0.32);
}

.ils-gradient-btn:hover,
.wp-block-button__link.ils-gradient-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 18px 30px rgba(99, 102, 241, 0.42);
}

.ils-fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.ils-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.ils-scroll-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}

.ils-scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Gutenberg Site Editor does not run front-end reveal JS; keep blocks visible while editing. */
.editor-styles-wrapper .ils-fade-up,
.block-editor-block-list__layout .ils-fade-up,
.editor-styles-wrapper .ils-scroll-reveal,
.block-editor-block-list__layout .ils-scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
    .ils-scroll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.ils-hero-mock {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at var(--spot-x, 18%) var(--spot-y, 14%), rgba(139, 92, 246, 0.28), transparent 48%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.2rem;
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    box-shadow: 0 34px 80px rgba(2, 6, 23, 0.52);
    transform: rotate(2deg);
    animation: ilsFloat 5.5s ease-in-out infinite;
    will-change: transform;
}

.ils-hero-mock::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 34%),
        linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: auto, 32px 32px, 32px 32px;
    opacity: 0.22;
}

.ils-hero-shimmer {
    position: absolute;
    top: -20%;
    left: -50%;
    width: 46%;
    height: 140%;
    background: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    transform: rotate(12deg);
    animation: ilsShimmer 4.4s ease-in-out infinite;
    pointer-events: none;
}

.ils-hero-scanline {
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    top: 1rem;
    height: 2px;
    border-radius: 9999px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0), rgba(99, 102, 241, 0.95), rgba(139, 92, 246, 0));
    opacity: 0.65;
    animation: ilsScanline 3.2s ease-in-out infinite;
    pointer-events: none;
}

.ils-hero-stat-chip {
    background: rgba(8, 30, 74, 0.52);
    border-color: rgba(99, 102, 241, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    animation: ilsChipFloat 4.2s ease-in-out infinite;
}

.ils-hero-stat-chip-delay {
    animation-delay: 0.8s;
}

.ils-hero-bars {
    margin-top: 1rem;
    display: flex;
    align-items: end;
    gap: 0.35rem;
    height: 42px;
}

.ils-hero-bars span {
    display: inline-block;
    width: 6px;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.95), rgba(139, 92, 246, 0.55));
    animation: ilsBars 1.5s ease-in-out infinite;
}

.ils-hero-bars span:nth-child(1) {
    height: 28%;
    animation-delay: 0s;
}

.ils-hero-bars span:nth-child(2) {
    height: 75%;
    animation-delay: 0.15s;
}

.ils-hero-bars span:nth-child(3) {
    height: 48%;
    animation-delay: 0.3s;
}

.ils-hero-bars span:nth-child(4) {
    height: 90%;
    animation-delay: 0.45s;
}

.ils-hero-bars span:nth-child(5) {
    height: 62%;
    animation-delay: 0.6s;
}

.ils-trust-strip {
    margin-top: 2rem;
    padding: 0.85rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(17, 24, 39, 0.6);
}

.ils-trust-strip p {
    margin: 0;
    color: var(--ils-muted);
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ils-trust-logos {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.ils-trust-logos span {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    padding: 0.35rem 0.7rem;
    color: #d1d5db;
    font-size: 12px;
    letter-spacing: 0.03em;
}

.ils-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
}

.ils-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: var(--ils-text);
}

.ils-checklist li::before {
    content: '✓';
    color: var(--ils-success);
    font-weight: 700;
    margin-top: 0.1rem;
}

@keyframes ilsFloat {
    0%,
    100% {
        transform: rotate(2deg) translateY(0);
    }
    50% {
        transform: rotate(2deg) translateY(-10px);
    }
}

@keyframes ilsShimmer {
    0%,
    100% {
        left: -50%;
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    60% {
        left: 112%;
        opacity: 0;
    }
}

@keyframes ilsScanline {
    0%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }
    50% {
        transform: translateY(124px);
        opacity: 0.85;
    }
}

@keyframes ilsChipFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes ilsBars {
    0%,
    100% {
        transform: scaleY(0.72);
        opacity: 0.6;
    }
    50% {
        transform: scaleY(1.06);
        opacity: 1;
    }
}

.ils-pulse {
    animation: ilsPulse 2.2s ease-in-out infinite;
}

@keyframes ilsPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(99, 102, 241, 0.34);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(99, 102, 241, 0);
    }
}

.ils-quiz-card {
    max-width: 700px;
    margin-inline: auto;
    padding: 2.5rem;
    border-radius: 1rem;
    background: var(--ils-surface);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.ils-quiz-progress {
    height: 6px;
    border-radius: 9999px;
    background: #374151;
    overflow: hidden;
}

.ils-quiz-progress > span {
    display: block;
    height: 100%;
    width: 33%;
    background: var(--ils-gradient);
    transition: width 0.3s ease;
}

.ils-quiz-options {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.ils-quiz-option {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    background: transparent;
    text-align: left;
    color: var(--ils-text);
    width: 100%;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.ils-quiz-option:hover {
    background: rgba(255, 255, 255, 0.05);
}

.ils-quiz-option.active {
    border-color: var(--ils-indigo);
    background: rgba(99, 102, 241, 0.12);
}

.ils-step {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    display: none;
}

.ils-step.active {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

.ils-quiz-input {
    background: var(--ils-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    width: 100%;
    color: var(--ils-text);
}

.ils-result-card {
    margin-top: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 2rem;
    display: none;
    background: rgba(11, 15, 20, 0.45);
}

.ils-result-card.show {
    display: block;
}

.ils-severity-low {
    border-color: #22c55e;
}

.ils-severity-moderate {
    border-color: #f59e0b;
}

.ils-severity-high {
    border-color: #f97316;
}

.ils-severity-severe {
    border-color: #ef4444;
    animation: ilsDangerPulse 1.6s ease-in-out infinite;
}

@keyframes ilsDangerPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.3);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(239, 68, 68, 0);
    }
}

.ils-old-new {
    position: relative;
}

.ils-old-new::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    width: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgba(99, 102, 241, 0), rgba(99, 102, 241, 0.8), rgba(139, 92, 246, 0));
}

.ils-faq details {
    border: 0;
    padding: 0;
}

.ils-faq summary {
    cursor: pointer;
    list-style: none;
    font-weight: 500;
}

.ils-faq summary::-webkit-details-marker {
    display: none;
}

.ils-faq .ils-faq-body {
    color: var(--ils-muted);
    margin-top: 0.75rem;
}

.ils-faq-item {
    border-bottom: 1px solid var(--ils-border);
}

.ils-faq-trigger {
    width: 100%;
    background: transparent;
    color: var(--ils-text);
    border: 0;
    text-align: left;
    padding: 1.1rem 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
}

.ils-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 9999px;
    color: #c7d2fe;
    border: 1px solid rgba(99, 102, 241, 0.35);
    transition: transform 0.3s ease;
}

.ils-faq-item.open .ils-faq-icon {
    transform: rotate(45deg);
}

.ils-faq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.36s ease;
}

.ils-faq-panel > div {
    padding-bottom: 1.1rem;
    color: var(--ils-muted);
}

.wp-block-navigation .wp-block-navigation-item__content {
    position: relative;
    transition: color 0.25s ease;
}

.wp-block-navigation .wp-block-navigation-item__content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(99, 102, 241, 0), rgba(99, 102, 241, 0.95), rgba(139, 92, 246, 0));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.wp-block-navigation .wp-block-navigation-item__content:hover {
    color: #ffffff;
}

.wp-block-navigation .wp-block-navigation-item__content:hover::after {
    transform: scaleX(1);
}

.ils-stat-card {
    background: rgba(17, 24, 39, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.5rem 1rem;
}

.ils-feature-stack {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.5rem;
}

.ils-feature-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    background: rgba(17, 24, 39, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.95rem;
    padding: 1rem 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.ils-feature-item:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.45);
    background: rgba(17, 24, 39, 0.78);
}

.ils-feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 9999px;
    border: 1px solid rgba(99, 102, 241, 0.45);
    background: rgba(99, 102, 241, 0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c7d2fe;
    font-size: 12px;
    font-weight: 600;
    flex: 0 0 32px;
}

.ils-feature-item h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: var(--ils-text);
}

.ils-feature-item p {
    margin: 0.35rem 0 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ils-muted);
}

.ils-deliverables-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ils-deliverable-card {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    background: linear-gradient(165deg, rgba(17, 24, 39, 0.88), rgba(17, 24, 39, 0.58));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1rem;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ils-deliverable-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.45);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.ils-deliverable-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.4;
}

.ils-deliverable-card p {
    margin: 0.35rem 0 0;
    color: var(--ils-muted);
    font-size: 15px;
    line-height: 1.55;
}

.ils-cta {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
    background: radial-gradient(circle at top left, rgba(99, 102, 241, 0.18), transparent 55%),
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.2), transparent 50%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.75), rgba(11, 15, 20, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 80px rgba(2, 6, 23, 0.55);
}

.ils-cta::before,
.ils-cta::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 9999px;
    filter: blur(0);
    opacity: 0.5;
    pointer-events: none;
}

.ils-cta::before {
    top: -140px;
    left: -120px;
    background: rgba(99, 102, 241, 0.25);
}

.ils-cta::after {
    bottom: -160px;
    right: -100px;
    background: rgba(139, 92, 246, 0.25);
}

.ils-cta h2 {
    max-width: 780px;
    margin-inline: auto;
    font-size: clamp(32px, 4vw, 46px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.ils-cta .wp-block-buttons {
    margin-top: 1.75rem;
}

.ils-cta .wp-block-button__link {
    padding: 0.9rem 2.2rem;
    font-weight: 600;
    box-shadow: 0 16px 34px rgba(99, 102, 241, 0.35);
}

.ils-check {
    width: 28px;
    height: 28px;
    border-radius: 9999px;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.45);
    color: #86efac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex: 0 0 28px;
}

@media (max-width: 1024px) {
    .ils-section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .ils-header {
        height: auto;
        padding: 0.35rem 0;
    }

    :root {
        --ils-header-height: 86px;
    }

    body.admin-bar .ils-header {
        top: 46px;
    }

    body.admin-bar .wp-site-blocks {
        padding-top: calc(var(--ils-header-height) + 46px);
    }

    .ils-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .ils-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ils-mobile-h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }

    .ils-mobile-full .wp-block-button__link {
        width: 100%;
        text-align: center;
    }

    .ils-old-new::after {
        display: none;
    }

    .ils-trust-strip {
        border-radius: 1rem;
    }

    .ils-deliverables-grid {
        grid-template-columns: 1fr;
    }

    .ils-pricing .ils-pricing-featured {
        transform: translateY(0);
    }

    .ils-feature-item h3,
    .ils-deliverable-card h3 {
        font-size: 16px;
    }

    .ils-feature-item p,
    .ils-deliverable-card p {
        font-size: 14px;
    }

    .ils-cta {
        padding-top: 4rem;
        padding-bottom: 4rem;
        border-radius: 1.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
