/* Homepage — reference layout styles */
/* Uses wider .container + larger type for readability */

.common-heading {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 12px;
}

/* Banner / Hero — standard page content width (Bootstrap .container) */
.page-home .header-wrapper {
    background: #fff;
    padding: 10px 0 0;
}

.page-home main {
    margin-top: 0;
}

.banner {
    background: #fff;
    padding: 8px 0 0;
    position: relative;
    overflow: hidden;
}

.banner-grid {
    display: grid;
    grid-template-columns: 1.15fr 230px 400px;
    gap: 24px;
    align-items: center;
    padding: 10px 0 24px;
}

.banner h1 {
    font-size: 2.15rem;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.banner .para {
    color: #4a5568;
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Feature pills */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.hero-features .feature-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 0.88rem;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.hero-features .feature-box i { font-size: 1rem; }
.feat-expert i { color: var(--primary); }
.feat-plagiarism i { color: #16a34a; }
.feat-ai i { color: #d93025; }

/* Review badges */
.reviews-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.reviews-features .feature-box {
    background: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    border: 1px solid #e8ecf1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    min-width: 140px;
}

.reviews-features .feature-box p { margin: 0; line-height: 1.3; }
.reviews-features .feature-box strong { display: block; font-size: 0.88rem; color: #333; }
.reviews-features .feature-box span { color: #f59e0b; font-weight: 700; font-size: 0.82rem; }
.reviews-features .feature-box span i { font-size: 0.65rem; }

.reviews-features .review-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.reviews-features .review-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(5, 74, 149, 0.12);
    border-color: #c7d7ea;
}

.rev-logo {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 8px;
}

.review-yell .rev-logo {
    width: 40px;
    height: 36px;
    object-fit: cover;
    object-position: left center;
    border-radius: 8px;
}

/* Center illustration */
.hero-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 8px 0;
}

.hero-illus-img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    animation: heroFloat 4.5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .hero-illus-img { animation: none; }
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero-form-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

/* Trust bar inside banner */
.banner-trust-bar {
    border-top: 1px solid #eef1f5;
    padding: 18px 0 22px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    align-items: center;
}

.trust-bar-text .marquee-heading {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 4px;
    text-align: left;
}

.trust-bar-text .trust-sub {
    font-size: 0.82rem;
    color: #6b7280;
    margin: 0;
}

.banner-trust-bar .marquee-wrapper {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.banner-trust-bar .uni-marquee {
    display: flex;
    gap: 36px;
    align-items: center;
    animation: marqueeLeft 35s linear infinite;
    width: max-content;
}

.uni-logo-item.uni-color {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: var(--primary);
    font-size: 0.78rem;
    padding: 6px 14px;
    box-shadow: 0 1px 4px rgba(5,74,149,0.08);
}

.uni-logo-item.uni-logo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    flex-shrink: 0;
}

.uni-logo-img {
    display: block;
    width: auto;
    height: 38px;
    max-width: 220px;
    object-fit: contain;
    object-position: center;
}

.banner-trust-bar .uni-logo-item.uni-logo-badge--mmu .uni-logo-img,
.banner-trust-bar .uni-logo-item.uni-logo-badge--ljmu .uni-logo-img {
    height: 34px;
    max-width: 260px;
}

.uni-logo-item.uni-color i { color: var(--accent); }

/* Homepage hero form overrides */
.hero-form--home {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 6px 28px rgba(5,74,149,0.12);
}

.hero-form--home .offer-badge-float {
    position: absolute;
    top: -1px;
    right: -1px;
    background: #d93025;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    padding: 5px 10px;
    border-radius: 0 10px 0 8px;
    z-index: 2;
    letter-spacing: 0.3px;
}

.hero-form--home .form-header {
    background: #fff;
    color: #1a1a1a;
    padding: 16px 16px 8px;
    justify-content: center;
    border-bottom: none;
}

.hero-form--home .form-header .title {
    color: #1a1a1a;
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.hero-form--home .price-calculator-form {
    padding: 8px 16px 18px;
}

.hero-form-words-deadline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 12px;
}

.hero-words-block { display: flex; flex-direction: column; gap: 4px; }
.hero-words-block .word-box { width: 100%; }
.hero-words-block .hero-page-words {
    font-size: 0.72rem;
    color: #6b7280;
    text-align: center;
}

.hero-deadline-wrap {
    position: relative;
    height: 100%;
}

.hero-deadline-wrap > i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    z-index: 1;
    pointer-events: none;
    font-size: 0.9rem;
}

.hero-deadline-wrap .form-control,
.hero-deadline-wrap .oae-deadline-input {
    padding-left: 32px !important;
    width: 100%;
    height: 100%;
    min-height: 42px;
}

.hero-form--home .price-calculator-form {
    position: relative;
}

.hero-form .form-alert {
    margin-bottom: 14px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.hero-form .form-alert.success {
    background: #ecfdf5;
    color: #065f46;
    border-color: #6ee7b7;
}

.hero-form--home .cta-btn-green {
    background: #22c55e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.95rem;
    border-radius: 6px;
}

.hero-form--home .cta-btn-green:hover {
    background: #16a34a;
}

.hero-form--home .new-price {
    color: #1a1a1a;
    font-weight: 800;
}

/* Responsive */
@media (max-width: 1199px) {
    .banner-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero-illustration { display: none; }
    .hero-form-col { grid-column: 2; }
    .hero-left { grid-column: 1; }
}

@media (max-width: 991px) {
    .banner-grid {
        grid-template-columns: 1fr;
    }
    .hero-form-col { grid-column: 1; }
    .banner-trust-bar {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .trust-bar-text .marquee-heading { text-align: center; }
}

@media (max-width: 575px) {
    .banner h1 { font-size: 1.45rem; }
    .hero-form-words-deadline { grid-template-columns: 1fr; }
    .reviews-features .feature-box { min-width: 100%; }
}

.cta-btn-lg {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 16px 36px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
}
.cta-btn-lg:hover { background: var(--accent-hover); color: #fff; }

/* University marquee */
.banner-bottom-logo {
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.marquee-heading { font-size: 1.25rem; font-weight: 700; color: var(--primary); margin: 0; }
.marquee-wrapper { overflow: hidden; }
.uni-marquee {
    display: flex;
    gap: 32px;
    animation: marqueeLeft 30s linear infinite;
    width: max-content;
}
.uni-logo-item {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-weight: 600;
    color: var(--text-muted);
    padding: 8px 16px;
    background: var(--bg-light);
    border-radius: 8px;
}
@keyframes marqueeLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Why choose slider */
.why-choose { padding: 60px 0; background: var(--bg-light); }
.whyus-slider { overflow: hidden; margin: 24px 0; }
.whyus-track { display: flex; transition: transform 0.4s ease; }
.whyus-slide { min-width: 100%; padding: 0 10px; }
.features-boxes {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: var(--shadow);
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.features-boxes > .oae-icon-box { display: flex; margin: 0 auto 16px; }
.features-boxes > i { font-size: 2.5rem; color: var(--primary); display: block; margin-bottom: 12px; }
.features-boxes h3 { font-size: 1.1rem; margin-bottom: 10px; }
.features-boxes p { color: var(--text-muted); font-size: 1.05rem; line-height: 1.75; }
.whyus-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.whyus-dots span {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--border); cursor: pointer;
}
.whyus-dots span.active { background: var(--primary); }
.why-cta-row { text-align: center; margin-top: 20px; display: flex; gap: 12px; justify-content: center; }
.mobilechatlink, .order-link-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
}
.mobilechatlink { background: var(--primary); color: #fff; }
.order-link-btn { background: var(--accent); color: #fff; }

/* Stats */
.statistic-section { padding: 50px 0; }
.stats_description { text-align: center; color: var(--text-muted); margin-bottom: 28px; }
.stats-boxes {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
}
.stats-boxes li {
    text-align: center;
    border-radius: 12px;
    padding: 24px 16px;
}
.stats-boxes li i { font-size: 2rem; color: var(--primary); display: block; margin-bottom: 8px; }
.stats-boxes label { font-size: 2rem; font-weight: 800; color: var(--primary); display: block; }
.stats-boxes p { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); margin: 4px 0 0; letter-spacing: 0.5px; }

/* Experts */
.expert-section { padding: 60px 0; }
.expert-section .para { text-align: center; color: var(--text-muted); }
.expert-section .para span { color: var(--accent); font-weight: 800; }
.expert-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin: 28px 0;
}
.expert-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.expert-avatar {
    width: 65px; height: 65px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 12px;
    flex-shrink: 0;
}
.expert-avatar.expert-avatar-photo {
    background: #f1f5f9;
}
.expert-bio label { font-weight: 700; font-size: 1rem; display: block; }
.expert-stars { color: var(--accent); font-size: 0.8rem; margin: 4px 0; }
.expert-bio span { font-size: 0.85rem; color: var(--text-muted); display: block; }
.completed-order { font-size: 0.8rem; color: var(--accent); font-weight: 600; margin-top: 4px; }
.writer-desc { font-size: 0.95rem; color: var(--text-muted); margin: 12px 0; line-height: 1.75; }
.btn-gps { display: flex; gap: 8px; }
.fill-bg, .outline-bg {
    flex: 1;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
}
.fill-bg { background: var(--primary); color: #fff; }
.outline-bg { border: 2px solid var(--primary); color: var(--primary); }
.all-expert, .all-blog {
    display: block;
    text-align: center;
    font-weight: 700;
    color: var(--primary);
    margin-top: 20px;
}

/* Services tabs */
.services-section { padding: 60px 0; }
.services-box {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: start;
    margin-top: 28px;
}
.services-illus-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(5, 74, 149, 0.15);
}
.tabs-nav li a .oae-icon-box { box-shadow: none; }
.tabs-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs-nav li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--text-muted);
    font-size: 0.9rem;
}
.tabs-nav li.active a,
.tabs-nav li a:hover {
    background: rgba(5,74,149,0.08);
    color: var(--primary);
}
.tab-inner { display: none; padding: 16px 0; }
.tab-inner.active { display: block; }
.tab-inner .title { font-size: 1.25rem; margin-bottom: 12px; }
.tab-inner p { color: var(--text-muted); margin-bottom: 16px; font-size: 1.05rem; line-height: 1.75; }
.order-button {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
}

/* Process steps */
.how-it-works { padding: 60px 0; background: var(--bg-light); }
.process-cover {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin: 28px 0;
    align-items: center;
}
.process-item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    border: 2px solid transparent;
    cursor: pointer;
}
.process-item.active { border-color: var(--primary); }
.step-num {
    display: inline-flex;
    width: 32px; height: 32px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 8px;
}
.step-title { font-size: 1rem; display: inline; }
.process-content p { color: var(--text-muted); font-size: 0.9rem; margin: 8px 0 0; padding-left: 40px; }
.process-image-panel {
    border-radius: 16px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 24px;
    transition: background 0.35s ease;
}
.process-image-panel.tone-blue    { background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.process-image-panel.tone-green   { background: linear-gradient(135deg, #059669, #34d399); }
.process-image-panel.tone-purple  { background: linear-gradient(135deg, #6d28d9, #a78bfa); }
.process-image-panel .process-icon-wrap { background: rgba(255,255,255,0.2) !important; color: #fff !important; box-shadow: none; }
.process-image-panel span#processLabel { font-size: 1.1rem; margin-top: 16px; font-weight: 700; color: #fff; }
.order-btn, .conversion-btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    margin: 0 auto;
}
.conversion-btn.outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); margin-left: 8px; }
.how-it-works .order-btn { display: block; width: fit-content; margin: 20px auto 0; }

/* Subject marquee */
.subject-block { padding: 40px 0; }
.subject-marquee {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 16px 0;
    padding: 0;
    width: max-content;
}
.subject-marquee li a.subject-chip {
    background: inherit;
    border: inherit;
    color: inherit;
    padding: 10px 18px;
}
.subject-marquee li a.subject-chip:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}
.subject-marquee li a.subject-chip:hover .oae-icon-box {
    background: rgba(255,255,255,0.25) !important;
    color: #fff !important;
}
.marquee-left { animation: marqueeLeft 40s linear infinite; }
.marquee-right { animation: marqueeRight 40s linear infinite; }
@keyframes marqueeRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}
.subject-block { overflow: hidden; }

/* Cities */
.city-help-section { padding: 50px 0; background: var(--bg-light); }
.heading-wrapper { text-align: center; margin-bottom: 32px; }
.heading-wrapper .heading { font-size: 1.75rem; color: var(--primary); }
.heading-underline { width: 60px; height: 4px; background: var(--accent); margin: 12px auto; border-radius: 2px; }
.subheading { color: var(--text-muted); max-width: 700px; margin: 0 auto; }
.city-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (min-width: 768px) {
    .city-cards { grid-template-columns: repeat(4, 1fr); }
}
.city-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.city-img-wrap {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.city-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.city-box:hover .city-img { transform: scale(1.05); }
.city-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(255,255,255,0.95);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
    padding: 6px 12px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.city-badge i { color: #dc2626; }
.city-box p { padding: 16px; font-size: 0.95rem; color: var(--text-muted); margin: 0; line-height: 1.65; }
.city-name {
    text-align: center;
    padding: 12px;
    background: var(--primary);
}
.city-name a { color: #fff; font-weight: 700; }

/* Pricing table */
.pricing_and_features { padding: 50px 0; text-align: center; }
.pricing-table-wrapper { overflow-x: auto; margin-top: 24px; }
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}
.pricing-table th, .pricing-table td {
    padding: 12px 16px;
    border: 1px solid var(--border);
}
.pricing-table th { background: var(--primary); color: #fff; }
.red-bg { color: #dc2626; }
.green-bg { color: #16a34a; }
.blue-bg { color: var(--primary); }

/* Samples */
.samples-section { padding: 50px 0; }
.samples-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 24px 0;
}
@media (min-width: 992px) {
    .samples-grid { grid-template-columns: repeat(4, 1fr); }
}
.sample-card {
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0 20px 20px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sample-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.sample-thumb {
    margin: 0 -20px 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.sample-thumb.tone-blue    { background: linear-gradient(135deg, #eff6ff, #dbeafe); }
.sample-thumb.tone-rose    { background: linear-gradient(135deg, #fff1f2, #ffe4e6); }
.sample-thumb.tone-indigo  { background: linear-gradient(135deg, #eef2ff, #e0e7ff); }
.sample-thumb.tone-cyan    { background: linear-gradient(135deg, #ecfeff, #cffafe); }
.sample-thumb.tone-orange  { background: linear-gradient(135deg, #fff7ed, #ffedd5); }
.sample-thumb.tone-green   { background: linear-gradient(135deg, #f0fdf4, #dcfce7); }
.sample-thumb.tone-purple  { background: linear-gradient(135deg, #faf5ff, #ede9fe); }
.sample-thumb.tone-amber   { background: linear-gradient(135deg, #fffbeb, #fef3c7); }
.sample-card h4 { font-size: 1.05rem; margin-bottom: 8px; }
.sample-subject { display: block; font-size: 0.9rem; color: var(--text-muted); }
.sample-grade { display: block; color: var(--accent); font-weight: 700; font-size: 0.9rem; margin: 4px 0 12px; }
.sample-link { font-weight: 600; color: var(--primary); }

/* Tools */
.tools-section { padding: 50px 0; background: var(--bg-light); }
.tools-section .para { text-align: center; margin-left: auto; margin-right: auto; }
.tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}
@media (min-width: 576px) {
    .tools-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 992px) {
    .tools-grid { grid-template-columns: repeat(7, 1fr); }
}
.tool-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px 12px;
    text-align: center;
    font-weight: 600;
    font-size: 0.92rem;
    transition: var(--transition);
}
.tool-card i { font-size: 1.8rem; color: var(--primary); display: block; margin-bottom: 8px; }
.tool-card:hover { border-color: var(--primary); box-shadow: var(--shadow); }

/* Content article */
.content-section { padding: 50px 0; }
.home-article .heading { font-size: 1.45rem; color: var(--primary); margin: 24px 0 12px; }
.home-article p { font-size: 1.05rem; line-height: 1.85; color: var(--text-muted); }
.home-article h3.heading { font-size: 1.1rem; }
.results-table-wrap { overflow-x: auto; margin: 16px 0; }
.results-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.results-table th, .results-table td { padding: 10px 14px; border: 1px solid var(--border); }
.results-table th { background: var(--bg-light); }

/* Blog */
.blog-section { padding: 50px 0; }
.blog-block {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px;
    margin-top: 24px;
}
.blog-left {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.blog-featured-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-thumb-wrap {
    width: 90px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.top-details { padding: 12px 16px 0; display: flex; gap: 16px; font-size: 0.8rem; color: var(--text-muted); }
.blog-left .title {
    display: block;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary);
}
.blog-left .desc { padding: 0 16px 16px; font-size: 0.9rem; color: var(--text-muted); }
.blog-right { display: flex; flex-direction: column; gap: 12px; }
.blog-box {
    display: flex;
    gap: 12px;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px;
    align-items: center;
}
.blog-thumb {
    width: 60px; height: 60px;
    background: var(--bg-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
}
.blog-info .title { font-weight: 600; font-size: 0.9rem; color: var(--primary); display: block; }

/* FAQ */
.faq-section { padding: 50px 0; background: var(--bg-light); }
.faq-inner ul { list-style: none; margin: 0; padding: 0; max-width: 800px; margin: 0 auto; }
.faq-inner li {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    border: 1px solid var(--border);
}
.faq-inner .toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
}
.faq-inner .toggle h3 { font-size: 1rem; margin: 0; }
.faq-inner .inner {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    color: var(--text-muted);
    font-size: 0.95rem;
}
.faq-inner li.open .inner { max-height: 200px; padding: 0 20px 16px; }
.faq-inner li.open .toggle i { transform: rotate(180deg); }

/* Testimonials */
.testimonial-section { padding: 50px 0; }
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 24px;
}
@media (min-width: 576px) {
    .testimonial-slider { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 992px) {
    .testimonial-slider { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1200px) {
    .testimonial-slider { grid-template-columns: repeat(6, 1fr); }
    .testimonial-box { padding: 20px 16px; }
    .testimonial-box p { font-size: 0.92rem; line-height: 1.6; }
}
.testimonial-box {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--shadow);
}
.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}
.testimonial-stars { color: var(--accent); margin-bottom: 0; }
.testimonial-author strong { display: block; }
.testimonial-author span { font-size: 0.85rem; color: var(--text-muted); }

/* Final CTA */
.final-cta-section {
    padding: 60px 0;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff;
}
.final-cta-section h2 { color: #fff; margin-bottom: 12px; }
.final-cta-section p { opacity: 0.9; margin-bottom: 20px; }

/* Responsive */
@media (max-width: 991px) {
    .banner .container { grid-template-columns: 1fr; }
    .services-box { grid-template-columns: 1fr; }
    .process-cover { grid-template-columns: 1fr; }
    .stats-boxes { grid-template-columns: repeat(2, 1fr); }
    .blog-block { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
    .stats-boxes { grid-template-columns: 1fr; }
    .banner h1 { font-size: 1.5rem; }
}
