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

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

.nav-asymmetric {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid #e0e0e0;
}

.nav-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: #1a1a1a;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

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

.hero-offset {
    max-width: 1400px;
    margin: 80px auto 120px;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
    position: relative;
}

.hero-text-block {
    flex: 1;
    max-width: 550px;
    padding-right: 40px;
}

.hero-text-block h1 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
    letter-spacing: -1.5px;
}

.hero-text-block p {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.hero-image-overlap {
    flex: 1;
    position: relative;
    margin-top: -40px;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

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

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

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

.intro-asymmetric {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-narrow {
    flex: 1.2;
    max-width: 600px;
}

.intro-narrow h2 {
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.intro-narrow p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.stats-offset {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
}

.stat-card {
    background-color: #f8f9fa;
    padding: 32px;
    border-radius: 8px;
}

.stat-shifted {
    margin-left: 60px;
}

.stat-number {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 12px;
}

.stat-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.services-preview {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.section-title-offset {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: 120px;
    color: #1a1a1a;
}

.services-grid-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0;
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

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

.service-offset-top {
    margin-top: 40px;
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

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

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin: 0 24px 16px;
    flex-grow: 1;
}

.price-tag {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #0066cc;
    margin: 16px 24px;
}

.link-arrow {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
    margin: 0 24px 24px;
    display: inline-block;
    transition: color 0.3s;
}

.link-arrow:hover {
    color: #0052a3;
}

.trust-section {
    background-color: #f8f9fa;
    padding: 80px 40px;
    margin-bottom: 120px;
}

.trust-section .trust-text-block {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}

.trust-text-block h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    flex: 1;
    color: #1a1a1a;
}

.trust-text-block p {
    flex: 1.5;
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.testimonial-overlap {
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 40px;
    display: flex;
    gap: 40px;
}

blockquote {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    border-left: 4px solid #0066cc;
    font-size: 17px;
    line-height: 1.7;
    color: #1a1a1a;
    flex: 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.testimonial-shifted {
    margin-top: 40px;
}

cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-weight: 600;
    color: #6c757d;
    font-size: 15px;
}

.process-visual {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.process-visual h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.process-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.process-step {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.step-right {
    margin-left: 200px;
}

.step-left {
    margin-right: 200px;
}

.step-number {
    font-size: 72px;
    font-weight: 700;
    color: #e0e0e0;
    line-height: 1;
}

.process-step h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.process-step p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.form-section {
    background-color: #0066cc;
    padding: 100px 40px;
    margin-bottom: 0;
}

.form-container-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-intro {
    flex: 1;
    color: #ffffff;
}

.form-intro h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
}

.contact-form {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    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: #0066cc;
}

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

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

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

.footer-columns {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

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

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

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

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

.footer-col ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #333333;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #b0b0b0;
    margin-bottom: 12px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 24px 40px;
    display: none;
    z-index: 2000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}

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

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

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

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

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

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

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-reject:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.about-hero-offset {
    max-width: 1400px;
    margin: 80px auto 120px;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-text-primary {
    flex: 1;
    max-width: 600px;
}

.about-text-primary h1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
}

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

.about-image-block img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.about-story {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.story-content-asymmetric {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.story-block {
    flex: 1.5;
}

.story-block h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.story-block p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.story-visual-offset {
    flex: 1;
    margin-top: 60px;
}

.story-visual-offset img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.team-approach {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.approach-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.approach-card {
    flex: 1;
    min-width: 300px;
    padding: 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.card-elevated {
    margin-top: -40px;
    background-color: #0066cc;
    color: #ffffff;
}

.card-elevated h3,
.card-elevated p {
    color: #ffffff;
}

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

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

.values-asymmetric {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 100px 40px;
    margin-bottom: 120px;
}

.values-content {
    max-width: 1400px;
    margin: 0 auto;
}

.values-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
}

.value-item {
    max-width: 600px;
    margin-bottom: 60px;
}

.value-offset-left {
    margin-left: 0;
}

.value-offset-right {
    margin-left: auto;
}

.value-item h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

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

.cta-about {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.cta-content-centered {
    text-align: center;
    padding: 80px 40px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.cta-content-centered h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.cta-content-centered p {
    font-size: 19px;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.services-hero {
    max-width: 1400px;
    margin: 80px auto 80px;
    padding: 0 40px;
    text-align: center;
}

.services-hero h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.services-intro {
    font-size: 20px;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 800px;
    margin: 0 auto;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.service-detail-block {
    display: flex;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
}

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

.service-content-left,
.service-content-right {
    flex: 1;
}

.service-content-left h2,
.service-content-right h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-content-left p,
.service-content-right p {
    font-size: 17px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 24px;
}

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

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

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

.pricing-box {
    background-color: #f8f9fa;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.pricing-box .price {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 8px;
}

.price-note {
    font-size: 14px;
    color: #6c757d;
}

.service-image-left,
.service-image-right {
    flex: 1;
}

.service-image-left img,
.service-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.services-cta {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 80px 40px;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.services-cta h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.services-cta p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.contact-hero {
    max-width: 1400px;
    margin: 80px auto 80px;
    padding: 0 40px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 52px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-content {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.contact-info-asymmetric {
    display: flex;
    gap: 80px;
}

.contact-block {
    flex: 1;
}

.contact-block h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

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

.contact-detail p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-map-placeholder {
    flex: 1;
}

.contact-map-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.contact-additional {
    max-width: 1400px;
    margin: 0 auto 120px;
    padding: 0 40px;
}

.additional-info h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.steps-contact {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.step-contact {
    flex: 1;
    min-width: 250px;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.step-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 16px;
}

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

.thanks-section {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.thanks-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

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

.thanks-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 19px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 32px;
}

.service-confirmation {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #4a4a4a;
}

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

.legal-content {
    max-width: 900px;
    margin: 80px auto 120px;
    padding: 0 40px;
}

.legal-content h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.legal-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 40px;
}

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

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

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

.legal-content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s;
}

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

.legal-update {
    font-size: 14px;
    color: #6c757d;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 1024px) {
    .hero-offset,
    .intro-asymmetric,
    .about-hero-offset,
    .story-content-asymmetric,
    .contact-info-asymmetric,
    .service-detail-block {
        flex-direction: column;
    }

    .service-reverse {
        flex-direction: column;
    }

    .hero-text-block,
    .about-text-primary {
        max-width: 100%;
    }

    .stats-offset {
        margin-top: 0;
    }

    .stat-shifted {
        margin-left: 0;
    }

    .section-title-offset {
        margin-left: 0;
    }

    .step-right,
    .step-left {
        margin-left: 0;
        margin-right: 0;
    }

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

    .footer-columns {
        flex-direction: column;
        gap: 40px;
    }

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

    .testimonial-shifted {
        margin-top: 0;
    }

    .value-offset-right {
        margin-left: 0;
    }

    .card-elevated {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .hero-text-block h1,
    .about-text-primary h1,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 36px;
    }

    .intro-narrow h2,
    .story-block h2,
    .values-content h2,
    .cta-content-centered h2,
    .services-cta h2,
    .contact-block h2,
    .additional-info h2 {
        font-size: 28px;
    }

    .section-title-offset,
    .process-visual h2 {
        font-size: 32px;
    }

    .services-grid-asymmetric,
    .approach-grid,
    .steps-contact {
        flex-direction: column;
    }

    .service-card {
        min-width: 100%;
    }

    .service-offset-top {
        margin-top: 0;
    }

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