/* ============================================
   IMG CONSULTING SHARED STYLES
   ============================================ */

/* Hero */
.img-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem 5rem;
}

.img-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
    text-align: center;
}

.img-hero .hero-description {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    max-width: 620px;
    margin: 0 auto 2.5rem;
}

/* Context Section */
.img-context {
    background: var(--gray-50);
}

.img-context-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.img-context-lead {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text-primary);
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.img-context-content p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Nav Active State */
.nav-active {
    color: var(--white) !important;
    background: rgba(255,255,255,0.1) !important;
}

/* Why / Features Grid */
.img-why {
    background: var(--white);
}

.img-intro-text {
    font-size: 1.05rem;
    color: var(--text-secondary);
    line-height: 1.8;
    max-width: 720px;
    margin: -2rem auto 3rem;
}

.img-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.img-feature-card {
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    padding: 2rem;
    transition: var(--transition);
}

.img-feature-card:hover {
    background: var(--white);
    border-color: var(--gray-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.img-feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1.25rem;
    color: var(--blue);
}

.img-feature-icon svg {
    width: 100%;
    height: 100%;
}

.img-feature-card h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.img-feature-card p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Process Steps */
.img-process {
    background: var(--gray-50);
}

.img-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.img-step {
    flex: 1;
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    transition: var(--transition);
}

.img-step:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.img-step-number {
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.img-step h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.img-step p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.img-step-arrow {
    display: flex;
    align-items: center;
    padding-top: 3rem;
    color: var(--gray-300);
    width: 32px;
    flex-shrink: 0;
}

.img-step-arrow svg {
    width: 100%;
    height: 100%;
}

/* Intake Form */
.img-form-section {
    background: var(--white);
}

.img-form-subtitle {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 560px;
    margin-top: 1rem;
}

.img-form-wrapper {
    max-width: 720px;
    margin: 0 auto;
}

.img-intake-form .img-form-grid {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.img-form-group-header {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--gray-100);
}

.img-form-group-header h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy);
}

.img-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.img-intake-form .form-group {
    margin-bottom: 0.75rem;
}

.img-intake-form label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.required {
    color: #ef4444;
}

.img-intake-form select {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-primary);
    background: var(--gray-50);
    transition: var(--transition);
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.img-intake-form select:focus {
    border-color: var(--blue);
    background-color: var(--white);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.form-group-full {
    grid-column: 1 / -1;
}

/* File Upload */
.img-file-upload {
    position: relative;
    border: 2px dashed var(--gray-300);
    border-radius: 12px;
    background: var(--gray-50);
    transition: var(--transition);
    cursor: pointer;
}

.img-file-upload:hover {
    border-color: var(--blue);
    background: rgba(37, 99, 235, 0.03);
}

.img-file-upload input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.img-file-upload-content {
    padding: 2.5rem;
    text-align: center;
}

.img-file-upload-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 1rem;
    color: var(--gray-400);
}

.img-file-upload-icon svg {
    width: 100%;
    height: 100%;
}

.img-file-upload-text {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.img-file-upload-text span {
    color: var(--blue);
    font-weight: 500;
}

.img-file-upload-hint {
    font-size: 0.8rem;
    color: var(--gray-400);
}

.img-file-selected {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
}

.img-file-selected svg {
    width: 24px;
    height: 24px;
    color: #22c55e;
    flex-shrink: 0;
}

.img-file-selected span {
    font-size: 0.9rem;
    color: var(--text-primary);
    font-weight: 500;
}

.img-file-remove {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: var(--gray-400);
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: var(--transition);
}

.img-file-remove:hover {
    color: #ef4444;
    background: rgba(239, 68, 68, 0.08);
}

/* Submit */
.img-form-submit {
    margin-top: 1.5rem;
    text-align: center;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.img-form-disclaimer {
    font-size: 0.78rem;
    color: var(--gray-400);
    line-height: 1.6;
    margin-top: 1rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Success Message */
.img-form-success {
    text-align: center;
    padding: 3rem 2rem;
}

.img-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    color: #22c55e;
}

.img-success-icon svg {
    width: 100%;
    height: 100%;
}

.img-form-success h3 {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
}

.img-form-success p {
    font-size: 1rem;
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 480px;
    margin: 0 auto 2rem;
}

/* ============================================
   RESOURCES PAGE STYLES
   ============================================ */

/* Resource Cards Grid */
.img-resources {
    background: var(--white);
}

.img-resources-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.img-resource-card {
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    border-radius: 12px;
    padding: 2rem;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.img-resource-card:hover {
    background: var(--white);
    border-color: var(--gray-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.img-resource-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 1.25rem;
    color: var(--blue);
}

.img-resource-icon svg {
    width: 100%;
    height: 100%;
}

.img-resource-card h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.img-resource-card p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.7;
    flex: 1;
}

.img-resource-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: rgba(37, 99, 235, 0.06);
    color: var(--blue);
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.img-resource-tag.gold {
    background: rgba(201, 168, 76, 0.1);
    color: var(--gold);
}

.img-resource-tag.green {
    background: rgba(34, 197, 94, 0.08);
    color: #16a34a;
}

/* Timeline / Roadmap */
.img-roadmap {
    background: var(--gray-50);
}

.img-roadmap-track {
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

.img-roadmap-track::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(to bottom, var(--blue), var(--gold), #22c55e);
    border-radius: 2px;
}

.img-roadmap-item {
    position: relative;
    padding-left: 72px;
    padding-bottom: 2.5rem;
}

.img-roadmap-item:last-child {
    padding-bottom: 0;
}

.img-roadmap-marker {
    position: absolute;
    left: 16px;
    top: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--white);
    border: 3px solid var(--blue);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--blue);
}

.img-roadmap-marker.step-gold {
    border-color: var(--gold);
    color: var(--gold);
}

.img-roadmap-marker.step-green {
    border-color: #22c55e;
    color: #22c55e;
}

.img-roadmap-content {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
    transition: var(--transition);
}

.img-roadmap-content:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--gray-300);
}

