* {
    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;
}

.ad-disclosure {
    background: #f8f9fa;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #e9ecef;
}

.floating-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    z-index: 1000;
}

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

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

.main-nav {
    display: flex;
    gap: 35px;
}

.main-nav a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-fullwidth {
    width: 100%;
    margin-top: 0;
}

.hero-image {
    width: 100%;
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.45);
    padding: 60px 40px;
    max-width: 900px;
    text-align: center;
}

.hero-overlay h1 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

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

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

.lead-text {
    font-size: 21px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 25px;
}

.story-intro p {
    font-size: 18px;
    margin-bottom: 20px;
}

.insight-block {
    padding: 120px 40px;
    background: #ffffff;
}

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

.two-column-offset {
    display: flex;
    gap: 80px;
    align-items: center;
}

.content-left {
    flex: 1;
}

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

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

.image-right {
    flex: 1;
    background: #ecf0f1;
}

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

.problem-amplification {
    padding: 100px 40px;
    background: #ecf0f1;
}

.problem-amplification h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.problem-amplification p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    margin-left: 2px;
}

.citation:hover {
    text-decoration: underline;
}

.trust-elements {
    padding: 120px 40px;
    background: #ffffff;
}

.split-visual {
    display: flex;
    gap: 60px;
    align-items: center;
}

.visual-side {
    flex: 1;
    background: #ecf0f1;
}

.visual-side img {
    width: 100%;
    height: 100%;
    display: block;
}

.text-side {
    flex: 1;
}

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

.text-side p {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 1.8;
}

.testimonial-inline {
    padding: 80px 40px;
    background: #2c3e50;
}

.testimonial-inline blockquote {
    border-left: none;
    padding: 0;
}

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

.testimonial-inline cite {
    font-size: 16px;
    color: #bdc3c7;
    font-style: normal;
}

.benefits-reveal {
    padding: 120px 40px;
    background: #f8f9fa;
}

.center-heading {
    text-align: center;
    font-size: 42px;
    margin-bottom: 70px;
    color: #2c3e50;
}

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

.benefit-card {
    flex: 0 0 calc(33.333% - 30px);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.benefit-card img {
    width: 100%;
    height: 250px;
    display: block;
}

.benefit-card h3 {
    font-size: 22px;
    padding: 25px 25px 15px;
    color: #2c3e50;
}

.benefit-card p {
    padding: 0 25px 25px;
    font-size: 16px;
    line-height: 1.7;
    color: #34495e;
}

.service-selection {
    padding: 120px 40px;
    background: #ffffff;
}

.service-selection h2 {
    font-size: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #2c3e50;
}

.service-selection > p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
    color: #34495e;
}

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

.service-card {
    flex: 0 0 calc(33.333% - 22px);
    background: #f8f9fa;
    padding: 35px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}

.service-card:hover {
    border-color: #3498db;
    box-shadow: 0 6px 16px rgba(52, 152, 219, 0.15);
}

.service-card.selected {
    border-color: #27ae60;
    background: #e8f5e9;
}

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

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #34495e;
}

.price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.select-service {
    background: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #2980b9;
}

.service-card.selected .select-service {
    background: #27ae60;
}

.service-card.selected .select-service:hover {
    background: #229954;
}

.contact-form-section {
    padding: 100px 40px;
    background: #ecf0f1;
}

.contact-form-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.contact-form-section > .narrow-content > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #34495e;
}

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px 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: #2c3e50;
}

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

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

.selected-service-display {
    background: #e8f5e9;
    border: 2px solid #27ae60;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #2c3e50;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.submit-btn {
    background: #27ae60;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.submit-btn:disabled {
    background: #95a5a6;
    cursor: not-allowed;
}

.references {
    padding: 80px 40px;
    background: #f8f9fa;
}

.references h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.reference-list {
    list-style-position: outside;
    padding-left: 25px;
}

