* {
    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: #2c2c2c;
    background: #fafafa;
}

.ad-disclosure {
    background: #f4e4d7;
    color: #5a4a3a;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #d9c8b8;
}

.nav-floating {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 18px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #8b4513;
    letter-spacing: -0.5px;
}

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

.nav-menu a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s;
}

.nav-menu a:hover {
    color: #8b4513;
}

.nav-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #4a4a4a;
}

.hero-visual {
    position: relative;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-visual-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.7);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #515151;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 24px;
    line-height: 1.1;
    text-shadow: 2px 4px 12px rgba(0, 0, 0, 0.4);
}

.hero-lead {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
}

.story-narrow {
    max-width: 680px;
    margin: 80px auto;
    padding: 0 24px;
}

.story-narrow h2 {
    font-size: 36px;
    margin-bottom: 28px;
    color: #3a3a3a;
    font-weight: 700;
    line-height: 1.3;
}

.story-narrow p {
    font-size: 19px;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.7;
}

.image-text-offset {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 80px 5%;
    background: #fff;
}

.offset-image {
    flex: 1;
}

.offset-image img {
    width: 100%;
    display: block;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.offset-text {
    flex: 1;
}

.offset-text h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #2c2c2c;
    font-weight: 700;
}

.offset-text p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #5a5a5a;
    line-height: 1.7;
}

.reveal-section {
    padding: 100px 5%;
    background: linear-gradient(135deg, #f9f4ef 0%, #ede5dd 100%);
}

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

.reveal-box h2 {
    font-size: 42px;
    margin-bottom: 28px;
    color: #2c2c2c;
    font-weight: 700;
}

.reveal-box p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.reveal-box img {
    width: 100%;
    margin-top: 48px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.benefit-cards {
    padding: 100px 5%;
    background: #fff;
}

.benefit-cards h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 64px;
    color: #2c2c2c;
    font-weight: 700;
}

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

.benefit-card {
    flex: 1 1 calc(50% - 32px);
    min-width: 280px;
    padding: 36px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

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

.benefit-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

.benefit-card p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.testimonial-inline {
    padding: 80px 5%;
    background: #8b4513;
    color: white;
}

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

.testimonial-inline p {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.testimonial-inline cite {
    font-size: 16px;
    font-style: normal;
    opacity: 0.9;
}

.science-trust {
    padding: 100px 5%;
    background: #fff;
}

.science-trust h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 28px;
    color: #2c2c2c;
    font-weight: 700;
}

.science-trust > p {
    text-align: center;
    font-size: 19px;
    max-width: 780px;
    margin: 0 auto 48px;
    color: #4a4a4a;
    line-height: 1.7;
}

.science-grid {
    display: flex;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.science-item {
    flex: 1;
    padding: 28px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #8b4513;
}

.science-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 600;
}

.science-item p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.science-item a {
    color: #8b4513;
    text-decoration: none;
    font-weight: 600;
}

.science-item a:hover {
    text-decoration: underline;
}

.services-preview {
    padding: 100px 5%;
    background: linear-gradient(135deg, #f5ebe0 0%, #ede5dd 100%);
}

.services-preview h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 64px;
    color: #2c2c2c;
    font-weight: 700;
}

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

.service-item {
    flex: 1 1 calc(33.333% - 40px);
    min-width: 300px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.service-item img {
    width: 100%;
    height: 240px;
    display: block;
}

.service-item h3 {
    font-size: 22px;
    margin: 24px 24px 12px;
    color: #2c2c2c;
    font-weight: 600;
}

.service-item p {
    font-size: 16px;
    margin: 0 24px 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.service-item .price {
    font-size: 28px;
    font-weight: 700;
    color: #8b4513;
    margin: 16px 24px;
}

.btn-select {
    display: block;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    padding: 14px 24px;
    background: #8b4513;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-select:hover {
    background: #6d3410;
}

.form-section {
    padding: 100px 5%;
    background: #fff;
}

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

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

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

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

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

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

.form-group input[readonly] {
    background: #f5f5f5;
    color: #4a4a4a;
}

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background: #8b4513;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #6d3410;
}

.disclaimer-section {
    padding: 60px 5%;
    background: #f9f4ef;
    border-top: 2px solid #e8d8c8;
}

.disclaimer {
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    color: #6a6a6a;
    line-height: 1.7;
    text-align: center;
}

.references-section {
    padding: 60px 5%;
    background: #fff;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 600;
}

.references-list {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
}

.references-list a {
    color: #8b4513;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.footer {
    background: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 5% 24px;
}

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

.footer-column {
    flex: 1 1 220px;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #fff;
    font-weight: 600;
}

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

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

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #444;
}

.footer-bottom p {
    font-size: 14px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 44, 44, 0.97);
    color: white;
    padding: 24px 5%;
    z-index: 2000;
    display: none;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

.btn-accept {
    background: #8b4513;
    color: white;
}

.btn-accept:hover {
    background: #6d3410;
}

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

.btn-reject:hover {
    background: rgba(255, 255, 255, 0.1);
}

.page-header {
    padding: 80px 5% 60px;
    text-align: center;
    background: linear-gradient(135deg, #f9f4ef 0%, #ede5dd 100%);
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 700;
}

.page-header .lead {
    font-size: 20px;
    color: #5a5a5a;
    max-width: 700px;
    margin: 0 auto;
}

.about-story {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 5%;
}

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

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

.story-block img {
    flex: 1;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 34px;
    margin-bottom: 24px;
    color: #2c2c2c;
    font-weight: 700;
}

.story-text p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #5a5a5a;
    line-height: 1.7;
}

.values-section {
    padding: 80px 5%;
    background: #f9f9f9;
}

.values-section h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 56px;
    color: #2c2c2c;
    font-weight: 700;
}

.values-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
}

