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

.header-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-left .logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a2332;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.ad-notice {
    font-size: 0.75rem;
    color: #666;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.nav-main {
    display: flex;
    gap: 1.8rem;
}

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

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

.hero-split {
    display: flex;
    min-height: 600px;
}

.hero-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.hero-content {
    max-width: 540px;
    color: #ffffff;
}

.hero-content h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

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

.hero-right img {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-primary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

.intro-split {
    display: flex;
    min-height: 500px;
}

.intro-image {
    flex: 1;
    background-color: #f8f9fa;
}

.intro-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.intro-text {
    flex: 1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-text h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.intro-text p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.services-preview {
    padding: 5rem 5%;
    background-color: #ffffff;
}

.services-header-split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.services-title-side h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.services-title-side p {
    color: #6c757d;
    font-size: 1.05rem;
}

.link-arrow {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.3s;
}

.link-arrow:hover {
    color: #2980b9;
}

.services-grid {
    display: flex;
    gap: 2rem;
}

.service-card {
    flex: 1;
    padding: 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.service-card p {
    margin-bottom: 1.5rem;
    color: #4a5568;
}

.service-price {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #3498db;
}

.trust-split {
    display: flex;
    min-height: 550px;
}

.trust-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-inner {
    max-width: 540px;
    padding: 4rem;
    color: #ffffff;
}

.trust-inner h2 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.trust-item {
    margin-bottom: 2rem;
}

.trust-item strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.trust-item p {
    opacity: 0.95;
    font-size: 1.02rem;
}

.trust-image {
    flex: 1;
    background-color: #eceff1;
}

.trust-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.testimonials-section {
    padding: 5rem 5%;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #1a2332;
}

.testimonials-split {
    display: flex;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.testimonial-text {
    font-size: 1.08rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.testimonial-author {
    font-weight: 600;
    color: #6c757d;
}

.form-split {
    display: flex;
    min-height: 600px;
}

.form-info-side {
    flex: 1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.form-info-side h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.form-info-side p {
    margin-bottom: 2rem;
    font-size: 1.05rem;
    opacity: 0.95;
}

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

.form-benefits li {
    padding: 0.8rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
}

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

.form-side {
    flex: 1;
    padding: 4rem;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
}

.main-form {
    width: 100%;
    max-width: 500px;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    padding: 3rem 5%;
}

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

.disclaimer-content h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.disclaimer-content p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
}

.footer-split {
    background-color: #1a2332;
    color: #ffffff;
    padding: 3rem 5% 1.5rem;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.footer-column p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
    font-size: 0.95rem;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.footer-column ul li a:hover {
    opacity: 1;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.8;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a2332;
    color: #ffffff;
    padding: 1.5rem 5%;
    z-index: 2000;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.2);
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

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

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.page-hero-split {
    display: flex;
    min-height: 350px;
}

.hero-text-side {
    flex: 1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-text-side h1 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.hero-text-side p {
    font-size: 1.1rem;
    color: #6c757d;
}

.hero-visual-side {
    flex: 1;
}

.services-detail-section {
    padding: 3rem 0;
}

.service-detail-split {
    display: flex;
    min-height: 500px;
}

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

.service-detail-content {
    flex: 1;
    padding: 4rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-detail-content h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.service-detail-content p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.service-list {
    list-style: none;
    margin-bottom: 2rem;
}

.service-list li {
    padding: 0.6rem 0;
    padding-left: 1.8rem;
    position: relative;
    color: #2c3e50;
}

.service-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: 1.5rem;
}

.service-pricing {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: #3498db;
}

.price-note {
    font-size: 0.9rem;
    color: #6c757d;
}

.service-detail-image {
    flex: 1;
    background-color: #eceff1;
}

.service-detail-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.pricing-note-section {
    padding: 4rem 5%;
}

.pricing-note-content {
    max-width: 900px;
    margin: 0 auto;
}

.pricing-note-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.pricing-note-content p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.cta-services-section {
    padding: 4rem 5%;
    background-color: #3498db;
}

.cta-split-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.cta-text-side {
    flex: 1;
    color: #ffffff;
}

.cta-text-side h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cta-button-side {
    flex-shrink: 0;
}

.cta-button-side .cta-primary {
    background-color: #ffffff;
    color: #3498db;
}

.cta-button-side .cta-primary:hover {
    background-color: #f8f9fa;
}

.about-hero-split {
    display: flex;
    min-height: 500px;
}

.about-hero-image {
    flex: 1.2;
    background-color: #eceff1;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.about-hero-text {
    flex: 0.8;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.about-hero-text h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.about-hero-text p {
    font-size: 1.15rem;
    opacity: 0.95;
}

.about-intro-split {
    display: flex;
    min-height: 450px;
}

.about-intro-left {
    flex: 1;
    padding: 4rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-intro-left h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.about-intro-left p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.about-intro-right {
    flex: 1;
    padding: 4rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-intro-right h3 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    color: #1a2332;
}

.about-intro-right p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.values-section {
    padding: 5rem 5%;
    background-color: #f8f9fa;
}

.values-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #1a2332;
}

.values-grid {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.value-card {
    flex: 1;
    padding: 2.5rem;
    border-radius: 8px;
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.value-card p {
    color: #4a5568;
    font-size: 1.02rem;
}

.experience-split {
    display: flex;
    min-height: 500px;
}

.experience-text {
    flex: 1;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.experience-text h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}

.experience-text p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
    opacity: 0.95;
}

.experience-stats {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    padding: 4rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #3498db;
}

.stat-label {
    font-size: 1.1rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.approach-section {
    padding: 5rem 5%;
}

.approach-content {
    max-width: 1200px;
    margin: 0 auto;
}

.approach-content h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #1a2332;
}

.approach-steps {
    display: flex;
    gap: 2rem;
}

.approach-step {
    flex: 1;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 1rem;
}

.approach-step h3 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a2332;
}

.approach-step p {
    color: #4a5568;
    font-size: 1rem;
}

.cta-about-section {
    padding: 5rem 5%;
    background-color: #1a2332;
    text-align: center;
}

.cta-about-content {
    max-width: 700px;
    margin: 0 auto;
    color: #ffffff;
}

.cta-about-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.cta-about-content p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.contact-hero {
    padding: 4rem 5%;
    background-color: #f8f9fa;
    text-align: center;
}

.contact-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.contact-hero p {
    font-size: 1.15rem;
    color: #6c757d;
}

.contact-main-split {
    display: flex;
    min-height: 600px;
}

.contact-info-side {
    flex: 1;
    padding: 4rem;
    color: #ffffff;
}

.contact-info-side h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.contact-block p {
    opacity: 0.95;
    font-size: 1.05rem;
}

.contact-location-side {
    flex: 1;
    padding: 4rem;
    background-color: #f8f9fa;
}

.location-info h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #1a2332;
}

.location-item {
    margin-bottom: 2rem;
}

.location-item strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.location-item p {
    color: #4a5568;
    font-size: 1.02rem;
}

.contact-note-section {
    padding: 4rem 5%;
}

.contact-note-content {
    max-width: 900px;
    margin: 0 auto;
}

.contact-note-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.contact-note-content p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    color: #4a5568;
}

.contact-checklist {
    list-style: none;
    margin: 1.5rem 0;
}

.contact-checklist li {
    padding: 0.6rem 0;
    padding-left: 2rem;
    position: relative;
    color: #2c3e50;
}

.contact-checklist li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: 700;
}

.contact-faq-section {
    padding: 4rem 5%;
    background-color: #ffffff;
}

.contact-faq-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 3rem;
    color: #1a2332;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

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

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a2332;
}

.faq-item p {
    color: #4a5568;
    font-size: 1rem;
}

.thanks-section {
    padding: 5rem 5%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background-color: #27ae60;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 700;
}

.thanks-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.thanks-message {
    font-size: 1.15rem;
    margin-bottom: 3rem;
    color: #4a5568;
}

.thanks-info {
    text-align: left;
    margin-bottom: 3rem;
}

.thanks-info h2 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #1a2332;
    text-align: center;
}

.thanks-steps {
    display: flex;
    gap: 2rem;
}

.thanks-step {
    flex: 1;
}

.thanks-step strong {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.thanks-step p {
    font-size: 0.98rem;
    color: #6c757d;
}

.thanks-note {
    background-color: #fff3cd;
    padding: 1.5rem;
    border-radius: 6px;
    margin-bottom: 3rem;
}

.thanks-note p {
    color: #856404;
    margin: 0;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-primary,
.btn-secondary {
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

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

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

.btn-secondary {
    background-color: transparent;
    color: #3498db;
    border: 2px solid #3498db;
}

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

.legal-page {
    padding: 4rem 5%;
    background-color: #ffffff;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.legal-date {
    color: #6c757d;
    margin-bottom: 3rem;
    font-style: italic;
}

.legal-container h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #1a2332;
}

.legal-container h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #2c3e50;
}

.legal-container p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
}

.legal-container ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-container ul li {
    margin-bottom: 0.8rem;
    color: #4a5568;
    line-height: 1.6;
}

.legal-container a {
    color: #3498db;
    text-decoration: none;
}

.legal-container a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .header-split {
        flex-direction: column;
        gap: 1rem;
    }

    .header-right {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-split,
    .intro-split,
    .trust-split,
    .form-split,
    .service-detail-split,
    .about-hero-split,
    .about-intro-split,
    .experience-split,
    .contact-main-split {
        flex-direction: column;
    }

    .services-grid,
    .testimonials-split,
    .values-grid,
    .approach-steps,
    .thanks-steps {
        flex-direction: column;
    }

    .services-header-split,
    .cta-split-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-main {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
    }

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