/* Global & Reset */
body {
    margin-top: 3.5rem !important;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f3f5fb;
    color: #111827;
}

h1, h2, h3, h4 {
    margin: 0;
    font-weight: 700 !important;
}

main p {
    margin: 0;
    line-height: 1.5;
    color: #6b7280;
}

ul {
    margin: revert;
}

/* Layout */
.page {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 16px 80px;
}

#main-content {
    background: #f3f5fb;
}

#branding {
    background-color: #fff;
    padding: 40px;
    border-radius: 18px;
}

/* Countdown Timer Styles */
#CDTSmall3 {
    position: absolute;
    top: 35px;
    right: 20px;
    border-radius: 3px;
    background: red;
    font-size: 0.6rem;
    font-family: monospace;
    padding: 0 3px;
    color: #fff;
}

#CDT-index {
    color: #eee;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin: 0 0 20px;
}

#CDT-index .number {
    display: inline-block;
    height: 50px;
    line-height: 45px;
    zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    border-radius: 7px;
    background-clip: padding-box;
    text-align: center;
    border: 1px solid #555;
    padding: 0 8px 3px 8px;
}

#CDT-index .number-wrapper-small {
    margin: 2px;
    position: relative;
}

.plan-badge .number-wrapper-small:nth-last-child(1)::before,
.plan-badge .number-wrapper-small:nth-last-child(2)::before {
    content: ':';
    background-color: red;
    height: 100%;
}

.plan-badge .number-wrapper-small:nth-child(1) {
    display: none;
}

/* Header / Hero */
#header {
    background: url(/images/bg.jpg) repeat-x scroll 0px 0px transparent;
    background-color: #466f8f;
    background-size: contain;
    border-radius: 0;
    text-shadow: 0px 1px 0px #333;
}

.hero {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 50px;
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 8px;
}

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

/* Pricing Section */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 35px;
    margin-bottom: 72px;
    align-items: stretch;
}

.plan {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 24px 28px;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: scale(0.97);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

article.plan footer {
    background-color: inherit;
    border: none;
    padding: 0;
}

/* Highlighted Plan */
.plan--highlight {
    position: relative;
    transform: scale(1.05);
    z-index: 2;
    box-shadow: 0 24px 80px rgba(120, 151, 216, 0.25);
    border: 1px solid #2762ea;
    font-size: 1.0625rem;
}

.plan--highlight::before {
    content: "⭐ Recommended";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #2563eb;
    color: #ffffff;
    font-size: 0.6875rem;
    padding: 4px 12px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.5);
}

.plan--highlight .plan-label { font-size: 0.84375rem; }
.plan--highlight .plan-price { font-size: 1.875rem; }
.plan--highlight .plan-period { font-size: 0.84375rem; }
.plan--highlight .plan-small-label,
.plan--highlight .plan-desc,
.plan--highlight .plan-list,
.plan--highlight .plan-footer-text { font-size: 0.84375rem; }

/* Plan Typography */
.plan-header { margin-bottom: 16px; }

.plan-label {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 6px;
}

.plan-price {
    font-size: 1.75rem;
    font-weight: 700;
    margin-right: 4px;
    color: #111827;
}

.plan-period {
    font-size: 0.8125rem;
    color: #6b7280;
}

.plan-small-label {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 4px;
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-size: 1rem;
    border-radius: 8px;
    background: #e5f9ee;
    color: #047857;
    margin-left: 8px;
}

.plan-badge span { font-weight: 600; }

.plan-list {
    list-style: none;
    padding: 0;
    margin: 16px 0 20px;
    font-size: 0.8125rem;
    color: #4b5563;
}

.plan-list li {
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
}

