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

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

.cookie-banner.show {
    display: flex;
    justify-content: center;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    min-width: 280px;
    margin: 0;
}

.cookie-content a {
    color: #66b3ff;
    text-decoration: underline;
}

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

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

.btn-accept {
    background: #2ecc71;
    color: #ffffff;
}

.btn-accept:hover {
    background: #27ae60;
    transform: translateY(-2px);
}

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

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

.header-asymmetric {
    position: relative;
    padding: 20px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e1e8ed;
}

.ad-notice {
    position: absolute;
    top: 8px;
    right: 40px;
    font-size: 11px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    background: #f8f9fa;
    border-radius: 3px;
}

.nav-asymmetric {
    background: #ffffff;
    padding: 20px 40px;
    border-bottom: 1px solid #e1e8ed;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

.nav-disclosure {
    flex: 1;
    text-align: center;
}

.ad-label {
    font-size: 11px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    background: #f8f9fa;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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

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

.hero-content-offset,
.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

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

.hero-content-offset p,
.hero-content-left p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #4a5568;
}

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

.cta-primary:hover {
    background: #2980b9;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(52, 152, 219, 0.3);
}

.hero-image-diagonal,
.hero-image-right {
    flex: 1;
    position: relative;
}

.hero-image-diagonal img,
.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.intro-offset,
.intro-diagonal {
    max-width: 1400px;
    margin: 100px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.intro-block-left,
.content-narrow {
    flex: 1;
}

.intro-block-left h2,
.content-narrow h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

.intro-block-left p,
.content-narrow p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 16px;
    color: #4a5568;
}

.intro-visual-right {
    flex: 1;
}

.intro-visual-right img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

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

.services-header-staggered,
.section-header-offset {
    margin-bottom: 60px;
    max-width: 600px;
}

.services-header-staggered h2,
.section-header-offset h2 {
    font-size: 42px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.services-header-staggered p,
.section-header-offset p {
    font-size: 18px;
    color: #4a5568;
}

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

.service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

.service-card.offset-1 {
    flex: 1 1 calc(50% - 16px);
    margin-top: 0;
}

.service-card.offset-2 {
    flex: 1 1 calc(50% - 16px);
    margin-top: 40px;
}

.service-card.offset-3 {
    flex: 1 1 calc(50% - 16px);
    margin-top: -20px;
}

.service-card.offset-4 {
    flex: 1 1 calc(50% - 16px);
    margin-top: 60px;
}

.service-card.offset-5 {
    flex: 1 1 calc(50% - 16px);
    margin-top: 20px;
}

.service-card.offset-6 {
    flex: 1 1 calc(50% - 16px);
    margin-top: -40px;
}

.service-card.service-large {
    flex: 1 1 calc(60% - 16px);
}

.service-card.service-offset {
    flex: 1 1 calc(40% - 16px);
    margin-top: 60px;
}

.service-card.service-elevated {
    flex: 1 1 calc(50% - 16px);
    margin-top: -40px;
}

.service-card.service-wide {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
}

.service-card.service-compact {
    flex: 1 1 calc(40% - 16px);
    margin-top: 20px;
}

.service-card.service-featured {
    flex: 1 1 calc(60% - 16px);
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-card.service-wide img {
    width: 50%;
    height: auto;
}

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

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 24px 20px;
    color: #4a5568;
    flex: 1;
}

.price-tag,
.price {
    font-size: 28px;
    font-weight: 700;
    color: #2ecc71;
    margin: 0 24px 20px;
}

.btn-service,
.btn-select {
    margin: 0 24px 24px;
    padding: 14px 28px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-service:hover,
.btn-select:hover {
    background: #2980b9;
    transform: translateX(4px);
}

.trust-section-diagonal {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.trust-content {
    flex: 1;
}

.trust-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a5568;
}

.trust-content a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.trust-content a:hover {
    text-decoration: underline;
}

.trust-visual {
    flex: 1;
}

.trust-visual img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.form-section-offset,
.form-section-diagonal {
    max-width: 900px;
    margin: 120px auto;
    padding: 0 40px;
}

.form-wrapper-asymmetric,
.form-wrapper {
    background: #f8f9fa;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-intro h2,
.form-wrapper h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-intro p,
.form-wrapper > p {
    font-size: 17px;
    margin-bottom: 40px;
    color: #4a5568;
}

.contact-form,
.consultation-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px;
    border: 2px solid #dfe6e9;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 12px;
}

.btn-submit:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

.why-us-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.content-split {
    display: flex;
    align-items: center;
    gap: 80px;
}

.split-content {
    flex: 1;
}

.split-content h2 {
    font-size: 38px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.split-content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #4a5568;
}

.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    font-size: 17px;
    color: #2c3e50;
}

.benefit-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: 700;
    font-size: 20px;
}

.split-image {
    flex: 1;
}

.split-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.testimonials-stacked {
    max-width: 1200px;
    margin: 120px auto;
    padding: 0 40px;
}

.testimonials-stacked h2 {
    font-size: 38px;
    margin-bottom: 60px;
    text-align: center;
    color: #1a1a1a;
}

.testimonial-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.testimonial {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    border-left: 4px solid #3498db;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #2c3e50;
    font-style: italic;
}

.testimonial cite {
    font-size: 16px;
    color: #7f8c8d;
    font-style: normal;
    font-weight: 600;
}

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

.cta-content {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    padding: 80px 60px;
    border-radius: 16px;
    text-align: center;
    color: #ffffff;
}

.cta-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 19px;
    margin-bottom: 36px;
    opacity: 0.95;
}

