@charset "UTF-8";.favorites{padding:6rem 0;background-color:#0f172a}.favorites__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.favorites__container{padding-left:1.5rem;padding-right:1.5rem}}.favorites__container{max-width:64rem}.favorites__heading{margin-bottom:2rem}.favorites__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:1rem}@media(min-width:768px){.favorites__title{font-size:3rem}}.favorites__subtitle{color:#94a3b8;font-size:1.125rem;max-width:34rem}@media(min-width:768px){.favorites__subtitle{font-size:1.375rem}}.favorites__row{display:grid;grid-template-columns:1fr;gap:1.5rem}.favorites__row+.favorites__row{margin-top:1.5rem}@media(min-width:768px){.favorites__row.favorites__row--portrait{grid-template-columns:repeat(3,1fr)}.favorites__row.favorites__row--landscape{grid-template-columns:repeat(2,1fr)}}.favorites__item{position:relative;margin:0;border-radius:1rem;overflow:hidden;border:1px solid #334155;background-color:#020617;transition:transform .3s}.favorites__row--portrait .favorites__item{aspect-ratio:3/4}.favorites__row--landscape .favorites__item{aspect-ratio:16/10}.favorites__item:hover,.favorites__item:focus-visible{transform:translateY(-2px)}.favorites__photo{position:absolute;top:0;right:0;bottom:0;left:0}.favorites__photo-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;animation:favorites-pulse 1.4s ease-in-out infinite}.favorites__photo-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s}.favorites__photo-img--loaded{opacity:1}@keyframes favorites-pulse{0%,to{background-color:#47556959}50%{background-color:#33415559}}.favorites__icon-wrapper{width:100%;height:100%;background:#1e293bcc;display:flex;align-items:center;justify-content:center}.favorites__icon{width:2.5rem;height:2.5rem;color:#cbd5e1}.favorites__caption{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.5rem;background:#020617eb;font-size:.8125rem;font-weight:500;color:#f1f5f9;opacity:0;transform:translateY(4px);transition:opacity .3s,transform .3s}.favorites__item:hover .favorites__caption,.favorites__item:focus-visible .favorites__caption{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.favorites__item,.favorites__caption{transition:none}.favorites__photo-skeleton{animation:none}}@font-face{font-family:Sora;font-style:normal;font-weight:300 800;font-display:swap;src:url(/fonts/sora.woff2) format("woff2")}@font-face{font-family:DM Sans;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/dm-sans.woff2) format("woff2")}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background-color:#0f172a;color:#f1f5f9;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Sora,system-ui,-apple-system,sans-serif;line-height:1.2}button{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit}a{text-decoration:none;color:inherit}.skip-link{position:fixed;top:-100px;left:1rem;z-index:100;background-color:#ec4899cc;color:#fff;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;transition:top .15s,background-color .3s}.skip-link:focus{top:1rem;background-color:#ec4899;outline:2px solid #f1f5f9;outline-offset:2px}.container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}.min-h-screen{min-height:100vh}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fadeIn{animation:fadeIn 1.5s ease-out}.animate-slideUp{animation:slideUp 1s ease-out}.animate-slideUp-delay{animation:slideUp 1.2s ease-out}.animate-bounce{animation:bounce 2s ease-in-out infinite}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header{position:fixed;top:0;left:0;right:0;z-index:50;background:#0f172a;border-bottom:1px solid rgba(51,65,85,.5)}.header__nav{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.header__nav{padding-left:1.5rem;padding-right:1.5rem}}.header__nav{max-width:64rem;padding-top:1.5rem;padding-bottom:1.5rem}.header__nav--menu-open{padding-bottom:0}.header__content{display:flex;align-items:center;justify-content:space-between}.header__logo{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;color:#f472b6;font-family:Sora,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:700;transition:all .3s}.header__logo:hover{color:#f9a8d4}.header__menu{display:none;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media(min-width:768px){.header__menu{display:flex}}.header__link{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;color:#f472b6;transition:color .3s}.header__link:hover{color:#f9a8d4}.header__toggle{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;color:#f472b6;transition:color .3s}@media(min-width:768px){.header__toggle{display:none}}.header__toggle:hover{color:#f9a8d4}.header__mobile-menu{display:flex;flex-direction:column;list-style:none;margin-top:1.5rem;padding-top:1rem;padding-bottom:.5rem;border-top:1px solid rgba(51,65,85,.5)}@media(min-width:768px){.header__mobile-menu{display:none}}.header__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49;background:#020617b3}@media(min-width:768px){.header__backdrop{display:none}}.header__mobile-link{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:block;width:100%;text-align:left;padding:1rem;color:#f472b6;transition:color .3s,background .3s}.header__mobile-link:hover{color:#f9a8d4;background:#3341554d}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#0f172a;padding-top:4.5rem;padding-bottom:.5rem}@media(max-height:780px)and (max-width:767px){.hero{padding-top:5.5rem}}@media(min-width:768px){.hero{padding-top:0;padding-bottom:1.5rem}}@media(min-width:768px)and (max-height:740px){.hero{align-items:flex-start;padding-top:5.5rem}}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:12rem;background:linear-gradient(to bottom,#0f172a00,#0f172a 90%);pointer-events:none;z-index:2}.hero__content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.hero__content{padding-left:1.5rem;padding-right:1.5rem}}.hero__content{animation:fadeIn 1.5s ease-out}.hero__grid{display:grid;grid-template-columns:1fr;gap:0;align-items:start;max-width:64rem;margin:0 auto}@media(min-width:1024px){.hero__grid{grid-template-columns:repeat(2,1fr)}}.hero__left{animation:slideUp 1s ease-out;margin-bottom:1.5rem}@media(min-width:1024px){.hero__left{margin-bottom:0;padding-right:1rem}}.hero__title{font-size:3rem;color:#f472b6;margin-bottom:.5rem}@media(min-width:768px){.hero__title{font-size:4.5rem}}.hero__subtitle{font-size:1.375rem;font-weight:500;color:#cbd5e1}@media(min-width:768px){.hero__subtitle{font-size:1.75rem}}.hero__right{animation:slideUp 1.2s ease-out}@media(min-width:1024px){.hero__right{margin-top:5rem;padding-left:1rem}}.hero__description{font-size:1.125rem;color:#94a3b8;margin-bottom:2rem;line-height:1.8}.hero__social{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.hero__social-link{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#1e293b;color:#f472b6;transition:all .3s}.hero__social-link:hover{background-color:#ec4899;color:#fff;transform:scale(1.1)}.hero__social-link svg{width:1.25rem;height:1.25rem}.hero__scroll{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:inline-flex;align-items:center;gap:.5rem;color:#f472b6;transition:color .3s;padding:1rem 1.5rem;cursor:pointer;position:relative;z-index:10}.hero__scroll:hover{color:#f9a8d4}.hero__scroll span{font-size:.875rem}.hero__scroll svg{width:1.25rem;height:1.25rem;animation:bounce 2s ease-in-out infinite}.experience{padding:6rem 0;background:#0f172a}.experience__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.experience__container{padding-left:1.5rem;padding-right:1.5rem}}.experience__container{max-width:64rem}.experience__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:1rem;text-align:left}@media(min-width:768px){.experience__title{font-size:3rem}}.experience__subtitle{color:#94a3b8;font-size:1.125rem;max-width:34rem;margin-bottom:2rem}@media(min-width:768px){.experience__subtitle{font-size:1.375rem;margin-bottom:3rem}}.experience__timeline{display:flex;flex-direction:column;gap:4rem;max-width:80rem;margin:0 auto}.experience__item{background:#1e293b;border-radius:1rem;padding:1rem;border:1px solid #334155;transition:all .3s}.experience__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.experience__role{color:#f1f5f9;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.experience__company{color:#cbd5e1;font-size:1rem;font-weight:500}.experience__period{color:#94a3b8;font-size:.875rem;font-weight:600}.experience__description{color:#94a3b8;font-size:.875rem;margin-top:.5rem;font-style:italic}.experience__role-description{color:#cbd5e1;font-size:.9375rem;margin-top:1rem;line-height:1.6;font-weight:500}.experience__responsibilities{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.experience__responsibility{color:#cbd5e1;padding-left:1.5rem;position:relative;line-height:1.6}.experience__responsibility:before{content:"▹";position:absolute;left:0;color:#ec4899;font-size:1.2rem}.experience__technologies-label{color:#cbd5e1;font-size:1.125rem;font-weight:600;margin:2rem 0 1rem}@media(min-width:768px){.experience__technologies-label{font-size:1.25rem}}.experience__technologies{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0}.experience__tech-pill{background:#0f172a;color:#cbd5e1;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;border:1px solid #334155}.experience__case-studies-label{color:#cbd5e1;font-size:1.125rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.experience__case-studies-label{font-size:1.25rem}}.experience__case-studies{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.experience__case-studies{grid-template-columns:repeat(2,1fr);align-items:stretch}}.experience__case-study{padding:1rem;background:#0f172a;border-radius:.75rem;border:1px solid #334155;display:flex;flex-direction:column}@media(min-width:768px){.experience__case-study{padding:1.5rem}}.experience__case-study-title{color:#f1f5f9;font-size:1rem;font-weight:600;margin-bottom:1rem;line-height:1.4}.experience__case-study-story{color:#cbd5e1;line-height:1.7;font-size:.9375rem}.experience__case-study-toggle{color:#f472b6;background:transparent;border:none;font-size:.875rem;font-weight:600;cursor:pointer;padding:0;margin-top:.5rem;transition:color .3s;display:block;text-align:left}.experience__case-study-toggle:hover{color:#f9a8d4;text-decoration:underline}.experience__case-study-examples{margin-top:auto;padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.experience__case-study-text-link{color:#f472b6;text-decoration:underline;font-weight:500;transition:color .3s;display:inline-flex;align-items:center;gap:.25rem}.experience__case-study-text-link:hover{color:#f9a8d4}.experience__case-study-link-icon{width:14px;height:14px;flex-shrink:0}.experience__case-study-example{display:flex;flex-direction:column}.experience__highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.experience__highlight{color:#cbd5e1;padding-left:1.5rem;position:relative;line-height:1.6}.experience__highlight:before{content:"▹";position:absolute;left:0;color:#ec4899;font-size:1.2rem}@media(min-width:768px){.experience__item{padding:4rem}.experience__role{font-size:1.5rem}.experience__case-study-title{font-size:1.125rem}}.feedback{padding:6rem 0;background-color:#1e293b}.feedback__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.feedback__container{padding-left:1.5rem;padding-right:1.5rem}}.feedback__container{max-width:64rem}.feedback__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:1rem;text-align:left}@media(min-width:768px){.feedback__title{font-size:3rem}}.feedback__subtitle{color:#94a3b8;font-size:1.125rem;max-width:34rem;margin-bottom:2rem}@media(min-width:768px){.feedback__subtitle{font-size:1.375rem;margin-bottom:4rem}}.feedback__themes{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0}.feedback__theme-pill{background:#ec48991a;color:#f472b6;padding:.375rem .875rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;border:1px solid rgba(236,72,153,.35)}.feedback__category{margin-bottom:4rem}.feedback__category:last-child{margin-bottom:0}.feedback__category-label{color:#cbd5e1;font-size:1.375rem;font-weight:600;margin-bottom:1.5rem}@media(min-width:768px){.feedback__category-label{font-size:1.75rem}}.feedback__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.feedback__grid{grid-template-columns:repeat(2,1fr)}}.feedback__card{display:flex;flex-direction:column;align-items:stretch;width:100%;background:#0f172a80;border-radius:1rem;overflow:hidden;border:1px solid #334155;text-align:left}.feedback__content{padding:1.5rem}.feedback__meta{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.feedback__thumb{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;position:relative;width:3.5rem;height:3.5rem;flex-shrink:0;border-radius:.5rem;overflow:visible;background-color:#020617;border:1px solid #334155;cursor:pointer;transition:border-color .3s;display:flex;align-items:center;justify-content:center}.feedback__thumb:hover,.feedback__thumb:focus-visible{border-color:#ec489980}.feedback__thumb img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}.feedback__thumb-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:.5rem;animation:feedback-pulse 1.4s ease-in-out infinite}.feedback__thumb-img{opacity:0;transition:opacity .3s}.feedback__thumb-img--loaded{opacity:1}@keyframes feedback-pulse{0%,to{background-color:#47556959}50%{background-color:#33415559}}.feedback__thumb-icon{width:1.5rem;height:1.5rem;color:#cbd5e1}.feedback__thumb-badge{position:absolute;bottom:-.375rem;right:-.375rem;width:1.25rem;height:1.25rem;border-radius:50%;background:#ec4899;border:2px solid #0f172a;display:flex;align-items:center;justify-content:center}.feedback__thumb-badge svg{width:.75rem;height:.75rem;color:#0f172a}.feedback__text{color:#94a3b8;line-height:1.8;font-size:1rem;white-space:pre-wrap}.feedback__text:before{content:"“";display:inline-block;font-size:2rem;line-height:0;vertical-align:-.5rem;margin-right:.25rem;color:#ec489980}.feedback__text:after{content:"”";display:inline-block;font-size:2rem;line-height:0;vertical-align:-.7rem;margin-left:.25rem;color:#ec489980}.feedback__role{color:#cbd5e1;font-size:.8125rem;font-weight:600}.feedback__lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617d9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:.5rem;z-index:200}@media(min-width:768px){.feedback__lightbox-overlay{padding:2rem}}.feedback__lightbox{position:relative;width:100%;max-width:56rem;max-height:calc(100vh - 2rem);overflow-y:auto;background:#1e293b;border-radius:1rem;border:1px solid #334155}@media(min-width:768px){.feedback__lightbox{max-height:calc(100vh - 3rem)}}.feedback__lightbox-body{padding:1rem}@media(min-width:768px){.feedback__lightbox-body{padding:1.5rem 3rem 3rem}}.feedback__lightbox-close{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;position:absolute;top:1rem;right:1rem;z-index:1;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#02061799;color:#f472b6;transition:all .3s}.feedback__lightbox-close:hover,.feedback__lightbox-close:focus-visible{background-color:#ec4899;color:#fff}.feedback__lightbox-close svg{width:1.25rem;height:1.25rem}.feedback__lightbox-image{position:relative;width:100%;max-height:min(60vh,34rem);background-color:#020617;border-radius:1rem 1rem 0 0;overflow:hidden}.feedback__lightbox-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;animation:feedback-pulse 1.4s ease-in-out infinite}.feedback__lightbox-img{display:block;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .3s}.feedback__lightbox-img--loaded{opacity:1}.feedback__lightbox-icon-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:5rem;height:5rem;border-radius:50%;background:#1e293bcc;display:flex;align-items:center;justify-content:center}.feedback__lightbox-icon{width:2.5rem;height:2.5rem;color:#cbd5e1}.feedback__lightbox-text{color:#cbd5e1;font-size:1.0625rem;line-height:1.7;white-space:pre-wrap}.feedback__lightbox-text:before{content:"“";display:inline-block;font-size:2.5rem;line-height:0;vertical-align:-.6rem;margin-right:.25rem;color:#ec489980}.feedback__lightbox-text:after{content:"”";display:inline-block;font-size:2.5rem;line-height:0;vertical-align:-.9rem;margin-left:.25rem;color:#ec489980}.feedback__lightbox-role{color:#94a3b8;font-size:.875rem;font-weight:600;margin-top:1rem}.skills{padding:3rem 0 6rem;background-color:#0f172a}@media(min-width:768px){.skills{padding:6rem 0}}.skills__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.skills__container{padding-left:1.5rem;padding-right:1.5rem}}.skills__container{max-width:64rem}.skills__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:2rem;text-align:left}@media(min-width:768px){.skills__title{font-size:3rem;margin-bottom:4rem}}.skills__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:80rem;margin:0 auto}@media(min-width:768px){.skills__grid{grid-template-columns:repeat(2,1fr)}}.skills__card{background:#1e293b80;border-radius:1rem;padding:1.5rem;border:1px solid #334155}@media(min-width:768px){.skills__card{padding:2rem}}.skills__icon-wrapper{width:3.5rem;height:3.5rem;border-radius:.75rem;background:#ec48991a;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s}.skills__icon-wrapper--pink{background:#94a3b81f}.skills__card:hover .skills__icon-wrapper{transform:scale(1.1)}.skills__icon{width:1.75rem;height:1.75rem}.skills__icon--pink{color:#cbd5e1}.skills__card-title{font-size:1.25rem;color:#f1f5f9;margin-bottom:1rem}.skills__card-description{color:#94a3b8;line-height:1.8}.projects{padding:6rem 0;background-color:#1e293b}.projects__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.projects__container{padding-left:1.5rem;padding-right:1.5rem}}.projects__container{max-width:64rem}.projects__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:2rem;text-align:left}@media(min-width:768px){.projects__title{font-size:3rem;margin-bottom:4rem}}.projects__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:90rem;margin:0 auto}@media(min-width:768px){.projects__grid{grid-template-columns:repeat(2,1fr)}}.projects__card{background:#0f172a80;border-radius:1rem;overflow:hidden;border:1px solid #334155}.projects__image{height:12rem;background-color:#020617;display:flex;align-items:center;justify-content:center}.projects__image-icon-wrapper{width:5rem;height:5rem;border-radius:50%;background:#1e293bcc;display:flex;align-items:center;justify-content:center}.projects__image-icon{width:2.5rem;height:2.5rem;color:#cbd5e1}.projects__content{padding:1.5rem}.projects__card-title{font-size:1.25rem;color:#f1f5f9;margin-bottom:1rem}.projects__description{color:#94a3b8;margin-bottom:1rem;line-height:1.8;font-size:.875rem}.projects__tech{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.5rem;padding:0}.projects__tech-tag{padding:.25rem .75rem;background-color:#1e293b;color:#cbd5e1;border-radius:.5rem;font-size:.75rem;border:1px solid #334155}.projects__links{display:flex;gap:1rem}.projects__link{display:flex;align-items:center;gap:.5rem;color:#f472b6;transition:color .3s;font-size:.875rem;text-decoration:underline}.projects__link:hover{color:#f9a8d4}.projects__link svg{width:1rem;height:1rem}.contact{padding:6rem 0 4rem;background-color:#1e293b}@media(min-width:768px){.contact{padding:6rem 0}}.contact__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.contact__container{padding-left:1.5rem;padding-right:1.5rem}}.contact__container{max-width:64rem}.contact__title{font-size:2.25rem;color:#f1f5f9;margin-bottom:2rem;text-align:left}@media(min-width:768px){.contact__title{font-size:3rem;margin-bottom:4rem}}.contact__wrapper{max-width:64rem;margin:0 auto}.contact__info{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.contact__info{grid-template-columns:repeat(2,1fr)}}.contact__info-card{background:#02061766;border-radius:1rem;padding:1.5rem;border:1px solid #334155}@media(min-width:768px){.contact__info-card{padding:2rem}}.contact__info-content{display:flex;align-items:start;gap:1rem}.contact__info-icon-wrapper{width:3rem;height:3rem;border-radius:.75rem;background:#ec48991a;display:flex;align-items:center;justify-content:center;transition:transform .3s;flex-shrink:0}.contact__info-icon-wrapper--pink{background:#94a3b81f}.contact__info-icon{width:1.5rem;height:1.5rem}.contact__info-icon--pink{color:#cbd5e1}.contact__info-title{font-size:1.125rem;color:#f1f5f9;margin-bottom:.5rem}.contact__info-text{color:#94a3b8}.contact__info-link{color:#f472b6;text-decoration:underline;text-underline-offset:.2em;transition:color .3s}.contact__info-link:hover{color:#f9a8d4}.contact__form-card{background:#1e293b80;border-radius:1rem;padding:1.5rem;border:1px solid #334155}@media(min-width:768px){.contact__form-card{padding:3rem}}.contact__form{display:flex;flex-direction:column;gap:1.5rem}.contact__form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.contact__form-row{grid-template-columns:repeat(2,1fr)}}.contact__label{display:block;color:#cbd5e1;margin-bottom:.5rem;font-size:.875rem}.contact__input,.contact__textarea{width:100%;padding:.75rem 1rem;background-color:#0f172a;border:1px solid #334155;border-radius:.5rem;color:#f1f5f9;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact__input::placeholder,.contact__textarea::placeholder{color:#64748b}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#ec4899}.contact__textarea{resize:none;min-height:150px}.contact__submit{background:none;border:none;padding:0;margin:0;font:inherit;cursor:pointer;color:inherit;width:auto;padding:.75rem 2rem;background-color:#ec4899cc;color:#fff;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;align-self:flex-start;transition:background-color .3s}.contact__submit:hover{background-color:#ec4899}.contact__submit svg{width:1.25rem;height:1.25rem}.footer{padding:3rem 0;background-color:#020617;border-top:1px solid #1e293b}.footer__container{max-width:1280px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.footer__container{padding-left:1.5rem;padding-right:1.5rem}}.footer__container{max-width:64rem}.footer__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1.5rem}@media(min-width:768px){.footer__content{flex-direction:row;align-items:center}}.footer__copyright{color:#94a3b8;font-size:.875rem}.footer__social{display:flex;align-items:center;gap:1rem}.footer__social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#1e293b;color:#f472b6;transition:all .3s}.footer__social-link:hover{background-color:#ec4899;color:#fff}.footer__social-link svg{width:1rem;height:1rem}
