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

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

.nav-floating {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

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

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

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

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    position: relative;
    overflow: hidden;
}

.hero-offset-content {
    flex: 1;
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.hero-title-large {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.hero-subtitle {
    font-size: 22px;
    margin-bottom: 40px;
    opacity: 0.95;
    max-width: 500px;
}

.hero-image-offset {
    flex: 1;
    position: relative;
    margin-left: -100px;
}

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

.cta-primary {
    display: inline-block;
    padding: 18px 40px;
    background: white;
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s;
    align-self: flex-start;
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.intro-overlap {
    display: flex;
    gap: 40px;
    padding: 80px 60px;
    align-items: center;
    background: #f8f9fa;
}

.intro-box-left {
    flex: 1.5;
    background: white;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.intro-box-left h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.intro-box-left p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

.intro-card-right {
    flex: 1;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 40px;
    border-radius: 12px;
    color: white;
    box-shadow: 0 8px 25px rgba(240, 147, 251, 0.3);
}

.intro-insight {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.story-stagger {
    display: flex;
    gap: 60px;
    padding: 100px 60px;
    align-items: center;
}

.story-image-small {
    flex: 0.8;
}

.story-image-small img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.story-text-wide {
    flex: 1.2;
}

.story-text-wide h3 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.story-text-wide p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.benefits-offset {
    padding: 100px 60px;
    background: #2c3e50;
    color: white;
}

.section-title-right {
    font-size: 48px;
    text-align: right;
    margin-bottom: 60px;
}

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

.benefit-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.benefit-large {
    flex: 2;
}

.benefit-medium {
    flex: 1.5;
}

.benefit-small {
    flex: 1;
}

.benefit-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.benefit-card p {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}

.testimonials-inline {
    padding: 80px 60px;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.testimonial-block {
    max-width: 700px;
    margin: 0 auto 40px;
}

.testimonial-block blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 15px;
}

.testimonial-block cite {
    font-size: 16px;
    color: #555;
}

.programs-asymmetric {
    padding: 100px 60px;
}

.programs-header-offset {
    margin-bottom: 60px;
    margin-left: 15%;
}

.programs-header-offset h2 {
    font-size: 52px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.programs-layout {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.program-card {
    display: flex;
    gap: 40px;
    align-items: center;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.program-position-1 {
    margin-left: 0;
}

.program-position-2 {
    margin-left: 10%;
}

.program-position-3 {
    margin-left: 5%;
}

.program-position-4 {
    margin-left: 15%;
}

.program-position-5 {
    margin-left: 8%;
}

.program-visual {
    flex: 1;
    background: #f0f0f0;
}

.program-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-details {
    flex: 1.2;
    padding: 40px;
}

.program-details h3 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.program-features li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    color: #555;
}

.program-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.program-price {
    font-size: 36px;
    font-weight: 700;
    color: #667eea;
    margin: 25px 0;
}

.cta-select {
    padding: 15px 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.cta-select:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.form-section-offset {
    padding: 100px 60px;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.form-container-asymmetric {
    max-width: 700px;
    margin-left: 20%;
    background: white;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.form-intro h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.form-intro p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.form-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

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

.cta-submit {
    padding: 16px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.cta-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.trust-elements {
    padding: 80px 60px;
    background: #f8f9fa;
}

.trust-block {
    max-width: 800px;
    margin: 0 auto;
}

.trust-block h3 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #2c3e50;
}

.trust-block p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.7;
}

.trust-block a {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.trust-block a:hover {
    text-decoration: underline;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: white;
    padding: 60px 60px 30px;
}

.footer-main {
    display: flex;
    gap: 60px;
    margin-bottom: 40px;
}

.footer-brand-section,
.footer-links-section,
.footer-legal-section {
    flex: 1;
}

.footer-brand-section h3,
.footer-links-section h4,
.footer-legal-section h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-brand-section p {
    opacity: 0.8;
}

.footer-links-section a,
.footer-legal-section a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 12px;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.footer-links-section a:hover,
.footer-legal-section a:hover {
    opacity: 1;
}

.footer-references {
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-references h4 {
    margin-bottom: 15px;
}

.footer-references p {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 8px;
}

.footer-references a {
    color: #667eea;
    text-decoration: none;
}

.footer-disclaimer {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.98);
    color: white;
    padding: 25px;
    z-index: 10000;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
    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;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

.cookie-btn {
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

.cookie-reject {
    background: #e74c3c;
    color: white;
}

.cookie-reject:hover {
    background: #c0392b;
}

.about-hero-split {
    display: flex;
    gap: 50px;
    padding: 100px 60px;
    align-items: center;
}

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

.about-text-primary h1 {
    font-size: 54px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.about-text-primary p {
    font-size: 20px;
    color: #555;
    line-height: 1.7;
}

.about-image-overlap {
    flex: 1;
}

.about-image-overlap img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.philosophy-offset {
    padding: 100px 60px;
    background: #f8f9fa;
}

.title-left {
    font-size: 48px;
    margin-bottom: 60px;
    color: #2c3e50;
}

.philosophy-content {
    display: flex;
    gap: 40px;
}

.philosophy-item {
    flex: 1;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.philosophy-item h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
}

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

.team-asymmetric {
    padding: 100px 60px;
}

.team-asymmetric h2 {
    font-size: 48px;
    margin-bottom: 60px;
    text-align: center;
    color: #2c3e50;
}

.team-layout {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.team-member-card {
    flex: 1;
    max-width: 350px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px;
    border-radius: 16px;
    color: white;
    box-shadow: 0 8px 30px rgba(102, 126, 234, 0.3);
}

.member-info h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.member-role {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 20px;
}

.member-info p:last-child {
    font-size: 15px;
    line-height: 1.6;
}

.approach-detail {
    display: flex;
    gap: 60px;
    padding: 100px 60px;
    align-items: center;
    background: #f8f9fa;
}

.approach-block {
    flex: 1;
}

.approach-block h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.approach-block p {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.approach-image {
    flex: 1;
}

.approach-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.values-section {
    padding: 100px 60px;
}

.values-section h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
    color: #2c3e50;
}

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

.value-card {
    flex: 1;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.value-card h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.cta-about {
    padding: 80px 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

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

.cta-about p {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
}

.services-header-full {
    padding: 100px 60px 60px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.services-header-full h1 {
    font-size: 54px;
    margin-bottom: 20px;
}

.services-header-full p {
    font-size: 22px;
    opacity: 0.95;
}

.services-detail-layout {
    padding: 80px 60px;
}

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

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

.service-image-section {
    flex: 1;
}

.service-image-section img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

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

.service-content-section h2 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.service-subtitle {
    font-size: 18px;
    color: #667eea;
    margin-bottom: 20px;
    font-weight: 600;
}

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

.service-content-section h4 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.service-features-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #555;
    font-size: 16px;
}

.service-features-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #667eea;
    font-weight: bold;
}

.service-duration {
    font-size: 16px;
    color: #888;
    margin: 20px 0;
}

.service-price-large {
    font-size: 42px;
    font-weight: 700;
    color: #667eea;
    margin: 25px 0;
}

.comparison-section {
    padding: 80px 60px;
    background: #f8f9fa;
}

.comparison-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.comparison-table {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.comparison-header,
.comparison-row {
    display: flex;
}

.comparison-header {
    background: #2c3e50;
    color: white;
    font-weight: 600;
}

.comparison-row:nth-child(even) {
    background: #f8f9fa;
}

.comparison-cell {
    flex: 1;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.comparison-cell:last-child {
    border-right: none;
}

.comparison-row .comparison-cell:first-child {
    font-weight: 600;
    text-align: left;
}

.form-section-compact {
    padding: 80px 60px;
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.form-section-compact h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.form-inline {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.form-inline input,
.form-inline select {
    flex: 1;
    min-width: 200px;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
}

.form-inline button {
    padding: 14px 35px;
}

.contact-header {
    padding: 100px 60px 60px;
    text-align: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.contact-header h1 {
    font-size: 54px;
    margin-bottom: 20px;
}

.contact-header p {
    font-size: 20px;
    opacity: 0.95;
}

.contact-layout-split {
    display: flex;
    gap: 60px;
    padding: 80px 60px;
    align-items: flex-start;
}

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

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

.contact-detail h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.contact-note {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin-top: 30px;
}

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

.contact-image-block {
    flex: 1;
}

.contact-image-block img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.location-info {
    padding: 80px 60px;
    background: #f8f9fa;
}

.location-info h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

.location-details {
    display: flex;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.transport-option {
    flex: 1;
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.transport-option h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.transport-option p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.faq-section {
    padding: 80px 60px;
}

.faq-section h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 50px;
    color: #2c3e50;
}

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

.faq-item {
    background: #f8f9fa;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.faq-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.thanks-container {
    display: flex;
    gap: 60px;
    padding: 100px 60px;
    align-items: center;
}

.thanks-content {
    flex: 1;
}

.thanks-content h1 {
    font-size: 54px;
    margin-bottom: 25px;
    color: #27ae60;
}

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

.thanks-next-steps h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.thanks-steps {
    padding-left: 20px;
    margin-bottom: 40px;
}

.thanks-steps li {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
}

.thanks-selected-service {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 40px;
}

.thanks-selected-service h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.selected-service-name {
    font-size: 20px;
    color: #667eea;
    font-weight: 600;
}

.thanks-actions {
    display: flex;
    gap: 20px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 35px;
    background: #e0e0e0;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background: #d0d0d0;
}

.thanks-image {
    flex: 1;
}

.thanks-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.thanks-testimonial {
    padding: 80px 60px;
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    text-align: center;
}

.thanks-testimonial blockquote {
    max-width: 800px;
    margin: 0 auto 20px;
    font-size: 26px;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.6;
}

.thanks-testimonial cite {
    font-size: 18px;
    color: #555;
}

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

.legal-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

.legal-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

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

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

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

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

.legal-content a {
    color: #667eea;
    text-decoration: none;
}

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

@media (max-width: 768px) {
    .hero-asymmetric,
    .intro-overlap,
    .story-stagger,
    .about-hero-split,
    .philosophy-content,
    .team-layout,
    .approach-detail,
    .values-grid,
    .service-detail-card,
    .contact-layout-split,
    .location-details,
    .thanks-container {
        flex-direction: column;
    }

    .hero-offset-content {
        clip-path: none;
    }

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

    .nav-floating {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-title-large {
        font-size: 42px;
    }

    .programs-header-offset {
        margin-left: 0;
    }

    .program-card {
        flex-direction: column;
    }

    .program-position-1,
    .program-position-2,
    .program-position-3,
    .program-position-4,
    .program-position-5 {
        margin-left: 0;
    }

    .form-container-asymmetric {
        margin-left: 0;
    }

    .benefits-grid-irregular {
        flex-direction: column;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .form-inline {
        flex-direction: column;
    }

    .form-inline input,
    .form-inline select {
        width: 100%;
    }
}