.plan-list li::before {
    content: "✔";
    color: #10b981;
    font-size: 0.75rem;
    margin-right: 8px;
    line-height: 1.3;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.plan-desc {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 16px;
}

.plan-footer-text {
    margin-top: 16px;
    font-size: 0.6875rem;
    color: #9ca3af;
    text-align: center;
}

/* Dark Plan */
.plan--dark {
    background: #020617;
    color: #e5e7eb;
}

.plan--dark .plan-price { color: #ffffff; }
.plan--dark p, .plan--dark .plan-list { color: #d1d5db; }
.plan--dark .plan-list li::before { color: #facc15; }

/* Buttons */
.bttn {
    display: inline-flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 999px;
    padding: 10px 16px;
    border: none;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}

.bttn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.16);
    color: white;
    text-decoration: none;
}

.bttn-blue { background: #2563eb; color: #ffffff; }
.bttn-green { background: #10b981; color: #ffffff; }
.bttn-dark {
    background: #f97316;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(249, 115, 22, 0.4);
}

/* Feature Grid (Why Upgrade) */
.why-upgrade,
.testimonials-section,
.faq-section,
.stats-section,
.reviews-section {
    margin-top: 100px;
}

.section-heading {
    text-align: left;
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.section-sub {
    text-align: left;
    font-size: 0.9rem;
    max-width: 700px;
    margin: 20px 0;
}

.feature-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.feature-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px 0;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
    font-size: 0.8125rem;
}

.feature-card h4 {
    font-size: 0.9rem;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.feature-card li { margin-bottom: 30px; }

/* Stats Section */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.stat-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
    font-size: 0.8125rem;
}

.stat-value {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
}

.stat-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6b7280;
    margin-bottom: 6px;
}

.stat-desc {
    font-size: 0.8125rem;
    color: #4b5563;
}

.stat-card--full { grid-column: 1 / -1; }

/* Testimonials */
.testimonials-heading {
    text-align: center;
    font-size: 1.0625rem;
    margin-bottom: 16px;
}

.testimonials-sub {
    text-align: center;
    font-size: 0.8125rem;
    color: #6b7280;
    margin-bottom: 28px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.testimonial {
    background: #f3f4f6;
    border-radius: 18px;
    padding: 18px 20px 30px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(15, 23, 42, 0.02);
    font-size: 0.8125rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #e5e7eb;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #111827;
}

.testimonial-role { font-size: 0.9rem; color: #9ca3af; }
.testimonial-body { font-size: 1rem; color: #4b5563; margin-top: 4px; }
.testimonial-body::before, .testimonial-body::after { content: "«"; margin-right: 2px; }
.testimonial-body::after { content: "»"; margin-left: 2px; }

/* Google Reviews */
#reviewsContainer {
    background: #fff;
    padding: 20px 10px 20px 20px;
    border-radius: 14px;
}

#googleReviews {
    height: 490px;
    overflow: hidden;
}

.divReviewContainer {
    border-top: 1px dashed rgb(204, 204, 204);
    color: rgb(76, 76, 76);
    display: block;
    font-size: 12px;
    padding: 15px 0;
    word-wrap: break-word;
}

.imgAuthor {
    box-shadow: rgb(178, 178, 178) -1px 1px 5px 0px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 2px;
    color: rgb(76, 76, 76);
    display: block;
    float: left;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    height: 35px;
    margin-left: 3px;
    width: 35px;
}

.divReview {
    display: block;
    font-size: 12px;
    margin-left: 65px;
    word-wrap: break-word;
}

.aLink {
    color: rgb(51, 51, 51);
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
}

.spanTimestamp {
    display: inline;
    font-size: 12px;
    margin-left: 8px;
}

.divRating {
    display: inline-block;
    font-size: 12px;
    margin-top: 1px;
    vertical-align: middle;
    width: 75px;
}

.rsw-stars {
    color: rgb(76, 76, 76);
    display: block;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    height: 17px;
    width: 75px;
}

.rsw-starred {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAABTVBMVEUAAAD/89r94rz9uir5qTX6sj3+zEL4smv925X7zZn+46b+5Lv/9N/95sn/8tP/9er0hBH8shT5oQ78swv9uhL8tR31jx73myf+wh76qRn1kSrzgh/8tyfzfx/7sCL8tyj9wTz5r0b3qFX7vUv4r139yVb+1F39yFj9yFT8ymv+1XD5unT4sWz+3HX9yV79z2r6vnz+1nv5vX/+1Hr5u3v5v4j91oH5woz/6av70qT/7L370Zv+6sf827n82Kj7rhH7qxH6qRL6phL2kxb4nRX5oxP5oBP3lhb3mhX8sRD8pwD8tA/9rQH9tw/8qgD2kRj1jhb2jAP5mwH7rBP9uw73lA37rgz5nAz1igz9sAP+tQD6mAD0ggD0fgD6qBT8tBL0hQv4mQr9tQn0gQL4lQD3kQDzdwDzdQDzbgD5pBb7sQ/9uQb+ugD+qwD6lQBsIO6LAAAAP3RSTlMAIR3g1svAmG9dTT4UFBAH/fz5+Pby8e/r6OTe2dnY0su/uLCpqKeknpmWkYqJhYKAfnh1cGhoWFRUREM2MC+zzMOXAAABBUlEQVQoz23RRW/DMACGYZdXHjMzM2O3deTYaTgNlWn4/49z1cou5LlE+V7JBxt0CO4BV5e/PzHXMGka6277AFK+TY9LGDUVBQX7920eY1xC1737ESphjsPGSIRt3sjBmg8aeY7II35x8ySaIPPG7BAPIf/10aZB8je2cA58FtIeemjwbx8k5yU51U1OWVvkrMSUJD92s1ZAk2dYyj11yFUCoOVW0l+Yz4qf3Ub1ldGL7F5iejFNVQOAiqfVd0pcYuFeVd8o0c/CjfjMiBMshG0hk8k6tu1kyVfw0nDoCOXa+M5VeLVQKwjlKA3Ljfr0cRwQd6HBeuOUhtDcWZI+wu7MBSD+AV5vTpaHgmWsAAAAAElFTkSuQmCC);
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 2px;
}

.rsw-unstarred {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAMAAAAm/38fAAAAulBMVEUAAAD4+Pi6urrQ0NDw8PD6+vqvr6+qqqqwsLC2trawsLC/v7/ExMTGxsbY2NjZ2dnW1tbf39/f39/o6Oju7u7t7e309PT9/f309PSxsbGwsLC5ubm1tbW6urrExMTKysrNzc3KysrT09PPz8/a2trX19fd3d3o6Ojd3d3o6Oji4uLh4eHj4+P09PT19fXy8vLt7e3x8fH19fX7+/utra2kpKSjo6Ofn5+srKympqaqqqqgoKCoqKirq6upBFyvAAAANHRSTlMAFOGnQCH8+fHt3NbJwJmXhH92XVRNHgcE9OjZ2NLOv7iwp56RiolycGxoaFhENjAvGxEPhbK/JgAAANlJREFUKM9tkVdywzAMBWlJ7iWOe3rvPcEjQEq5/7WM0WhMWtZ+7g4rTMT40TSyAFqNoQ/cNvkXiEO7IfRAhKtDf6SePD7q/hieRAjdZXA/y2maoKASYHQ3y35Vp2cdqwhVeKucXLyZxLp/2kc0Ts363FIdsRPd6+/0oNib8vB219b8qLrWJ9yeH25MxVMeeefCv7R8tCS/NCF04jAO4bvwURiGkNnyjSKkoL/ZhTmrAisFkZNV+FqmnHv3i3kKhuTZLlwzJ7Ny3l+Tgvk5DGnwujYVq4fBu1G2v+g3wdkTL24AAAAASUVORK5CYII=);
    background-size: contain;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-left: 2px;
}

.divReviewText {
    display: block;
    font-size: 0.8rem;
    margin: 5px 0;
    word-wrap: break-word;
    overflow: hidden;
}

/* FAQ */
.faq-list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-item {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    border: 1px solid rgba(209, 213, 219, 0.7);
    transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.faq-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.09);
    border-color: #ccc;
}

.faq-item.open {
    border-color: #0f3da2;
    background: linear-gradient(180deg, #ffffff, #f9fafb);
}

.faq-header {
    padding: 14px 20px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    background: linear-gradient(90deg, #ffffff, #f8fafc);
    position: relative;
    border: none;
    outline: none !important;
    width: 100%;
}

.faq-header::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(229, 231, 235, 0.9), transparent);
    opacity: 0;
    transition: opacity 0.18s ease;
}

.faq-item.open .faq-header::after { opacity: 1; }

.faq-question {
    text-align: left;
    margin-right: 12px;
    color: #111827;
    font-weight: 600;
}

.faq-icon {
    font-size: 0.875rem;
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.faq-item.open .faq-icon {
    transform: rotate(180deg);
    border-color: #2563eb;
    color: #2563eb;
    background: #eff6ff;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.22s ease;
    background: #f9fafb;
}

.faq-body-inner {
    padding: 10px 20px 16px;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.6;
}

.faq-item.open .faq-body { max-height: 400px; }

/* CTA Bottom / Footer */
.cta {
    max-width: 1120px;
    margin: 32px auto 0;
    padding: 30px 20px 32px;
    border-radius: 20px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #e5e7eb;
    text-align: center;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.5);
}

.cta h2 { font-size: 1.125rem; margin-bottom: 6px; color: #ffffff; }
.cta p { font-size: 0.8125rem; color: #e5e7eb; margin-bottom: 20px; }

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.cta-actions .bttn {
    max-width: 260px;
    font-size: 0.8125rem;
    padding-top: 9px;
    padding-bottom: 9px;
}

.cta-note { font-size: 0.6875rem; color: #bfdbfe; }

#footer {
    background: #222;
    color: #fff;
}

#footerElement {
    padding: 20px 0 !important;
    border-top: solid 1px #ddd;
    background-color: #eee;
    text-align: center;
}

@media (min-width: 520px) and (min-height: 680px) {
    #main-content:not([rel='capture']) {
        margin-bottom: 100vh;
        z-index: 2;
        position: relative;
    }

    #footer:not([rel='capture']) {
        position: fixed;
        z-index: 1;
        bottom: 0px;
        height: 100vh;
        width: 100%;
    }
}

@media (max-width: 900px) {
    .pricing-grid,
    .testimonial-grid { grid-template-columns: 1fr; }
    .plan--highlight { transform: scale(1.02); }
    .faq-header { padding: 12px 16px; }
    .faq-body-inner { padding: 10px 16px 14px; }
    .stats-grid { grid-template-columns: 1fr; }
}