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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #fff3cd;
    color: #856404;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: 1px solid #ffeaa7;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 40px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-menu {
    display: flex;
    gap: 28px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #3498db;
}

.hero-card {
    display: flex;
    min-height: 520px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

.hero-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 50px;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content p {
    font-size: 20px;
    opacity: 0.95;
    max-width: 480px;
}

.hero-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

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

.story-section {
    padding: 70px 40px;
    background-color: #fafafa;
}

.story-card {
    max-width: 820px;
    margin: 0 auto;
    padding: 45px;
    border-radius: 12px;
}

.story-card h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.story-card p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.problem-amplify {
    padding: 70px 40px;
}

.cards-grid {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.info-card {
    flex: 1;
    min-width: 280px;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.info-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.info-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.insight-reveal {
    padding: 70px 40px;
    background-color: #f8f9fa;
}

.insight-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.insight-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
}

.insight-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 36px;
    margin-bottom: 22px;
    color: #2c3e50;
}

.insight-text p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    color: #444;
}

.cta-inline {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 28px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.cta-inline:hover {
    background-color: #2980b9;
}

.trust-building {
    padding: 70px 40px;
}

.trust-building h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 50px;
    color: #2c3e50;
}

.trust-cards {
    display: flex;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trust-card {
    flex: 1;
    min-width: 280px;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.trust-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.trust-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.trust-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.testimonials-inline {
    padding: 70px 40px;
    background-color: #f8f9fa;
}

.testimonial-card {
    max-width: 800px;
    margin: 0 auto 30px;
    padding: 35px;
    border-radius: 12px;
    border-left: 4px solid #3498db;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #444;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.services-reveal {
    padding: 70px 40px;
}

.services-reveal h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.services-intro {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    max-width: 1300px;
    margin: 0 auto;
}

.service-card {
    flex: 1 1 calc(33.333% - 35px);
    min-width: 320px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.service-content {
    padding: 28px;
}

.service-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-content p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
}

.service-features {
    list-style: none;
    margin: 15px 0;
}

.service-features li {
    font-size: 14px;
    padding: 6px 0;
    color: #666;
}

.service-features li:before {
    content: "✓ ";
    color: #27ae60;
    font-weight: bold;
    margin-right: 8px;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #e74c3c;
    margin: 18px 0;
}

.btn-select {
    width: 100%;
    padding: 12px 20px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-select:hover {
    background-color: #229954;
}

.form-section {
    padding: 70px 40px;
    background-color: #f0f4f8;
}

.form-container {
    max-width: 650px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 45px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.form-container p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-group input[readonly] {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.btn-submit {
    padding: 14px 28px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-submit:hover {
    background-color: #2980b9;
}

.final-cta {
    padding: 70px 40px;
}

.cta-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 50px;
    border-radius: 12px;
    text-align: center;
}

.cta-card h2 {
    font-size: 36px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.cta-card p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #555;
}

.btn-cta {
    display: inline-block;
    padding: 16px 36px;
    background-color: #e74c3c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.3s;
}

.btn-cta:hover {
    background-color: #c0392b;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 40px 20px;
}

.footer-content {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto 40px;
    flex-wrap: wrap;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #3498db;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #bdc3c7;
}

.footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #229954;
}

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #7f8c8d;
}

.page-header {
    padding: 80px 40px 50px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 800;
}

.page-header p {
    font-size: 18px;
    margin-top: 15px;
    opacity: 0.95;
}

.about-story,
.services-page,
.contact-page {
    padding: 70px 40px;
}

.content-wrapper,
.contact-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.about-card,
.contact-card,
.contact-info-card {
    margin-bottom: 40px;
    padding: 40px;
    border-radius: 12px;
}

.about-card h2,
.contact-card h2,
.contact-info-card h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.about-card p,
.contact-card p,
.contact-info-card p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #444;
}

.about-image-section {
    margin: 40px 0;
    border-radius: 12px;
    overflow: hidden;
}

.about-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.values-section {
    margin-top: 50px;
}

.values-section h2 {
    font-size: 34px;
    margin-bottom: 35px;
    text-align: center;
    color: #2c3e50;
}

.values-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.value-card {
    flex: 1;
    min-width: 260px;
    padding: 35px;
    border-radius: 12px;
}

.value-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.value-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.thanks-page {
    padding: 100px 40px;
    background-color: #f8f9fa;
    min-height: 60vh;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
}

.thanks-card {
    padding: 50px;
    border-radius: 12px;
    text-align: center;
}

.thanks-icon {
    font-size: 72px;
    color: #27ae60;
    margin-bottom: 25px;
}

.thanks-card h1 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.thanks-card p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #555;
}

.order-details {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.order-details p {
    font-size: 16px;
    margin: 0;
}

.thanks-info {
    margin: 35px 0;
    text-align: left;
}

.thanks-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.thanks-info p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.btn-back {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-back:hover {
    background-color: #2980b9;
}

.legal-page {
    padding: 40px 40px 70px;
    background-color: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.legal-container > p {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 35px;
}

.legal-section {
    margin-bottom: 35px;
}

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #34495e;
}

.legal-section h3 {
    font-size: 20px;
    margin: 20px 0 12px;
    color: #34495e;
}

.legal-section p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #555;
}

.legal-section ul {
    margin: 12px 0 12px 25px;
    line-height: 1.8;
}

.legal-section ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
}

@media (max-width: 768px) {
    .hero-card {
        flex-direction: column;
    }

    .insight-container {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-menu {
        gap: 15px;
    }
}