* {
    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: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

.ad-disclosure {
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    padding: 8px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e0e0e0;
}

.floating-nav {
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 30px;
    backdrop-filter: blur(10px);
}

.nav-brand {
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
    white-space: nowrap;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2a6f85;
}

.hero-asymmetric {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 60px 60px 60px;
    overflow: hidden;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 580px;
    margin-left: 8%;
    padding: 60px 0;
}

.hero-content-offset h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-content-offset .highlight {
    color: #2a6f85;
    position: relative;
}

.hero-subtext {
    font-size: 22px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.5;
}

.hero-image-float {
    position: absolute;
    top: 15%;
    right: -5%;
    width: 55%;
    height: 70%;
    background-size: cover;
    background-position: center;
    border-radius: 30px 0 0 200px;
    box-shadow: -20px 30px 60px rgba(0, 0, 0, 0.15);
    transform: rotate(2deg);
}

.cta-primary {
    display: inline-block;
    padding: 18px 45px;
    background-color: #2a6f85;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(42, 111, 133, 0.3);
}

.cta-primary:hover {
    background-color: #235968;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(42, 111, 133, 0.4);
}

.problem-amplification {
    padding: 120px 60px;
    background-color: #fafafa;
}

.content-irregular {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 60px;
}

.text-block-left {
    flex: 1 1 500px;
    padding-right: 40px;
}

.text-block-left h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.text-block-left p {
    font-size: 18px;
    color: #444;
    margin-bottom: 20px;
}

.insight-card-overlap {
    flex: 0 1 380px;
    background-color: #2a4d5c;
    color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-40px);
    position: relative;
}

