@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&amp;family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Manrope:wght@200..800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;family=Roboto:ital,wght@0,100..900;1,100..900&amp;family=Syne:wght@400..800&amp;family=Teko:wght@300..700&amp;family=Urbanist:ital,wght@0,100..900;1,100..900&amp;family=Victor+Mono:ital,wght@0,100..700;1,100..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;family=Syne:wght@400..800&amp;family=Teko:wght@300..700&amp;display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
li,
span,
p,
a {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

h1,
h2 {
    text-transform: uppercase;
}

ul {
    list-style: none;
}

p {
    font-size: 15px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
}

.custom-navbar {
    border-radius: 20px;
    padding: 14px 24px;
    border: 2px solid #E5EAF0;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 1;
}

.navbar-brand img {
    max-height: 50px;
}

.nav-link {
    color: #808080 !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    font-family: 'JetBrains Mono', sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
}

a.nav-link::before {
    content: "|";
    position: absolute;
    right: -16px;
}

.nav-icons a i {
    color: #ffffff;
    font-size: 14px;
    margin-right: 0px;
    background: #000;
    padding: 12px;
    border-radius: 20px;
    transition: 0.3s;
}

.nav-icons a i:hover {
    background: #e95219;
}

.dropdown-content a.nav-link::before {
    display: none;
}

.dropdown-content {
    position: absolute;
    min-width: 880px;
    border-radius: 10px;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(5px);
    padding: 20px 0px;
    z-index: 9999;
    left: 62%;
    top: 110%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}

.dropdown-content .nav-item {
    color: #fff;
}

.dropdown-content .nav-link {
    padding: 5px;
    color: #000000 !important;
}

.dropdown-content .nav-item a:hover {
    color: rgb(233 82 25) !important;
}

.dropdown {
    position: relative;
    cursor: pointer;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px);
    pointer-events: auto;
}

