/* ID Web Hosting - Dynamic Theme Styles */
/* Generated: 2025-11-25 07:06:27 */
/* NO BACKWARDS COMPATIBILITY - External CSS Only */

/* FAQ Section */
.faq {
    background: rgba(245, 240, 237, 1);
    padding: 8rem 2rem;
}

.faq__content {
    max-width: 900px;
    margin: 0 auto;
}

.faq__heading {
    font-family: Georgia, Times New Roman, serif !important;
    font-size: 4rem !important;
    color: #e8a3ba !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
    font-stretch: ultra-condensed !important;
    font-weight: 100 !important;
    opacity: 1 !important;
    margin-bottom: 3rem;
    text-align: center;
}

.faq__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq__item {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e8a3ba;
    border-radius: 8px;
    overflow: hidden;
}

.faq__question {
    font-family: Georgia, Times New Roman, serif !important;
    font-size: 1.5rem !important;
    color: #2b2425 !important;
    font-weight: 400 !important;
    padding: 1.5rem 2rem;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    transition: background 0.3s ease;
}

.faq__question:hover { background: rgba(0, 0, 0, 0.03); }

.faq__question:focus {
    outline: 3px solid #e8a3ba;
    outline-offset: 2px;
    background: rgba(0, 0, 0, 0.05);
}

.faq__question:focus:not(:focus-visible) { outline: none; }

