* {
    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.7;
    color: #2c3e50;
    background: #ffffff;
}

a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2980b9;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.nav-ad-notice {
    font-size: 11px;
    color: #7f8c8d;
    padding: 4px 10px;
    background: #ecf0f1;
    border-radius: 4px;
    margin: 0 15px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.nav-links a {
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

.hero-visual {
    margin-top: 80px;
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #34495e;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    max-width: 900px;
    line-height: 1.2;
}

.hero-overlay p {
    font-size: 22px;
    max-width: 700px;
    font-weight: 300;
}

.story-intro {
    padding: 100px 20px;
    background: #f8f9fa;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 1.8;
}

.lead-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #34495e;
}

.problem-visual {
    padding: 80px 20px;
    background: #ffffff;
}

.split-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.split-image {
    flex: 1;
    min-width: 300px;
    background: #ecf0f1;
}

.split-image img {
    width: 100%;
    height: auto;
}

.split-content {
    flex: 1;
    min-width: 300px;
}

.split-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
    line-height: 1.3;
}

.split-content p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.insight-block {
    padding: 120px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.centered-block {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.centered-block h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700;
}

.insight-text {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 1.7;
}

.insight-image {
    margin-top: 40px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    background: #ffffff;
}

.trust-builder {
    padding: 100px 20px;
    background: #ffffff;
}

.trust-content {
    max-width: 1200px;
    margin: 0 auto;
}

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

.feature-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.feature-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #34495e;
}

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

.testimonial-inline {
    padding: 80px 20px;
    background: #ecf0f1;
}

.testimonial-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-wrapper blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    color: #34495e;
    margin-bottom: 20px;
}

.testimonial-wrapper cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
    font-weight: 600;
}

.science-section {
    padding: 100px 20px;
    background: #ffffff;
}

.science-content {
    max-width: 900px;
    margin: 0 auto;
}

.science-content h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.science-content p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.7;
    color: #555;
}

.citation {
    color: #3498db;
    font-weight: 600;
    text-decoration: underline;
}

.citation:hover {
    color: #2980b9;
}

.science-image {
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    background: #ecf0f1;
}

.disclaimer-inline {
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
    margin-top: 30px;
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #e74c3c;
}

.benefit-reveal {
    padding: 100px 20px;
    background: #f8f9fa;
}

.benefit-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.benefit-layout h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

.benefit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.benefit-item {
    flex: 1;
    min-width: 300px;
    max-width: 360px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.benefit-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    background: #ecf0f1;
}

.benefit-item h3 {
    font-size: 22px;
    padding: 20px 25px 10px;
    color: #34495e;
}

.benefit-item p {
    font-size: 16px;
    padding: 0 25px 25px;
    color: #555;
    line-height: 1.6;
}

.cta-mid {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff;
}

.cta-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-box h2 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-box p {
    font-size: 20px;
    margin-bottom: 35px;
    line-height: 1.6;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #ffffff;
    color: #f5576c;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #f5576c;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 35px;
    background: transparent;
    color: #3498db;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #3498db;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #3498db;
    color: #ffffff;
}

.pricing-reveal {
    padding: 100px 20px;
    background: #ffffff;
}

.pricing-container {
    max-width: 1300px;
    margin: 0 auto;
}

.pricing-container h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.pricing-intro {
    text-align: center;
    font-size: 18px;
    color: #7f8c8d;
    margin-bottom: 60px;
}

.pricing-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.pricing-card {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    padding: 40px 30px;
    background: #f8f9fa;
    border: 2px solid #ecf0f1;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: #667eea;
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #34495e;
}

.pricing-card.featured h3 {
    color: #ffffff;
}

.pricing-card .price {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #3498db;
}

.pricing-card.featured .price {
    color: #ffffff;
}

.pricing-card .feature-list {
    list-style: none;
    margin-bottom: 0;
}

.pricing-card .feature-list li {
    font-size: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
}

.pricing-card.featured .feature-list li {
    color: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-card .feature-list li:last-child {
    border-bottom: none;
}

.form-section {
    padding: 100px 20px;
    background: #f8f9fa;
}

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

.form-container h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    color: #2c3e50;
}

.form-intro {
    text-align: center;
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.order-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #34495e;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 2px solid #ecf0f1;
    border-radius: 6px;
    transition: border-color 0.3s ease;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.footer {
    background: #2c3e50;
    color: #ecf0f1;
    padding: 60px 20px 20px;
}

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

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

.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: 10px;
}

.footer-section ul li a {
    color: #bdc3c7;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-references {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding-top: 30px;
    border-top: 1px solid #34495e;
}

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

.footer-references p {
    font-size: 13px;
    margin-bottom: 10px;
    color: #bdc3c7;
}

.footer-references a {
    color: #3498db;
}

.footer-references a:hover {
    color: #5dade2;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #34495e;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

.btn-reject {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-reject:hover {
    background: #ffffff;
    color: #2c3e50;
}

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

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 20px;
    font-weight: 300;
}

.story-section {
    padding: 80px 20px;
    background: #ffffff;
}

.story-layout {
    max-width: 1200px;
    margin: 0 auto;
}

.story-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.story-block.reverse {
    flex-direction: row-reverse;
}

.story-block img {
    flex: 1;
    min-width: 300px;
    border-radius: 8px;
    background: #ecf0f1;
}

.story-text {
    flex: 1;
    min-width: 300px;
}

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

.story-text p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #555;
}

