/* LetOutAgree Free Resources Microsite CSS based on Blueprint */

.fr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 15px;
    font-family: 'Inter', sans-serif;
    color: #333;
}

/* Header */
.fr-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-top: 10px;
}

.fr-header-text {
    flex: 1;
}

.fr-breadcrumbs {
    font-size: 13px;
    color: #013493;
    margin-bottom: 12px;
    font-weight: 500;
}

.fr-breadcrumbs a {
    color: #013493;
    text-decoration: none;
}

.fr-breadcrumbs span {
    color: #6b7280;
}

.fr-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #013493;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.fr-subtitle {
    font-size: 1.1rem;
    color: #111827;
    font-weight: 600;
    margin: 0;
    text-wrap: pretty;
}

.fr-header-icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-left: 20px;
    display: none;
}

@media (min-width: 600px) {
    .fr-header-icon {
        display: block;
    }
}

/* Box Common Styles */
.fr-box {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #e5e7eb;
}

.fr-box-header {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Box Variations */
.fr-box-green {
    border: 2px solid #a3cfb4;
    background-color: #fcfdfc;
}

.fr-box-green .fr-box-header {
    color: #166534;
}

.fr-box-blue {
    border: 2px solid #bfdbfe;
    background-color: #f8fafc;
}

.fr-box-blue .fr-box-header {
    color: #1e3a8a;
}

.fr-box-orange {
    border: 2px solid #fed7aa;
    background-color: #fffaf5;
}

.fr-box-orange .fr-box-header {
    color: #c2410c;
}

.fr-box-outline {
    border: 2px solid #e5e7eb;
}

.fr-box-outline .fr-box-header {
    color: #1e3a8a;
}

/* Grid for side-by-side boxes */
.fr-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .fr-grid-2 {
        grid-template-columns: 1fr 1.2fr;
    }
}

.fr-grid-2 .fr-box {
    margin-bottom: 0;
}

/* Section 1: Free Sample Preview */
.fr-preview-row {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 768px) {
    .fr-preview-row {
        flex-direction: row;
        align-items: center;
    }
}

.fr-preview-images {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.fr-page-thumb {
    width: 140px;
    height: 198px;
    /* A4 aspect ratio */
    background: #fff;
    border: 1px solid #d1d5db;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 10px;
    overflow: hidden;
}

.fr-page-thumb-svg {
    width: 100%;
    height: 100%;
}

.fr-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-35deg);
    font-size: 24px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.08);
    pointer-events: none;
    letter-spacing: 2px;
}

.fr-thumb-caption {
    text-align: center;
    font-size: 11px;
    color: #4b5563;
    margin-top: 8px;
    font-weight: 500;
}

.fr-preview-actions {
    flex: 1;
}

.fr-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.fr-check-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #111827;
    font-weight: 500;
}

.fr-check-list li i {
    color: #16a34a;
    font-size: 18px;
    margin-right: 12px;
}

.fr-check-list-small li {
    font-size: 13px;
    margin-bottom: 8px;
}

.fr-check-list-small li i {
    font-size: 15px;
    margin-right: 8px;
}

/* Buttons */
.fr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    gap: 8px;
}

.fr-btn-green {
    background: #166534;
    color: #fff;
}

.fr-btn-green:hover {
    background: #14532d;
    color: #fff;
}

.fr-btn-outline-blue {
    background: transparent;
    border: 2px solid #013493;
    color: #013493;
}

.fr-btn-outline-blue:hover {
    background: #013493;
    color: #fff;
}

.fr-btn-orange {
    background: #ea580c;
    color: #fff;
}

.fr-btn-orange:hover {
    background: #c2410c;
    color: #fff;
}

.w-100 {
    width: 100%;
}

.fr-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Section 2: Icons Grid */
.fr-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 10px;
    text-align: center;
}

