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

.ad-notice {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #6c757d;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.nav-brand {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: #0066cc;
}

.hero-asymmetric {
    display: flex;
    min-height: 75vh;
    padding: 80px 6% 60px;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-content-offset {
    max-width: 580px;
    padding-top: 60px;
    z-index: 2;
}

.hero-asymmetric h1 {
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 28px;
    letter-spacing: -1.2px;
}

.hero-lead {
    font-size: 19px;
    line-height: 1.65;
    color: #495057;
    margin-bottom: 36px;
}

.cta-hero {
    display: inline-block;
    padding: 16px 42px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 102, 204, 0.25);
}

.cta-hero:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 102, 204, 0.35);
}

.hero-image-overlap {
    position: absolute;
    right: 6%;
    top: 120px;
    width: 48%;
    max-width: 640px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

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

.insight-block {
    padding: 100px 6%;
    background-color: #f8f9fa;
}

.insight-wrapper {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    max-width: 1200px;
}

.insight-stat {
    min-width: 280px;
}

.stat-number {
    font-size: 76px;
    font-weight: 900;
    color: #0066cc;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
}

.insight-stat p {
    font-size: 16px;
    color: #495057;
    line-height: 1.5;
}

.insight-text h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

.insight-text p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
}

.story-flow {
    padding: 100px 6% 80px;
}

.story-column-narrow {
    max-width: 620px;
    margin: 0 0 60px 120px;
}

.story-column-narrow h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.9px;
}

.story-column-narrow p {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
}

.services-cards-offset {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding-left: 40px;
}

.service-card {
    width: calc(33.333% - 24px);
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 24px 12px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #495057;
    margin: 0 24px 16px;
    flex-grow: 1;
}

.service-card .price {
    font-size: 28px;
    font-weight: 800;
    color: #0066cc;
    display: block;
    margin: 0 24px 16px;
}

.service-card .select-service {
    margin: 0 24px 24px;
    padding: 12px 24px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.service-card .select-service:hover {
    background-color: #0052a3;
    transform: scale(1.02);
}

.testimonial-inline {
    padding: 80px 6%;
    background-color: #0066cc;
}

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

.testimonial-inline p {
    font-size: 26px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-inline cite {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    font-style: normal;
}

.form-section-asymmetric {
    padding: 100px 6%;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro-offset {
    max-width: 420px;
    padding-top: 40px;
}

.form-intro-offset h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

.form-intro-offset p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
}

.contact-form-main {
    flex: 1;
    max-width: 540px;
    background-color: #ffffff;
    padding: 44px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.contact-form-main input,
.contact-form-main select,
.contact-form-main textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 20px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.contact-form-main input:focus,
.contact-form-main select:focus,
.contact-form-main textarea:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.1);
}

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    background-color: #0052a3;
}

.final-thought {
    padding: 100px 6%;
    text-align: center;
    background-color: #1a1a1a;
}

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

.final-content h2 {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -0.9px;
}

.final-content p {
    font-size: 19px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 36px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 42px;
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.footer-main {
    background-color: #f8f9fa;
    padding: 60px 6% 40px;
}

.footer-columns {
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 240px;
}

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
}

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

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

.footer-col ul li a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

.footer-col ul li a:hover {
    color: #0066cc;
}

.footer-disclaimer {
    padding: 24px;
    background-color: #e9ecef;
    border-radius: 8px;
    margin-bottom: 32px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #6c757d;
    margin: 0;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    padding: 24px;
    z-index: 10000;
    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: 24px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #495057;
    margin: 0;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-cookie-accept {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #0052a3;
}

.btn-cookie-reject {
    background-color: #e9ecef;
    color: #495057;
}

.btn-cookie-reject:hover {
    background-color: #dee2e6;
}

.about-hero {
    padding: 120px 6% 80px;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
    text-align: center;
}

.about-hero-content h1 {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -1.2px;
}

.about-hero-content p {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 720px;
    margin: 0 auto;
}

.about-story-split {
    display: flex;
    gap: 60px;
    padding: 100px 6%;
    align-items: center;
}

.about-text-block {
    flex: 1;
}

.about-text-block h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

.about-text-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
}

