*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--cream:#f5f0e8;--cream-dark:#ede6d6;--ink:#1a1612;--ink-soft:#3d3530;--ink-muted:#7a6e66;--amber:#c8691a;--amber-light:#f0a45a;--amber-pale:#fae8d0;--teal:#1d6b62;--teal-light:#e0f0ee;--white:#fdfcfa;--border:#1a16121f;--border-strong:#1a161240;--font-display:"Fraunces", Georgia, serif;--font-body:"DM Sans", sans-serif;--radius:12px;--radius-sm:8px}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);line-height:1.6;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);background:#f5f0e8e0;justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;font-size:1.15rem;font-weight:500;text-decoration:none}.nav-logo span{color:var(--amber)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--ink-soft);font-size:.875rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--ink)}.nav-cta{background:var(--ink);border-radius:100px;padding:.5rem 1.25rem;color:var(--cream)!important;font-size:.875rem!important;font-weight:500!important;transition:background .2s,color .2s!important}.nav-cta:hover{background:var(--amber)!important;color:var(--white)!important}.nav-outline{border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:100px;padding:.5rem 1.25rem;transition:background .2s,border-color .2s;color:var(--ink)!important;font-size:.875rem!important;font-weight:500!important}.nav-outline:hover{background:var(--cream-dark);border-color:var(--ink)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--ink);width:22px;height:1.5px;transition:all .3s;display:block}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:90vh;padding-top:68px;padding-left:5%;padding-right:5%;display:grid;position:relative;overflow:hidden}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-bg circle{fill:var(--amber-pale);opacity:.6}.hero-content{z-index:1;position:relative}.hero-tag{background:var(--amber-pale);color:var(--amber);letter-spacing:.04em;text-transform:uppercase;border:.5px solid #c8691a4d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.35rem .9rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero-tag:before{content:"";background:var(--amber);border-radius:50%;width:6px;height:6px;display:block}h1.hero-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:1.5rem;font-size:clamp(2.6rem,5vw,4rem);font-weight:300;line-height:1.1}h1.hero-title em{color:var(--amber);font-style:italic}.word-cycle{color:var(--amber);font-style:italic;display:inline-block;position:relative}.word-cycle__sizer{visibility:hidden;pointer-events:none;white-space:nowrap}.word-cycle>span:not(.word-cycle__sizer){white-space:nowrap;opacity:0;animation:12s ease-in-out infinite cycleWord;position:absolute;top:0;left:0}.word-cycle>span:nth-child(2){animation-delay:0s}.word-cycle>span:nth-child(3){animation-delay:3s}.word-cycle>span:nth-child(4){animation-delay:6s}.word-cycle>span:nth-child(5){animation-delay:9s}@keyframes cycleWord{0%{opacity:0;transform:translateY(8px)}6%{opacity:1;transform:translateY(0)}20%{opacity:1;transform:translateY(0)}26%{opacity:0;transform:translateY(-8px)}to{opacity:0;transform:translateY(-8px)}}.hero-sub{color:var(--ink-soft);max-width:460px;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.hero-secondary{color:var(--ink-muted);margin-top:1.25rem;margin-bottom:2rem;font-size:.82rem;font-weight:300}.hero-secondary a{color:var(--ink-soft);text-underline-offset:2px;text-decoration:underline;transition:color .2s}.hero-secondary a:hover{color:var(--amber)}.btn-primary{background:var(--ink);color:var(--cream);font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.btn-primary:hover{background:var(--amber);cursor:pointer;transform:translateY(-1px)}.btn-outline{color:var(--ink);font-family:var(--font-body);border:1px solid var(--border-strong);cursor:pointer;background:0 0;border-radius:100px;padding:.8rem 2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s}.btn-outline:hover{background:var(--cream-dark);border-color:var(--ink)}.hero-stats{gap:2.5rem;margin-top:3rem;display:flex}.hero-stat-num{font-family:var(--font-display);color:var(--ink);font-size:3rem;font-weight:500}.hero-stat-label{color:var(--ink-muted);font-size:1.2rem}.hero-visual{z-index:1;position:relative}.mentor-float-card{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.25rem 1.5rem;transition:transform .3s;box-shadow:0 8px 40px #1a161214}.mentor-float-card:hover{transform:translateY(-3px)}.mentor-card-header{align-items:center;gap:.875rem;margin-bottom:.75rem;display:flex}.avatar{width:42px;height:42px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.avatar-amber{background:var(--amber-pale);color:var(--amber)}.avatar-teal{background:var(--teal-light);color:var(--teal)}.avatar-ink{color:var(--ink);background:#e8e4df}.mentor-name{color:var(--ink);font-size:.9rem;font-weight:500}.mentor-role{color:var(--ink-muted);font-size:.78rem}.mentor-tags{flex-wrap:wrap;gap:.4rem;display:flex}.tag{background:var(--cream);border:.5px solid var(--border);color:var(--ink-soft);border-radius:100px;padding:.2rem .65rem;font-size:.72rem}.tag-amber{background:var(--amber-pale);color:var(--amber);border-color:#c8691a33}.tag-teal{background:var(--teal-light);color:var(--teal);border-color:#1d6b6233}.float-msg{background:var(--ink);color:var(--cream);border-radius:12px 12px 12px 2px;max-width:260px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}.float-msg-reply{background:var(--white);border:.5px solid var(--border);max-width:260px;color:var(--ink);border-radius:12px 12px 2px;margin-left:auto;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}section{padding:6rem 5%}.section-label{color:var(--amber);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:500}h2.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;line-height:1.15}h2.section-title em{color:var(--amber);font-style:italic}.section-sub{color:var(--ink-soft);max-width:540px;font-size:1rem;font-weight:300;line-height:1.7}#how{background:var(--ink)}#how .section-label{color:var(--amber-light)}#how h2.section-title{color:var(--cream)}#how .section-sub{color:#f5f0e899}.steps-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.step-card{border-radius:var(--radius);background:#ffffff0d;border:.5px solid #ffffff1a;padding:2rem}.step-num{font-family:var(--font-display);color:var(--amber);margin-bottom:1rem;font-size:3.5rem;font-weight:500;line-height:1}.step-title{color:var(--cream);margin-bottom:.75rem;font-size:1.05rem;font-weight:500}.step-desc{color:#f5f0e88c;font-size:.875rem;line-height:1.7}#mentors{background:var(--white)}.filters{flex-wrap:wrap;gap:.5rem;margin-top:2.5rem;margin-bottom:2.5rem;display:flex}.filter-btn{border:.5px solid var(--border-strong);font-family:var(--font-body);color:var(--ink-soft);cursor:pointer;background:0 0;border-radius:100px;padding:.4rem 1rem;font-size:.82rem;transition:all .2s}.filter-btn:hover,.filter-btn.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.mentors-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.mentor-card{background:var(--cream);border:.5px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex}.mentor-card-avatar{width:52px;height:52px;font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:500;display:flex}.mentor-card-name{color:var(--ink);margin-bottom:.2rem;font-size:1rem;font-weight:500}.mentor-card-title{color:var(--ink-muted);margin-bottom:.75rem;font-size:.82rem}.mentor-card-bio{color:var(--ink-soft);flex:1;margin-bottom:1rem;font-size:.85rem;line-height:1.6}.mentor-card-tags{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.mentor-card-footer{border-top:.5px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.mentor-availability{color:var(--teal);align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;display:flex}.mentor-availability:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;display:block}.btn-connect{background:var(--ink);color:var(--cream);font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;padding:.45rem 1rem;font-size:.8rem;font-weight:500;transition:background .2s}.btn-connect:hover{background:var(--amber)}#connect{background:var(--cream);min-height:100vh}.connect-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;margin-top:4rem;display:grid}.connect-features{flex-direction:column;gap:1.5rem;display:flex}.feature-item{gap:1rem;display:flex}.feature-icon{border-radius:var(--radius-sm);background:var(--amber-pale);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.feature-title{color:var(--ink);margin-bottom:.25rem;font-size:.9rem;font-weight:500}.feature-desc{color:var(--ink-muted);font-size:.82rem;line-height:1.6}@keyframes chatHighlightOverlay{0%{opacity:0}20%{opacity:1}65%{opacity:1}to{opacity:0}}.chat-highlight:before{content:"";border:2px solid var(--amber);border-radius:var(--radius);z-index:10;pointer-events:none;background:#c8691a0f;animation:1.8s forwards chatHighlightOverlay;position:absolute;inset:0}.chatbot-container{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);position:relative;overflow:hidden;box-shadow:0 12px 48px #1a161214}.chat-header{border-bottom:.5px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-logo{border-radius:var(--radius-sm);background:var(--ink);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-logo svg{width:16px;height:16px;fill:var(--cream)}.chat-header-text .chat-title{color:var(--ink);font-size:.875rem;font-weight:500}.chat-header-text .chat-status{color:var(--teal);align-items:center;gap:.3rem;font-size:.75rem;display:flex}.chat-header-text .chat-status:before{content:"";background:var(--teal);border-radius:50%;width:5px;height:5px;display:block}.chat-messages{scroll-behavior:smooth;flex-direction:column;gap:1rem;height:380px;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:var(--cream-dark);border-radius:2px}.msg{gap:.625rem;max-width:92%;display:flex}.msg.user{flex-direction:row-reverse;margin-left:auto}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:.65rem;font-weight:500;display:flex}.msg-avatar.bot{background:var(--ink);color:var(--cream)}.msg-avatar.user-av{background:var(--amber-pale);color:var(--amber)}.msg-bubble{border-radius:12px;padding:.625rem .875rem;font-size:.85rem;line-height:1.55}.bot .msg-bubble{background:var(--cream);border:.5px solid var(--border);color:var(--ink);border-radius:2px 12px 12px}.user .msg-bubble{background:var(--ink);color:var(--cream);border-radius:12px 2px 12px 12px}.msg-bubble a{color:var(--amber);cursor:pointer;text-decoration:underline}.chip-row{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.chip{background:var(--cream-dark);border:.5px solid var(--border-strong);color:var(--ink-soft);cursor:pointer;font-size:.78rem;font-family:var(--font-body);border-radius:100px;padding:.3rem .75rem;transition:all .15s}.chip:hover{background:var(--ink);color:var(--cream);border-color:var(--ink)}.typing-indicator{align-items:center;gap:4px;padding:.625rem .875rem;display:flex}.typing-dot{background:var(--ink-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite bounce}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input-row{border-top:.5px solid var(--border);align-items:flex-end;gap:.625rem;padding:.875rem 1.25rem;display:flex}#chat-input{background:var(--cream);border:.5px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--ink);resize:none;outline:none;flex:1;padding:.625rem .875rem;font-size:.85rem;line-height:1.5;transition:border-color .15s}#chat-input:focus{border-color:var(--amber)}#chat-input::placeholder{color:var(--ink-muted)}#send-btn{background:var(--ink);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}#send-btn:hover{background:var(--amber)}#send-btn svg{width:14px;height:14px;fill:var(--cream)}#stories{background:var(--ink)}#stories .section-label{color:var(--amber-light)}#stories h2.section-title{color:var(--cream)}.stories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:4rem;display:grid}.story-card{border-radius:var(--radius);background:#ffffff0d;border:.5px solid #ffffff1a;padding:2rem}.story-quote{font-family:var(--font-display);color:#f5f0e8cc;margin-bottom:1.5rem;font-size:1rem;font-style:italic;font-weight:300;line-height:1.65}.story-author{align-items:center;gap:.75rem;display:flex}.story-author .avatar{width:36px;height:36px;font-size:.8rem}.story-author-name{color:var(--cream);font-size:.875rem;font-weight:500}.story-author-role{color:#f5f0e873;font-size:.75rem}#cta{background:var(--cream);text-align:center;padding:8rem 5%}#cta h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300}#cta h2 em{color:var(--amber);font-style:italic}#cta p{color:var(--ink-soft);max-width:480px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem;font-weight:300}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}footer{background:var(--ink);color:#f5f0e880;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:10vh;padding:3rem 5%;display:flex}footer .footer-logo{font-family:var(--font-display);color:var(--cream);font-size:1.05rem;font-weight:500}footer .footer-logo span{color:var(--amber-light)}footer .footer-links{gap:1.5rem;font-size:.8rem;display:flex}footer .footer-links a{color:#f5f0e873;text-decoration:none;transition:color .2s}footer .footer-links a:hover{color:var(--cream)}footer .footer-copy{font-size:.78rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.7s forwards fadeUp}.fade-up-d1{opacity:0;animation:.7s .1s forwards fadeUp}.fade-up-d2{opacity:0;animation:.7s .2s forwards fadeUp}.fade-up-d3{opacity:0;animation:.7s .3s forwards fadeUp}.fade-up-d4{opacity:0;animation:.7s .45s forwards fadeUp}@media (max-width:900px){.hero{grid-template-columns:1fr;min-height:auto;padding-top:120px;padding-bottom:4rem}.hero-visual{display:none}.steps-grid,.stories-grid{grid-template-columns:1fr}.connect-grid{grid-template-columns:1fr;gap:2.5rem}.nav-links{display:none}.hamburger{display:flex}}@media (max-width:600px){.hero-stats{gap:1.5rem}.mentors-grid{grid-template-columns:1fr}}.modal{background:var(--white);border-radius:var(--radius);width:100%;max-width:480px;padding:2rem;transition:transform .2s;transform:translateY(16px)}.modal-title{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.4rem;font-weight:500}.modal-sub{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.875rem}.form-field{margin-bottom:1rem}.form-field label{color:var(--ink);margin-bottom:.35rem;font-size:.8rem;font-weight:500;display:block}.form-field input,.form-field select,.form-field textarea{background:var(--cream);border:.5px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--ink);outline:none;padding:.6rem .875rem;font-size:.875rem;transition:border-color .15s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--amber)}.form-field textarea{resize:vertical;min-height:80px}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.btn-ghost{border:.5px solid var(--border-strong);font-family:var(--font-body);cursor:pointer;color:var(--ink);background:0 0;border-radius:100px;padding:.6rem 1.25rem;font-size:.85rem;transition:background .2s}.btn-ghost:hover{background:var(--cream)}.btn-submit{background:var(--ink);color:var(--cream);font-family:var(--font-body);cursor:pointer;border:none;border-radius:100px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:500;transition:background .2s}.btn-submit:hover{background:var(--amber)}.modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:200;background:#1a161299;justify-content:center;align-items:center;padding:1.5rem;animation:.2s both overlayIn;display:flex;position:fixed;inset:0}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border:.5px solid var(--border);border-radius:var(--radius);width:100%;max-width:900px;max-height:90vh;padding:2rem;animation:.25s cubic-bezier(.22,1,.36,1) both modalIn;overflow-y:auto;box-shadow:0 24px 64px #1a161224}@keyframes modalIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal::-webkit-scrollbar{width:4px}.modal::-webkit-scrollbar-thumb{background:var(--cream-dark);border-radius:2px}.modal__header{justify-content:space-between;align-items:flex-start;margin-bottom:1.75rem;display:flex}.modal__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:0 0 4px;font-size:1.6rem;font-weight:300}.modal__subtitle{color:var(--ink-muted);margin:0;font-size:.82rem;font-weight:300}.modal__close{border:.5px solid var(--border-strong);width:32px;height:32px;color:var(--ink-muted);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:1rem;transition:color .15s,border-color .15s,background .15s;display:flex}.modal__close:hover{color:var(--ink);border-color:var(--ink);background:var(--cream-dark)}.modal__grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;display:grid}@media (max-width:680px){.modal__grid{grid-template-columns:1fr}}.mentor-card{background:var(--cream);border:.5px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;height:100%;padding:1.5rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative}.mentor-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1a16121a}.mentor-card--top{background:var(--white);border-color:var(--amber);box-shadow:0 0 0 1px #c8691a66,0 0 20px 4px #c8691a1f,0 0 40px 8px #c8691a0f}.mentor-card--top:hover{box-shadow:0 0 0 1px #c8691a80,0 0 24px 6px #c8691a29,0 8px 32px #1a16121a}.mentor-card__top-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--amber);background:var(--amber-pale);border:.5px solid #c8691a4d;border-radius:100px;align-self:flex-start;align-items:center;gap:.4rem;padding:3px 10px;font-size:.7rem;font-weight:500;display:inline-flex}.mentor-card__top-badge:before{content:"";background:var(--amber);border-radius:50%;width:5px;height:5px;display:block}.mentor-card__header{align-items:flex-start;gap:.875rem;display:flex}.mentor-card__avatar{object-fit:cover;border:.5px solid var(--border);border-radius:50%;flex-shrink:0;width:48px;height:48px}.mentor-card__avatar--initials{background:var(--amber-pale);color:var(--amber);font-family:var(--font-display);justify-content:center;align-items:center;font-size:.9rem;font-weight:500;display:flex}.mentor-card__identity{min-width:0}.mentor-card__name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:.95rem;font-weight:500;overflow:hidden}.mentor-card__headline{color:var(--ink-muted);margin:0;font-size:.78rem;line-height:1.4}.mentor-card__company{color:var(--amber);margin:2px 0 0;font-size:.75rem}.mentor-card__meta{flex-wrap:wrap;gap:.4rem;display:flex}.mentor-card__meta-item{color:var(--ink-soft);background:var(--white);border:.5px solid var(--border);border-radius:100px;padding:2px 8px;font-size:.72rem}.mentor-card__tags{flex-wrap:wrap;gap:.4rem;display:flex}.mentor-card__tag{color:var(--ink-soft);background:var(--cream-dark);border:.5px solid var(--border);border-radius:100px;padding:2px 8px;font-size:.72rem}.mentor-card__bio{color:var(--ink-soft);-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;margin:0;font-size:.82rem;font-weight:300;line-height:1.6;display:-webkit-box;overflow:hidden}.mentor-card__industries{color:var(--ink-muted);margin:0;font-size:.72rem}.mentor-card__link{border:.5px solid var(--border-strong);color:var(--ink);text-align:center;border-radius:100px;margin-top:auto;padding:.45rem 1rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-block}.mentor-card__link:hover,.mentor-card--top .mentor-card__link{background:var(--ink);border-color:var(--ink);color:var(--cream)}.mentor-card--top .mentor-card__link:hover{background:var(--amber);border-color:var(--amber)}
