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

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

.floating-nav {
    position: fixed;
    top: 50px;
    right: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.nav-brand {
    font-weight: 700;
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
}

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

.nav-links a:hover {
    color: #007bff;
}

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 85vh;
    padding: 80px 60px 80px 120px;
    gap: 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-content-left {
    flex: 1;
    max-width: 580px;
    transform: translateX(-40px);
}

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

.hero-lead {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #4a5568;
}

.hero-image-right {
    flex: 1;
    position: relative;
    transform: translateY(-60px) translateX(30px);
}

.hero-image-right img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background-color: #e9ecef;
}

.cta-primary {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 16px 42px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.2s;
}

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

.intro-asymmetric {
    display: flex;
    padding: 120px 80px 100px 180px;
    gap: 100px;
    align-items: flex-start;
    background-color: #ffffff;
}

.intro-block-offset {
    flex: 1.2;
    max-width: 620px;
    transform: translateX(60px);
}

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

.intro-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
}

.intro-stats-overlap {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transform: translateY(-40px);
}

.stat-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 35px 40px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
}

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

.stat-label {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.95;
}

.insight-section {
    display: flex;
    padding: 80px 100px 80px 60px;
    gap: 70px;
    align-items: center;
    background-color: #f8f9fa;
}

.insight-section img {
    flex: 0 0 480px;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    background-color: #dee2e6;
}

.insight-content {
    flex: 1;
    transform: translateX(-30px);
}

.insight-content h2 {
    font-size: 36px;
    margin-bottom: 22px;
    color: #1a202c;
    font-weight: 700;
}

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

.cta-inline {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 3px;
    transition: color 0.3s;
}

.cta-inline:hover {
    color: #0056b3;
}

.services-grid-irregular {
    padding: 100px 80px 120px 140px;
    background-color: #ffffff;
}

.section-title-offset {
    font-size: 44px;
    margin-bottom: 60px;
    color: #1a202c;
    font-weight: 800;
    transform: translateX(40px);
}

.service-cards-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.service-card {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}

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

.card-large {
    flex: 1 1 calc(55% - 20px);
}

.card-medium {
    flex: 1 1 calc(42% - 20px);
}

.card-small {
    flex: 1 1 calc(30% - 20px);
}

.service-card img {
    width: 100%;
    height: 240px;
    background-color: #e9ecef;
}

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

.service-card p {
    margin: 0 25px 18px 25px;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
}

.price-tag {
    font-size: 32px;
    font-weight: 800;
    color: #007bff;
    margin: 0 25px 18px 25px;
}

.service-select {
    margin: 0 25px 25px 25px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-select:hover {
    background-color: #218838;
}

.trust-block-overlap {
    display: flex;
    padding: 90px 120px 90px 80px;
    gap: 80px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: #ffffff;
    align-items: center;
}

.trust-content {
    flex: 1;
    transform: translateX(50px);
}

.trust-content h2 {
    font-size: 40px;
    margin-bottom: 24px;
    font-weight: 800;
}

.trust-content p {
    font-size: 18px;
    line-height: 1.8;
}

.trust-features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(-30px);
}

.feature-item {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 24px 30px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.form-section-offset {
    padding: 100px 80px 100px 180px;
    background-color: #f8f9fa;
}

.form-container {
    max-width: 680px;
    transform: translateX(-50px);
}

.form-container h2 {
    font-size: 40px;
    margin-bottom: 18px;
    color: #1a202c;
    font-weight: 800;
}

.form-intro {
    font-size: 18px;
    margin-bottom: 40px;
    color: #6c757d;
}

.contact-form {
    background-color: #ffffff;
    padding: 45px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.selected-service-display {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    padding: 18px 22px;
    border-radius: 8px;
    margin-bottom: 28px;
    color: #0c5460;
}

.btn-change {
    background: none;
    border: none;
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 15px;
    font-size: 15px;
}

.btn-change:hover {
    color: #0056b3;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007bff;
}

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

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

.disclaimer-section {
    padding: 60px 100px;
    background-color: #fff3cd;
    border-top: 3px solid #ffc107;
    border-bottom: 3px solid #ffc107;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #856404;
    max-width: 1100px;
    margin: 0 auto;
}

.footer-asymmetric {
    background-color: #1a202c;
    color: #ffffff;
    padding: 60px 80px 30px 80px;
}

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 50px;
}

.footer-col {
    flex: 1;
}

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

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

.footer-col a {
    display: block;
    color: #cbd5e0;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s;
}

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

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

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

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

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

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

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

.cookie-content a {
    color: #5dade2;
    text-decoration: underline;
}

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

.btn-accept {
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.page-hero-about,
.page-hero-services,
.page-hero-contact {
    padding: 120px 80px 80px 140px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.page-hero-about h1,
.page-hero-services h1,
.page-hero-contact h1 {
    font-size: 56px;
    margin-bottom: 20px;
    font-weight: 800;
}

.page-lead {
    font-size: 22px;
    line-height: 1.6;
    max-width: 800px;
}

.about-story {
    display: flex;
    padding: 100px 80px;
    gap: 70px;
    align-items: center;
    background-color: #ffffff;
}

.story-content {
    flex: 1.3;
}

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

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

.story-image {
    flex: 1;
}

.story-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    background-color: #e9ecef;
}

.philosophy-section {
    padding: 90px 100px;
    background-color: #f8f9fa;
}

.philosophy-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    color: #1a202c;
    font-weight: 800;
}

.philosophy-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.philosophy-card {
    flex: 1 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

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

.philosophy-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #6c757d;
}

.team-approach {
    padding: 80px 140px;
    background-color: #ffffff;
}

.team-approach h2 {
    font-size: 38px;
    margin-bottom: 28px;
    color: #1a202c;
    font-weight: 700;
}

.team-approach p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 22px;
    color: #4a5568;
    max-width: 900px;
}