.btn-cta-large {
    display: inline-block;
    padding: 18px 48px;
    background: #ffffff;
    color: #3498db;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease;
}

.btn-cta-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 80px 40px 40px;
    margin-top: 120px;
}

.footer-main,
.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.footer-col,
.footer-column {
    flex: 1;
    min-width: 200px;
}

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

.footer-col p,
.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #b2bec3;
    margin-bottom: 12px;
}

.footer-col ul,
.footer-column ul {
    list-style: none;
    padding: 0;
}

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

.footer-col a,
.footer-column a {
    color: #b2bec3;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col a:hover,
.footer-column a:hover {
    color: #3498db;
}

.footer-references {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding-top: 40px;
    border-top: 1px solid #2c3e50;
}

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

.footer-references p {
    font-size: 13px;
    line-height: 1.6;
    color: #b2bec3;
    margin-bottom: 8px;
}

.footer-references a {
    color: #66b3ff;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-disclaimer,
.disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 24px;
    background: #2c3e50;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #b2bec3;
}

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

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

.page-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 40px;
}

.page-header {
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.page-header p {
    font-size: 18px;
    color: #7f8c8d;
}

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

.page-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.page-content ul,
.page-content ol {
    margin: 16px 0 16px 24px;
    line-height: 1.8;
    color: #4a5568;
}

.page-content li {
    margin-bottom: 8px;
}

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

.contact-info {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2c3e50;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 0 40px;
    text-align: center;
}

.thanks-box {
    background: #f8f9fa;
    padding: 80px 60px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.thanks-icon {
    font-size: 72px;
    margin-bottom: 24px;
    color: #2ecc71;
}

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

.thanks-box p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a5568;
}

.thanks-service {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin: 32px 0;
    border-left: 4px solid #3498db;
}

.thanks-service strong {
    color: #2c3e50;
}

.btn-home {
    display: inline-block;
    margin-top: 20px;
    padding: 16px 40px;
    background: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-home:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.3);
}

@media (max-width: 768px) {
    .hero-asymmetric,
    .hero-offset,
    .intro-offset,
    .intro-diagonal,
    .trust-section-diagonal,
    .content-split {
        flex-direction: column;
        gap: 40px;
    }

    .hero-content-offset h1,
    .hero-content-left h1 {
        font-size: 36px;
    }

    .services-grid-asymmetric {
        flex-direction: column;
    }

    .service-card {
        flex: 1 1 100% !important;
        margin-top: 0 !important;
    }

    .nav-links,
    .main-nav {
        flex-direction: column;
        gap: 16px;
    }

    .footer-main,
    .footer-content {
        flex-direction: column;
        gap: 40px;
    }
}