.img-roadmap-content h3 {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.img-roadmap-content .img-roadmap-subtitle {
    font-size: 0.8rem;
    color: var(--blue);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.img-roadmap-content p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* FAQ Accordion */
.img-faq {
    background: var(--white);
}

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

.img-faq-item {
    background: var(--gray-50);
    border: 1px solid var(--gray-100);
    border-radius: 10px;
    overflow: hidden;
    transition: var(--transition);
}

.img-faq-item:hover {
    border-color: var(--gray-200);
}

.img-faq-item.active {
    border-color: var(--blue);
    background: var(--white);
    box-shadow: var(--shadow-md);
}

.img-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.25rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-body);
    transition: var(--transition);
}

.img-faq-question h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--navy);
    flex: 1;
    padding-right: 1rem;
}

.img-faq-toggle {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: var(--gray-400);
    transition: transform 0.3s ease;
}

.img-faq-toggle svg {
    width: 100%;
    height: 100%;
}

.img-faq-item.active .img-faq-toggle {
    transform: rotate(45deg);
    color: var(--blue);
}

.img-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.img-faq-answer-inner {
    padding: 0 1.5rem 1.5rem;
}

.img-faq-answer-inner p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.img-faq-answer-inner p:last-child {
    margin-bottom: 0;
}

/* CTA Banner */
.img-cta-section {
    background: var(--gray-50);
    padding: 5rem 0;
}

.img-cta-banner {
    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
    border-radius: 16px;
    padding: 3.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.img-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 80% 30%, rgba(37, 99, 235, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 20% 70%, rgba(201, 168, 76, 0.08) 0%, transparent 50%);
}

.img-cta-banner > * {
    position: relative;
    z-index: 1;
}

.img-cta-banner h2 {
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 1rem;
}

.img-cta-banner p {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 2rem;
}

.btn-white {
    background: var(--white);
    color: var(--navy);
}

