.elementor-1509 .elementor-element.elementor-element-48365e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e5cf35b *//* ============================================
   AeroSpect NY Blog — Clean Professional Design
   Matches site aesthetic: white, blue accents, Inter font
   ============================================ */

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    line-height: 1.8;
    font-size: 16.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #3b82f6;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #2563eb;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   Hero Section — Full-width with background image
   ============================================ */
.blog-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.blog-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

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

.blog-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.45) 45%,
        rgba(0, 0, 0, 0.60) 100%
    );
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 2rem 3.5rem;
}

.blog-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.2s ease;
}

.hero-breadcrumb a:hover {
    color: #ffffff;
    text-decoration: none;
}

.hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumb-sep {
    font-size: 0.75rem;
}

.blog-hero h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    max-width: 800px;
}

.hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 700px;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
}

.meta-item i {
    font-size: 0.8rem;
    color: #60a5fa;
}

/* ============================================
   Three-Column Blog Layout
   ============================================ */
.blog-layout {
    display: grid;
    grid-template-columns: 220px 1fr 280px;
    gap: 2.5rem;
    max-width: 1320px;
    margin: 0 auto;
    padding: 2.5rem 2rem 4rem;
    align-items: start;
}

/* ============================================
   Left Sidebar — Table of Contents
   ============================================ */
.blog-sidebar {
    position: sticky;
    top: 2rem;
}

.toc-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
}

.toc-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.toc-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.toc-link {
    font-size: 0.82rem;
    color: #64748b;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    line-height: 1.4;
    font-weight: 500;
    transition: all 0.15s ease;
    border-left: 2px solid transparent;
}

.toc-link:hover {
    color: #1e293b;
    background: #f1f5f9;
    text-decoration: none;
}

.toc-link.active {
    color: #3b82f6;
    background: #eff6ff;
    border-left-color: #3b82f6;
    font-weight: 600;
}

/* ============================================
   Right Sidebar — Contact Form
   ============================================ */
.blog-sidebar-right {
    position: sticky;
    top: 2rem;
}

.contact-card {
    background: #ffffff;
    padding: 1.75rem;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
}

.contact-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.35rem;
}

.contact-subtitle {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1.25rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    font-size: 0.9rem;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s ease;
    background: #f9fafb;
    color: #1e293b;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #3b82f6;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.contact-form textarea {
    resize: none;
}

.form-submit {
    width: 100%;
    padding: 0.8rem;
    border-radius: 999px;
    border: none;
    background: #3b82f6;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background 0.2s ease;
}

.form-submit:hover {
    background: #2563eb;
}

/* ============================================
   Blog Content Area
   ============================================ */
.blog-content {
    min-width: 0;
}

.featured-image {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.featured-image img {
    width: 100%;
    display: block;
}

/* Content Sections */
.content-section {
    margin-bottom: 2.75rem;
}

.content-section h2 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #f1f5f9;
}

.content-section h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.content-section p {
    margin-bottom: 1.1rem;
    color: #374151;
    line-height: 1.8;
}

.lead-text {
    font-size: 1.1rem;
    line-height: 1.85;
    color: #334155;
    border-left: 3px solid #3b82f6;
    padding-left: 1.25rem;
    margin-bottom: 1.5rem;
}

/* Lists */
.content-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.content-list li {
    position: relative;
    padding: 0.55rem 0 0.55rem 1.5rem;
    color: #374151;
    line-height: 1.7;
    border-bottom: 1px solid #f1f5f9;
}

.content-list li:last-child {
    border-bottom: none;
}

.content-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 7px;
    height: 7px;
    background: #3b82f6;
    border-radius: 50%;
}

.content-list li strong {
    color: #0f172a;
}

/* ============================================
   Info Cards Grid
   ============================================ */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0 1.75rem;
}

.info-card,
.app-card,
.checklist-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1.35rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.info-card:hover,
.app-card:hover,
.checklist-card:hover {
    border-color: #93c5fd;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.08);
}

.card-icon {
    width: 38px;
    height: 38px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.65rem;
    color: #3b82f6;
    font-size: 1rem;
}