.cta-about,
.cta-services {
    padding: 80px 100px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    text-align: center;
    color: #ffffff;
}

.cta-about h2,
.cta-services h2 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 800;
}

.cta-services p {
    font-size: 19px;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #f5576c;
    padding: 18px 48px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    transition: transform 0.3s;
}

.cta-button:hover {
    transform: scale(1.05);
}

.services-detail-section {
    padding: 80px 100px;
    background-color: #f8f9fa;
}

.service-detail-card {
    display: flex;
    gap: 60px;
    margin-bottom: 70px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.service-detail-image {
    flex: 0 0 420px;
}

.service-detail-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background-color: #e9ecef;
}

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

.service-detail-content h2 {
    font-size: 34px;
    margin-bottom: 18px;
    color: #1a202c;
    font-weight: 700;
}

.service-price-large {
    font-size: 38px;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 28px;
}

.service-detail-content h3 {
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 24px;
    color: #2c3e50;
    font-weight: 600;
}

.service-checklist {
    list-style: none;
    margin-bottom: 30px;
}

.service-checklist li {
    padding: 10px 0 10px 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.service-checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: 700;
    font-size: 18px;
}

.service-select-page {
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.service-select-page:hover {
    background-color: #218838;
}

.service-benefits {
    padding: 70px 100px;
    background-color: #ffffff;
}

.service-benefits h2 {
    font-size: 38px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a202c;
    font-weight: 800;
}

.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

.benefit-item {
    flex: 1 1 calc(50% - 15px);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 30px 35px;
    border-radius: 12px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.contact-info-section {
    padding: 80px 100px;
    display: flex;
    gap: 70px;
    background-color: #f8f9fa;
}

.contact-card {
    flex: 1;
}

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

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

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.8;
    color: #6c757d;
}

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

.contact-map-placeholder img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    background-color: #e9ecef;
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    padding: 18px 24px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.map-overlay p {
    font-size: 16px;
    font-weight: 600;
}

.contact-cta {
    padding: 80px 100px;
    background-color: #ffffff;
    text-align: center;
}

.contact-cta h2 {
    font-size: 38px;
    margin-bottom: 18px;
    color: #1a202c;
    font-weight: 800;
}

.contact-cta p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #6c757d;
}

.thanks-section {
    padding: 100px 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-container {
    max-width: 800px;
    text-align: center;
}

.thanks-icon {
    width: 100px;
    height: 100px;
    background-color: #28a745;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin: 0 auto 30px;
}

.thanks-container h1 {
    font-size: 44px;
    margin-bottom: 20px;
    color: #1a202c;
    font-weight: 800;
}

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

.thanks-service-info {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    color: #0c5460;
    font-size: 18px;
    font-weight: 600;
}

.thanks-next-steps {
    margin-bottom: 50px;
}

.thanks-next-steps h2 {
    font-size: 32px;
    margin-bottom: 35px;
    color: #1a202c;
    font-weight: 700;
}

.steps-grid {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.step-item {
    flex: 1 1 calc(50% - 15px);
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.step-number {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}

.step-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
}

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

.thanks-contact p {
    font-size: 16px;
    color: #6c757d;
}

.btn-back-home {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 16px 42px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s;
}

.btn-back-home:hover {
    background-color: #0056b3;
}

.legal-page {
    padding: 80px 120px 100px 120px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 44px;
    margin-bottom: 40px;
    color: #1a202c;
    font-weight: 800;
}

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

.legal-page h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 14px;
    color: #495057;
    font-weight: 600;
}

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

.legal-page ul {
    margin: 16px 0 16px 30px;
    line-height: 1.8;
    color: #6c757d;
}

.legal-page a {
    color: #007bff;
    text-decoration: underline;
}

.legal-updated {
    margin-top: 50px;
    font-style: italic;
    color: #adb5bd;
    font-size: 14px;
}

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

.cookie-table th,
.cookie-table td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
}

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

.cookie-table td {
    color: #6c757d;
}

@media (max-width: 1200px) {
    .floating-nav {
        position: static;
        margin: 0 20px 20px 20px;
        align-items: flex-start;
    }

    .hero-offset {
        flex-direction: column;
        padding: 60px 40px;
    }

    .hero-content-left {
        transform: none;
        max-width: 100%;
    }

    .hero-image-right {
        transform: none;
        width: 100%;
    }

    .intro-asymmetric {
        flex-direction: column;
        padding: 60px 40px;
    }

    .intro-block-offset {
        transform: none;
        max-width: 100%;
    }

    .intro-stats-overlap {
        transform: none;
        width: 100%;
    }

    .insight-section {
        flex-direction: column;
        padding: 60px 40px;
    }

    .insight-section img {
        width: 100%;
    }

    .services-grid-irregular {
        padding: 60px 40px;
    }

    .service-cards-asymmetric {
        flex-direction: column;
    }

    .card-large,
    .card-medium,
    .card-small {
        flex: 1 1 100%;
    }

    .trust-block-overlap {
        flex-direction: column;
        padding: 60px 40px;
    }

    .trust-content {
        transform: none;
    }

    .trust-features {
        transform: none;
        width: 100%;
    }

    .form-section-offset {
        padding: 60px 40px;
    }

    .form-container {
        transform: none;
        max-width: 100%;
    }

    .about-story,
    .service-detail-card {
        flex-direction: column;
        padding: 40px;
    }

    .service-detail-image {
        width: 100%;
    }

    .contact-info-section {
        flex-direction: column;
        padding: 60px 40px;
    }

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