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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fafafa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.narrow-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 20px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.96);
    color: #fff;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner p {
    margin: 0 20px 0 0;
    flex: 1;
    font-size: 14px;
}

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

.floating-nav {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 900;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.floating-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 1px;
}

.ad-disclosure {
    font-size: 11px;
    color: #666;
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
}

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

.floating-nav nav a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.floating-nav nav a:hover {
    color: #b8860b;
}

.hero-visual {
    margin-top: 80px;
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.hero-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #2c2c2c;
}

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

.hero-overlay {
    position: absolute;
    bottom: 80px;
    left: 60px;
    color: #fff;
    max-width: 600px;
}

.hero-overlay h1 {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.6);
}

.hero-overlay p {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.intro-story {
    background: #fff;
}

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 32px;
    font-weight: 300;
}

.problem-insight {
    background: #f8f8f8;
    padding: 100px 0;
}

.problem-insight .container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.insight-visual {
    flex: 1;
    background-color: #e0e0e0;
}

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

.insight-content {
    flex: 1;
}

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.insight-content p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.trust-building {
    padding: 100px 0;
    background: #fff;
}

.trust-building h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 300;
    letter-spacing: 1px;
}

.expertise-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.expertise-card {
    flex: 1;
    background-color: #e8e8e8;
}

.expertise-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.expertise-card h3 {
    font-size: 22px;
    margin: 24px 24px 12px;
    font-weight: 500;
}

.expertise-card p {
    margin: 0 24px 24px;
    font-size: 15px;
    line-height: 1.7;
}

.testimonials-inline {
    background: #2c2c2c;
    color: #fff;
}

.testimonials-inline blockquote {
    margin: 0 0 48px 0;
    padding-left: 32px;
    border-left: 3px solid #b8860b;
}

.testimonials-inline blockquote:last-child {
    margin-bottom: 0;
}

.testimonials-inline p {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 12px;
    line-height: 1.7;
}

.testimonials-inline cite {
    font-size: 14px;
    font-style: normal;
    color: #aaa;
}

.services-reveal {
    padding: 100px 0;
    background: #fff;
}

.services-reveal h2 {
    font-size: 48px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 300;
}

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

.services-showcase {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-block {
    display: flex;
    gap: 60px;
    align-items: center;
}

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

.service-visual {
    flex: 1.2;
    background-color: #d0d0d0;
}

.service-visual img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.service-details {
    flex: 1;
}

.service-details h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.service-details p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 16px;
}

.service-price {
    font-size: 28px;
    color: #b8860b;
    font-weight: 600;
    margin: 24px 0;
}

.btn-primary,
.btn-secondary,
.btn-select {
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
}

.btn-primary {
    background: #b8860b;
    color: #fff;
}

.btn-primary:hover {
    background: #9a7209;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.btn-select {
    background: #1a1a1a;
    color: #fff;
}

.btn-select:hover {
    background: #333;
}

.consultation-form {
    padding: 100px 0;
    background: #f8f8f8;
}

.form-intro {
    text-align: center;
    margin-bottom: 60px;
}

.form-intro h2 {
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 400;
}

.form-intro p {
    font-size: 17px;
    color: #666;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 48px;
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

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

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

.contact-form .btn-primary {
    width: 100%;
    padding: 16px;
    font-size: 16px;
}

.scientific-note {
    background: #fff;
}

.scientific-note h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.scientific-note p {
    font-size: 15px;
    line-height: 1.8;
}

.scientific-note a {
    color: #b8860b;
    text-decoration: none;
    font-weight: 500;
}

.scientific-note a:hover {
    text-decoration: underline;
}

footer {
    background: #1a1a1a;
    color: #ccc;
    padding: 60px 0 40px;
}

.footer-content {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-section {
    flex: 1;
}

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

.footer-section p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.6;
}

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

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

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #b8860b;
}

.footer-references {
    border-top: 1px solid #333;
    padding-top: 24px;
}

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

.footer-references ol {
    padding-left: 20px;
}

.footer-references li {
    font-size: 13px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-references a {
    color: #999;
    text-decoration: none;
}

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

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 100px 20px;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 24px;
    font-weight: 300;
}

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

.thanks-content .btn-primary {
    margin-top: 32px;
    display: inline-block;
    text-decoration: none;
}

.page-header {
    padding: 140px 0 60px;
    text-align: center;
    background: #f8f8f8;
}

.page-header h1 {
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: 300;
}

.page-content {
    padding: 80px 0;
}

.page-content h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: 400;
}

.page-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 500;
}

.page-content p {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.8;
}

.page-content ul {
    margin: 16px 0 16px 40px;
    line-height: 1.8;
}

.page-content li {
    margin-bottom: 8px;
}

.about-hero {
    margin-top: 80px;
    padding: 100px 0;
    background: #2c2c2c;
    color: #fff;
    text-align: center;
}

.about-hero h1 {
    font-size: 56px;
    margin-bottom: 24px;
    font-weight: 300;
}

.about-hero p {
    font-size: 20px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.about-story {
    padding: 80px 0;
}

.about-story .container {
    display: flex;
    gap: 60px;
    align-items: center;
}

.story-image {
    flex: 1;
    background-color: #d5d5d5;
}

.story-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 400;
}

.story-text p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.contact-page {
    padding: 140px 0 80px;
}

.contact-info {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
}

.contact-details {
    flex: 1;
}

.contact-details h2 {
    font-size: 36px;
    margin-bottom: 32px;
    font-weight: 400;
}

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
    color: #b8860b;
}

.contact-item p {
    font-size: 16px;
    line-height: 1.7;
}

.contact-map {
    flex: 1;
    background-color: #e0e0e0;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-style: italic;
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        gap: 12px;
        border-radius: 20px;
    }

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

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

    .problem-insight .container,
    .service-block,
    .footer-content,
    .about-story .container,
    .contact-info {
        flex-direction: column;
    }

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

    .cookie-banner {
        flex-direction: column;
        gap: 16px;
    }
}