* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-notice {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 8%;
    background-color: #ffffff;
    border-bottom: 2px solid #e8e8e8;
    position: relative;
}

.nav-brand h1 {
    font-size: 28px;
    color: #2c3e50;
    font-weight: 700;
    letter-spacing: -0.5px;
}

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

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

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

.hero-offset {
    display: flex;
    min-height: 85vh;
    padding: 60px 8% 80px 8%;
    background-color: #f8f9fa;
    position: relative;
    align-items: center;
}

.hero-content-left {
    flex: 1;
    padding-right: 60px;
    margin-top: -40px;
}

.hero-content-left h2 {
    font-size: 52px;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.hero-content-left p {
    font-size: 19px;
    color: #5a6c7d;
    margin-bottom: 35px;
    max-width: 520px;
}

.hero-image-right {
    flex: 1;
    margin-left: 40px;
    margin-top: 60px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    object-fit: cover;
    background-color: #e8e8e8;
}

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

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

.intro-block-offset {
    display: flex;
    padding: 100px 8% 80px 12%;
    background-color: #ffffff;
    align-items: center;
    gap: 70px;
}

.intro-narrow {
    flex: 1.2;
}

.intro-narrow h3 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.intro-narrow p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
}

.intro-visual {
    flex: 0.8;
    margin-right: -8%;
}

.intro-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.services-staggered {
    padding: 90px 8%;
    background-color: #f4f6f8;
}

.section-header-right {
    text-align: right;
    margin-bottom: 60px;
    margin-right: 5%;
}