@media (min-width: 400px) {
    .fr-icons-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.fr-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.fr-icon-item svg {
    width: 32px;
    height: 32px;
    color: #1e3a8a;
}

.fr-icon-item span {
    font-size: 12px;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.2;
}

/* Section 3: Upsell */
.fr-box-orange p {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5;
}

.fr-upsell-content {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.fr-price-tag {
    border: 2px dashed #f59e0b;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background: #fff;
    min-width: 110px;
}

.fr-price {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: #ea580c;
    line-height: 1;
}

.fr-only {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ea580c;
    margin-top: 4px;
}

.fr-onetime {
    display: block;
    font-size: 10px;
    color: #d97706;
    margin-top: 6px;
    font-weight: 600;
}

/* Section 4: Features */
.fr-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
}

@media (min-width: 600px) {
    .fr-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .fr-features-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.fr-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.fr-feature-item svg {
    width: 36px;
    height: 36px;
}

.fr-feature-item.green svg {
    color: #16a34a;
}

.fr-feature-item.orange svg {
    color: #f59e0b;
}

.fr-feature-item span {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

/* Section 5: FAQ */
.fr-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fr-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #f9fafb;
}

.fr-faq-item summary {
    padding: 12px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.fr-faq-item summary::-webkit-details-marker {
    display: none;
}

.fr-faq-item summary::after {
    content: "▼";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #6b7280;
}

.fr-faq-item[open] summary::after {
    content: "▲";
}

.fr-faq-item .fr-faq-content {
    padding: 0 16px 16px 16px;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.5;
}

/* Dynamic SEO Content */
.fr-seo-content {
    margin-top: 40px;
}

.fr-seo-block {
    margin-bottom: 24px;
}

.fr-seo-block h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.fr-seo-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 12px;
}

/* Redesigned Layout Classes */
.fr-hero-grid {
    display: grid;
    gap: 24px;
    margin-bottom: 24px;
    align-items: stretch;
}

@media (min-width: 992px) {
    .fr-hero-grid {
        grid-template-columns: 1.3fr 1fr;
    }
}

.fr-box-primary {
    border: 2px solid #ea580c;
    background-color: #fffaf5;
    box-shadow: 0 4px 20px rgba(234, 88, 12, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fr-box-primary::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #ea580c;
}

.fr-upsell-desc {
    font-size: 16px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 1.5;
}

.fr-upsell-content-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #fed7aa;
}

@media (min-width: 576px) {
    .fr-upsell-content-new {
        flex-direction: row;
        align-items: center;
    }
}

.fr-price-tag-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff7ed;
    border: 2px dashed #f97316;
    border-radius: 8px;
    padding: 16px;
    min-width: 120px;
    flex-shrink: 0;
}

.fr-price-tag-new .fr-price {
    font-size: 36px;
    font-weight: 800;
    color: #ea580c;
    line-height: 1;
}

.fr-price-tag-new .fr-onetime {
    font-size: 13px;
    font-weight: 700;
    color: #c2410c;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fr-check-list-compact {
    margin: 0;
    flex: 1;
}

.fr-check-list-compact li {
    font-size: 14px;
    margin-bottom: 8px;
    align-items: flex-start;
}

.fr-check-list-compact li:last-child {
    margin-bottom: 0;
}

.fr-btn-large {
    font-size: 18px;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
    text-align: center;
}
.fr-customized-btn {
    max-width: 100%;
    width: 100%;
    padding: 12px 24px;
}

.fr-btn-large:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.3);
}

.fr-box-secondary {
    background: #f8fafc;
    border: 2px solid #013493;
    box-shadow: 0 4px 20px rgba(1, 52, 147, 0.08);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fr-box-secondary::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #013493;
}

.fr-secondary-desc {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px;
    line-height: 1.5;
}

.fr-downloads-compact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fr-whats-included-compact {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    margin-top: 20px;
}

.fr-icons-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}

.fr-icon-item-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 60px;
}

.fr-icon-item-small i {
    font-size: 20px;
    color: #0284c7;
}

.fr-icon-item-small span {
    font-size: 11px;
    font-weight: 600;
    color: #4b5563;
    text-align: center;
}

.fr-thumbnails-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.fr-thumbnail-mini {
    width: 80px;
    height: 113px;
    background: #fff;
    border: 1px solid #d1d5db;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.05);
    padding: 6px;
    position: relative;
}
.fr-wi-new-container {
    padding: 30px 20px;
    background: #ffffff;
}

.fr-decorative-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.fr-decorative-divider .line {
    height: 1px;
    width: 60px;
    background: #ea580c;
}