.insight-card-overlap h3 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.insight-card-overlap p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.trust-building-offset {
    padding: 100px 60px;
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.trust-visual {
    flex: 0 1 450px;
    height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 0 200px 200px 0;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    transform: translateX(-60px);
}

.trust-content {
    flex: 1 1 500px;
}

.trust-content h2 {
    font-size: 52px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.trust-content p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.benefits-asymmetric {
    list-style: none;
    margin: 35px 0;
}

.benefits-asymmetric li {
    padding: 15px 0 15px 30px;
    position: relative;
    font-size: 17px;
    color: #333;
}

.benefits-asymmetric li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2a6f85;
    font-weight: 700;
    font-size: 20px;
}

.scientific-note {
    margin-top: 30px;
    padding: 20px 25px;
    background-color: #f8f9fa;
    border-left: 4px solid #2a6f85;
    font-size: 15px;
    color: #555;
    border-radius: 0 10px 10px 0;
}

.scientific-note a {
    color: #2a6f85;
    text-decoration: none;
    font-weight: 600;
}

.scientific-note a:hover {
    text-decoration: underline;
}

.testimonial-irregular {
    padding: 100px 60px;
    background-color: #f5f7f9;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.testimonial-offset,
.testimonial-float {
    flex: 0 1 480px;
    background-color: #ffffff;
    padding: 50px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.testimonial-offset.visible,
.testimonial-float.visible {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-offset {
    transform: rotate(-1deg) translateY(-20px);
}

.testimonial-float {
    transform: rotate(1deg) translateY(20px);
}

.testimonial-offset.visible {
    transform: rotate(-1deg) translateY(0);
}

.testimonial-float.visible {
    transform: rotate(1deg) translateY(0);
}

.testimonial-offset p,
.testimonial-float p {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 25px;
}

cite {
    font-style: normal;
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.science-backed {
    padding: 120px 60px;
    background-color: #ffffff;
}

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

.science-content-stack h2 {
    font-size: 56px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.science-content-stack > p {
    text-align: center;
    font-size: 20px;
    color: #555;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.science-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.science-card {
    flex: 0 1 450px;
    padding: 45px;
    background-color: #f8f9fa;
    border-radius: 20px;
    border: 2px solid #e8eaed;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.science-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.science-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.science-card a {
    color: #2a6f85;
    text-decoration: none;
    font-weight: 600;
}

.science-card a:hover {
    text-decoration: underline;
}

.programs-reveal {
    padding: 120px 60px;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.programs-header-offset {
    max-width: 800px;
    margin: 0 0 80px 10%;
}

.programs-header-offset h2 {
    font-size: 58px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.programs-header-offset p {
    font-size: 20px;
    color: #555;
}

.programs-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.program-card {
    flex: 0 1 calc(50% - 25px);
    background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
}

.program-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.program-card-1 {
    transform: rotate(-1deg);
}

.program-card-2 {
    transform: rotate(1deg);
}

.program-card-3 {
    transform: rotate(-0.5deg);
}

.program-card-4 {
    transform: rotate(0.5deg);
}

.program-card.visible.program-card-1 {
    transform: rotate(-1deg);
}

.program-card.visible.program-card-2 {
    transform: rotate(1deg);
}

.program-card.visible.program-card-3 {
    transform: rotate(-0.5deg);
}

.program-card.visible.program-card-4 {
    transform: rotate(0.5deg);
}

.program-card:hover.program-card-1,
.program-card:hover.program-card-2,
.program-card:hover.program-card-3,
.program-card:hover.program-card-4 {
    transform: rotate(0) translateY(-8px);
}

.program-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.program-details {
    padding: 40px;
}

.program-details h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.program-details p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.program-details ul {
    list-style: none;
    margin: 25px 0;
}

.program-details ul li {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 15px;
    color: #444;
}

.program-details ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2a6f85;
    font-weight: 700;
}

.price-tag {
    font-size: 32px;
    font-weight: 800;
    color: #2a6f85;
    margin: 30px 0 25px 0;
}

.btn-select-program {
    width: 100%;
    padding: 16px;
    background-color: #2a6f85;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-program:hover {
    background-color: #235968;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 111, 133, 0.3);
}

.form-section-offset {
    padding: 100px 60px;
    background-color: #2a4d5c;
    position: relative;
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.form-visual-bg {
    flex: 0 1 450px;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 200px 20px 20px 200px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-container-float {
    flex: 1 1 600px;
    background-color: #ffffff;
    padding: 60px;
    border-radius: 30px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 10;
    margin-left: 5%;
}

.form-container-float h2 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.form-container-float > p {
    font-size: 17px;
    color: #555;
    margin-bottom: 35px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #2a6f85;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: #2a6f85;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #235968;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 111, 133, 0.3);
}

.final-cta-asymmetric {
    padding: 100px 60px;
    background-color: #f8f9fa;
    text-align: center;
}

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

.final-cta-content h2 {
    font-size: 48px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

.final-cta-content p {
    font-size: 20px;
    color: #555;
    margin-bottom: 35px;
}

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

.cta-secondary:hover {
    background-color: #2a6f85;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 111, 133, 0.3);
}

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

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

.footer-block {
    flex: 1 1 250px;
}

.footer-block h3,
.footer-block h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-block h3 {
    font-size: 24px;
}

.footer-block h4 {
    font-size: 18px;
}

.footer-block p {
    color: #b0b0b0;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

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

.footer-block ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-block ul li a:hover {
    color: #ffffff;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px auto;
    padding: 30px;
    background-color: #252525;
    border-radius: 15px;
}

.footer-disclaimer h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

.footer-references {
    max-width: 1400px;
    margin: 0 auto 40px auto;
    padding: 30px;
    background-color: #252525;
    border-radius: 15px;
}

.footer-references h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-references ol {
    padding-left: 20px;
}

.footer-references ol li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b0b0b0;
}

.footer-references ol li a {
    color: #78a8b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-references ol li a:hover {
    color: #a0c8d8;
    text-decoration: underline;
}

.footer-copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #888;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: -300px;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 30px;
    z-index: 10000;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    transition: bottom 0.5s ease;
}

.cookie-banner.show {
    bottom: 0;
}

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

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

.cookie-content a {
    color: #78a8b8;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background-color: #2a6f85;
    color: #ffffff;
}

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

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

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

.about-hero {
    padding: 160px 60px 80px 60px;
    background: linear-gradient(135deg, #2a4d5c 0%, #3d6b7d 100%);
    color: #ffffff;
    text-align: center;
}

.about-hero-content h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 800;
}

.about-hero-content p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
}

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

.story-text {
    flex: 1 1 550px;
}

.story-text h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.story-text p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.story-image {
    flex: 0 1 450px;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 200px 20px 20px 20px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
}

.methodology-section {
    padding: 100px 60px;
    background-color: #fafafa;
    text-align: center;
}

.methodology-section h2 {
    font-size: 52px;
    margin-bottom: 60px;
    font-weight: 700;
    color: #1a1a1a;
}

.methodology-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.method-block {
    flex: 0 1 calc(50% - 20px);
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: left;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.method-block.visible {
    opacity: 1;
    transform: translateY(0);
}

.method-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.method-block p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.values-asymmetric {
    padding: 100px 60px;
    display: flex;
    align-items: center;
    gap: 80px;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.values-content {
    flex: 1 1 550px;
}

.values-content h2 {
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.value-item {
    margin-bottom: 35px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.value-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2a6f85;
    font-weight: 700;
}

.value-item p {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.values-image {
    flex: 0 1 450px;
    height: 600px;
    background-size: cover;
    background-position: center;
    border-radius: 20px 200px 20px 200px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
}

.approach-different {
    padding: 100px 60px;
    background-color: #f8f9fa;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.approach-different h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.approach-different p {
    font-size: 19px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.team-section {
    padding: 100px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.team-section h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.team-section p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.cta-about {
    padding: 80px 60px;
    background-color: #2a6f85;
    text-align: center;
    color: #ffffff;
}

.cta-about h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-about p {
    font-size: 20px;
    margin-bottom: 35px;
}

.services-hero {
    padding: 160px 60px 80px 60px;
    background: linear-gradient(135deg, #3d6b7d 0%, #2a4d5c 100%);
    color: #ffffff;
    text-align: center;
}

.services-hero h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 800;
}

.services-hero p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
}

.services-intro {
    padding: 100px 60px;
    background-color: #fafafa;
}

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

.intro-content-offset h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-content-offset p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

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

.service-card-detailed {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

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

.service-image {
    flex: 0 1 500px;
    height: 450px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
}

.service-content {
    flex: 1 1 550px;
}

.service-content h2 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.price-highlight {
    font-size: 36px;
    font-weight: 800;
    color: #2a6f85;
    margin: 20px 0;
}

.service-content p {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.7;
}

.service-content h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    color: #1a1a1a;
    font-weight: 700;
}

.service-content ul {
    list-style: none;
    margin: 20px 0;
}

.service-content ul li {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 16px;
    color: #444;
}

.service-content ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2a6f85;
    font-weight: 700;
}

.btn-select-service {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2a6f85;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}

.btn-select-service:hover {
    background-color: #235968;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 111, 133, 0.3);
}

.comparison-section {
    padding: 100px 60px;
    background-color: #fafafa;
}

.comparison-section h2 {
    font-size: 48px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.comparison-table-container {
    overflow-x: auto;
    max-width: 1400px;
    margin: 0 auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.comparison-table thead {
    background-color: #2a6f85;
    color: #ffffff;
}

.comparison-table th,
.comparison-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.comparison-table th {
    font-weight: 700;
    font-size: 16px;
}

.comparison-table td {
    font-size: 15px;
    color: #444;
}

.comparison-table tbody tr:hover {
    background-color: #f8f9fa;
}

.guarantee-section {
    padding: 100px 60px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.guarantee-section h2 {
    font-size: 48px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

.guarantee-section p {
    font-size: 18px;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.7;
}

.faq-services {
    padding: 100px 60px;
    background-color: #f8f9fa;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-services h2 {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.faq-item {
    margin-bottom: 35px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2a6f85;
    font-weight: 700;
}

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

.cta-services {
    padding: 100px 60px;
    text-align: center;
}

.cta-services h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.cta-services p {
    font-size: 20px;
    color: #555;
    margin-bottom: 35px;
}

.contact-hero {
    padding: 160px 60px 80px 60px;
    background: linear-gradient(135deg, #2a4d5c 0%, #3d6b7d 100%);
    color: #ffffff;
    text-align: center;
}

.contact-hero h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 800;
}

.contact-hero p {
    font-size: 22px;
    max-width: 700px;
    margin: 0 auto;
}

.contact-info-section {
    padding: 100px 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.contact-info-blocks {
    display: flex;
    gap: 80px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact-block {
    flex: 1 1 500px;
}

.contact-block h2 {
    font-size: 42px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2a6f85;
    font-weight: 700;
}

.contact-detail p {
    font-size: 17px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 8px;
}

.note-text {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.contact-visual {
    flex: 0 1 500px;
}

.contact-visual img {
    width: 100%;
    height: auto;
    border-radius: 25px;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.1);
}

.contact-questions {
    padding: 100px 60px;
    background-color: #fafafa;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-questions h2 {
    font-size: 48px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.faq-grid .faq-item {
    flex: 0 1 calc(50% - 15px);
}

.contact-cta {
    padding: 100px 60px;
    text-align: center;
}

.contact-cta h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.contact-cta p {
    font-size: 20px;
    color: #555;
    margin-bottom: 35px;
}

.thanks-hero {
    padding: 160px 60px 100px 60px;
    background: linear-gradient(135deg, #2a6f85 0%, #3d8299 100%);
    color: #ffffff;
}

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

.thanks-content h1 {
    font-size: 64px;
    margin-bottom: 20px;
    font-weight: 800;
}

.thanks-message {
    font-size: 24px;
    margin-bottom: 50px;
}

.thanks-details {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 50px;
    border-radius: 25px;
    margin-bottom: 50px;
    text-align: left;
    backdrop-filter: blur(10px);
}

.thanks-details h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

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

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

.step-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.step-content p {
    font-size: 16px;
    line-height: 1.7;
}

.thanks-program-info {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 50px;
    backdrop-filter: blur(10px);
}

.program-selected-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.program-name {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}

.program-note {
    font-size: 16px;
    line-height: 1.7;
}

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

.thanks-actions h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-actions p {
    font-size: 18px;
    margin-bottom: 30px;
}

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

.btn-secondary {
    display: inline-block;
    padding: 14px 30px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.thanks-note {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}

.thanks-note p {
    font-size: 15px;
    line-height: 1.7;
}

.legal-page {
    padding: 140px 60px 80px 60px;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 56px;
    margin-bottom: 15px;
    font-weight: 800;
    color: #1a1a1a;
}

.legal-date {
    font-size: 15px;
    color: #888;
    margin-bottom: 50px;
}

.legal-content h2 {
    font-size: 32px;
    margin: 50px 0 20px 0;
    font-weight: 700;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    font-weight: 700;
    color: #2a6f85;
}

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

.legal-content ul,
.legal-content ol {
    margin: 20px 0 20px 30px;
}

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

.legal-content a {
    color: #2a6f85;
    text-decoration: none;
    font-weight: 600;
}

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

.cookies-table {
    width: 100%;
    margin: 30px 0;
    border-collapse: collapse;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
}

.cookies-table th,
.cookies-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.cookies-table th {
    background-color: #2a6f85;
    color: #ffffff;
    font-weight: 700;
}

.cookies-table td {
    font-size: 15px;
    color: #444;
}

@media (max-width: 1200px) {
    .floating-nav {
        top: 20px;
        right: 20px;
        padding: 15px 20px;
        gap: 20px;
    }

    .nav-links {
        gap: 15px;
    }

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

    .hero-image-float {
        position: relative;
        width: 100%;
        height: 400px;
        right: 0;
        top: 0;
        transform: none;
        border-radius: 25px;
    }

    .hero-content-offset {
        margin-left: 0;
    }

    .programs-grid-irregular .program-card {
        flex: 0 1 100%;
    }
}

@media (max-width: 768px) {
    .floating-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

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

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

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

    .problem-amplification,
    .trust-building-offset,
    .about-story-offset,
    .values-asymmetric,
    .service-card-detailed {
        padding: 60px 30px;
    }

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

    .insight-card-overlap {
        transform: translateY(0);
    }

    .trust-visual,
    .story-image,
    .values-image {
        height: 400px;
        transform: none;
        border-radius: 20px;
    }

    .form-container-float {
        padding: 40px 30px;
    }

    .method-block,
    .faq-grid .faq-item {
        flex: 0 1 100%;
    }

    .comparison-table {
        font-size: 14px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
    }

    .thanks-content h1,
    .about-hero-content h1,
    .services-hero h1,
    .contact-hero h1 {
        font-size: 42px;
    }

    .legal-page h1 {
        font-size: 38px;
    }
}

@media (max-width: 480px) {
    .hero-content-offset h1 {
        font-size: 32px;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        width: 100%;
    }
}