.about-image-block {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

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

.approach-section {
    padding: 100px 6%;
    background-color: #f8f9fa;
}

.approach-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -0.9px;
}

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

.approach-item {
    width: calc(50% - 20px);
    background-color: #ffffff;
    padding: 36px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.approach-item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #495057;
}

.team-intro {
    padding: 100px 6%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.team-intro h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -0.8px;
}

.team-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
}

.values-offset {
    padding: 100px 6% 100px 15%;
    background-color: #0066cc;
}

.values-content {
    max-width: 820px;
}

.values-content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 36px;
    letter-spacing: -0.9px;
}

.values-list {
    list-style: none;
}

.values-list li {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 20px;
    padding-left: 36px;
    position: relative;
}

.values-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.about-cta-section {
    padding: 100px 6%;
    text-align: center;
}

.about-cta-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.9px;
}

.about-cta-section p {
    font-size: 18px;
    color: #495057;
    margin-bottom: 36px;
}

.cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.btn-primary {
    display: inline-block;
    padding: 16px 42px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 16px 42px;
    background-color: transparent;
    color: #0066cc;
    border: 2px solid #0066cc;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #0066cc;
    color: #ffffff;
}

.services-header {
    padding: 100px 6% 60px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.services-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.services-intro {
    font-size: 19px;
    line-height: 1.7;
    color: #495057;
    max-width: 820px;
    margin: 0 auto;
}

.services-detailed {
    padding: 60px 6% 100px;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    max-width: 1200px;
}

.service-detail-card:nth-child(even) {
    flex-direction: row-reverse;
}

.service-detail-image {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e9ecef;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.7px;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 24px;
}

.service-features {
    list-style: none;
    margin-bottom: 28px;
}

.service-features li {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    padding-left: 28px;
    position: relative;
    margin-bottom: 10px;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: 700;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 16px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.service-duration {
    font-size: 15px;
    color: #6c757d;
}

.service-price {
    font-size: 32px;
    font-weight: 800;
    color: #0066cc;
}

.services-comparison {
    padding: 80px 6%;
    background-color: #f8f9fa;
    text-align: center;
}

.services-comparison h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

.services-comparison p {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 32px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.contact-header {
    padding: 100px 6% 60px;
    text-align: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-header h1 {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-header p {
    font-size: 19px;
    line-height: 1.7;
    color: #495057;
    max-width: 720px;
    margin: 0 auto;
}

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

.contact-details-block {
    flex: 1;
}

.contact-details-block h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 40px;
    letter-spacing: -0.8px;
}

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

.contact-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

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

.contact-image-block {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.contact-image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e9ecef;
}

.contact-additional {
    padding: 80px 6%;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-additional h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.7px;
}

.contact-additional p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    max-width: 720px;
    margin: 0 auto;
}

.thanks-hero {
    padding: 140px 6%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
}

.thanks-content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -1.2px;
}

.thanks-lead {
    font-size: 22px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
}

.thanks-info {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.thanks-info p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.thanks-content > p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 44px;
}

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

.legal-content {
    padding: 100px 6%;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-content h1 {
    font-size: 44px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.legal-updated {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 44px;
    margin-bottom: 16px;
}

.legal-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 32px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
}

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

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

.legal-content a {
    color: #0066cc;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #0052a3;
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-image-overlap {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }

    .services-cards-offset {
        padding-left: 0;
    }

    .service-card {
        width: calc(50% - 18px);
    }

    .form-section-asymmetric {
        flex-direction: column;
    }

    .contact-form-main {
        max-width: 100%;
    }

    .about-story-split,
    .contact-info-layout {
        flex-direction: column;
    }

    .service-detail-card {
        flex-direction: column !important;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
        font-size: 14px;
    }

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

    .insight-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .story-column-narrow {
        margin-left: 0;
    }

    .service-card {
        width: 100%;
    }

    .approach-item {
        width: 100%;
    }

    .values-offset {
        padding-left: 6%;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cta-group {
        flex-direction: column;
    }

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