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

html {
    scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

.btn-cookie.reject {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c5f7c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
}

.nav-menu a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #2c5f7c;
}

.nav-menu a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #2c5f7c;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background-color: #2c5f7c;
    transition: all 0.3s ease;
}

.hero-split {
    padding: 80px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

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

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

.hero-desc {
    font-size: 20px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 36px;
}

.hero-right {
    flex: 1;
}

.hero-image-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.hero-svg {
    width: 100%;
    height: auto;
    display: block;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c5f7c;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(44, 95, 124, 0.3);
}

.cta-primary:hover {
    background-color: #1a3a4d;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(44, 95, 124, 0.4);
}

.cta-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #2c5f7c;
    border: 2px solid #2c5f7c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-secondary:hover {
    background-color: #2c5f7c;
    color: white;
}

.problem-amplification {
    padding: 100px 40px;
    background-color: #ffffff;
}

.split-reverse {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.content-right {
    flex: 1;
}

.content-right h2 {
    font-size: 42px;
    line-height: 1.3;
    color: #1a3a4d;
    margin-bottom: 28px;
    font-weight: 700;
}

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

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

.stat-card {
    background: linear-gradient(135deg, #2c5f7c 0%, #1a3a4d 100%);
    padding: 60px 50px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 12px 32px rgba(44, 95, 124, 0.2);
}

.stat-number {
    font-size: 72px;
    font-weight: 800;
    color: white;
    display: block;
    margin-bottom: 16px;
}

.stat-label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.insight-reveal {
    padding: 100px 40px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.section-header-center {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.section-header-center h2 {
    font-size: 48px;
    color: #1a3a4d;
    margin-bottom: 20px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 20px;
    color: #6c757d;
    line-height: 1.6;
}

.services-grid-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-card-large {
    display: flex;
    gap: 50px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 50px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card-large:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.service-card-large.reverse {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1.5;
}

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

.service-icon {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.service-content h3 {
    font-size: 32px;
    color: #1a3a4d;
    margin-bottom: 20px;
    font-weight: 700;
}

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

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.feature-tag {
    background-color: #e9f5f9;
    color: #2c5f7c;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.service-pricing {
    margin-bottom: 24px;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f7c;
}

.service-select-btn {
    padding: 14px 32px;
    background-color: #2c5f7c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.service-select-btn:hover {
    background-color: #1a3a4d;
    transform: translateY(-2px);
}

.trust-building {
    padding: 100px 40px;
    background-color: #1a3a4d;
    color: white;
}

.trust-content-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.trust-left {
    flex: 1;
}

.trust-left h2 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 700;
}

.trust-left p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

.trust-right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-block {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 32px;
    border-radius: 8px;
    border-left: 4px solid #2c5f7c;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.95);
}

.testimonial-author {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}

.form-section {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.form-split-layout {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.form-intro {
    flex: 1;
}

.form-intro h2 {
    font-size: 42px;
    color: #1a3a4d;
    margin-bottom: 24px;
    font-weight: 700;
}

.form-intro p {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 32px;
}

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

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

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

.form-container {
    flex: 1;
    background-color: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

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

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 14px 16px;
    border: 2px solid #e9ecef;
    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: #2c5f7c;
}

.btn-submit {
    padding: 16px 32px;
    background-color: #2c5f7c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #1a3a4d;
    transform: translateY(-2px);
}

.urgency-block {
    padding: 80px 40px;
    background: linear-gradient(135deg, #c41e3a 0%, #a01830 100%);
    color: white;
    text-align: center;
}

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

.urgency-content h2 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 700;
}

.urgency-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.95);
}

.cta-urgency {
    display: inline-block;
    padding: 18px 48px;
    background-color: white;
    color: #c41e3a;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-urgency:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.main-footer {
    background-color: #1a3a4d;
    color: white;
    padding: 60px 40px 30px;
}

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

.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.6;
    color: rgba(255, 255, 255, 0.8);
}

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

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

.footer-col ul li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: white;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 900;
}

.sticky-cta-btn {
    display: inline-block;
    padding: 16px 32px;
    background-color: #2c5f7c;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 8px 24px rgba(44, 95, 124, 0.4);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    background-color: #1a3a4d;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(44, 95, 124, 0.5);
}

.page-hero {
    padding: 100px 40px;
    background: linear-gradient(135deg, #2c5f7c 0%, #1a3a4d 100%);
    color: white;
    text-align: center;
}

.hero-content-center {
    max-width: 900px;
    margin: 0 auto;
}

.hero-content-center h1 {
    font-size: 52px;
    margin-bottom: 24px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 22px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.about-story-split {
    padding: 100px 40px;
    background-color: #ffffff;
}

.split-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.content-left {
    flex: 1;
}

.content-left h2 {
    font-size: 42px;
    color: #1a3a4d;
    margin-bottom: 28px;
    font-weight: 700;
}

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

.visual-right {
    flex: 1;
}

.about-svg {
    width: 100%;
    height: auto;
}

.mission-section {
    padding: 100px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

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

.mission-content-center h2 {
    font-size: 48px;
    color: #1a3a4d;
    margin-bottom: 32px;
    font-weight: 700;
}

.mission-statement {
    font-size: 24px;
    line-height: 1.7;
    color: #2c3e50;
    font-weight: 500;
}

.values-split {
    padding: 100px 40px;
    background-color: #ffffff;
}

.values-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.value-card {
    flex: 1;
    min-width: 280px;
    padding: 40px 32px;
    background-color: #f8f9fa;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.value-card:hover {
    background-color: #e9ecef;
    transform: translateY(-6px);
}

.value-icon {
    margin-bottom: 24px;
}

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

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

.team-approach {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.team-split {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.team-left {
    flex: 1;
}

.team-left h2 {
    font-size: 42px;
    color: #1a3a4d;
    margin-bottom: 24px;
    font-weight: 700;
}

.team-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #495057;
}

.team-right {
    flex: 1.5;
}

.expertise-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.expertise-item {
    padding: 28px;
    background-color: white;
    border-radius: 8px;
    border-left: 4px solid #2c5f7c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.expertise-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1a3a4d;
    margin-bottom: 12px;
}

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

.why-now {
    padding: 100px 40px;
    background-color: #ffffff;
    text-align: center;
}

.why-content-center {
    max-width: 900px;
    margin: 0 auto;
}

.why-content-center h2 {
    font-size: 48px;
    color: #1a3a4d;
    margin-bottom: 32px;
    font-weight: 700;
}

.why-content-center p {
    font-size: 19px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 20px;
}

.why-content-center .cta-secondary {
    margin-top: 20px;
}

.services-detailed {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px;
}

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

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

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

.service-number {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #2c5f7c;
    background-color: #e9f5f9;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.service-detail-content h2 {
    font-size: 38px;
    color: #1a3a4d;
    margin-bottom: 24px;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 20px;
}

.service-details-list {
    margin: 32px 0;
}

.service-details-list h4 {
    font-size: 20px;
    color: #1a3a4d;
    margin-bottom: 16px;
    font-weight: 700;
}

.service-details-list ul {
    list-style: none;
    padding: 0;
}

.service-details-list ul li {
    font-size: 16px;
    padding: 10px 0;
    padding-left: 28px;
    position: relative;
    color: #495057;
}

.service-details-list ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2c5f7c;
    font-weight: 700;
    font-size: 24px;
}

.service-pricing-detail {
    margin: 32px 0;
    padding: 24px;
    background-color: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.price-label {
    font-size: 16px;
    color: #6c757d;
    font-weight: 600;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f7c;
}

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

.service-detail-svg {
    width: 100%;
    height: auto;
}

.cta-services {
    padding: 80px 40px;
    background: linear-gradient(135deg, #2c5f7c 0%, #1a3a4d 100%);
    color: white;
    text-align: center;
}

.cta-content-center {
    max-width: 900px;
    margin: 0 auto;
}

.cta-content-center h2 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: 700;
}

.cta-content-center p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 36px;
    color: rgba(255, 255, 255, 0.95);
}

.cta-content-center .cta-primary {
    background-color: white;
    color: #2c5f7c;
}

.cta-content-center .cta-primary:hover {
    background-color: #f8f9fa;
}

.contact-split-section {
    padding: 80px 40px;
    background-color: #ffffff;
}

.contact-info-side {
    flex: 1;
}

.contact-visual-side {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-svg {
    width: 100%;
    height: auto;
}

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

.contact-detail h3 {
    font-size: 20px;
    color: #1a3a4d;
    margin-bottom: 12px;
    font-weight: 700;
}

.contact-detail p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
}

.contact-detail a {
    color: #2c5f7c;
    text-decoration: none;
}

.contact-detail a:hover {
    text-decoration: underline;
}

.contact-note {
    background-color: #fff3cd;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid #ffc107;
    margin-top: 40px;
}

.contact-note p {
    font-size: 15px;
    color: #856404;
    line-height: 1.6;
}

.contact-map-placeholder {
    padding: 0;
    background-color: #e8eef3;
}

.map-container {
    max-width: 100%;
    height: 400px;
}

.map-placeholder {
    width: 100%;
    height: 100%;
}

.map-svg {
    width: 100%;
    height: 100%;
}

.faq-contact {
    padding: 100px 40px;
    background-color: #f8f9fa;
}

.faq-content-center {
    max-width: 900px;
    margin: 0 auto;
}

.faq-content-center h2 {
    font-size: 42px;
    color: #1a3a4d;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.faq-item {
    background-color: white;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.faq-item h3 {
    font-size: 22px;
    color: #1a3a4d;
    margin-bottom: 16px;
    font-weight: 700;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
}

.thanks-hero {
    padding: 100px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    text-align: center;
}

.thanks-content-center {
    max-width: 800px;
    margin: 0 auto;
}

.thanks-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 40px;
}

.thanks-content-center h1 {
    font-size: 48px;
    color: #1a3a4d;
    margin-bottom: 24px;
    font-weight: 700;
}

.thanks-message {
    font-size: 20px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 40px;
}

.selected-service-info {
    background-color: #e9f5f9;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 50px;
    font-size: 18px;
    color: #2c5f7c;
    font-weight: 600;
}

.next-steps {
    margin-bottom: 50px;
    text-align: left;
}

.next-steps h2 {
    font-size: 32px;
    color: #1a3a4d;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 700;
}

.steps-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #2c5f7c;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #495057;
    padding-top: 6px;
}

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

.btn-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c5f7c;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #1a3a4d;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 16px 40px;
    background-color: transparent;
    color: #2c5f7c;
    border: 2px solid #2c5f7c;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #2c5f7c;
    color: white;
}

.thanks-additional {
    padding: 80px 40px;
    background-color: #ffffff;
}

.additional-content {
    max-width: 800px;
    margin: 0 auto;
}

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

.additional-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 28px;
}

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

.resource-list li {
    font-size: 17px;
    padding: 14px 0;
    padding-left: 32px;
    position: relative;
    color: #2c3e50;
    border-bottom: 1px solid #e9ecef;
}

.resource-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #2c5f7c;
    font-weight: 700;
}

.legal-page {
    padding: 80px 40px;
    background-color: #ffffff;
}

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

.legal-content h1 {
    font-size: 44px;
    color: #1a3a4d;
    margin-bottom: 16px;
    font-weight: 700;
}

.updated-date {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 32px;
    color: #1a3a4d;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-content h3 {
    font-size: 24px;
    color: #2c5f7c;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 700;
}

.legal-content h4 {
    font-size: 20px;
    color: #2c3e50;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 700;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 16px;
}

.legal-content ul,
.legal-content ol {
    margin: 20px 0;
    padding-left: 32px;
}

.legal-content ul li,
.legal-content ol li {
    font-size: 16px;
    line-height: 1.8;
    color: #495057;
    margin-bottom: 12px;
}

.legal-content a {
    color: #2c5f7c;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a3a4d;
}

.legal-content strong {
    color: #2c3e50;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .hero-content,
    .split-reverse,
    .split-content,
    .trust-content-split,
    .form-split-layout,
    .team-split,
    .service-detail-split {
        flex-direction: column;
        gap: 50px;
    }

    .service-card-large,
    .service-card-large.reverse {
        flex-direction: column;
    }

    .hero-left {
        padding-right: 0;
    }

    .hero-left h1 {
        font-size: 42px;
    }

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

    .value-card {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }

    .nav-menu {
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        background-color: white;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        padding: 15px 0;
        border-bottom: 1px solid #e9ecef;
    }

    .hamburger {
        display: flex;
    }

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

    .hero-desc {
        font-size: 18px;
    }

    section {
        padding: 60px 20px;
    }

    .content-right h2,
    .content-left h2,
    .trust-left h2,
    .form-intro h2,
    .team-left h2 {
        font-size: 32px;
    }

    .section-header-center h2 {
        font-size: 36px;
    }

    .service-card-large {
        padding: 30px;
    }

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

    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }

    .contact-info-side {
        order: 2;
    }

    .contact-visual-side {
        order: 1;
    }
}

@media (max-width: 480px) {
    .hero-left h1 {
        font-size: 28px;
    }

    .cta-primary,
    .cta-secondary {
        font-size: 16px;
        padding: 14px 28px;
    }

    .stat-number {
        font-size: 56px;
    }

    .service-content h3 {
        font-size: 26px;
    }

    .form-container {
        padding: 30px 20px;
    }

    .thanks-actions {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}