.section-header-right h2 {
    font-size: 44px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.section-header-right p {
    font-size: 18px;
    color: #5a6c7d;
}

.service-cards-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-card {
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    align-items: stretch;
}

.service-card img {
    width: 340px;
    height: 260px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-content {
    padding: 35px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-content h4 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 14px;
    font-weight: 600;
}

.service-content p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-price {
    font-size: 32px;
    color: #3498db;
    font-weight: 700;
    margin-top: auto;
}

.offset-left {
    margin-left: 0;
    margin-right: 12%;
}

.offset-right {
    margin-left: 12%;
    margin-right: 0;
}

.offset-center {
    margin-left: 6%;
    margin-right: 6%;
}

.trust-diagonal {
    display: flex;
    padding: 90px 8%;
    background-color: #ffffff;
    align-items: center;
    gap: 60px;
}

.trust-content-overlap {
    flex: 1;
    padding-right: 40px;
    margin-top: -50px;
}

.trust-content-overlap h3 {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 35px;
    font-weight: 700;
}

.trust-points {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.trust-item strong {
    display: block;
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.trust-item p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.6;
}

.trust-image-bg {
    flex: 0.9;
}

.trust-image-bg img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.form-section-tilted {
    display: flex;
    padding: 100px 8%;
    background-color: #ecf0f1;
    gap: 70px;
    align-items: flex-start;
}

.form-intro-left {
    flex: 0.9;
    padding-top: 20px;
}

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

.form-intro-left p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
}

.form-container-right {
    flex: 1;
    background-color: #ffffff;
    padding: 45px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -30px;
}

form label {
    display: block;
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 500;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 22px;
    border: 1px solid #d0d7de;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

form textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    width: 100%;
    padding: 15px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-notice {
    padding: 50px 10%;
    background-color: #fff9e6;
    border-top: 3px solid #f39c12;
    border-bottom: 3px solid #f39c12;
}

.disclaimer-notice p {
    font-size: 14px;
    color: #5a6c7d;
    line-height: 1.7;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.footer-split {
    background-color: #2c3e50;
    color: #ecf0f1;
}

.footer-main {
    display: flex;
    padding: 60px 8% 40px 8%;
    gap: 50px;
}

.footer-col {
    flex: 1;
}

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

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

.footer-col a {
    display: block;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s;
}

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

.email-text {
    font-family: monospace;
    background-color: #34495e;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
}

.footer-bottom {
    text-align: center;
    padding: 25px 8%;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 13px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 25px 8%;
    box-shadow: 0 -4px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}

.cookie-banner.show {
    display: block;
}

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

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

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

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

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

.page-header-diagonal {
    padding: 80px 8% 60px 12%;
    background-color: #34495e;
    color: #ffffff;
}

.page-header-diagonal h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-header-diagonal p {
    font-size: 18px;
    color: #bdc3c7;
}

.about-story-offset {
    display: flex;
    padding: 90px 8%;
    background-color: #ffffff;
    gap: 60px;
    align-items: center;
}

.story-block-right {
    flex: 1;
    order: 2;
}

.story-block-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.story-content-left {
    flex: 1.1;
    order: 1;
    padding-right: 40px;
}

.story-content-left h3 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.story-content-left p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.values-stacked {
    padding: 90px 8%;
    background-color: #f8f9fa;
}

.values-intro {
    text-align: center;
    margin-bottom: 60px;
}

.values-intro h3 {
    font-size: 42px;
    color: #2c3e50;
    font-weight: 700;
}

.values-grid-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.value-card {
    background-color: #ffffff;
    padding: 40px 45px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.value-card h4 {
    font-size: 26px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.value-card p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

.offset-pattern-1 {
    margin-left: 0;
    margin-right: 15%;
}

.offset-pattern-2 {
    margin-left: 15%;
    margin-right: 0;
}

.offset-pattern-3 {
    margin-left: 8%;
    margin-right: 8%;
}

.team-overlap {
    display: flex;
    padding: 90px 8%;
    background-color: #ffffff;
    gap: 60px;
    align-items: center;
}

.team-visual-left {
    flex: 1;
}

.team-visual-left img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.team-text-right {
    flex: 1.1;
    padding-left: 40px;
    margin-top: 40px;
}

.team-text-right h3 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.team-text-right p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.mission-tilted {
    padding: 90px 12% 90px 8%;
    background-color: #ecf0f1;
}

.mission-content {
    max-width: 800px;
}

.mission-content h3 {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 700;
}

.mission-content p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 18px;
}

.cta-diagonal {
    padding: 80px 8%;
    background-color: #3498db;
    text-align: center;
}

.cta-diagonal h3 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-diagonal p {
    font-size: 18px;
    color: #ecf0f1;
    margin-bottom: 30px;
}

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

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

.services-detailed {
    padding: 70px 8%;
    background-color: #ffffff;
}

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

.service-visual {
    flex: 1;
}

.service-visual img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-info {
    flex: 1.2;
    padding-top: 20px;
}

.service-info h3 {
    font-size: 34px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-info p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-info ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.service-info ul li {
    font-size: 15px;
    color: #5a6c7d;
    margin-bottom: 10px;
    line-height: 1.6;
}

.price-tag {
    font-size: 36px;
    color: #27ae60;
    font-weight: 700;
    margin-bottom: 20px;
}

.btn-service {
    display: inline-block;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: background-color 0.3s;
}

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

.offset-layout-1 {
    margin-left: 0;
    margin-right: 8%;
}

.offset-layout-2 {
    margin-left: 8%;
    margin-right: 0;
    flex-direction: row-reverse;
}

.process-section-tilted {
    padding: 80px 10%;
    background-color: #f8f9fa;
}

.process-section-tilted h3 {
    font-size: 40px;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}

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

.step-item {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #ffffff;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}

.step-number {
    font-size: 48px;
    color: #3498db;
    font-weight: 700;
    min-width: 70px;
}

.step-item h4 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.step-item p {
    font-size: 15px;
    color: #5a6c7d;
    line-height: 1.6;
}

.offset-step-1 {
    margin-left: 0;
    margin-right: 10%;
}

.offset-step-2 {
    margin-left: 10%;
    margin-right: 0;
}

.offset-step-3 {
    margin-left: 5%;
    margin-right: 5%;
}

.offset-step-4 {
    margin-left: 0;
    margin-right: 10%;
}

.contact-layout-offset {
    display: flex;
    padding: 90px 8%;
    background-color: #ffffff;
    gap: 70px;
    align-items: flex-start;
}

.contact-info-left {
    flex: 1;
    padding-top: 20px;
}

.contact-info-left h3 {
    font-size: 38px;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 700;
}

.contact-block {
    margin-bottom: 35px;
}

.contact-block h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-block p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
}

.contact-visual-right {
    flex: 1;
    margin-top: -40px;
}

.contact-visual-right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
    object-fit: cover;
    background-color: #e8e8e8;
}

.location-info-tilted {
    padding: 80px 10%;
    background-color: #f8f9fa;
}

.location-content h3 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.location-content p {
    font-size: 17px;
    color: #5a6c7d;
    margin-bottom: 30px;
    line-height: 1.7;
}

.transport-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.transport-item {
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    font-size: 16px;
    color: #5a6c7d;
}

.transport-item strong {
    color: #2c3e50;
    margin-right: 8px;
}

.contact-cta-diagonal {
    padding: 70px 8%;
    background-color: #27ae60;
    text-align: center;
}

.contact-cta-diagonal h3 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 12px;
    font-weight: 700;
}

.contact-cta-diagonal p {
    font-size: 17px;
    color: #ecf0f1;
    margin-bottom: 28px;
}

.btn-cta-alt {
    display: inline-block;
    padding: 15px 38px;
    background-color: #ffffff;
    color: #27ae60;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}

.btn-cta-alt:hover {
    background-color: #ecf0f1;
}

.thanks-container {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 8%;
    background-color: #f8f9fa;
}

.thanks-content-centered {
    text-align: center;
    max-width: 700px;
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #27ae60;
    color: #ffffff;
    font-size: 50px;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px auto;
}

.thanks-content-centered h2 {
    font-size: 40px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-content-centered p {
    font-size: 17px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 20px;
}

.thanks-service {
    font-size: 18px;
    padding: 15px;
    background-color: #ecf0f1;
    border-radius: 6px;
    margin: 30px 0;
}

.thanks-next-steps {
    margin: 35px 0;
    text-align: left;
}

.thanks-next-steps h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 18px;
    font-weight: 600;
}

.thanks-next-steps ul {
    margin-left: 20px;
}

.thanks-next-steps li {
    font-size: 16px;
    color: #5a6c7d;
    margin-bottom: 12px;
    line-height: 1.6;
}

.btn-return {
    display: inline-block;
    padding: 15px 35px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    transition: background-color 0.3s;
}

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

.legal-page {
    padding: 60px 10%;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.legal-page h2 {
    font-size: 42px;
    color: #2c3e50;
    margin-bottom: 40px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 26px;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-content h4 {
    font-size: 20px;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

.legal-content p {
    font-size: 16px;
    color: #5a6c7d;
    line-height: 1.7;
    margin-bottom: 15px;
}

.legal-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

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

.legal-update {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    font-style: italic;
    color: #95a5a6;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #d0d7de;
    padding: 12px 15px;
    text-align: left;
}

.cookie-table th {
    background-color: #f8f9fa;
    color: #2c3e50;
    font-weight: 600;
}

.cookie-table td {
    font-size: 15px;
    color: #5a6c7d;
}

@media (max-width: 768px) {
    .hero-offset,
    .intro-block-offset,
    .trust-diagonal,
    .form-section-tilted,
    .about-story-offset,
    .team-overlap,
    .contact-layout-offset,
    .service-detail {
        flex-direction: column;
    }

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

    .service-card img {
        width: 100%;
        height: 240px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content-left h2 {
        font-size: 36px;
    }

    .offset-left,
    .offset-right,
    .offset-center,
    .offset-pattern-1,
    .offset-pattern-2,
    .offset-pattern-3,
    .offset-layout-1,
    .offset-layout-2 {
        margin-left: 0;
        margin-right: 0;
    }

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