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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
}

/* Header */
.header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    display: block;
    width: 100%;
    height: auto;
    max-width: 210px;
}

.logo-text {
    font-size: 18px;
    font-weight: 600;
    color: #d32f2f;
}

.advertorial {
    font-size: 14px;
    color: #000;
}

/* Main Content */
.main {
    background-color: #f0f2f6; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.breadcrumb {
    padding: 12px 0;
    font-size: 14px;
}

.category {
    font-weight: 600;
    color: #333;
}

.date {
    color: #888;
}

.main-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333;
    text-align: center;
    padding: 30px 20px 20px;
    max-width: 700px;
    margin: 0 auto;
}

.hero-image {
    text-align: center;
    margin: 20px 0;
}

.hero-img {
    display: block;
    width: 100%;

    height: auto;
    object-fit: cover;
}

.content {
    padding: 30px;
}

.intro-text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 15px;
}

.section-text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #444;
}

.link {
    color: #1976d2;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.link:hover {
    color: #1565c0;
}

.criteria-intro {
    font-size: 16px;
    margin: 25px 0 15px;
    color: #444;
}

.criteria-list {
    list-style: none;
    margin: 20px 0;
}

.criteria-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.criteria-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: bold;
    font-size: 18px;
}

.quote-text {
    font-size: 16px;
    line-height: 1.7;
    margin: 25px 0;
    color: #444;
}

.steps-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 20px;
}

.steps {
    margin: 20px 0 40px;
}

.step {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #444;
}

/* Age Selection */
.age-selection {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
}
.age-icon img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 262px;
    height: 200px;
    object-fit: cover;
}

.age-img {
}

.age-option:hover .age-img,
.age-option.selected .age-img {
    border-color: #4caf50;
}

.age-label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* CTA Button */
.cta-button,
.form-group .btn {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 40px auto 20px;
    padding: 18px 30px;
    background: linear-gradient(135deg, #4caf50, #45a049);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: linear-gradient(135deg, #45a049, #4caf50);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.cta-button:active {
    transform: translateY(0);
}

.cta-subtext {
    text-align: center;
    margin: 15px 0 30px;
}

.underline-link {
    color: #1976d2;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.2s ease;
}

.underline-link:hover {
    color: #1565c0;
}

/* Footer */
.footer .container{
    background: transparent;
    border-radius: 0;
}

.footer-content {
    text-align: center;
}

.copyright {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 600;
}

.disclaimer {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
    font-style: italic;
}

.affiliate-notice {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-link {
    color: #1976d2;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #1565c0;
    text-decoration: underline;
}

.separator {
    color: #ccc;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .main-title {
        font-size: 26px;
        padding: 20px 15px 15px;
    }
    
    .content {
        padding: 20px 15px;
    }
    
    .age-selection {
        gap: 15px;
    }
    
    .age-option {
        min-width: 100px;
        padding: 15px;
    }
    
    .age-img {
        width: 50px;
        height: 50px;
    }
    
    .cta-button {
        font-size: 16px;
        padding: 16px 25px;
    }
    
    .header .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 5px;
    }
    
    .separator {
        display: none;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 22px;
    }
    
    .age-selection {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .age-option {
        width: 100%;
        max-width: 200px;
    }
}

.form-control {
    padding: 0 10px;
    border-radius: 10px;
}

form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}