.info-card h3,
.app-card h3,
.checklist-card h3 {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.info-card p,
.app-card p,
.checklist-card p {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 0;
    line-height: 1.6;
}

/* ============================================
   Data Table
   ============================================ */
.table-wrapper {
    overflow-x: auto;
    margin: 1.5rem 0 1.75rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    min-width: 560px;
}

.data-table thead th {
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 600;
    text-align: left;
    padding: 0.85rem 1.1rem;
    border-bottom: 2px solid #3b82f6;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.data-table tbody td {
    padding: 0.75rem 1.1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
    vertical-align: top;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

.data-table tbody tr:hover {
    background: #f8fafc;
}

.data-table tbody td:first-child {
    font-weight: 600;
    color: #0f172a;
}

/* ============================================
   Stats Grid
   ============================================ */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.5rem 0 1.75rem;
}

.stat-card {
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 1.5rem 1rem;
}

.stat-value {
    font-size: 1.85rem;
    font-weight: 800;
    color: #3b82f6;
    line-height: 1.2;
    margin-bottom: 0.4rem;
    letter-spacing: -0.02em;
}

.stat-desc {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.4;
}

/* ============================================
   Process Steps
   ============================================ */
.process-steps {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    counter-reset: step-counter;
}

.process-steps li {
    counter-increment: step-counter;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.process-steps li:last-child {
    border-bottom: none;
}

.process-steps li::before {
    content: counter(step-counter);
    flex-shrink: 0;
    width: 2.2rem;
    height: 2.2rem;
    background: #eff6ff;
    border: 2px solid #3b82f6;
    color: #3b82f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    margin-top: 0.1rem;
}

.step-label {
    font-weight: 700;
    color: #0f172a;
    display: block;
    font-size: 0.95rem;
}

.step-desc {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ============================================
   Comparison Cards (Best Fit / Alternatives)
   ============================================ */
.comparison-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0 1.75rem;
}

.compare-card {
    background: #f8fafc;
    border-radius: 10px;
    padding: 1.35rem;
    border: 1px solid #e2e8f0;
}

.compare-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.compare-header i {
    font-size: 1.1rem;
}

.compare-card.best-fit .compare-header i {
    color: #22c55e;
}

.compare-card.alt-fit .compare-header i {
    color: #f59e0b;
}

.compare-header h3 {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.compare-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-card ul li {
    position: relative;
    padding: 0.3rem 0 0.3rem 1.1rem;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.55;
}

.compare-card.best-fit ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700;
    font-size: 0.8rem;
}

.compare-card.alt-fit ul li::before {
    content: '•';
    position: absolute;
    left: 0.15rem;
    color: #94a3b8;
    font-size: 1rem;
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.faq-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-item.active {
    border-color: #93c5fd;
}

.faq-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: transparent;
    border: none;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    gap: 1rem;
    transition: color 0.2s ease;
    line-height: 1.4;
}

.faq-trigger:hover {
    color: #3b82f6;
}

.faq-trigger i {
    font-size: 0.7rem;
    color: #94a3b8;
    transition: transform 0.3s ease, color 0.2s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-trigger i {
    transform: rotate(180deg);
    color: #3b82f6;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 1.25rem;
}

.faq-item.active .faq-body {
    max-height: 300px;
    padding: 0 1.25rem 1rem;
}

.faq-body p {
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================================
   CTA Section
   ============================================ */
.cta-section {
    margin-top: 1rem;
}

.cta-card {
    background: linear-gradient(135deg, #1e3a5f 0%, #1e293b 100%);
    border-radius: 14px;
    padding: 2.5rem;
    text-align: center;
}

.cta-card h2 {
    color: #ffffff;
    margin-bottom: 0.85rem;
    border-bottom: none;
    padding-bottom: 0;
    font-size: 1.5rem;
}

.cta-card p {
    color: rgba(255, 255, 255, 0.75);
    max-width: 580px;
    margin: 0 auto 1.75rem;
    font-size: 0.95rem;
    line-height: 1.7;
}

.cta-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.75rem 1.65rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #3b82f6;
    color: #ffffff;
}

.btn-primary:hover {
    background: #2563eb;
    text-decoration: none;
    color: #ffffff;
}

.btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    color: #ffffff;
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 1100px) {
    .blog-layout {
        grid-template-columns: 200px 1fr;
        gap: 2rem;
    }

    .blog-sidebar-right {
        display: none;
    }
}

@media (max-width: 860px) {
    .blog-layout {
        grid-template-columns: 1fr;
        padding: 1.5rem 1.25rem 3rem;
    }

    .blog-sidebar {
        position: static;
        order: -1;
    }

    .toc-card {
        padding: 1rem;
    }

    .toc-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .toc-link {
        border-left: none;
        padding: 0.3rem 0.6rem;
        font-size: 0.78rem;
        background: #f1f5f9;
        border-radius: 999px;
    }

    .toc-link.active {
        background: #eff6ff;
        border-left: none;
    }

    .blog-hero {
        min-height: 420px;
    }

    .blog-hero h1 {
        font-size: 1.65rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .cards-grid,
    .comparison-cards {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .stat-card {
        display: flex;
        align-items: center;
        gap: 1rem;
        text-align: left;
        padding: 1rem 1.25rem;
    }

    .stat-value {
        font-size: 1.5rem;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .stat-desc {
        font-size: 0.82rem;
    }

    .content-section h2 {
        font-size: 1.35rem;
    }

    .hero-meta {
        gap: 1rem;
    }

    .cta-card {
        padding: 2rem 1.5rem;
    }

    .data-table {
        font-size: 0.82rem;
    }
}

@media (max-width: 500px) {
    .blog-hero {
        min-height: 360px;
    }

    .blog-hero-content {
        padding: 0 1rem 2rem;
    }

    .blog-hero h1 {
        font-size: 1.4rem;
    }

    .blog-layout {
        padding: 1.25rem 1rem 2.5rem;
    }

    .cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn {
        width: 100%;
        justify-content: center;
    }

    .process-steps li {
        flex-direction: column;
        gap: 0.4rem;
    }

    .hero-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
}/* End custom CSS */