.faq__icon {
    color: #e8a3ba;
    font-size: 1.5rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq__item.active .faq__icon { transform: rotate(180deg); }

.faq__answer {
    font-family: Georgia, Times New Roman, serif !important;
    font-size: 1rem !important;
    color: #3a3032 !important;
    line-height: 1.6 !important;
    font-weight: 300 !important;
    padding: 0 1.5rem 2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq__item.active .faq__answer {
    max-height: 1000px;
    padding: 0 1.5rem 2rem 1.5rem 2rem;
}

@media (max-width: 768px) {
    .faq__heading { font-size: 2.5rem !important; }
    .faq__question { font-size: 1.25rem !important; }
    .faq__answer { font-size: 0.95rem !important; }
}

/* Hero Section */
.hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.hero__content {
    padding: 5rem 2rem !important;
    max-width: 1200px !important;
}

.hero__tagline {
    font-family: system-ui, -apple-system, sans-serif !important;
    font-size: 1.125rem !important;
    color: #ffffff !important;
    letter-spacing: 0.01em !important;
    line-height: 1.6 !important;
    font-stretch: normal !important;
    font-weight: 400 !important;
    opacity: 0.92 !important;
    margin-bottom: 3.5rem !important;
}

.hero__headline {
    font-family: Georgia, Times New Roman, serif !important;
    font-size: 6.5rem !important;
    color: #ffffff !important;
    letter-spacing: -0.01em !important;
    line-height: 1 !important;
    font-stretch: normal !important;
    font-weight: 100 !important;
    margin-bottom: 3rem !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.hero__subheadline {
    font-family: system-ui, -apple-system, sans-serif !important;
    font-size: 1.35rem !important;
    color: #ffffff !important;
    letter-spacing: 0em !important;
    line-height: 1.8 !important;
    font-stretch: normal !important;
    font-weight: 300 !important;
    opacity: 0.94 !important;
    margin-bottom: 3.5rem !important;
    max-width: 950px !important;
}

.hero__buttons {
    gap: 1.5rem !important;
    margin-top: 3rem !important;
}

.hero__button {
    padding: 1rem 2.5rem !important;
    border-radius: 8px !important;
    font-size: 1.125rem !important;
}

.hero__button--primary {
    background-color: #e8a3ba !important;
    color: #fff !important;
}

.hero__button--secondary {
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

/* Pricing Section */
.pricing {
    background: rgba(255, 255, 255, 1);
    padding: 8rem 2rem;
    text-align: center;
}

.pricing__content {
    max-width: 1200px;
    margin: 0 auto;
}

.pricing__tagline {
    font-family: Georgia;
    font-size: 1.25rem;
    color: #666;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-stretch: normal;
    font-weight: 400;
    opacity: 1;
    margin-bottom: 1.5rem;
}

.pricing__headline {
    font-family: Georgia;
    font-size: 3rem;
    color: #2b2425;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-stretch: normal;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 3rem;
}

.pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.pricing__card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e8a3ba;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.pricing__card-title {
    font-family: Georgia;
    font-size: 1.75rem;
    color: #2b2425;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}

.pricing__card-subtitle {
    font-family: Georgia;
    font-size: 1rem;
    color: #666;
    font-weight: 400;
    margin-bottom: 1rem;
}

.pricing__card-description {
    font-family: Georgia;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.pricing__card-price {
    font-family: Georgia;
    font-size: 2.5rem;
    color: #e8a3ba;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.pricing__card-button {
    background: #e8a3ba;
    color: #fff;
    border: 1px solid #e8a3ba;
    padding: 0.875rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.pricing__card-button:hover {
    background: #e8a3ba;
    color: #ffffff;
}

.pricing__cta { margin-top: 2rem; }

.pricing__cta-text {
    font-family: Georgia;
    font-size: 1.25rem;
    color: #2b2425;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.pricing__cta-button {
    background: #2b2425;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
}

.pricing__cta-button:hover { opacity: 0.9; }

/* Marquee Section */
.marquee {
    overflow: hidden;
    position: relative;
    background: rgba(245, 240, 237, 1);
    padding: 2rem 0;
}

.marquee__content {
    display: flex;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
}

.marquee__text {
    font-family: Georgia, Times New Roman, serif;
    font-size: 8rem;
    color: #e8a3ba;
    letter-spacing: -0.01em;
    line-height: 1.2;
    font-stretch: ultra-condensed;
    font-weight: 100;
    opacity: 1;
    padding-right: 4rem;
}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Process Section */
.process { background: rgba(255, 255, 255, 1); padding: 8rem 2rem; }
.process__content { max-width: 1400px; margin: 0 auto; }
.process__hero { display: flex; align-items: center; justify-content: space-between; gap: 4rem; margin-bottom: 4rem; }
.process__hero-text { flex: 1; }
.process__tagline { font-family: Georgia; font-size: 1.25rem; color: #666; margin-bottom: 2rem; }
.process__headline { font-family: Georgia; font-size: 3rem; color: #2b2425; margin: 0; }
.process__hero-image { flex-shrink: 0; }
.process__hero-image img { max-width: 400px; width: 100%; height: auto; border-radius: 12px; }
.process__steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 2rem; }
.process__step { background: rgba(255, 255, 255, 1); border: 1px solid #e8a3ba; border-radius: 12px; padding: 2rem; text-align: center; }
.process__step-number { font-family: Georgia; font-size: 3rem; color: #e8a3ba; font-weight: 700; margin-bottom: 1rem; }
.process__step-title { font-family: Georgia; font-size: 1.5rem; color: #2b2425; margin-bottom: 1rem; }
.process__step-description { font-family: Georgia; font-size: 1rem; color: #666; margin: 0; }
.process__arrow { color: #e8a3ba; font-size: 2rem; }
@media (max-width: 768px) { .process__hero { flex-direction: column; text-align: center; } .process__steps { grid-template-columns: 1fr; } .process__arrow { display: none; } }

/* Why Us Section */
.whyus { background: rgba(245, 240, 237, 1); padding: 8rem 2rem; text-align: center; }
.whyus__content { max-width: 1000px; margin: 0 auto; }
.whyus__headline { font-family: Georgia; font-size: 4rem; color: #2b2425; margin-bottom: 0; }
.whyus__headline-accent { font-family: Georgia; font-size: 4rem; color: #e8a3ba; display: inline; }
.whyus__body { font-family: Georgia; font-size: 1.25rem; color: #666; max-width: 800px; margin: 2rem auto 0; }

/* CTA Section */
.cta { background: rgba(43, 36, 37, 1); padding: 8rem 2rem; text-align: center; }
.cta__content { max-width: 800px; margin: 0 auto; }
.cta__tagline { font-family: Georgia; font-size: 1.25rem; color: #fff; margin-bottom: 1.5rem; }
.cta__headline { font-family: Georgia; font-size: 3rem; color: #fff; margin-bottom: 1.5rem; }
.cta__subheadline { font-family: Georgia; font-size: 1.5rem; color: #fff; margin-bottom: 2.5rem; }
.cta__button { display: inline-block; background: #e8a3ba; color: #fff; padding: 1rem 2.5rem; border-radius: 8px; text-decoration: none; border: none; transition: all 0.3s ease; }
.cta__button:hover { opacity: 0.9; }

/* Join Now Section */
.joinnow { background: rgba(245, 240, 237, 1); padding: 8rem 2rem; text-align: center; }
.joinnow__content { max-width: 800px; margin: 0 auto; }
.joinnow__headline { font-family: Georgia; font-size: 3rem; color: #2b2425; margin-bottom: 3rem; }
.joinnow__buttons { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.joinnow__button1 { background: #e8a3ba; color: #fff; border: 2px solid #e8a3ba; padding: 1rem 2.5rem; border-radius: 8px; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
.joinnow__button1:hover { opacity: 0.9; transform: translateY(-2px); }
.joinnow__button2 { background: transparent; color: #2b2425; border: 2px solid #2b2425; padding: 1rem 2.5rem; border-radius: 8px; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
.joinnow__button2:hover { opacity: 0.9; transform: translateY(-2px); }
@media (max-width: 768px) { .joinnow__buttons { flex-direction: column; align-items: center; } .joinnow__button1, .joinnow__button2 { width: 100%; max-width: 300px; text-align: center; } }

/* Who For Section */
.whofor { background: rgba(255, 255, 255, 1); padding: 8rem 2rem; }
.whofor__container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 4rem; }
.whofor__image { flex-shrink: 0; }
.whofor__image img { max-width: 500px; width: 100%; height: auto; border-radius: 12px; }
.whofor__content { flex: 1; }
.whofor__tagline { font-family: Georgia; font-size: 1.25rem; color: #666; margin-bottom: 1.5rem; }
.whofor__headline { font-family: Georgia; font-size: 3rem; color: #2b2425; margin-bottom: 2rem; }
.whofor__body { font-family: Georgia; font-size: 1.125rem; color: #666; margin: 0; }
@media (max-width: 768px) { .whofor__container { flex-direction: column; text-align: center; } .whofor__image { order: -1; } .whofor__image img { max-width: 100%; } }