.value-card {
    flex: 1 1 calc(50% - 32px);
    min-width: 280px;
    padding: 32px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.value-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 600;
}

.value-card p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.cta-about {
    padding: 80px 5%;
    text-align: center;
    background: #fff;
}

.cta-about h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 700;
}

.cta-about p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #5a5a5a;
}

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #8b4513;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn-primary:hover {
    background: #6d3410;
}

.services-full {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 5%;
}

.service-detail {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

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

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    border-radius: 8px;
}

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 700;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #8b4513;
    margin-bottom: 24px;
}

.service-info p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #5a5a5a;
    line-height: 1.7;
}

.services-note {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 5%;
    text-align: center;
}

.services-note h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #2c2c2c;
    font-weight: 600;
}

.services-note p {
    font-size: 16px;
    margin-bottom: 12px;
    color: #5a5a5a;
    line-height: 1.7;
}

.contact-info {
    padding: 60px 5%;
}

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

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 32px;
    margin-bottom: 36px;
    color: #2c2c2c;
    font-weight: 700;
}

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

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    color: #5a5a5a;
    line-height: 1.7;
}

.contact-visual {
    flex: 1;
}

.contact-visual img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.contact-faq {
    max-width: 1000px;
    margin: 0 auto;
    padding: 80px 5%;
}

.contact-faq h2 {
    font-size: 36px;
    margin-bottom: 48px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 700;
}

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

.faq-item {
    padding: 28px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #8b4513;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
    font-weight: 600;
}

.faq-item p {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.7;
}

.thanks-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 5%;
    background: linear-gradient(135deg, #f9f4ef 0%, #ede5dd 100%);
}

.thanks-container {
    max-width: 700px;
    text-align: center;
    background: white;
    padding: 60px 48px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background: #8b4513;
    color: white;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 700;
}

.thanks-lead {
    font-size: 19px;
    margin-bottom: 32px;
    color: #5a5a5a;
}

.thanks-info {
    margin-bottom: 40px;
    padding: 24px;
    background: #f9f9f9;
    border-radius: 8px;
}

.thanks-info p {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
}

.thanks-details h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

.thanks-steps {
    text-align: left;
    margin: 0 auto 40px;
    max-width: 500px;
}

.thanks-steps li {
    margin-bottom: 12px;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.7;
}

.thanks-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #8b4513;
    text-decoration: none;
    border: 2px solid #8b4513;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s, color 0.3s;
}

.btn-secondary:hover {
    background: #8b4513;
    color: white;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 5%;
}

.legal-page h1 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #2c2c2c;
    font-weight: 700;
}

.legal-date {
    font-size: 15px;
    color: #888;
    margin-bottom: 48px;
}

.legal-page h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #3a3a3a;
    font-weight: 600;
}

.legal-page h4 {
    font-size: 19px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-weight: 600;
}

.legal-page p {
    font-size: 16px;
    margin-bottom: 16px;
    color: #5a5a5a;
    line-height: 1.8;
}

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

.legal-page li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #5a5a5a;
    line-height: 1.7;
}

.legal-page a {
    color: #8b4513;
    text-decoration: none;
}

.legal-page a:hover {
    text-decoration: underline;
}

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

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

.cookies-table th {
    background: #f5f5f5;
    font-weight: 600;
    color: #2c2c2c;
}

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

@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 70px;
        left: -100%;
        flex-direction: column;
        background: white;
        width: 100%;
        padding: 24px 5%;
        gap: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transition: left 0.3s;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-toggle {
        display: block;
    }

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

    .hero-lead {
        font-size: 18px;
    }

    .image-text-offset,
    .story-block,
    .service-detail,
    .contact-layout {
        flex-direction: column;
    }

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

    .science-grid {
        flex-direction: column;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}