/* KDP-Inspired Theme Styles */
.kdp-hero { background: linear-gradient(135deg, #7a4f21 0%, #4a2e0c 100%); position: relative; overflow: hidden; padding: 120px 0 80px; }
.kdp-hero h1 { font-size: 3.5rem; color: #fff; line-height: 1.2; font-weight: bold; }
.kdp-form-wrapper { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; margin-top: 30px; border: 1px solid rgba(255,255,255,0.2); }
.kdp-btn {background-color: #F39200;color: white;padding: 12px 30px;border-radius: 5px;font-weight: bold;border: none;transition: 0.3s;width: 100%;font-size: 1.1rem;text-align: center;display: inline-block;text-decoration: none;margin-left: 10px;}
.kdp-btn:hover {background-color: #d68000;color: white;}
.kdp-expert-sec { background: linear-gradient(135deg, #af8558 0%, #7a4f21 100%); padding: 80px 0; color: white; }
.kdp-expert-check { display: inline-flex; justify-content: center; align-items: center; width: 30px; height: 30px; background: white; color: #F39200; border-radius: 50%; margin-right: 15px; flex-shrink: 0; }
.kdp-package-card { background: white; padding: 40px 30px; border-radius: 10px; border: 1px solid #eee; text-align: center; transition: 0.3s; }
.kdp-package-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.kdp-package-icon { display: inline-flex; width: 80px; height: 80px; background: white; border-radius: 50%; justify-content: center; align-items: center; font-size: 2.5rem; color: #7a4f21; margin-bottom: 25px; border: 1px solid #eee; }

/* Goodreads Style Card - Refined */
.goodreads-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    font-family: 'Poppins', sans-serif;
    position: relative;
    transition: 0.3s;
}
.goodreads-card:hover { border-color: #d8d0b2; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.goodreads-title-sub { color: #888; font-size: 0.8rem; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 8px; font-weight: 500; }
.goodreads-title { font-family: 'Playfair Display', serif; font-weight: 800; color: #111; margin-bottom: 4px; line-height: 1.2; }
.goodreads-author { font-size: 1rem; color: #333; margin-bottom: 12px; }
.goodreads-author .verified-badge { width: 14px; vertical-align: middle; margin-left: 4px; margin-top: -3px; }
.goodreads-stars { color: #F39200; font-size: 1rem; display: flex; gap: 2px; }
.goodreads-rating-text { color: #777; font-size: 0.8rem; margin-left: 8px; }
.goodreads-badge-row { margin: 15px 0; display: flex; flex-direction: column; gap: 5px; }
.goodreads-badge { background: #fdfaf2; color: #6d4324; padding: 4px 10px; border-radius: 4px; font-size: 0.75rem; font-weight: 700; border: 1px solid #f0e6cc; align-self: flex-start; }
.goodreads-synopsis { color: #555; line-height: 1.5; font-size: 0.85rem; margin: 15px 0; border-top: 1px dashed #eee; padding-top: 15px; }
.goodreads-show-more { color: #00635d; font-weight: 600; text-decoration: none; font-size: 0.85rem; display: flex; align-items: center; gap: 4px; }
.goodreads-btn-group { margin-top: 15px; display: inline-flex; border-radius: 3px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); width: 100%; max-width: 140px; }
.goodreads-btn-main { background: #388e3c; color: #fff; border: none; padding: 6px 15px; font-weight: 600; font-size: 0.85rem; flex-grow: 1; text-align: center; }
.goodreads-btn-split { background: #2e7d32; color: #fff; border: none; padding: 0 8px; border-left: 1px solid rgba(255,255,255,0.1); }

.kdp-traditional-vs-self {
    position: relative;
    overflow: hidden;
}
.kdp-traditional-vs-self::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(243, 146, 0, 0.05) 0%, transparent 70%);
    z-index: 0;
}
.kdp-traditional-vs-self .container { position: relative; z-index: 1; }
.bg-orange-10 { background-color: rgba(243, 146, 0, 0.08); }
.border-w-5 { border-width: 5px !important; }

/* Success Stats & Author Support */
.stat-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    border-bottom: 4px solid #F39200;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}
.stat-number { font-size: 3rem; font-weight: 800; color: #4a2e0c; margin-bottom: 10px; }
.support-program-card {
    background: linear-gradient(135deg, #1a2a44 0%, #0b1526 100%);
    color: #fff;
    padding: 50px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}
.support-price-tag {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #F39200;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: 800;
    box-shadow: 0 5px 15px rgba(243, 146, 0, 0.3);
}

/* Location Section Styles */
.location-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.region-badge {
    background: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    color: #4a2e0c;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.region-badge i {
    color: #F39200;
}
.address-card {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    text-align: left;
    height: 100%;
    border: 1px solid #f0ecdf;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.address-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border-color: #F39200;
}
.address-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #F39200;
}
.address-card h4 {
    font-weight: 700;
    color: #4a2e0c;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.address-card p {
    color: #555;
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 0;
}
.address-card i {
    color: #F39200;
    font-size: 1.2rem;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .address-card { padding: 30px; }
}
.kdp-pricing-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.kdp-pricing-header { background: #4a2e0c; color: white; padding: 25px; text-align: center; font-family: 'Playfair Display', serif; }
.kdp-pricing-header h3 { margin: 0; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.kdp-price-body { padding: 30px; text-align: center; }
.kdp-price-wrap { display: flex; align-items: baseline; justify-content: center; margin: 15px 0; }
.kdp-currency { font-size: 1.5rem; color: #f39200; font-weight: bold; margin-right: 5px; }
.kdp-amount { font-size: 4rem; color: #f39200; font-weight: bold; line-height: 1; }
.kdp-strike { color: #999; text-decoration: line-through; text-decoration-color: #c90100; font-size: 1.2rem; display: block; margin-top: 5px; }
.kdp-features-list { list-style: none; padding: 0; margin: 30px 0; text-align: left; }
.kdp-features-list li { position: relative; padding-left: 35px; margin-bottom: 12px; font-size: 1rem; color: #555; border-bottom: 1px solid #f9f9f9; padding-bottom: 8px; }
.kdp-features-list li::before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #f39200; position: absolute; left: 0; top: 2px; }

/* Process Steps */
.kdp-process-step { position: relative; padding: 40px; background: #fff; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.03); overflow: hidden; z-index: 1; }
.kdp-big-num { position: absolute; right: -10px; bottom: -20px; font-size: 10rem; font-weight: bold; color: #f3f3f3; z-index: -1; line-height: 1; font-family: 'Playfair Display', serif; }

/* Utility Classes */
.text-orange { color: #F39200 !important; }
.text-brown { color: #4a2e0c !important; }
.bg-light-grey { background-color: #f8f9fa; }
.border-orange { border-color: #F39200 !important; }
.border-w-5 { border-width: 5px !important; }
.shadow-xl { box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
.rounded-lg { border-radius: 15px !important; }
.italic { font-style: italic; }

/* Additional Utility Classes */
.h-80 { height: 80px !important; }
.h-30 { height: 30px !important; }
.fs-xs { font-size: 0.8rem !important; }
.w-120 { width: 120px !important; }
.max-h-320 { max-height: 320px !important; }
.img-hero-main { max-height: 500px; transform: rotate(5deg); }
.img-hero-sub { max-height: 400px; bottom: -50px; left: 10%; transform: rotate(-10deg); z-index: 2; }
.border-orange { border-color: #F39200 !important; }
.bg-orange { background-color: #F39200 !important; }
.bg-brown { background-color: #4a2e0c !important; }
.text-white-10 { color: rgba(255,255,255,0.1) !important; }
.lh-base { line-height: 1.5 !important; }
.lh-lg { line-height: 1.8 !important; }
.fw-medium { font-weight: 500 !important; }
.fs-2xl { font-size: 2.5rem !important; }
.rounded-sm { border-radius: 5px !important; }
.border-start-md { border-left: 1px solid #dee2e6; }

/* Is This Right for You Section */
.kdp-right-choice { background-color: #F9F4E8; position: relative; overflow: hidden; color: #0B2545; }
.kdp-right-choice h2 { color: #0B2545; font-weight: bold; }
.kdp-right-choice .kdp-serif { font-size: 2.8rem; }
.kdp-corner-pattern { position: absolute; width: 250px; height: 250px; opacity: 0.3; pointer-events: none; }
.kdp-corner-top-left { top: -50px; left: -50px; transform: rotate(-15deg); }
.kdp-corner-bottom-right { bottom: -50px; right: -50px; transform: rotate(165deg); }

.kdp-bullet-item { display: flex; align-items: center; margin-bottom: 25px; }
.kdp-bullet-icon { width: 45px; height: 45px; border: 2px solid #0B2545; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 20px; flex-shrink: 0; font-size: 1.2rem; }
.kdp-bullet-text { font-size: 1.2rem; font-weight: 500; }

.kdp-step-num { font-size: 3.5rem; font-weight: bold; color: #0B2545; line-height: 1; margin-right: 25px; min-width: 60px; }
.kdp-step-content h4 { font-weight: bold; margin-bottom: 5px; font-size: 1.4rem; }
.kdp-step-content p { margin: 0; color: #555; font-size: 1.1rem; }

@media (max-width: 768px) {
    .kdp-right-choice .kdp-serif { font-size: 2rem; }
    .kdp-step-num { font-size: 2.5rem; margin-right: 15px; min-width: 40px; }
}

/* Pricing Page Comparison Chart */
.kdp-pricing-table-wrap { overflow-x: auto; margin-top: 50px; padding: 20px 0; }
.kdp-pricing-table { border-collapse: separate; border-spacing: 0; width: 100%; min-width: 900px; }
.kdp-pricing-table th, .kdp-pricing-table td { padding: 20px; text-align: center; border-bottom: 1px solid #efefef; vertical-align: middle; }
.kdp-pricing-table th { background: #fff; border-top: 1px solid #efefef; position: sticky; top: 0; z-index: 10; }
.kdp-pricing-table .feature-name { text-align: left; font-weight: 600; width: 300px; color: #333; background: #fafafa; border-right: 1px solid #efefef; }

.kdp-package-header { padding: 30px 10px; }
.kdp-package-header h4 { font-family: 'Playfair Display', serif; font-weight: bold; margin-bottom: 10px; }
.kdp-package-header .price { font-size: 2rem; font-weight: bold; color: #F39200; display: block; }
.kdp-package-header .old-price { font-size: 1rem; text-decoration: line-through; color: #999; margin-bottom: 15px; display: block; }

.kdp-featured-col { background: #fff !important; border-left: 2px solid #F39200 !important; border-right: 2px solid #F39200 !important; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.kdp-featured-col:first-child { border-top: 2px solid #F39200 !important; border-top-left-radius: 15px; border-top-right-radius: 15px; }
.kdp-featured-col:last-child { border-bottom: 2px solid #F39200 !important; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }

.kdp-check { color: #28a745; font-size: 1.25rem; }
.kdp-cross { color: #dc3545; font-size: 1.25rem; opacity: 0.3; }

.kdp-countries { background: #4a3420; }
.countries-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.country-item {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.country-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    border-color: #F39200;
}
.country-flag {
    width: 60px;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}
.country-name {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    opacity: 0.9;
}
.kdp-author-support p {
    color: white;
}
.kdp-author-support ul li {
    color: white;
}
@media (max-width: 991px) {
    .countries-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 767px) {
    .countries-grid { grid-template-columns: repeat(3, 1fr); gap: 15px; }
    .country-flag { width: 50px; }
    .country-name { font-size: 0.8rem; }
}
@media (max-width: 480px) {
    .countries-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}

@media (max-width: 991px) {
    .kdp-pricing-table .feature-name { width: auto; }
}
@media (max-width: 768px) {
    .border-start-md { border-left: none; }
}

/* Program Application Popup */
.program-popup-content {
    background: #0b1526 !important;
    padding: 60px 40px !important;
    width: 600px !important;
    max-width: 95% !important;
}
.program-form .form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px;
}
.program-form .form-control:focus {
    background: rgba(255,255,255,0.1);
    border-color: #F39200;
    color: #fff;
    box-shadow: none;
}
.program-form .form-control::placeholder {
    color: rgba(255,255,255,0.4);
}
.program-form label {
    font-size: 0.9rem;
    font-weight: 500;
}
.program-form .form-check-input {
    background-color: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.3);
    cursor: pointer;
}
.program-form .form-check-input:checked {
    background-color: #F39200;
    border-color: #F39200;
}
.program-form .form-check-label {
    cursor: pointer;
}
@media (max-width: 768px) {
    .program-popup-content {
        padding: 40px 20px !important;
    }
}