.elementor-1846 .elementor-element.elementor-element-59fed7ab{--display:flex;}.elementor-1846 .elementor-element.elementor-element-1fa7655{--display:flex;}.elementor-1846 .elementor-element.elementor-element-eff80af{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-1846 .elementor-element.elementor-element-eff80af .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-1846 .elementor-element.elementor-element-eff80af:after{content:"0.66";}.elementor-1846 .elementor-element.elementor-element-eff80af .elementor-post__thumbnail__link{width:100%;}.elementor-1846 .elementor-element.elementor-element-eff80af .elementor-post__meta-data span + span:before{content:"///";}.elementor-1846 .elementor-element.elementor-element-eff80af.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-1846 .elementor-element.elementor-element-eff80af.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-1846 .elementor-element.elementor-element-eff80af.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-1846 .elementor-element.elementor-element-e322235{--display:flex;}.elementor-1846 .elementor-element.elementor-element-b2d3546{--display:flex;}@media(max-width:767px){.elementor-1846 .elementor-element.elementor-element-eff80af .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-1846 .elementor-element.elementor-element-eff80af:after{content:"0.5";}.elementor-1846 .elementor-element.elementor-element-eff80af .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════
   BLACK FRIDAY ISR LANDING PAGE - CSS ONLY
   Paste this into: Appearance → Customize → Additional CSS
   ═══════════════════════════════════════════════════════════ */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Reset & Base for Landing Page */
.isr-landing-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.isr-landing-page {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Typography */
.isr-landing-page h1, 
.isr-landing-page h2, 
.isr-landing-page h3, 
.isr-landing-page h4, 
.isr-landing-page h5 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.isr-landing-page h1 { font-size: 3.5rem; }
.isr-landing-page h2 { font-size: 2.5rem; }
.isr-landing-page h3 { font-size: 2rem; }
.isr-landing-page h4 { font-size: 1.5rem; }

@media (max-width: 768px) {
    .isr-landing-page h1 { font-size: 2.2rem; }
    .isr-landing-page h2 { font-size: 1.8rem; }
    .isr-landing-page h3 { font-size: 1.5rem; }
    .isr-landing-page h4 { font-size: 1.2rem; }
}

/* Container */
.isr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.isr-text-center { text-align: center; }

.isr-section {
    padding: 80px 20px;
}

@media (max-width: 768px) {
    .isr-section { padding: 50px 20px; }
}

/* Buttons */
.isr-btn {
    display: inline-block;
    padding: 18px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    text-align: center;
}

.isr-btn-primary {
    background: linear-gradient(135deg, #d4a574 0%, #c89560 100%);
    color: #fff !important;
    box-shadow: 0 10px 30px rgba(212, 165, 116, 0.3);
}

.isr-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(212, 165, 116, 0.4);
    text-decoration: none;
}

.isr-btn-secondary {
    background: transparent;
    color: #d4a574 !important;
    border: 2px solid #d4a574;
}

.isr-btn-secondary:hover {
    background: #d4a574;
    color: #fff !important;
    text-decoration: none;
}

/* Hero Section */
.isr-hero {
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.isr-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.isr-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 2;
}

.isr-hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 0 20px;
}

.isr-black-friday-badge {
    display: inline-block;
    background: linear-gradient(135deg, #c70000 0%, #8b0000 100%);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(199, 0, 0, 0.4);
    animation: isr-pulse 2s infinite;
}

@keyframes isr-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.isr-hero h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.isr-hero-pricing {
    font-size: 2rem;
    margin: 30px 0;
    font-weight: 600;
}

.isr-old-price {
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 1.5rem;
}

.isr-new-price {
    color: #d4a574;
    font-size: 3rem;
    font-weight: 700;
}

.isr-hero-cta {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .isr-hero {
        height: 90vh;
        min-height: 600px;
    }
    .isr-hero h1 { font-size: 2.5rem; }
    .isr-hero-pricing .isr-new-price { font-size: 2.2rem; }
    .isr-hero-cta { flex-direction: column; align-items: center; }
    .isr-btn { width: 100%; max-width: 300px; }
}

/* Countdown Section */
.isr-countdown-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.isr-countdown-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #d4a574;
}

.isr-countdown-timer {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.isr-countdown-item {
    text-align: center;
}

.isr-countdown-number {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
    background: rgba(212, 165, 116, 0.1);
    padding: 20px 30px;
    border-radius: 10px;
    min-width: 100px;
}

.isr-countdown-label {
    display: block;
    font-size: 0.9rem;
    margin-top: 10px;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Results Section */
.isr-results-section {
    background: #f9f6f3;
    padding: 100px 20px;
}

.isr-results-section h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.isr-results-subtitle {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 50px;
}

.isr-results-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}

.isr-before-after-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin: 60px 0;
}

@media (max-width: 768px) {
    .isr-before-after-gallery {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.isr-before-after-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.isr-before-after-item:hover {
    transform: translateY(-10px);
}

.isr-before-after-item img {
    width: 100%;
    height: auto;
    display: block;
}

.isr-results-callouts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 50px;
}

.isr-callout {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.isr-callout-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.isr-callout-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

/* What Is Section */
.isr-what-is-section {
    background: #fff;
    padding: 100px 20px;
}

.isr-what-is-content {
    max-width: 900px;
    margin: 0 auto;
}

.isr-what-is-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555;
}

.isr-what-is-content ul {
    list-style: none;
    margin: 30px 0;
}

.isr-what-is-content li {
    font-size: 1.1rem;
    padding: 15px 0 15px 40px;
    position: relative;
    color: #555;
}

.isr-what-is-content li:before {
    content: "✨";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}

/* Benefits Section */
.isr-benefits-section {
    background: linear-gradient(135deg, #f9f6f3 0%, #fff 100%);
    padding: 100px 20px;
}

.isr-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.isr-benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.isr-benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(212, 165, 116, 0.2);
}

.isr-benefit-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
}

.isr-benefit-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.isr-benefit-card p {
    color: #666;
    line-height: 1.6;
}

/* Pricing Section */
.isr-pricing-section {
    background: #1a1a1a;
    color: #fff;
    padding: 100px 20px;
}

.isr-pricing-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.isr-pricing-card {
    background: linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
    border: 2px solid #d4a574;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.isr-pricing-card.isr-featured {
    border-width: 3px;
    box-shadow: 0 20px 60px rgba(212, 165, 116, 0.3);
}

.isr-pricing-badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: #c70000;
    color: #fff;
    padding: 8px 50px;
    transform: rotate(45deg);
    font-size: 0.9rem;
    font-weight: 700;
}

.isr-pricing-type {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #d4a574;
}

.isr-pricing-amount {
    font-size: 4rem;
    font-weight: 700;
    margin: 20px 0;
}

.isr-pricing-original {
    text-decoration: line-through;
    font-size: 1.8rem;
    opacity: 0.5;
    display: block;
    margin-bottom: 10px;
}

.isr-pricing-save {
    background: rgba(212, 165, 116, 0.2);
    color: #d4a574;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0;
    display: inline-block;
}

.isr-pricing-features {
    list-style: none;
    margin: 30px 0;
    text-align: left;
}

.isr-pricing-features li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 1.05rem;
}

