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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 6%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-brand a {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-items {
    display: flex;
    gap: 32px;
    align-items: center;
}

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

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

.ad-label {
    font-size: 11px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.hero-offset {
    display: flex;
    min-height: 600px;
    padding: 80px 6% 60px 6%;
    gap: 60px;
    align-items: center;
}

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

.hero-content-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a252f;
    font-weight: 800;
}

.hero-subtext {
    font-size: 18px;
    color: #546e7a;
    margin-bottom: 32px;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.hero-image-right {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ecf0f1;
}

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

.intro-diagonal {
    padding: 80px 6%;
    background-color: #f8f9fa;
    position: relative;
    transform: skewY(-2deg);
    margin: 60px 0;
}

.intro-wrapper {
    transform: skewY(2deg);
    max-width: 800px;
    margin: 0 auto;
}

.intro-diagonal h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a252f;
}

.intro-diagonal p {
    font-size: 18px;
    color: #546e7a;
    line-height: 1.8;
}

.image-break {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #ecf0f1;
}

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

.services-grid-offset {
    padding: 100px 6% 80px 6%;
}

.services-intro-text {
    max-width: 700px;
    margin-bottom: 60px;
    margin-left: 10%;
}

.services-intro-text h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a252f;
}

.services-intro-text p {
    font-size: 18px;
    color: #546e7a;
    line-height: 1.7;
}

.services-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

.card-1 {
    width: calc(55% - 15px);
}

.card-2 {
    width: calc(45% - 15px);
}

.card-3 {
    width: calc(40% - 15px);
}

.card-4 {
    width: calc(30% - 15px);
}

.card-5 {
    width: calc(30% - 15px);
}

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

.service-card h3 {
    font-size: 24px;
    margin: 20px 24px 12px 24px;
    color: #1a252f;
}

.service-card p {
    font-size: 15px;
    color: #546e7a;
    margin: 0 24px 16px 24px;
    line-height: 1.6;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin: 0 24px 20px 24px;
}

.service-card .select-service {
    margin: auto 24px 24px 24px;
    padding: 12px 24px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.form-section-asymmetric {
    display: flex;
    gap: 60px;
    padding: 100px 6%;
    background-color: #fafbfc;
}

.form-container-left {
    flex: 1;
    max-width: 500px;
}

.form-container-left h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a252f;
}

.form-container-left p {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 32px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #2c3e50;
    font-size: 14px;
}

.form-group input,
.form-group select {
    padding: 12px 16px;
    border: 1px solid #dce0e3;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #2980b9;
}

.form-benefits-right {
    flex: 1;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.form-benefits-right h3 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a252f;
}

.benefits-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.benefits-list li {
    padding-left: 28px;
    position: relative;
    font-size: 16px;
    color: #546e7a;
    line-height: 1.6;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
    font-size: 18px;
}

.trust-section {
    padding: 80px 6%;
}

.trust-content {
    max-width: 1000px;
    margin: 0 auto;
}

.trust-content h2 {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a252f;
}

.trust-items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1;
    min-width: 280px;
}

.trust-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a252f;
}

.trust-item p {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.7;
}

.footer-asymmetric {
    background-color: #1a252f;
    color: #ecf0f1;
    padding: 60px 6% 20px 6%;
}

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

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

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

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

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

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

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

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

.footer-disclaimer {
    padding: 20px;
    background-color: #152028;
    border-radius: 6px;
    margin-bottom: 30px;
}

.footer-disclaimer p {
    font-size: 13px;
    color: #95a5a6;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #2c3e50;
}

.footer-bottom p {
    font-size: 13px;
    color: #7f8c8d;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #3498db;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    padding: 24px 6%;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #2c3e50;
}

.cookie-content a {
    color: #3498db;
    text-decoration: underline;
}

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

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

.btn-accept {
    background-color: #3498db;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #2980b9;
}

.btn-reject {
    background-color: #ecf0f1;
    color: #2c3e50;
}

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

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

.about-text-block {
    flex: 1;
    max-width: 550px;
}

.about-text-block h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a252f;
}

.about-text-block p {
    font-size: 17px;
    color: #546e7a;
    line-height: 1.8;
}

.about-image-block {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ecf0f1;
}

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

.story-section {
    padding: 60px 6%;
    background-color: #f8f9fa;
}

.story-content {
    max-width: 800px;
    margin: 0 auto;
}

.story-content h2 {
    font-size: 36px;
    margin-bottom: 24px;
    color: #1a252f;
}

.story-content p {
    font-size: 17px;
    color: #546e7a;
    line-height: 1.8;
    margin-bottom: 20px;
}

.stats-band {
    display: flex;
    justify-content: space-around;
    padding: 60px 6%;
    background-color: #3498db;
    color: #ffffff;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.approach-section {
    padding: 80px 6%;
}

