 .burger-btn {display: none;flex-direction: column;justify-content: center;gap: 5px;width: 36px;height: 36px;background: none;border: none;cursor: pointer;padding: 6px;z-index: 1001;}.burger-line {width: 24px;height: 2px;background-color: #2D2D2D;transition: all 0.3s ease;border-radius: 2px;}.burger-active .burger-line:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}.burger-active .burger-line:nth-child(2) {opacity: 0;}.burger-active .burger-line:nth-child(3) {transform: rotate(-45deg) translate(5px, -5px);}@media (max-width: 768px) {.burger-btn {display: flex;}.nav-menu {position: fixed;top: 0;right: -100%;width: 80%;max-width: 320px;height: 100vh;background-color: #FAF7F2;flex-direction: column;justify-content: center;align-items: center;gap: 2rem;transition: right 0.4s ease;box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);z-index: 1000;padding: 2rem;}.nav-menu-open {right: 0;}.nav-menu a {font-size: 1.25rem;}body.no-scroll {overflow: hidden;}}.header-scrolled {box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);padding: 0.75rem 0;}.header-scrolled .nav {padding: 0.75rem 0;}.faq-item {cursor: pointer;transition: all 0.3s ease;}.faq-item:hover {border-color: rgba(196, 149, 58, 0.5);}.faq-answer {max-height: 0;overflow: hidden;transition: max-height 0.4s ease, padding 0.4s ease;padding: 0;}.faq-active .faq-answer {max-height: 500px;padding-top: 1rem;}.faq-active {border-color: #C4953A;box-shadow: 0 4px 12px rgba(196, 149, 58, 0.1);}.animate-on-scroll {opacity: 0;transform: translateY(30px);transition: opacity 0.6s ease, transform 0.6s ease;}.animate-visible {opacity: 1;transform: translateY(0);}@keyframes fadeIn {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}.notification {position: fixed;bottom: 30px;right: 30px;max-width: 420px;padding: 1.25rem 1.5rem;border-radius: 12px;background-color: #FFFFFF;box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);border-left: 4px solid #C4953A;display: flex;align-items: flex-start;justify-content: space-between;gap: 1rem;z-index: 9999;transform: translateX(120%);transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);}.notification-visible {transform: translateX(0);}.notification-error {border-left-color: #8B2500;}.notification-content {display: flex;align-items: flex-start;gap: 0.75rem;}.notification-icon {flex-shrink: 0;width: 24px;height: 24px;background-color: #C4953A;color: #FAF7F2;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 0.8rem;font-weight: bold;}.notification-error .notification-icon {background-color: #8B2500;}.notification-text {font-size: 0.9rem;line-height: 1.5;color: #2D2D2D;margin: 0;}.notification-close {background: none;border: none;font-size: 1.5rem;color: #6B6B6B;cursor: pointer;line-height: 1;padding: 0;flex-shrink: 0;}.notification-close:hover {color: #2D2D2D;}@media (max-width: 480px) {.notification {left: 15px;right: 15px;bottom: 15px;max-width: none;}}.contacts-section {padding: 6rem 0;background-color: #FAF7F2;}.contacts-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: start;}.contacts-info-title {color: #8B2500;margin-bottom: 2rem;}.contact-item {display: flex;gap: 1.5rem;margin-bottom: 2rem;padding-bottom: 2rem;border-bottom: 1px solid rgba(196, 149, 58, 0.15);}.contact-item:last-child {border-bottom: none;}.contact-icon {font-size: 1.5rem;flex-shrink: 0;width: 48px;height: 48px;background-color: #FFFFFF;border-radius: 12px;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(196, 149, 58, 0.2);}.contact-details h3 {color: #2D2D2D;font-size: 1.1rem;margin-bottom: 0.25rem;font-family: 'Inter', sans-serif;font-weight: 600;}.contact-details p {margin-bottom: 0.25rem;color: #2D2D2D;}.contact-link {color: #8B2500;text-decoration: none;font-weight: 500;transition: color 0.3s;}.contact-link:hover {color: #C4953A;text-decoration: underline;}.contact-note {font-size: 0.85rem;color: #6B6B6B;}.contacts-form-wrapper {background-color: #FFFFFF;padding: 3rem;border-radius: 16px;border: 1px solid rgba(196, 149, 58, 0.2);}.contacts-form-title {color: #8B2500;margin-bottom: 2rem;}.form-textarea {resize: vertical;min-height: 120px;}@media (max-width: 992px) {.contacts-grid {grid-template-columns: 1fr;gap: 3rem;}}@media (max-width: 768px) {.contacts-form-wrapper {padding: 2rem;}}.yclients-widget-container {min-height: 600px;border-radius: 12px;overflow: hidden;border: 1px solid rgba(196, 149, 58, 0.2);background-color: #FFFFFF;}.yclients-widget-container iframe {width: 100% !important;min-height: 600px;border: none !important;}@media (max-width: 768px) {.yclients-widget-container {min-height: 500px;}.yclients-widget-container iframe {min-height: 500px;}}.section-pattern {position: relative;background-color: #FAF7F2;}.section-pattern::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-image: url('/images/icons/mandala-pattern.svg');background-size: 120px 120px;opacity: 0.4;pointer-events: none;z-index: 0;}.section-pattern > .container {position: relative;z-index: 1;}.divider {display: flex;align-items: center;justify-content: center;gap: 1.5rem;margin: 4rem 0;}.divider::before, .divider::after {content: '';flex: 1;height: 1px;background: linear-gradient(to right, transparent, #C4953A, transparent);opacity: 0.6;}.divider-icon {color: #C4953A;font-size: 1.2rem;opacity: 0.8;}.text-gold-gradient {background: linear-gradient(135deg, #C4953A 0%, #D4A843 50%, #8B2500 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;}.doctors-hero {text-align: center;}.doctor-benefits {padding: 6rem 0;background-color: #FFFFFF;}.benefits-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;}.benefit-card {background-color: #FAF7F2;padding: 2.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.benefit-card:hover {transform: translateY(-6px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.08);}.benefit-icon {width: 64px;height: 64px;margin-bottom: 1.5rem;}.benefit-icon svg {width: 100%;height: 100%;}.benefit-title {color: #8B2500;margin-bottom: 1rem;font-size: 1.3rem;}.benefit-description {color: #6B6B6B;line-height: 1.6;font-size: 0.95rem;}.agent-model {padding: 6rem 0;background-color: #FAF7F2;}.model-content {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: start;}.model-diagram {text-align: center;}.model-step {display: flex;align-items: center;gap: 1rem;background-color: #FFFFFF;padding: 1.5rem 2rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.3);text-align: left;}.model-step-icon {font-size: 2rem;flex-shrink: 0;}.model-step-text h4 {color: #8B2500;margin-bottom: 0.25rem;font-size: 1.1rem;}.model-step-text p {color: #6B6B6B;font-size: 0.9rem;margin: 0;}.model-arrow {font-size: 2rem;color: #C4953A;margin: 1rem 0;}.model-split {display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;margin-top: 1rem;}.model-branch {background-color: #FFFFFF;padding: 1.5rem;border-radius: 12px;text-align: center;}.model-branch-agent {border: 2px solid #C4953A;}.model-branch-doctor {border: 2px solid #8B2500;}.model-branch h4 {color: #2D2D2D;margin-bottom: 0.5rem;}.model-branch p {font-size: 1.5rem;font-weight: 700;color: #8B2500;font-family: 'Cormorant Garamond', serif;}.model-branch .model-note {font-size: 0.8rem;color: #6B6B6B;font-weight: 400;}.model-explanation h3 {color: #8B2500;margin-bottom: 1.5rem;}.model-explanation p {line-height: 1.7;margin-bottom: 1rem;}.model-list {list-style: none;padding: 0;margin: 1.5rem 0;background-color: #FFFFFF;padding: 1.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);}.model-list li {padding: 0.5rem 0;border-bottom: 1px solid rgba(196, 149, 58, 0.1);font-size: 0.95rem;}.model-list li:last-child {border-bottom: none;}.model-note {font-size: 0.85rem;color: #6B6B6B;font-style: italic;}.doctor-requirements {padding: 6rem 0;background-color: #FFFFFF;}.requirements-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;}.requirement-card {background-color: #FAF7F2;padding: 2rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);position: relative;}.requirement-number {position: absolute;top: -15px;left: 2rem;width: 36px;height: 36px;background-color: #8B2500;color: #FAF7F2;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: 700;font-size: 1rem;}.requirement-title {color: #8B2500;margin-top: 0.5rem;margin-bottom: 0.75rem;font-size: 1.2rem;}.requirement-description {color: #6B6B6B;font-size: 0.9rem;line-height: 1.6;}.payment-schedule {padding: 6rem 0;background-color: #FAF7F2;}.schedule-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));gap: 2rem;margin-bottom: 2rem;}.schedule-card {background-color: #FFFFFF;padding: 2.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);text-align: center;}.schedule-icon {font-size: 2.5rem;margin-bottom: 1rem;}.schedule-title {color: #8B2500;margin-bottom: 1rem;}.schedule-description {color: #2D2D2D;margin-bottom: 1rem;}.schedule-timing {color: #C4953A;font-weight: 600;font-size: 1.1rem;}.schedule-note {background-color: #FFFFFF;padding: 1.5rem 2rem;border-radius: 12px;border-left: 4px solid #C4953A;}.schedule-note p {color: #6B6B6B;font-size: 0.95rem;margin: 0;line-height: 1.6;}.doctor-geography {padding: 6rem 0;background-color: #FFFFFF;}.geography-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 2rem;}.geography-card {background-color: #FAF7F2;padding: 2rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);}.geography-card-future {border-style: dashed;opacity: 0.8;}.geography-city {color: #8B2500;margin-bottom: 0.5rem;}.geography-status {display: inline-block;background-color: #C4953A;color: #FAF7F2;padding: 4px 12px;border-radius: 4px;font-size: 0.8rem;font-weight: 600;margin-bottom: 1rem;}.geography-details {color: #6B6B6B;font-size: 0.9rem;line-height: 1.5;}.doctor-cta {padding: 6rem 0;background: linear-gradient(135deg, #1A2744 0%, #2c3e50 100%);}.doctor-cta-content {max-width: 700px;margin: 0 auto;}.doctor-cta-title {color: #FAF7F2;text-align: center;margin-bottom: 1rem;}.doctor-cta-text {color: rgba(250, 247, 242, 0.9);text-align: center;margin-bottom: 3rem;font-size: 1.1rem;}.doctor-form {background-color: #FAF7F2;padding: 3rem;border-radius: 16px;}.form-row {display: grid;grid-template-columns: 1fr 1fr;gap: 1.5rem;margin-bottom: 1.5rem;}.form-group {margin-bottom: 0;}.form-label {display: block;font-weight: 600;color: #2D2D2D;margin-bottom: 0.5rem;font-size: 0.9rem;}.form-input {width: 100%;padding: 14px 16px;border: 1px solid rgba(196, 149, 58, 0.4);border-radius: 8px;font-size: 1rem;font-family: 'Inter', sans-serif;background-color: #FFFFFF;transition: border-color 0.3s;}.form-input:focus {outline: none;border-color: #8B2500;box-shadow: 0 0 0 3px rgba(139, 37, 0, 0.1);}.form-group-checkbox {margin-bottom: 2rem;}.checkbox-label {display: flex;align-items: flex-start;gap: 0.75rem;cursor: pointer;}.checkbox-input {margin-top: 4px;width: 18px;height: 18px;accent-color: #8B2500;flex-shrink: 0;}.checkbox-text {font-size: 0.85rem;color: #6B6B6B;line-height: 1.5;}.legal-inline-link {color: #8B2500;text-decoration: underline;}.btn-full {width: 100%;text-align: center;}.form-note {margin-top: 1.5rem;font-size: 0.8rem;color: #6B6B6B;text-align: center;line-height: 1.5;}.legal-page {background-color: #FAF7F2;}.legal-hero {padding: 4rem 0 2rem;background-color: #FFFFFF;border-bottom: 1px solid rgba(196, 149, 58, 0.2);}.legal-title {font-size: 2.5rem;color: #2D2D2D;margin-bottom: 0.5rem;}.legal-meta {color: #6B6B6B;font-size: 0.9rem;}.legal-body {padding: 4rem 0 6rem;}.legal-document {max-width: 900px;margin: 0 auto;background-color: #FFFFFF;padding: 4rem;border-radius: 16px;border: 1px solid rgba(196, 149, 58, 0.2);}.legal-section {margin-bottom: 3rem;padding-bottom: 3rem;border-bottom: 1px solid rgba(196, 149, 58, 0.15);}.legal-section:last-child {border-bottom: none;margin-bottom: 0;padding-bottom: 0;}.legal-section h2 {font-size: 1.75rem;color: #8B2500;margin-bottom: 1.5rem;}.legal-section h3 {font-size: 1.25rem;color: #2D2D2D;margin-top: 1.5rem;margin-bottom: 0.75rem;}.legal-section p {font-size: 1rem;line-height: 1.8;color: #2D2D2D;margin-bottom: 0.75rem;}.legal-table {width: 100%;border-collapse: collapse;margin: 1.5rem 0;font-size: 0.95rem;}.legal-table th {background-color: #FAF7F2;padding: 12px 16px;text-align: left;font-weight: 600;color: #2D2D2D;border-bottom: 2px solid #C4953A;}.legal-table td {padding: 12px 16px;border-bottom: 1px solid rgba(196, 149, 58, 0.2);color: #2D2D2D;}.legal-table tr:last-child td {border-bottom: 2px solid #C4953A;font-weight: 700;}.legal-section-note {background-color: #FAF7F2;padding: 2rem;border-radius: 12px;border-left: 4px solid #C4953A;}.legal-section-note p {margin: 0;color: #6B6B6B;}@media (max-width: 992px) {.model-content {grid-template-columns: 1fr;gap: 3rem;}}@media (max-width: 768px) {.form-row {grid-template-columns: 1fr;}.model-split {grid-template-columns: 1fr;}.doctor-form {padding: 2rem;}.legal-document {padding: 2rem;}.legal-title {font-size: 2rem;}.schedule-content {grid-template-columns: 1fr;}}.nav-menu a.active {color: #8B2500;font-weight: 600;}.blog-hero {text-align: center;}.categories-filter {padding: 2rem 0 4rem;background-color: #FAF7F2;}.filter-buttons {display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;}.filter-btn {background: transparent;border: 1px solid rgba(196, 149, 58, 0.4);color: #2D2D2D;padding: 10px 24px;border-radius: 30px;font-family: 'Inter', sans-serif;font-size: 0.95rem;font-weight: 500;cursor: pointer;transition: all 0.3s ease;}.filter-btn:hover, .filter-btn.active {background-color: #8B2500;border-color: #8B2500;color: #FAF7F2;}.articles-section {padding: 0 0 6rem;background-color: #FAF7F2;}.subscribe-section {padding: 6rem 0;background-color: #FFFFFF;}.subscribe-card {max-width: 700px;margin: 0 auto;text-align: center;padding: 4rem 3rem;background-color: #FAF7F2;border: 1px solid rgba(196, 149, 58, 0.3);border-radius: 16px;position: relative;overflow: hidden;}.subscribe-card::before {content: '';position: absolute;top: -50px;right: -50px;width: 200px;height: 200px;background: radial-gradient(circle, rgba(196,149,58,0.1) 0%, rgba(196,149,58,0) 70%);border-radius: 50%;}.subscribe-title {color: #8B2500;margin-bottom: 1rem;}.subscribe-text {color: #6B6B6B;margin-bottom: 2rem;font-size: 1.1rem;}.subscribe-form {display: flex;gap: 1rem;max-width: 500px;margin: 0 auto 1.5rem;}.subscribe-input {flex: 1;padding: 14px 20px;border: 1px solid rgba(196, 149, 58, 0.4);border-radius: 8px;font-size: 1rem;font-family: 'Inter', sans-serif;background-color: #FFFFFF;outline: none;transition: border-color 0.3s;}.subscribe-input:focus {border-color: #8B2500;}.subscribe-note {font-size: 0.8rem;color: #6B6B6B;}.article-hero {padding: 4rem 0 2rem;background-color: #FAF7F2;border-bottom: 1px solid rgba(196, 149, 58, 0.2);}.article-category-tag {display: inline-block;background-color: #C4953A;color: #FAF7F2;padding: 6px 16px;border-radius: 4px;font-size: 0.85rem;font-weight: 600;margin-bottom: 1.5rem;text-transform: uppercase;letter-spacing: 0.5px;}.article-main-title {font-size: 3rem;line-height: 1.2;margin-bottom: 2rem;color: #2D2D2D;}.article-meta {display: flex;flex-wrap: wrap;gap: 2rem;color: #6B6B6B;font-size: 0.9rem;}.meta-verifier {color: #8B2500;font-weight: 600;}.article-body {padding: 4rem 0 6rem;background-color: #FFFFFF;}.article-content-wrapper {max-width: 800px;margin: 0 auto;}.article-lead {font-size: 1.3rem;line-height: 1.6;color: #2D2D2D;font-weight: 400;margin-bottom: 3rem;border-left: 4px solid #C4953A;padding-left: 1.5rem;}.article-body h2 {font-size: 2rem;margin-top: 3rem;margin-bottom: 1.5rem;color: #8B2500;}.article-body p {font-size: 1.125rem;line-height: 1.8;margin-bottom: 1.5rem;color: #2D2D2D;}.article-list {list-style: none;margin: 2rem 0;padding: 0;}.article-list li {position: relative;padding-left: 2rem;margin-bottom: 1rem;font-size: 1.1rem;line-height: 1.6;}.article-list li::before {content: '◆';position: absolute;left: 0;color: #C4953A;font-size: 0.8rem;top: 6px;}.treatise-quote {margin: 3rem 0;padding: 2.5rem;background-color: #FAF7F2;border-radius: 12px;position: relative;text-align: center;}.treatise-quote p {font-family: 'Cormorant Garamond', serif;font-size: 1.5rem;font-style: italic;color: #2D2D2D;line-height: 1.5;margin-bottom: 1rem;}.treatise-quote cite {font-style: normal;color: #C4953A;font-weight: 600;font-size: 1rem;}.article-cta-block {margin: 4rem 0;padding: 3rem;background: linear-gradient(135deg, #1A2744 0%, #2c3e50 100%);border-radius: 16px;text-align: center;color: #FAF7F2;}.article-cta-block h3 {color: #FAF7F2;font-size: 1.8rem;margin-bottom: 1rem;}.article-cta-block p {color: rgba(250, 247, 242, 0.9);margin-bottom: 2rem;font-size: 1.1rem;}.verifier-block {display: flex;align-items: center;gap: 2rem;padding: 2rem;background-color: #FAF7F2;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.3);margin-top: 4rem;}.verifier-icon {font-size: 3rem;color: #C4953A;flex-shrink: 0;}.verifier-info h4 {color: #8B2500;margin-bottom: 0.5rem;font-size: 1.2rem;}.verifier-info p {color: #6B6B6B;font-size: 0.95rem;margin: 0;line-height: 1.6;}.article-disclaimer {margin-top: 3rem;padding-top: 2rem;border-top: 1px solid rgba(196, 149, 58, 0.2);}.article-disclaimer p {font-size: 0.9rem;color: #6B6B6B;font-style: italic;line-height: 1.6;}@media (max-width: 768px) {.article-main-title {font-size: 2rem;}.article-lead {font-size: 1.1rem;}.subscribe-form {flex-direction: column;}.verifier-block {flex-direction: column;text-align: center;}.article-meta {gap: 1rem;}.treatise-quote p {font-size: 1.2rem;}}.breadcrumbs {margin-bottom: 2rem;font-size: 0.875rem;color: #6B6B6B;}.breadcrumbs a {color: #6B6B6B;text-decoration: none;transition: color 0.3s ease;}.breadcrumbs a:hover {color: #8B2500;}.breadcrumb-separator {margin: 0 0.5rem;}.breadcrumb-current {color: #2D2D2D;font-weight: 500;}.page-hero {padding: 4rem 0;background: linear-gradient(135deg, rgba(139, 37, 0, 0.05) 0%, rgba(196, 149, 58, 0.05) 100%);border-bottom: 1px solid rgba(196, 149, 58, 0.2);}.page-title {margin-bottom: 1rem;}.page-subtitle {font-size: 1.25rem;color: #6B6B6B;max-width: 800px;}.mission {padding: 6rem 0;background-color: #FFFFFF;}.mission-content {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: center;}.lead {font-size: 1.25rem;font-weight: 500;color: #8B2500;margin-bottom: 1.5rem;line-height: 1.6;}.mission-image-placeholder {width: 100%;height: 100%;min-height: 300px;background-color: #F0EBE3;border-radius: 12px;overflow: hidden;}.mission-image-placeholder svg {width: 100%;height: 100%;}.what-we-do {padding: 6rem 0;background-color: #FAF7F2;}.what-we-do-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 2rem;}.what-we-do-item {background-color: #FFFFFF;padding: 2rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.what-we-do-item:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.what-we-do-icon {width: 48px;height: 48px;margin-bottom: 1.5rem;}.what-we-do-icon svg {width: 100%;height: 100%;}.what-we-do-title {color: #8B2500;margin-bottom: 1rem;}.what-we-do-description {color: #6B6B6B;line-height: 1.6;}.what-we-dont-do {padding: 6rem 0;background-color: #FFFFFF;}.what-we-dont-do-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;max-width: 900px;margin: 0 auto;}.what-we-dont-do-item {display: flex;align-items: flex-start;gap: 1rem;}.dont-do-icon {flex-shrink: 0;width: 32px;height: 32px;background-color: #8B2500;color: #FAF7F2;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 1.25rem;}.what-we-dont-do-item p {color: #2D2D2D;line-height: 1.6;margin: 0;}.values {padding: 6rem 0;background-color: #FAF7F2;}.values-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 2rem;}.value-card {background-color: #FFFFFF;padding: 2.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);text-align: center;transition: all 0.3s ease;}.value-card:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.value-icon {font-size: 3rem;margin-bottom: 1.5rem;}.value-title {color: #8B2500;margin-bottom: 1rem;}.value-description {color: #6B6B6B;line-height: 1.6;}.consultation-intro {padding: 6rem 0;background-color: #FFFFFF;}.consultation-intro-content {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: center;}.consultation-intro-image-placeholder {width: 100%;height: 100%;min-height: 300px;background-color: #F0EBE3;border-radius: 12px;overflow: hidden;}.consultation-intro-image-placeholder svg {width: 100%;height: 100%;}.consultation-formats {padding: 6rem 0;background-color: #FAF7F2;}.formats-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));gap: 2rem;}.format-card {background-color: #FFFFFF;padding: 2.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.format-card:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.format-badge {display: inline-block;background-color: #C4953A;color: #FAF7F2;padding: 6px 16px;border-radius: 4px;font-size: 0.875rem;font-weight: 600;margin-bottom: 1.5rem;}.format-title {color: #8B2500;margin-bottom: 1.5rem;}.format-details {margin-bottom: 2rem;}.format-detail {display: flex;justify-content: space-between;margin-bottom: 0.75rem;padding-bottom: 0.75rem;border-bottom: 1px solid rgba(196, 149, 58, 0.2);}.format-detail:last-child {border-bottom: none;}.format-label {color: #6B6B6B;font-weight: 500;}.format-value {color: #2D2D2D;font-weight: 600;}.format-includes {margin-bottom: 2rem;}.format-includes-title {color: #8B2500;margin-bottom: 1rem;font-size: 1.125rem;}.format-includes-list {list-style: none;}.format-includes-list li {position: relative;padding-left: 1.5rem;margin-bottom: 0.5rem;color: #2D2D2D;}.format-includes-list li::before {content: '✓';position: absolute;left: 0;color: #C4953A;font-weight: bold;}.format-card .btn {width: 100%;}.what-not-included {padding: 6rem 0;background-color: #FFFFFF;}.what-not-included-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;max-width: 900px;margin: 0 auto;}.not-included-item {display: flex;align-items: flex-start;gap: 1rem;}.not-included-icon {flex-shrink: 0;width: 32px;height: 32px;background-color: #8B2500;color: #FAF7F2;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 1.25rem;}.not-included-item p {color: #2D2D2D;line-height: 1.6;margin: 0;}.pricing {padding: 6rem 0;background-color: #FAF7F2;}.pricing-content {display: grid;grid-template-columns: 1fr 1fr;gap: 4rem;align-items: start;}.pricing-card {background-color: #FFFFFF;padding: 3rem;border-radius: 12px;border: 2px solid #C4953A;text-align: center;}.pricing-price {font-size: 3rem;font-weight: 700;color: #8B2500;font-family: 'Cormorant Garamond', serif;margin-bottom: 2rem;}.pricing-breakdown {margin-bottom: 2rem;}.pricing-item {display: flex;justify-content: space-between;margin-bottom: 1rem;padding-bottom: 1rem;border-bottom: 1px solid rgba(196, 149, 58, 0.2);}.pricing-item:last-child {border-bottom: none;}.pricing-label {color: #6B6B6B;text-align: left;}.pricing-value {color: #2D2D2D;font-weight: 600;}.pricing-note {color: #6B6B6B;font-size: 0.875rem;margin-bottom: 2rem;}.pricing-explanation-title {color: #8B2500;margin-bottom: 1.5rem;}.pricing-explanation p {margin-bottom: 1rem;line-height: 1.7;}.booking {padding: 6rem 0;background-color: #FFFFFF;}.booking-intro {text-align: center;font-size: 1.125rem;color: #6B6B6B;margin-bottom: 3rem;max-width: 700px;margin-left: auto;margin-right: auto;}.yclients-widget-placeholder {background-color: #F0EBE3;border: 2px dashed #C4953A;border-radius: 12px;padding: 4rem;text-align: center;}.widget-placeholder-content h3 {color: #8B2500;margin-bottom: 1rem;}.widget-placeholder-content p {color: #6B6B6B;margin-bottom: 1rem;}.widget-note {font-size: 0.875rem;color: #6B6B6B;font-style: italic;}.faq {padding: 6rem 0;background-color: #FAF7F2;}.faq-list {max-width: 900px;margin: 0 auto;}.faq-item {background-color: #FFFFFF;padding: 2rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);margin-bottom: 1.5rem;}.faq-question {color: #8B2500;margin-bottom: 1rem;font-size: 1.25rem;}.faq-answer {color: #2D2D2D;line-height: 1.7;margin: 0;}.cta-section {padding: 6rem 0;background: linear-gradient(135deg, #8B2500 0%, #7B2D26 100%);color: #FAF7F2;}.cta-content {text-align: center;max-width: 700px;margin: 0 auto;}.cta-title {color: #FAF7F2;margin-bottom: 1rem;}.cta-text {color: rgba(250, 247, 242, 0.9);margin-bottom: 2rem;font-size: 1.125rem;}@media (max-width: 992px) {.mission-content, .consultation-intro-content, .pricing-content {grid-template-columns: 1fr;gap: 3rem;}.formats-grid {grid-template-columns: 1fr;}}@media (max-width: 768px) {.page-hero {padding: 3rem 0;}.mission, .what-we-do, .what-we-dont-do, .values, .consultation-intro, .consultation-formats, .what-not-included, .pricing, .booking, .faq, .cta-section {padding: 4rem 0;}.what-we-do-grid, .what-we-dont-do-content, .values-grid, .what-not-included-content {grid-template-columns: 1fr;}.format-card {padding: 2rem;}.pricing-card {padding: 2rem;}.yclients-widget-placeholder {padding: 2rem;}}* {margin: 0;padding: 0;box-sizing: border-box;}html {scroll-behavior: smooth;}body {font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;font-size: 16px;line-height: 1.7;color: #2D2D2D;background-color: #FAF7F2;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.container {max-width: 1200px;margin: 0 auto;padding: 0 20px;}h1, h2, h3, h4 {font-family: 'Cormorant Garamond', Georgia, serif;font-weight: 600;line-height: 1.3;color: #2D2D2D;}h1 {font-size: 3.5rem;font-weight: 700;}h2 {font-size: 2.5rem;margin-bottom: 2rem;}h3 {font-size: 1.75rem;margin-bottom: 1rem;}p {margin-bottom: 1rem;color: #2D2D2D;}.btn {display: inline-block;padding: 16px 32px;font-size: 1rem;font-weight: 500;text-decoration: none;border-radius: 8px;transition: all 0.3s ease;cursor: pointer;border: none;font-family: 'Inter', sans-serif;}.btn-primary {background-color: #8B2500;color: #FAF7F2;}.btn-primary:hover {background-color: #7B2D26;transform: translateY(-2px);box-shadow: 0 8px 16px rgba(139, 37, 0, 0.3);}.btn-secondary {background-color: transparent;color: #8B2500;border: 2px solid #8B2500;}.btn-secondary:hover {background-color: #8B2500;color: #FAF7F2;transform: translateY(-2px);}.btn-outline {background-color: transparent;color: #C4953A;border: 2px solid #C4953A;}.btn-outline:hover {background-color: #C4953A;color: #FAF7F2;transform: translateY(-2px);}.header {background-color: #FAF7F2;border-bottom: 1px solid rgba(196, 149, 58, 0.2);position: sticky;top: 0;z-index: 1000;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.nav {padding: 1.5rem 0;}.nav .container {display: flex;justify-content: space-between;align-items: center;}.logo {display: flex;align-items: center;gap: 0.5rem;text-decoration: none;color: #2D2D2D;font-family: 'Cormorant Garamond', serif;font-size: 1.5rem;font-weight: 600;}.logo-icon {font-size: 2rem;color: #C4953A;}.nav-menu {display: flex;list-style: none;gap: 2rem;align-items: center;}.nav-menu a {text-decoration: none;color: #2D2D2D;font-weight: 500;transition: color 0.3s ease;}.nav-menu a:hover {color: #8B2500;}.nav-cta {background-color: #8B2500;color: #FAF7F2 !important;padding: 10px 24px;border-radius: 6px;transition: all 0.3s ease;}.nav-cta:hover {background-color: #7B2D26;transform: translateY(-2px);}.hero {position: relative;min-height: 80vh;display: flex;align-items: center;overflow: hidden;background-color: #FAF7F2;}.hero-bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.3;inset: 0;background: url('/images/hero-bg.webp') center right / cover no-repeat;z-index: 0;}.hero-bg::before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.3;}.hero-bg::after {content: '';position: absolute;inset: 0;background: linear-gradient(to right, rgba(250, 247, 242, 0.92) 0%, rgba(250, 247, 242, 0.75) 40%, rgba(250, 247, 242, 0) 75%);}.hero-content {position: relative;z-index: 1;max-width: 800px;padding: 4rem 0;}.hero-title {margin-bottom: 1.5rem;color: #2D2D2D;}.hero-subtitle {font-size: 1.25rem;color: #6B6B6B;margin-bottom: 2rem;line-height: 1.6;}.hero-buttons {display: flex;gap: 1rem;margin-bottom: 2rem;flex-wrap: wrap;}.hero-disclaimer {font-size: 0.875rem;color: #6B6B6B;line-height: 1.5;max-width: 700px;}.services {padding: 6rem 0;background-color: #FAF7F2;}.section-title {text-align: center;margin-bottom: 4rem;}.services-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;}.service-card {background-color: #FFFFFF;padding: 2.5rem;border-radius: 12px;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.service-card:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.service-icon {width: 64px;height: 64px;margin-bottom: 1.5rem;}.service-icon svg {width: 100%;height: 100%;}.service-title {color: #8B2500;margin-bottom: 1rem;}.service-description {color: #6B6B6B;line-height: 1.6;}.how-it-works {padding: 6rem 0;background-color: #FFFFFF;}.steps {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 3rem;}.step {text-align: center;position: relative;}.step-number {width: 80px;height: 80px;background-color: #C4953A;color: #FAF7F2;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 2rem;font-weight: 700;font-family: 'Cormorant Garamond', serif;margin: 0 auto 1.5rem;}.step-title {color: #8B2500;margin-bottom: 1rem;}.step-description {color: #6B6B6B;line-height: 1.6;}.doctors {padding: 6rem 0;background-color: #FAF7F2;}.doctors-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;}.doctor-card {background-color: #FFFFFF;border-radius: 12px;overflow: hidden;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.doctor-card:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.doctor-photo {width: 100%;height: 300px;background-color: #F0EBE3;display: flex;align-items: center;justify-content: center;color: #6B6B6B;font-size: 1rem;}.doctor-card > *:not(.doctor-photo) {padding: 0 2rem;}.doctor-card > *:last-child {padding-bottom: 2rem;}.doctor-name {color: #8B2500;margin-top: 1.5rem;margin-bottom: 0.5rem;}.doctor-specialization, .doctor-experience {color: #6B6B6B;margin-bottom: 0.5rem;}.doctor-card .btn {margin-top: 1rem;width: 100%;}.education-preview {padding: 6rem 0;background-color: #FFFFFF;}.articles-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 2rem;margin-bottom: 3rem;}.article-card {background-color: #FAF7F2;border-radius: 12px;overflow: hidden;border: 1px solid rgba(196, 149, 58, 0.2);transition: all 0.3s ease;}.article-card:hover {transform: translateY(-8px);box-shadow: 0 12px 24px rgba(139, 37, 0, 0.1);}.article-image {width: 100%;height: 200px;background-color: #F0EBE3;display: flex;align-items: center;justify-content: center;color: #6B6B6B;}.article-content {padding: 2rem;}.article-category {display: inline-block;background-color: #C4953A;color: #FAF7F2;padding: 4px 12px;border-radius: 4px;font-size: 0.875rem;font-weight: 500;margin-bottom: 1rem;}.article-title {color: #8B2500;margin-bottom: 1rem;font-size: 1.5rem;}.article-excerpt {color: #6B6B6B;margin-bottom: 1rem;line-height: 1.6;}.article-link {color: #8B2500;text-decoration: none;font-weight: 500;transition: color 0.3s ease;}.article-link:hover {color: #C4953A;}.education-cta {text-align: center;}.legal {padding: 6rem 0;background-color: #1A2744;color: #FAF7F2;}.legal .section-title {color: #FAF7F2;}.legal-content {max-width: 900px;margin: 0 auto;}.legal-text {font-size: 1.125rem;line-height: 1.8;margin-bottom: 2rem;color: #FAF7F2;}.legal-links {display: flex;flex-wrap: wrap;gap: 1.5rem;margin-bottom: 2rem;}.legal-link {color: #C4953A;text-decoration: none;font-weight: 500;transition: color 0.3s ease;}.legal-link:hover {color: #D4A843;text-decoration: underline;}.legal-disclaimer {font-size: 0.875rem;color: rgba(250, 247, 242, 0.8);line-height: 1.6;padding-top: 2rem;border-top: 1px solid rgba(196, 149, 58, 0.3);}.footer {background-color: #1A2744;color: #FAF7F2;padding: 4rem 0 2rem;}.footer-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 3rem;margin-bottom: 3rem;}.footer-title {font-size: 1.5rem;margin-bottom: 1rem;color: #C4953A;}.footer-details {color: rgba(250, 247, 242, 0.9);margin-bottom: 0.5rem;}.footer-subtitle {font-size: 1.25rem;margin-bottom: 1rem;color: #C4953A;}.social-links {display: flex;gap: 1rem;flex-wrap: wrap;}.social-link {color: #FAF7F2;text-decoration: none;padding: 8px 16px;border: 1px solid rgba(196, 149, 58, 0.5);border-radius: 6px;transition: all 0.3s ease;}.social-link:hover {background-color: #C4953A;border-color: #C4953A;}.footer-disclaimer {text-align: center;padding: 2rem 0;border-top: 1px solid rgba(196, 149, 58, 0.3);margin-bottom: 2rem;}.footer-disclaimer p {font-size: 0.875rem;color: rgba(250, 247, 242, 0.8);line-height: 1.6;}.footer-bottom {text-align: center;padding-top: 2rem;border-top: 1px solid rgba(196, 149, 58, 0.3);}.footer-bottom p {color: rgba(250, 247, 242, 0.7);font-size: 0.875rem;}@media (max-width: 992px) {h1 {font-size: 2.5rem;}h2 {font-size: 2rem;}.nav-menu {gap: 1rem;}.hero-buttons {flex-direction: column;}.hero-buttons .btn {width: 100%;}}@media (max-width: 768px) {.nav-menu {display: none;}h1 {font-size: 2rem;}h2 {font-size: 1.75rem;}h3 {font-size: 1.5rem;}.services, .how-it-works, .doctors, .education-preview, .legal {padding: 4rem 0;}.section-title {margin-bottom: 2rem;}.services-grid, .steps, .doctors-grid, .articles-grid {grid-template-columns: 1fr;}.footer-content {grid-template-columns: 1fr;}.legal-links {flex-direction: column;}}@media (max-width: 480px) {.container {padding: 0 15px;}.btn {padding: 14px 24px;font-size: 0.9rem;}.service-card, .article-content {padding: 1.5rem;}.doctor-card > *:not(.doctor-photo) {padding: 0 1.5rem;}.doctor-card > *:last-child {padding-bottom: 1.5rem;}}