.isr-pricing-features li:before {
    content: "✓";
    color: #d4a574;
    font-weight: 700;
    margin-right: 10px;
}

/* Promo Code Section */
.isr-promo-code-section {
    background: #d4a574;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

.isr-promo-code {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    background: rgba(255,255,255,0.2);
    padding: 15px 40px;
    border-radius: 50px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.isr-promo-code:hover {
    background: rgba(255,255,255,0.3);
}

.isr-promo-code-text {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
}

.isr-copy-icon {
    font-size: 1.5rem;
}

/* Testimonials Section */
.isr-testimonials-section {
    background: #fff;
    padding: 100px 20px;
}

.isr-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.isr-testimonial-card {
    background: #f9f6f3;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.isr-testimonial-stars {
    color: #d4a574;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.isr-testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.isr-testimonial-author {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 1.1rem;
}

/* FAQ Section */
.isr-faq-section {
    background: #f9f6f3;
    padding: 100px 20px;
}

.isr-faq-container {
    max-width: 900px;
    margin: 60px auto 0;
}

.isr-faq-item {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.isr-faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.isr-faq-question:hover {
    background: #f9f6f3;
}

.isr-faq-icon {
    font-size: 1.5rem;
    color: #d4a574;
    transition: transform 0.3s ease;
}

.isr-faq-item.isr-active .isr-faq-icon {
    transform: rotate(180deg);
}

.isr-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.isr-faq-item.isr-active .isr-faq-answer {
    max-height: 500px;
}

.isr-faq-answer-content {
    padding: 0 30px 25px;
    color: #666;
    line-height: 1.8;
    font-size: 1.05rem;
}

/* CTA Section */
.isr-cta-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #000 100%);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.isr-cta-section h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.isr-cta-section p {
    font-size: 1.3rem;
    margin-bottom: 40px;
    color: #d4a574;
}

.isr-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.isr-contact-info {
    margin-top: 50px;
    font-size: 1.2rem;
}

.isr-contact-info a {
    color: #d4a574;
    text-decoration: none;
    font-weight: 600;
}

.isr-contact-info a:hover {
    text-decoration: underline;
}

/* Footer */
.isr-footer {
    background: #0a0a0a;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.isr-footer p {
    margin: 10px 0;
    opacity: 0.8;
}

.isr-footer a {
    color: #d4a574;
    text-decoration: none;
}

/* Animations */
.isr-scroll-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.isr-scroll-reveal.isr-active {
    opacity: 1;
    transform: translateY(0);
}

/* Special styling overrides */
.isr-landing-page p {
    margin-bottom: 1em;
}

.isr-landing-page a {
    transition: all 0.3s ease;
}

.isr-landing-page strong {
    font-weight: 600;
}/* End custom CSS */