/* Heatoor.org EXACT Clone - Pixel Perfect */

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

body {
    font-family: 'Roboto', Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    line-height: 1.4;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Header */
header {
    background: #0a1128;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 30px;
}

.logo {
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.header-offer {
    color: white;
    font-size: 22px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.header-btn {
    background: linear-gradient(135deg, #f08a5d 0%, #ee5a24 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 15px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: transform 0.2s;
    font-family: Arial, sans-serif;
}

.header-btn:hover {
    transform: scale(1.05);
}

/* Main Content with Blue Glow */
main {
    background: white;
    max-width: 1040px;
    margin: 40px auto;
    padding: 50px 60px;
    border-radius: 0px;
}

/* Hero */
.hero {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 50px;
}

.hero-content {
    flex: 1;
}

.hero-image-container {
    flex: 1;
    position: relative;
    text-align: center;
    min-height: 300px;
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.badge {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    z-index: 100;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.badge-gold {
    top: 20%;
    left: -5%;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    border: 3px solid #b8860b;
}

.badge-winner {
    top: 10%;
    right: -5%;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    border: 3px solid #c44515;
}

h1 {
    font-size: 46.13px;
    font-weight: 700;
    line-height: 1.125;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.hero-p {
    font-size: 21.45px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.4;
}

.cta-btn {
    background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
    color: white;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    transition: transform 0.2s;
    font-family: Arial, sans-serif;
}

.cta-btn:hover {
    transform: translateY(-2px);
}

.rating {
    font-size: 14px;
    color: #000000;
}

/* Sections */
section {
    margin-bottom: 40px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111111;
    font-family: Arial, sans-serif;
}

.emoji-icon {
    margin-right: 8px;
}

p {
    margin-bottom: 15px;
    font-size: 21.45px;
    line-height: 1.4;
}

ul,
ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
    font-size: 21.45px;
    line-height: 1.4;
}

/* Features Table */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

td {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    font-size: 21.45px;
}

td:first-child {
    font-weight: 600;
    width: 40%;
}

tr:last-child td {
    border-bottom: none;
}

/* Pros & Cons */
.pros li::marker {
    content: "✅ ";
}

.cons li::marker {
    content: "❌ ";
}

/* Final CTA */
.final-cta {
    text-align: center;
    margin: 60px 0;
}

.final-cta img {
    max-width: 300px;
    margin: 20px 0;
}

.final-btn {
    background: #ffd700;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #000;
    padding: 20px 60px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(255, 193, 7, 0.4);
    transition: transform 0.2s;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border: 3px solid #000;
}

.final-btn:hover {
    transform: scale(1.05);
}

.guarantee {
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #4caf50;
}

/* Sale Banner */
.sale-banner {
    background: #000;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 0;
}

/* Footer */
footer {
    background: #000000;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

.footer-content {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-section {
    flex: 1;
    min-width: 200px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
}

.footer-links a {
    color: white;
    display: block;
    margin: 8px 0;
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 12px;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    main {
        margin: 20px;
        padding: 30px 25px;
    }

    .hero {
        flex-direction: column;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    p,
    li,
    td {
        font-size: 16px;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}