.btn-white:hover {
    background: var(--gray-100);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   BLOG HERO PHOTO
   ============================================ */
.blog-hero-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    border: 3px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.blog-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

/* ============================================
   BLOG GRID
   ============================================ */
.blog-section {
    background: var(--gray-50);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 960px;
    margin: 0 auto;
}

.blog-card {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 16px;
    overflow: hidden;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    border-color: var(--gray-200);
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.blog-card-preview {
    position: relative;
    background: var(--gray-100);
    aspect-ratio: 8.5 / 7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.blog-card-preview-placeholder {
    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-mid) 100%);
}

.blog-placeholder-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.blog-placeholder-content svg {
    width: 48px;
    height: 48px;
    margin-bottom: 0.75rem;
}

.blog-placeholder-content span {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.3rem 0.75rem;
    background: var(--blue);
    color: var(--white);
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-badge-upcoming {
    background: var(--gold);
    color: var(--navy);
}

.blog-card-body {
    padding: 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.blog-date {
    font-size: 0.78rem;
    color: var(--gray-400);
    font-weight: 500;
}

.blog-tag {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--blue);
    background: rgba(37, 99, 235, 0.06);
    padding: 0.2rem 0.6rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-card-body h2 {
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.blog-card-body p {
    font-size: 0.875rem;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.blog-card-origin {
    font-size: 0.8rem !important;
    font-style: italic;
    color: var(--gray-400) !important;
    margin-top: 0.25rem;
}

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.blog-read-btn {
    margin-top: auto;
    padding-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
}

.blog-download-btn {
    margin-top: auto;
    padding-top: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    align-self: flex-start;
}

.blog-download-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.blog-coming-soon-btn {
    margin-top: auto;
    padding-top: 1rem;
    align-self: flex-start;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.blog-card-coming-soon {
    opacity: 0.85;
}

.blog-card-coming-soon:hover {
    transform: none;
    box-shadow: none;
}

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

/* ============================================
   ARTICLE (STANDALONE) PAGES
   ============================================ */
.article-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(165deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem 2.5rem;
}

.article-hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    text-align: center;
}

.article-back-link {
    display: inline-block;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.article-back-link:hover {
    color: rgba(255, 255, 255, 0.9);
}

.article-meta-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 0.75rem;
}

.article-meta-top .blog-date {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.72rem;
}

.article-meta-top .blog-tag {
    font-size: 0.65rem;
}

.article-hero-content h1 {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.article-subtitle {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    max-width: 520px;
    margin: 0 auto 0.5rem;
}

.article-origin {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.35);
    font-style: italic;
}

/* Article Body */
.article-body-section {
    background: var(--gray-50);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.article-content {
    max-width: 640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

/* PDF Preview with lock overlay — large & prominent */
.article-pdf-preview {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--gray-200);
}

.article-pdf-preview img {
    width: 100%;
    display: block;
    filter: blur(0.5px);
}

.article-pdf-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    backdrop-filter: blur(1.5px);
}

.article-pdf-lock {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.article-pdf-lock svg {
    width: 22px;
    height: 22px;
    color: var(--white);
}

.article-pdf-overlay p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 500;
}

/* Highlights */
.article-highlights {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 10px;
    padding: 1.5rem 1.75rem;
}

.article-highlights h2 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.article-highlights ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-highlights li {
    position: relative;
    padding-left: 1.25rem;
    padding-bottom: 0.5rem;
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.article-highlights li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
}

.article-highlights li:last-child {
    padding-bottom: 0;
}

/* CTA / Lead Form Section */
.article-cta {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 10px;
    padding: 1.75rem;
}

.article-cta h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.35rem;
}

.article-cta > p {
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.article-lead-form {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.article-lead-form .lead-form-group {
    margin-bottom: 0.6rem;
}

.article-lead-form label {
    font-size: 0.78rem;
}

.article-lead-form input,
.article-lead-form select {
    padding: 0.65rem 0.85rem;
    font-size: 0.82rem;
}

.article-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

/* Download Success */
.article-download-success {
    text-align: center;
    padding: 1.5rem 0;
}

.article-success-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 0.75rem;
    color: #22c55e;
}

.article-success-icon svg {
    width: 100%;
    height: 100%;
}

.article-download-success h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.article-download-success p {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.article-download-success a {
    color: var(--blue);
    font-weight: 500;
}

@media (max-width: 768px) {
    .article-hero {
        padding: 5.5rem 1.25rem 2rem;
    }

    .article-form-row {
        grid-template-columns: 1fr;
    }

    .article-highlights {
        padding: 1.25rem;
    }

    .article-cta {
        padding: 1.25rem;
    }
}

/* ============================================
   LEAD CAPTURE MODAL
   ============================================ */
.lead-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.lead-modal-overlay.active {
    display: flex;
}

.lead-modal {
    background: var(--white);
    border-radius: 16px;
    padding: 2.5rem;
    max-width: 440px;
    width: 90%;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.lead-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--gray-400);
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: var(--transition);
}

.lead-modal-close:hover {
    background: var(--gray-100);
    color: var(--text-primary);
}

.lead-modal h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.lead-modal > p {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.lead-form-group {
    margin-bottom: 1rem;
}

.lead-form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 0.4rem;
}

.lead-optional {
    font-weight: 400;
    color: var(--gray-400);
    font-size: 0.8rem;
}

.lead-form-group input {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-primary);
    background: var(--gray-50);
    transition: var(--transition);
    outline: none;
    box-sizing: border-box;
}

.lead-form-group input:focus,
.lead-form-group select:focus {
    border-color: var(--blue);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.lead-form-group select {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1.5px solid var(--gray-200);
    border-radius: 8px;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-primary);
    background: var(--gray-50);
    transition: var(--transition);
    outline: none;
    box-sizing: border-box;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.lead-modal .btn-full {
    margin-top: 0.5rem;
}

.lead-disclaimer {
    font-size: 0.75rem;
    color: var(--gray-400);
    text-align: center;
    margin-top: 1rem;
    line-height: 1.5;
}

/* ============================================
   RESPONSIVE - IMG PAGES
   ============================================ */
@media (max-width: 1024px) {
    .img-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .img-resources-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .img-hero {
        min-height: auto;
        padding: 7rem 1.5rem 4rem;
    }

    .img-features-grid {
        grid-template-columns: 1fr;
    }

    .img-resources-grid {
        grid-template-columns: 1fr;
    }

    .img-steps {
        flex-direction: column;
        align-items: stretch;
    }

    .img-step-arrow {
        transform: rotate(90deg);
        align-self: center;
        padding-top: 0;
    }

    .img-form-row {
        grid-template-columns: 1fr;
    }

    .img-roadmap-track::before {
        left: 17px;
    }

    .img-roadmap-item {
        padding-left: 52px;
    }

    .img-roadmap-marker {
        left: 6px;
    }

    .img-cta-banner {
        padding: 2.5rem 1.75rem;
    }
}

@media (max-width: 480px) {
    .img-hero {
        padding: 6rem 1.25rem 3rem;
    }
}
