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

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

.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #0066cc;
}

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

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

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

.ad-disclosure {
    font-size: 12px;
    color: #666;
    background-color: #f5f5f5;
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.hero-split {
    display: flex;
    align-items: center;
    min-height: 600px;
    gap: 60px;
    padding: 80px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-left {
    flex: 1;
}

.hero-left h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-left p {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 35px;
}

.hero-right {
    flex: 1;
    background-color: #f0f4f8;
}

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

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

.cta-primary:hover {
    background-color: #0052a3;
}

.value-proposition {
    padding: 100px 0;
    background-color: #f9fafb;
}

.value-split-left,
.value-split-right {
    flex: 1;
}

.value-proposition .content-wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}

.value-split-left {
    background-color: #e8eef5;
}

.value-split-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.value-split-right h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.value-split-right p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.services-modern {
    padding: 100px 0;
    background-color: #ffffff;
}

.services-modern h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

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

.service-card {
    flex: 1 1 calc(33.333% - 27px);
    min-width: 320px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.service-image {
    width: 100%;
    height: 240px;
    background-color: #dce5ef;
    overflow: hidden;
}

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

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

.service-card p {
    font-size: 16px;
    color: #4a4a4a;
    margin: 0 25px 20px;
    line-height: 1.6;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #0066cc;
    margin: 0 25px 20px;
}

.select-service {
    display: block;
    width: calc(100% - 50px);
    margin: 0 25px 25px;
    padding: 14px 0;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-form-section {
    padding: 100px 0;
    background-color: #f0f4f8;
}

.form-split-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.form-left-content {
    flex: 1;
}

.form-left-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.form-left-content p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
}

.benefits-list li {
    font-size: 17px;
    color: #1a1a1a;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

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

.form-right {
    flex: 1;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.main-form .form-group {
    margin-bottom: 25px;
}

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

.main-form input,
.main-form select,
.main-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.main-form input:focus,
.main-form select:focus,
.main-form textarea:focus {
    outline: none;
    border-color: #0066cc;
}

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

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

.trust-section {
    padding: 100px 0;
    background-color: #ffffff;
}

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

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

.trust-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
}

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

.trust-item p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

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

.footer-column a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.5;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.cookie-btn:hover {
    opacity: 0.9;
}

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

.cookie-btn.reject {
    background-color: #444;
    color: #ffffff;
}

.about-hero {
    padding: 80px 0 60px;
    background-color: #f9fafb;
    text-align: center;
}

.about-hero h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-hero p {
    font-size: 20px;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.about-story-split {
    padding: 100px 40px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.about-image-side {
    flex: 1;
    background-color: #dce5ef;
}

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

.about-text-side {
    flex: 1;
}

.about-text-side h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.about-text-side p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.values-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.values-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 70px;
    color: #1a1a1a;
}

.values-alternating {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.value-block {
    display: flex;
    justify-content: flex-start;
}

.value-block.value-left {
    justify-content: flex-start;
}

.value-block.value-right {
    justify-content: flex-end;
}

.value-content {
    max-width: 700px;
    padding: 40px;
    background-color: #f0f4f8;
    border-left: 4px solid #0066cc;
}

.value-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.expertise-section {
    padding: 100px 0;
    background-color: #f9fafb;
}

.expertise-split {
    display: flex;
    gap: 70px;
    align-items: center;
}

.expertise-left {
    flex: 1;
}

.expertise-left h2 {
    font-size: 38px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.expertise-left p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.expertise-right {
    flex: 1;
    background-color: #d8e2ec;
}

.expertise-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.approach-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.approach-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.approach-intro {
    text-align: center;
    font-size: 19px;
    color: #4a4a4a;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.approach-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.step-item {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    text-align: center;
}

.step-number {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    margin-bottom: 20px;
}

.step-item h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.cta-about {
    padding: 100px 0;
    background-color: #0066cc;
    text-align: center;
}

.cta-about h2 {
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cta-about p {
    font-size: 19px;
    color: #e6f0ff;
    margin-bottom: 35px;
}

.cta-about .cta-primary {
    background-color: #ffffff;
    color: #0066cc;
}

.cta-about .cta-primary:hover {
    background-color: #f0f0f0;
}

.services-hero {
    padding: 80px 0 60px;
    background-color: #f0f4f8;
    text-align: center;
}

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

.services-hero p {
    font-size: 20px;
    color: #4a4a4a;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-detailed {
    padding: 100px 0;
    background-color: #ffffff;
}

.service-detailed-block {
    display: flex;
    gap: 70px;
    align-items: center;
    margin-bottom: 100px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.service-detailed-block:last-child {
    margin-bottom: 0;
}

.service-detailed-block.reverse {
    flex-direction: row-reverse;
    background-color: #f9fafb;
    padding: 60px 40px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

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

.service-detail-left h2,
.service-detail-right h2 {
    font-size: 34px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.service-detail-left p,
.service-detail-right p {
    font-size: 17px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-features {
    list-style: none;
    margin: 25px 0;
    padding-left: 0;
}

.service-features li {
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}

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

.service-pricing {
    margin: 30px 0;
}

.price-label {
    font-size: 16px;
    color: #666;
    margin-right: 10px;
}

.price-value {
    font-size: 26px;
    font-weight: 700;
    color: #0066cc;
}

.select-service-btn {
    display: inline-block;
    padding: 15px 40px;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.service-detail-left img,
.service-detail-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.services-cta {
    padding: 100px 0;
    background-color: #0066cc;
    text-align: center;
}

.services-cta h2 {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
}

.services-cta p {
    font-size: 19px;
    color: #e6f0ff;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-cta .cta-primary {
    background-color: #ffffff;
    color: #0066cc;
}

.services-cta .cta-primary:hover {
    background-color: #f0f0f0;
}

.contact-hero {
    padding: 80px 0 60px;
    background-color: #f0f4f8;
    text-align: center;
}

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

.contact-hero p {
    font-size: 20px;
    color: #4a4a4a;
}

.contact-main {
    padding: 100px 0;
    background-color: #ffffff;
}

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

.contact-info-side h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

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

.contact-detail h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0066cc;
}

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

.contact-approach {
    padding: 100px 0;
    background-color: #f9fafb;
}

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

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

.approach-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
}

.approach-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #0066cc;
}

.approach-item p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.location-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.location-section h2 {
    font-size: 38px;
    margin-bottom: 50px;
    color: #1a1a1a;
    text-align: center;
}

.location-content {
    display: flex;
    gap: 60px;
    align-items: center;
}

.location-text {
    flex: 1;
}

.location-text p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    line-height: 1.7;
}

.location-map {
    flex: 1;
    background-color: #dce5ef;
}

.location-map img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.contact-reasons {
    padding: 100px 0;
    background-color: #f0f4f8;
}

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

.reasons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.reason-item {
    flex: 1 1 calc(50% - 20px);
    min-width: 280px;
}

.reason-item h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #0066cc;
}

.reason-item p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.thanks-hero {
    padding: 100px 0;
    background-color: #f9fafb;
}

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

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #0066cc;
}

.thanks-message {
    font-size: 22px;
    color: #4a4a4a;
    margin-bottom: 35px;
    line-height: 1.6;
}

.service-selected {
    background-color: #e6f0ff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #0066cc;
    font-weight: 600;
}

.thanks-details {
    margin-bottom: 60px;
}

.thanks-details h3 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: left;
}

.step-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.step-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0066cc;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
}

.step-text h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #1a1a1a;
}

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

.thanks-additional {
    margin-bottom: 50px;
}

.thanks-additional h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-additional p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

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

.thanks-link {
    display: inline-block;
    padding: 14px 30px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.thanks-contact {
    font-size: 16px;
    color: #666;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.legal-content {
    padding: 80px 0;
    background-color: #ffffff;
}

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

.last-updated {
    font-size: 15px;
    color: #666;
    margin-bottom: 50px;
}

.legal-section {
    margin-bottom: 45px;
}

.legal-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1a1a1a;
}

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

.legal-section ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-section li {
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

.cookie-table thead {
    background-color: #f0f4f8;
}

.cookie-table th {
    padding: 12px;
    text-align: left;
    font-size: 15px;
    color: #1a1a1a;
    border-bottom: 2px solid #0066cc;
}

.cookie-table td {
    padding: 12px;
    font-size: 15px;
    color: #4a4a4a;
    border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .hero-split,
    .value-proposition .content-wrapper,
    .about-story-split,
    .expertise-split,
    .service-detailed-block,
    .location-content,
    .form-split-container {
        flex-direction: column;
    }

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

    .trust-item,
    .approach-item,
    .reason-item {
        flex: 1 1 100%;
    }

    .header-container {
        flex-direction: column;
        text-align: center;
    }

    .main-nav {
        margin-top: 20px;
    }
}