.team-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

.team-content {
    max-width: 1200px;
    margin: 0 auto;
}

.team-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.team-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.team-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    padding: 35px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.team-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #34495e;
}

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

.values-section {
    padding: 80px 20px;
    background: #ffffff;
}

.values-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.values-wrapper h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.values-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.value-item {
    padding: 30px;
    background: #f8f9fa;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #34495e;
}

.value-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
}

.cta-bottom {
    padding: 80px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.cta-wrapper {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-wrapper h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.cta-wrapper p {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.services-intro {
    padding: 60px 20px;
    background: #f8f9fa;
}

.intro-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}

.services-detailed {
    padding: 40px 20px 100px;
    background: #ffffff;
}

.service-block {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    min-width: 300px;
    background: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
}

.service-visual img {
    width: 100%;
    height: auto;
}

.service-info {
    flex: 1;
    min-width: 300px;
}

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 25px;
}

.service-description h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #34495e;
}

.service-description p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}

.service-description ul {
    list-style: none;
    margin-bottom: 20px;
}

.service-description ul li {
    font-size: 16px;
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
    line-height: 1.5;
}

.service-description ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: 700;
}

.note {
    font-size: 14px;
    color: #7f8c8d;
    font-style: italic;
    margin-top: 15px;
}

.warranty-section {
    padding: 60px 20px;
    background: #f8f9fa;
    text-align: center;
}

.warranty-content {
    max-width: 900px;
    margin: 0 auto;
}

.warranty-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.warranty-content p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #555;
}

.contact-main {
    padding: 80px 20px;
    background: #ffffff;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.info-block {
    margin-bottom: 35px;
}

.info-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #34495e;
}

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

.contact-map {
    flex: 1;
    min-width: 300px;
    background: #ecf0f1;
    border-radius: 8px;
    overflow: hidden;
}

.contact-map img {
    width: 100%;
    height: auto;
}

.faq-section {
    padding: 80px 20px;
    background: #f8f9fa;
}

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

.faq-container h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq-item {
    padding: 25px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #34495e;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

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

.thanks-hero {
    margin-top: 80px;
    padding: 100px 20px;
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
    color: #ffffff;
    text-align: center;
}

.thanks-content {
    max-width: 800px;
    margin: 0 auto;
}

.success-icon {
    margin-bottom: 30px;
}

.success-icon svg {
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

.thanks-content .lead {
    font-size: 20px;
    font-weight: 300;
}

.thanks-info {
    padding: 80px 20px;
    background: #ffffff;
}

.info-container {
    max-width: 1100px;
    margin: 0 auto;
}

.info-container h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.steps-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.step-card {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    padding: 35px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.step-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.step-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #34495e;
}

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

.thanks-selected {
    padding: 60px 20px;
    background: #ecf0f1;
}

.selected-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.selected-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.selected-service {
    font-size: 24px;
    font-weight: 600;
    color: #3498db;
    margin-bottom: 15px;
}

.thanks-next {
    padding: 80px 20px;
    background: #ffffff;
}

.next-content {
    max-width: 1100px;
    margin: 0 auto;
}

.next-content h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.suggestion-card {
    flex: 1;
    min-width: 280px;
    max-width: 320px;
    padding: 35px;
    background: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.suggestion-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #34495e;
}

.suggestion-card p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #555;
    line-height: 1.6;
}

.thanks-contact {
    padding: 60px 20px;
    background: #f8f9fa;
    text-align: center;
}

.contact-reminder {
    max-width: 700px;
    margin: 0 auto;
}

.contact-reminder h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-reminder p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #555;
}

.hours {
    font-size: 16px;
    color: #7f8c8d;
}

.legal-page {
    margin-top: 80px;
    padding: 80px 20px;
    background: #ffffff;
}

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

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

.last-updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #34495e;
}

.legal-content h3 {
    font-size: 22px;
    margin: 30px 0 15px;
    color: #34495e;
}

.legal-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}

.legal-content ul,
.legal-content ol {
    margin-bottom: 20px;
    padding-left: 25px;
}

.legal-content li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
}

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

.legal-content a:hover {
    color: #2980b9;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.cookies-table th,
.cookies-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ecf0f1;
}

.cookies-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #34495e;
}

.cookies-table td {
    font-size: 15px;
    color: #555;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
    }

    .hero-overlay h1 {
        font-size: 36px;
    }

    .hero-overlay p {
        font-size: 18px;
    }

    .split-layout,
    .story-block {
        flex-direction: column;
    }

    .story-block.reverse {
        flex-direction: column;
    }

    .centered-block h2 {
        font-size: 32px;
    }

    .benefit-grid,
    .pricing-cards,
    .feature-cards {
        flex-direction: column;
        align-items: center;
    }

    .cookie-content {
        flex-direction: column;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-overlay h1 {
        font-size: 28px;
    }

    .page-hero .hero-content h1 {
        font-size: 32px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 12px 25px;
        font-size: 16px;
    }
}