.mentorship-section{padding:6rem 1.5rem 4rem;background:linear-gradient(180deg,#ffffff,#f9fafb);min-height:100vh}.mentorship-container{max-width:1100px;margin:0 auto}.mentorship-hero{margin:1.5rem 0 3rem;padding:3rem 2rem 2.5rem;background:linear-gradient(135deg,#2A3B4E,#1a2733);color:#ffffff;border-radius:16px;position:relative;overflow:hidden}.mentorship-hero:before{content:"";position:absolute;top:-40px;right:-40px;width:220px;height:220px;background:radial-gradient(circle,rgba(217,73,36,.55) 0,rgba(217,73,36,0) 70%);pointer-events:none}.mentorship-eyebrow{display:inline-block;background:#F26F21;color:#ffffff;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1rem}.mentorship-title{font-family:var(--font-serif),"Lora",serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1;margin:0 0 1rem;color:#ffffff}.mentorship-subtitle{font-size:1.125rem;line-height:1.6;color:#d1d5db;max-width:720px;margin:0 0 1rem}.mentorship-why{font-size:1rem;line-height:1.6;color:#4b5563;max-width:720px;margin:0 0 1.5rem;font-style:italic;border-left:2px solid rgba(242,111,33,.6);padding-left:.875rem}.mentorship-intro{margin:2rem 0 2.5rem;max-width:760px}.mentorship-intro .mentorship-eyebrow{color:#F26F21;background:rgba(242,111,33,.08);border-color:rgba(242,111,33,.25);margin-bottom:1rem;display:inline-block}.mentorship-intro .mentorship-credential-chip{background:#fff3ec;border-color:#f5d0bf;color:#c2610a}.mentorship-credential-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.mentorship-credential-chip{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#ffffff;padding:.2rem .7rem;border-radius:999px;font-size:.78rem;font-weight:500;letter-spacing:.02em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mentorship-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width:900px){.mentorship-grid{grid-template-columns:1fr 1.5fr}}.mentorship-aside{background:#ffffff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1.5rem}.mentorship-aside .mentorship-why{margin:0;font-size:.95rem}.mentorship-form-reveal{display:flex;flex-direction:column;gap:1.25rem;animation:mentorship-form-fade .35s ease-out}@keyframes mentorship-form-fade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mentorship-aside-title{font-size:1.05rem;font-weight:700;margin:0;color:#2A3B4E}.mentorship-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.mentorship-step{display:flex;align-items:flex-start;gap:.75rem}.mentorship-step-number{flex-shrink:0;width:1.75rem;height:1.75rem;background:#F26F21;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;margin-top:.05rem}.mentorship-step-text{color:#374151;font-size:.9rem;line-height:1.55}.mentorship-topics-title{font-size:.78rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;margin:0}.mentorship-topic-chips{display:flex;flex-wrap:wrap;gap:.4rem}.mentorship-topic-chip{display:inline-block;background:#fff3ec;border:1px solid #f5d0bf;color:#c2610a;padding:.2rem .65rem;border-radius:999px;font-size:.78rem;font-weight:500}.mentorship-not-fit{font-size:.8rem;color:#9ca3af;line-height:1.5;margin:0;padding-top:.5rem;border-top:1px solid #f3f4f6}.mentorship-form-wrapper{background:#ffffff;padding:2rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.05)}.mentorship-form{display:flex;flex-direction:column;gap:1.25rem}.mentorship-label{display:flex;flex-direction:column;gap:.4rem;font-weight:500;color:#2A3B4E}.mentorship-input,.mentorship-select,.mentorship-textarea{border:1px solid #d1d5db;border-radius:6px;padding:.65rem .85rem;font-size:1rem;font-family:inherit;background:#ffffff;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}.mentorship-input:focus,.mentorship-select:focus,.mentorship-textarea:focus{outline:none;border-color:#F26F21;box-shadow:0 0 0 3px rgba(217,73,36,.15)}.mentorship-textarea{resize:vertical;min-height:80px}.mentorship-textarea-meta{display:flex;align-items:flex-start;gap:.75rem}.mentorship-topic-hints{list-style:none;padding:.5rem .65rem;margin:0;background:#f8f9fb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:.25rem;flex:1 1}.mentorship-topic-hints li{font-size:.78rem;color:#6b7280;padding-left:1rem;position:relative;line-height:1.4}.mentorship-topic-hints li:before{content:"→";position:absolute;left:0;color:#c2610a;font-size:.72rem}.mentorship-char-count{font-size:.75rem;color:#9ca3af;white-space:nowrap;padding-top:.5rem;flex-shrink:0}.mentorship-attachment-wrapper{display:flex;flex-direction:column;gap:.4rem}.mentorship-label-text{font-size:.9rem;font-weight:600;color:#2A3B4E}.mentorship-drop-zone{border:2px dashed #d1d5db;border-radius:8px;padding:1.25rem 1rem;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;background:#fafafa;min-height:72px;display:flex;align-items:center;justify-content:center}.mentorship-drop-zone:hover{border-color:#c2610a;background:#fff8f5}.mentorship-drop-zone.dragging{border-color:#c2610a;background:#fff3e0}.mentorship-drop-zone.has-file{border-color:#16a34a;background:#f0fdf4}.mentorship-file-input-hidden{display:none}.mentorship-drop-prompt{font-size:.875rem;color:#6b7280;margin:0}.mentorship-attachment-preview{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#166534;width:100%;justify-content:center}.mentorship-attachment-remove{background:none;border:none;color:#6b7280;font-size:1.2rem;line-height:1;cursor:pointer;padding:0 .25rem}.mentorship-attachment-remove:hover{color:#b91c1c}.mentorship-attachment-hint{font-size:.78rem;color:#9ca3af;margin:0;line-height:1.4}.mentorship-button{background:#F26F21;color:#ffffff;border:none;padding:.85rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.mentorship-button:hover:not(:disabled){background:#b73d1c;transform:translateY(-1px)}.mentorship-button:disabled{background:#9ca3af;cursor:not-allowed}.mentorship-button-secondary{background:transparent;color:#F26F21;border:1px solid #f26f21;padding:.65rem 1.25rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .15s ease}.mentorship-button-secondary:hover{background:rgba(217,73,36,.08)}.mentorship-error{color:#b91c1c;background:#fee2e2;padding:.65rem .85rem;border-radius:6px;margin:0;font-size:.95rem}.mentorship-fineprint{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.mentorship-success{text-align:center;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.mentorship-success-icon{width:3rem;height:3rem;background:#16a34a;color:#ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.mentorship-success h2{color:#2A3B4E;font-size:1.5rem;margin:0}.mentorship-success-steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem;counter-reset:success-counter;text-align:left;width:100%;max-width:360px}.mentorship-success-steps li{counter-increment:success-counter;display:flex;align-items:flex-start;gap:.65rem;font-size:.9rem;color:#374151;line-height:1.5}.mentorship-success-steps li:before{content:counter(success-counter);flex-shrink:0;width:1.4rem;height:1.4rem;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#374151;margin-top:.1rem}.mc-wrapper{display:flex;flex-direction:column;gap:.75rem}.mc-no-slots{font-size:.9rem;color:#9ca3af;margin:0;padding:1rem 0;text-align:center}.mc-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.mc-month-label{font-size:.95rem;font-weight:700;color:#2A3B4E;text-align:center;flex:1 1}.mc-nav-btn{background:none;border:1px solid #e5e7eb;border-radius:6px;width:2rem;height:2rem;font-size:1.2rem;line-height:1;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;transition:background .12s ease,border-color .12s ease;flex-shrink:0}.mc-nav-btn:hover{background:#f3f4f6;border-color:#d1d5db}.mc-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.mc-dow{font-size:.68rem;font-weight:700;color:#9ca3af;text-align:center;text-transform:uppercase;letter-spacing:.04em;padding:.25rem 0}.mc-cell{aspect-ratio:1;border-radius:6px;border:none;background:none;font-size:.82rem;font-weight:500;cursor:default;display:flex;align-items:center;justify-content:center;transition:background .12s ease,color .12s ease;padding:0;line-height:1}.mc-cell--empty{pointer-events:none}.mc-cell--past,.mc-cell--unavailable{color:#d1d5db;cursor:not-allowed}.mc-cell--available{background:#fff3ec;color:#c2610a;cursor:pointer;font-weight:600}.mc-cell--available:hover:not(:disabled){background:#fde8d8}.mc-cell--selected{background:#2A3B4E!important;color:#ffffff!important;font-weight:700}.mc-times{border-top:1px solid #f3f4f6;padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.mc-times-label{font-size:.8rem;font-weight:700;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.05em}.mc-time-chips{display:flex;flex-wrap:wrap;gap:.4rem}.mc-time-chip{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.35rem .75rem;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font-family:inherit}.mc-time-chip:hover{background:#fff3ec;border-color:#f5d0bf;color:#c2610a}.mc-time-chip--selected{background:#F26F21!important;border-color:#F26F21!important;color:#ffffff!important;font-weight:600}.mc-summary{justify-content:space-between;gap:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.65rem .9rem}.mc-summary,.mc-summary-value{display:flex;align-items:center}.mc-summary-value{gap:.5rem;font-size:.9rem;font-weight:600;color:#166534}.mc-summary-icon{font-size:1rem;flex-shrink:0}.mc-summary-change{background:none;border:1px solid #16a34a;border-radius:6px;color:#16a34a;font-size:.8rem;font-weight:600;padding:.25rem .6rem;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .12s ease}.mc-summary-change:hover{background:#dcfce7}.mc-summary-duration{color:#15803d;font-weight:500;font-size:.85rem}.mc-meta{font-size:.78rem;color:#6b7280;margin:0;line-height:1.4}.mc-meta-sep{color:#d1d5db}.mc-skeleton{display:flex;flex-direction:column;gap:.75rem}.mc-skeleton-header{height:1.5rem;border-radius:6px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:mc-shimmer 1.4s infinite;width:55%;margin:0 auto}.mc-skeleton-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.mc-skeleton-cell{aspect-ratio:1;border-radius:6px;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:mc-shimmer 1.4s infinite}.mc-skeleton-cell:nth-child(odd){animation-delay:.1s}@keyframes mc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mentorship-slots-error{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.mentorship-input--error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.12)!important}.mentorship-field-error{font-size:.8rem;color:#dc2626;margin-top:-.15rem}.mentorship-reviews-section{padding:2rem 1.5rem 5rem;background:linear-gradient(180deg,#f9fafb,#ffffff)}.mentorship-reviews-header{text-align:center;margin-bottom:2rem}.mentorship-reviews-title{font-family:var(--font-serif),"Lora",serif;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 .5rem;color:#1f2937}.mentorship-reviews-subtitle{font-size:1rem;color:#6b7280;margin:0}.mentorship-reviews-empty{text-align:center;color:#6b7280;font-style:italic;padding:2rem 0}.mentorship-trust-strip{display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem;padding:.55rem 1rem;background-color:#ffffff;border:1px solid #e5e7eb;border-radius:999px;text-decoration:none;color:#1f2937;font-size:.9rem;box-shadow:0 1px 2px rgba(0,0,0,.04);transition:all .2s ease}.mentorship-trust-strip:hover{border-color:#F26F21;color:#F26F21;transform:translateY(-1px)}.mentorship-trust-stars{color:#F26F21;letter-spacing:.04em;font-size:1rem;line-height:1}.mentorship-trust-text{font-weight:600}.mentorship-trust-arrow{font-size:.85rem;opacity:.6}