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

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

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

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a73e8;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

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

.nav-links a:hover {
    color: #1a73e8;
}

.hero-story {
    min-height: 75vh;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://images.unsplash.com/photo-1509391366360-2e959784a276?w=1400&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    width: 100%;
}

.hero-content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    color: #ffffff;
}

.hero-content-narrow h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-intro {
    font-size: 1.3rem;
    line-height: 1.6;
    opacity: 0.95;
}

.narrative-section {
    padding: 80px 30px;
    background: #f8f9fa;
}

.story-container {
    max-width: 720px;
    margin: 0 auto;
}

.story-lead {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 500;
}

.story-container p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #3a3a3a;
}

.story-container h2 {
    font-size: 2.2rem;
    margin: 50px 0 25px;
    color: #1a1a1a;
    line-height: 1.3;
}

.story-container h3 {
    font-size: 1.5rem;
    margin: 35px 0 18px;
    color: #2c3e50;
}

.insight-block {
    padding: 100px 30px;
    background: #ffffff;
}

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

.content-wrapper.reverse {
    flex-direction: row-reverse;
}

.insight-text {
    flex: 1;
}

.insight-text h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.insight-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.insight-image {
    flex: 1;
    background: #f0f0f0;
}

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

.problem-reveal {
    padding: 80px 30px;
    background: #ecf0f1;
}

.visual-break {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.break-image-container {
    width: 100%;
    height: 100%;
    position: relative;
    background: #2c3e50;
}

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

.break-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.break-overlay-text h3 {
    font-size: 3rem;
    font-weight: 700;
}

.trust-build {
    padding: 100px 30px;
    background: #ffffff;
}

.trust-image {
    flex: 1;
    background: #f0f0f0;
}

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

.trust-text {
    flex: 1;
}

.trust-text h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.trust-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.testimonial-inline {
    padding: 80px 30px;
    background: #1a73e8;
}

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

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

.testimonial-inline cite {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    font-style: normal;
}

.benefits-reveal {
    padding: 100px 30px;
    background: #ffffff;
}

.benefit-list {
    margin-top: 50px;
}

.benefit-item {
    margin-bottom: 45px;
}

.benefit-item h3 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #1a73e8;
}

.benefit-item p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3a3a3a;
}

.service-showcase {
    padding: 100px 30px;
    background: #f8f9fa;
}

.showcase-header {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.showcase-header h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.showcase-header p {
    font-size: 1.2rem;
    color: #555;
}

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

.service-card {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    background: #ffffff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a73e8;
    margin: 20px 0;
}

.select-service {
    background: #1a73e8;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.select-service:hover {
    background: #1557b0;
}

.select-service:active {
    transform: scale(0.98);
}

.cta-section {
    padding: 80px 30px;
    background: #ffffff;
    text-align: center;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.cta-section p {
    font-size: 1.2rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

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

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

.form-notice {
    background: #fff3cd;
    color: #856404;
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 0.95rem;
    display: none;
}

.form-notice.show {
    display: block;
}

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

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
}

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

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

.submit-btn {
    width: 100%;
    background: #28a745;
    color: #ffffff;
    border: none;
    padding: 16px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

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

.submit-btn:active {
    transform: scale(0.98);
}

.submit-btn:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.final-message {
    padding: 80px 30px;
    background: #2c3e50;
}

.final-message p {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #ffffff;
    text-align: center;
}

.disclaimer-section {
    padding: 60px 30px;
    background: #ecf0f1;
}

.disclaimer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    text-align: center;
}

.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 30px 30px;
}

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

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

.footer-section h4 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    color: #1a73e8;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #cccccc;
}

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

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

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

.footer-section ul a:hover {
    color: #1a73e8;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
    color: #888;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    color: #ffffff;
    padding: 25px 30px;
    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;
    flex-wrap: wrap;
}

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

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cookie-btn.accept {
    background: #28a745;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background: #6c757d;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background: #5a6268;
}

.page-header {
    background: linear-gradient(135deg, #1a73e8, #1557b0);
    padding: 80px 30px;
    text-align: center;
    color: #ffffff;
}

.header-content h1 {
    font-size: 3rem;
    font-weight: 700;
}

.about-story {
    padding: 80px 30px;
    background: #ffffff;
}

.intro-text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #1a1a1a;
    font-weight: 500;
}