.fr-wi-subtitle {
    color: #4b5563;
    margin-bottom: 30px;
    font-size: 1.05rem;
    font-weight: 400;
    text-align: center;
}

.fr-wi-features-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0;
    align-items: stretch;
}

.fr-wi-feature-col {
    padding: 0 15px;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.fr-wi-icon-circle {
    width: 60px;
    height: 60px;
    background: #013493;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.fr-wi-icon-circle i {
    font-size: 24px;
    color: #ffffff;
}

.fr-wi-feature-col h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.fr-wi-feature-col p {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 1200px) {
    .fr-wi-features-row {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 30px;
    }
    .fr-wi-feature-col:nth-child(4n) {
        border-right: none;
    }
}
@media (max-width: 768px) {
    .fr-wi-features-row {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }
    .fr-wi-feature-col:nth-child(2n) {
        border-right: none;
    }
    .fr-wi-feature-col {
        border-right: 1px solid #e5e7eb;
    }
}
@media (max-width: 480px) {
    .fr-wi-features-row {
        grid-template-columns: 1fr;
    }
    .fr-wi-feature-col {
        border-right: none;
    }
}
.mt-4 { margin-top: 1rem; }
/* Customized Card Redesign */
.fr-customized-card {
    padding: 0 !important;
    background-color: #fff9f2 !important;
    position: relative;
    overflow: hidden;
    align-self: start;
    border: 1px solid #ea580c;
}

.fr-customized-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: #ea580c;
    z-index: 2;
}

.fr-customized-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 95%;
    width: 50%;
    object-fit: contain;
    object-position: top right;
    opacity: 0.95;
    z-index: 0;
    pointer-events: none;
}

.fr-customized-content-wrapper {
    position: relative;
    z-index: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: linear-gradient(90deg, #fff9f2 50%, #fff9f2 55%, rgba(255,249,242,0) 80%);
}

.fr-customized-badge {
    background: #ea580c;
    color: white;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    align-self: flex-start;
    margin-bottom: 15px;
}

.fr-customized-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.fr-customized-subtitle {
    color: #4b5563;
    font-size: 0.95rem;
    margin-bottom: 15px;
    max-width: 440px;
    line-height: 1.5;
}

.fr-customized-inner-box {
    background: white;
    border-radius: 8px;
    padding: 15px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #f3f4f6;
    max-width: 100%;
}

.fr-customized-price-box {
    border: 2px dashed #ea580c;
    border-radius: 8px;
    padding: 15px 15px;
    text-align: center;
    min-width: 90px;
    background: #fffaf5;
    flex-shrink: 0;
}

.fr-customized-price-box .price {
    font-size: 2rem;
    font-weight: 800;
    color: #ea580c;
    line-height: 1;
}

.fr-customized-price-box .onetime {
    font-size: 0.65rem;
    font-weight: 700;
    color: #ea580c;
    margin-top: 5px;
    letter-spacing: 0.5px;
}

.fr-customized-price-box .secure {
    font-size: 0.75rem;
    color: #374151;
    margin-top: 8px;
    font-weight: 600;
    line-height: 1.2;
}

.fr-customized-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.85rem;
    color: #374151;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fr-customized-feature-list li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.3;
}

.fr-customized-feature-list li i {
    color: #ea580c;
    margin-top: 1px;
}

.fr-customized-trust-badges {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    flex-wrap: wrap;
    max-width: 100%;
}

@media (max-width: 768px) {
    .fr-customized-content-wrapper {
        padding: 20px;
        background: #fff9f2; /* Solid color for readability */
    }
    .fr-customized-bg {
        display: none; /* Hide background image on mobile for cleaner text readability */
    }
    .fr-customized-title {
        font-size: 1.5rem;
    }
    .fr-customized-subtitle {
        max-width: 100%;
        font-size: 0.9rem;
    }
    .fr-customized-inner-box {
        flex-direction: column;
        align-items: center;
        padding: 15px;
        gap: 15px;
        max-width: 100%;
    }
    .fr-customized-price-box {
        width: 100%;
        max-width: 280px;
        margin-bottom: 5px;
    }
    .fr-customized-trust-badges {
        gap: 10px;
        justify-content: center;
        font-size: 0.7rem;
    }
    .fr-btn-large {
        max-width: 100% !important;
    }
}