.approach-section h2 {
    font-size: 36px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a252f;
}

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

.approach-card {
    flex: 1;
    min-width: 240px;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 10px;
}

.approach-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a252f;
}

.approach-card p {
    font-size: 15px;
    color: #546e7a;
    line-height: 1.7;
}

.team-section-offset {
    display: flex;
    gap: 60px;
    padding: 80px 6%;
    align-items: center;
}

.team-intro {
    flex: 1;
}

.team-intro h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a252f;
}

.team-intro p {
    font-size: 17px;
    color: #546e7a;
    line-height: 1.8;
}

.team-image {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ecf0f1;
}

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

.cta-section-about {
    padding: 80px 6%;
    text-align: center;
    background-color: #f8f9fa;
}

.cta-section-about h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a252f;
}

.cta-section-about p {
    font-size: 18px;
    color: #546e7a;
    margin-bottom: 32px;
}

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

.cta-button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

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

.services-hero h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a252f;
}

.services-intro {
    font-size: 18px;
    color: #546e7a;
    max-width: 700px;
    margin: 0 auto;
}

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

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

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

.service-detail-image {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ecf0f1;
}

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

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 12px;
    color: #1a252f;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.service-detail-content p {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-detail-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 24px;
    color: #1a252f;
}

.service-detail-content ul {
    list-style: none;
    margin-bottom: 24px;
}

.service-detail-content ul li {
    padding-left: 28px;
    position: relative;
    font-size: 15px;
    color: #546e7a;
    line-height: 1.6;
    margin-bottom: 8px;
}

.service-detail-content ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
    font-size: 20px;
}

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

.form-section-services h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a252f;
}

.form-section-services p {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 40px;
}

.form-section-services .contact-form {
    max-width: 500px;
    margin: 0 auto;
}

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

.contact-hero h1 {
    font-size: 44px;
    margin-bottom: 16px;
    color: #1a252f;
}

.contact-hero p {
    font-size: 18px;
    color: #546e7a;
}

.contact-layout {
    display: flex;
    gap: 60px;
    padding: 80px 6%;
}

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

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 32px;
    color: #1a252f;
}

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

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a252f;
    font-weight: 600;
}

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

.contact-note {
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 32px;
}

.contact-note p {
    font-size: 15px;
    color: #546e7a;
    line-height: 1.7;
}

.contact-map-placeholder {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
    background-color: #ecf0f1;
}

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-additional {
    padding: 60px 6%;
    background-color: #f8f9fa;
}

.contact-additional h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a252f;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
}

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a252f;
}

.faq-item p {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.7;
}

.thanks-section {
    padding: 100px 6%;
    min-height: 500px;
}

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

.thanks-content h1 {
    font-size: 44px;
    margin-bottom: 24px;
    color: #1a252f;
}

.thanks-main-text {
    font-size: 18px;
    color: #546e7a;
    margin-bottom: 40px;
    line-height: 1.7;
}

.thanks-service-info {
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 40px;
}

.thanks-service-info h2 {
    font-size: 24px;
    color: #1a252f;
}

.thanks-service-info span {
    color: #3498db;
    font-weight: 700;
}

.next-steps {
    text-align: left;
    margin-bottom: 40px;
}

.next-steps h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #1a252f;
}

.next-steps ol {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.8;
    padding-left: 24px;
}

.thanks-cta {
    margin-top: 50px;
}

.thanks-cta p {
    font-size: 16px;
    color: #546e7a;
    margin-bottom: 24px;
}

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

.btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    background-color: #ecf0f1;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #bdc3c7;
}

.btn-primary {
    display: inline-block;
    padding: 12px 28px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.legal-page {
    padding: 80px 6%;
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #1a252f;
}

.legal-updated {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 40px;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a252f;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.legal-page ul {
    margin: 16px 0 16px 24px;
}

.legal-page ul li {
    font-size: 16px;
    color: #546e7a;
    line-height: 1.7;
    margin-bottom: 8px;
}

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

@media (max-width: 768px) {
    .hero-offset,
    .about-hero-split,
    .form-section-asymmetric,
    .contact-layout,
    .team-section-offset,
    .service-detail-card {
        flex-direction: column;
    }

    .hero-content-left,
    .about-text-block,
    .form-container-left,
    .contact-info-block,
    .team-intro,
    .service-detail-content {
        max-width: 100%;
        padding-right: 0;
    }

    .nav-items {
        gap: 16px;
    }

    .services-cards-asymmetric .service-card {
        width: 100% !important;
    }

    .trust-items {
        flex-direction: column;
    }

    .stats-band {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .services-intro-text {
        margin-left: 0;
    }
}