.about-image-block {
    margin: 50px 0;
    background: #f0f0f0;
}

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

.process-list {
    list-style: none;
    padding-left: 0;
}

.process-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    color: #3a3a3a;
}

.process-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: 700;
}

.services-intro {
    padding: 60px 30px;
    background: #ffffff;
    text-align: center;
}

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

.service-detail-block {
    max-width: 1200px;
    margin: 0 auto 80px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    display: flex;
    overflow: hidden;
}

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

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

.service-detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.service-detail-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.service-detail-content ul li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #3a3a3a;
}

.service-detail-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 700;
}

.service-pricing-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 6px;
    border-left: 4px solid #1a73e8;
}

.price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 10px;
}

.price-note {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.service-detail-image {
    flex: 1;
    background: #f0f0f0;
    min-height: 400px;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-cta {
    padding: 80px 30px;
    background: #ffffff;
    text-align: center;
}

.services-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
}

.cta-button {
    display: inline-block;
    background: #1a73e8;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.cta-button:hover {
    background: #1557b0;
}

.contact-content {
    padding: 80px 30px;
    background: #ffffff;
}

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

.contact-info {
    flex: 1;
}

.contact-info h2 {
    font-size: 2.2rem;
    margin-bottom: 35px;
    color: #1a1a1a;
}

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

.info-block h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: #2c3e50;
}

.info-block p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.info-note {
    font-size: 0.95rem;
    color: #6c757d;
    font-style: italic;
}

.contact-additional {
    flex: 1;
}

.contact-additional h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.contact-additional h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.contact-additional p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.contact-additional ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.contact-additional ul li {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #3a3a3a;
}

.contact-additional ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a73e8;
    font-weight: 700;
    font-size: 1.3rem;
}

.thanks-section {
    padding: 100px 30px;
    background: #f8f9fa;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 60px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.thanks-icon {
    font-size: 5rem;
    color: #28a745;
    margin-bottom: 25px;
}

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #555;
}

.selected-service-info {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 40px;
    border-left: 4px solid #1a73e8;
}

.selected-service-info h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #2c3e50;
}

.selected-service-info p {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #3a3a3a;
}

.service-price-confirm {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a73e8;
    margin: 0;
}

.thanks-details {
    margin-bottom: 40px;
    text-align: left;
}

.thanks-details h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
    text-align: center;
}

.next-steps {
    list-style: none;
    counter-reset: step-counter;
    padding-left: 0;
}

.next-steps li {
    counter-increment: step-counter;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-left: 40px;
    position: relative;
    color: #3a3a3a;
}

.next-steps li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #1a73e8;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.thanks-note {
    background: #fff3cd;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.thanks-note p {
    font-size: 0.95rem;
    color: #856404;
    margin: 0;
}

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

.action-link {
    display: inline-block;
    background: #1a73e8;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.action-link:hover {
    background: #1557b0;
}

.action-link.secondary {
    background: #6c757d;
}

.action-link.secondary:hover {
    background: #5a6268;
}

.legal-content {
    padding: 60px 30px 80px;
    background: #ffffff;
}

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

.effective-date {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-container h2 {
    font-size: 2rem;
    margin: 45px 0 20px;
    color: #1a1a1a;
}

.legal-container h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #2c3e50;
}

.legal-container p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.legal-container ul {
    margin: 20px 0 30px 30px;
    line-height: 1.8;
}

.legal-container ul li {
    font-size: 1.05rem;
    margin-bottom: 10px;
    color: #3a3a3a;
}

@media (max-width: 900px) {
    .content-wrapper,
    .content-wrapper.reverse {
        flex-direction: column;
    }

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

    .contact-layout {
        flex-direction: column;
    }

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

    .hero-content-narrow h1 {
        font-size: 2.2rem;
    }
}

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

    .nav-links {
        gap: 20px;
    }

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

    .hero-content-narrow h1 {
        font-size: 1.8rem;
    }

    .page-header h1 {
        font-size: 2rem;
    }
}