.reference-list li {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #34495e;
}

.reference-list a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    margin-right: 8px;
}

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

.disclaimer {
    padding: 60px 40px;
    background: #fff3cd;
    border-top: 3px solid #ffc107;
}

.disclaimer p {
    font-size: 15px;
    line-height: 1.8;
    color: #856404;
}

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

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

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

.footer-column p {
    font-size: 15px;
    line-height: 1.7;
    color: #bdc3c7;
}

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #34495e;
    text-align: center;
    color: #95a5a6;
    font-size: 14px;
}

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

.cookie-banner.active {
    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;
}

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

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

.page-hero {
    padding: 100px 40px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.page-hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}

.page-hero .hero-subtitle {
    font-size: 20px;
    color: #ecf0f1;
}

.about-content {
    padding: 100px 40px;
    background: #ffffff;
}

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

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.values-section {
    padding: 80px 40px;
    background: #f8f9fa;
}

.alternating-layout {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.layout-item {
    display: flex;
    gap: 60px;
    align-items: center;
}

.layout-item.reverse {
    flex-direction: row-reverse;
}

.image-container {
    flex: 1;
    background: #ecf0f1;
}

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

.text-container {
    flex: 1;
}

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

.text-container p {
    font-size: 17px;
    line-height: 1.8;
    color: #34495e;
}

.mission-statement {
    padding: 100px 40px;
    background: #ffffff;
}

.mission-statement h2 {
    font-size: 34px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.mission-statement p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.services-detailed {
    padding: 80px 40px;
    background: #f8f9fa;
}

.service-detail-card {
    background: #ffffff;
    margin-bottom: 60px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    gap: 0;
}

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

.service-detail-image {
    flex: 0 0 45%;
    background: #ecf0f1;
}

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

.service-detail-content {
    flex: 1;
    padding: 50px;
}

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

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.service-detail-content ul {
    list-style-position: outside;
    padding-left: 25px;
}

.service-detail-content li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #34495e;
}

.cta-section {
    padding: 80px 40px;
    background: #3498db;
    text-align: center;
}

.cta-section h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #3498db;
    padding: 15px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #ecf0f1;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.contact-info-section {
    padding: 80px 40px;
    background: #ffffff;
}

.contact-layout {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-block {
    margin-bottom: 45px;
}

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

.contact-block p {
    font-size: 17px;
    line-height: 1.8;
    color: #34495e;
}

.email-display {
    color: #34495e;
    font-weight: 600;
}

.contact-image {
    flex: 1;
    background: #ecf0f1;
}

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

.additional-info {
    padding: 80px 40px;
    background: #f8f9fa;
}

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

.additional-info p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #34495e;
}

.additional-info a {
    color: #3498db;
    text-decoration: underline;
}

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

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

.thanks-content h1 {
    font-size: 44px;
    color: #27ae60;
    margin-bottom: 25px;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 30px;
    color: #34495e;
}

.service-info {
    background: #e8f5e9;
    border: 2px solid #27ae60;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    font-size: 18px;
    color: #2c3e50;
}

.thanks-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: #34495e;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

.btn-primary {
    display: inline-block;
    background: #3498db;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    background: #95a5a6;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
}

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

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

.legal-page h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-page h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
}

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

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

.legal-page li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #34495e;
}

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

.legal-page strong {
    color: #2c3e50;
}

@media (max-width: 1024px) {
    .two-column-offset,
    .split-visual,
    .layout-item,
    .contact-layout,
    .service-detail-card {
        flex-direction: column;
    }

    .layout-item.reverse {
        flex-direction: column;
    }

    .benefit-card,
    .service-card {
        flex: 0 0 calc(50% - 20px);
    }
}

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

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

    .benefit-card,
    .service-card {
        flex: 0 0 100%;
    }

    .main-nav {
        gap: 20px;
    }

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

    .thanks-actions {
        flex-direction: column;
    }
}