@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1030;background:#fff;box-shadow:0 2px 20px #0000001a;transition:all .3s ease}.header--scrolled{box-shadow:0 4px 30px #00000026}.header--scrolled .header__top{display:none}.header--scrolled .header__main{padding:.75rem 0}.header__top{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:.5rem 0;font-size:.875rem}.header__top .container{display:flex;justify-content:space-between;align-items:center}.header__contact{display:flex;gap:2rem}@media(max-width:767px){.header__contact{display:none}}.header__contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:500}.header__contact-link{color:#fff;text-decoration:none;transition:color .3s ease}.header__contact-link:hover{color:#fffc}.header__contact-icon{width:1rem;height:1rem}.header__social{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.header__social{display:none}}.header__social-text{color:#fffc;font-size:.875rem}.header__social-links{display:flex;gap:1rem}.header__social-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:#ffffff1a}.header__social-link:hover{color:#fff;background:#fff3;transform:translateY(-2px)}.header__main{padding:1rem 0;background:#fff;transition:padding .3s ease}.nav{display:flex;align-items:center;justify-content:space-between;position:relative;width:100%;gap:2rem}.nav__brand{flex-shrink:0;z-index:1031}.nav__logo{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.nav__logo:hover{transform:scale(1.05)}.nav__logo-text{display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease;gap:.125rem}.nav__logo-text:hover{transform:scale(1.02)}.nav__logo-primary{font-size:1.25rem;font-weight:700;color:#2563eb;line-height:1.2;margin-bottom:.125rem;transition:all .3s ease;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.025em}.nav__logo-primary:hover{color:#1d4ed8;transform:scale(1.02)}@media(max-width:767px){.nav__logo-primary{font-size:1.125rem}}.nav__logo-secondary{font-size:.875rem;font-weight:500;color:#4b5563;line-height:1;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.nav__logo-secondary:hover{color:#3b82f6;opacity:1}@media(max-width:767px){.nav__logo-secondary{font-size:.75rem}}.nav__menu{display:flex;align-items:center;gap:2rem;position:static;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;flex-direction:row;padding:0;transform:none;opacity:1;visibility:visible;transition:none;border:none;z-index:auto;overflow:visible}@media(max-width:767px){.nav__menu{position:fixed;inset:auto 0 0;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;padding:1rem 1.5rem 3rem;gap:0;transform:translateY(100%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);border-radius:24px 24px 0 0;box-shadow:0 -10px 40px #00000026;z-index:1032}.nav__menu:before{content:"";position:absolute;top:.75rem;left:50%;transform:translate(-50%);width:40px;height:4px;background:#ffffff4d;border-radius:2px}}@media(max-width:767px){.nav__menu--open{transform:translateY(0);opacity:1;visibility:visible}}.nav__list{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}@media(max-width:767px){.nav__list{flex-direction:column;gap:0;width:100%;margin-bottom:2rem}.nav__list .nav__item{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}.nav__list .nav__item:nth-child(1){transition-delay:.1s}.nav__list .nav__item:nth-child(2){transition-delay:.15s}.nav__list .nav__item:nth-child(3){transition-delay:.2s}.nav__list .nav__item:nth-child(4){transition-delay:.25s}.nav__list .nav__item:nth-child(5){transition-delay:.3s}.nav__menu--open .nav__list .nav__item{opacity:1;transform:translateY(0)}}.nav__item{position:relative}@media(min-width:640px)and (max-width:767px){.nav__item--dropdown{width:100%}}.nav__link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#111827;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:.375rem;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:.5rem}.nav__link:hover{color:#2563eb;background:#eff6ff}.nav__link--active{color:#2563eb;background:#eff6ff;font-weight:600}.nav__link--active:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:.5rem;height:.5rem;background:#2563eb;border-radius:50%}.nav__link--dropdown{background:none;border:none;cursor:pointer;width:100%;justify-content:space-between}@media(min-width:640px)and (max-width:767px){.nav__link--dropdown{justify-content:flex-start}}@media(max-width:767px){.nav__link{padding:1.25rem 1.5rem;font-size:1.125rem;border-radius:12px;width:100%;justify-content:flex-start;text-align:left;border:1px solid rgba(255,255,255,.1);margin-bottom:.5rem;position:relative;color:#fff;background:#ffffff0d;transition:all .3s ease;overflow:hidden}.nav__link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(37,99,235,.1),transparent);transition:left .5s ease}.nav__link:hover{background:#ffffff26;border-color:#ffffff4d;color:#fff;transform:translate(8px);box-shadow:0 4px 20px #0000001a;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.nav__link:hover:before{left:100%}.nav__link--active{background:#fff3;border-color:#fff6;box-shadow:0 2px 12px #0000001a;color:#fff;transform:translate(4px);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.nav__link--active:after{display:none}.nav__link--active:before{left:100%}}.nav__dropdown-icon{width:1rem;height:1rem;transition:transform .3s ease}.nav__dropdown-icon--open{transform:rotate(180deg)}.nav__dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border:1px solid #e5e7eb;padding:.5rem 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.nav__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}@media(min-width:640px)and (max-width:767px){.nav__dropdown{position:static;box-shadow:none;border:none;background:#f9fafb;margin-top:.5rem;border-radius:.375rem;opacity:1;visibility:visible;transform:none}}.nav__dropdown-link{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;text-decoration:none;padding:.75rem 1.5rem;display:block;transition:all .3s ease}.nav__dropdown-link:hover{color:#2563eb;background:#eff6ff}.nav__actions{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.nav__actions{flex-direction:column;width:100%;gap:.75rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.nav__actions .nav__cta{opacity:0;transform:translateY(20px);transition:all .4s cubic-bezier(.25,.46,.45,.94);transition-delay:0s}.nav__actions .nav__cta:nth-child(1){transition-delay:.35s}.nav__actions .nav__cta:nth-child(2){transition-delay:.4s}.nav__menu--open .nav__actions .nav__cta{opacity:1;transform:translateY(0)}}.nav__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.nav__cta:focus{outline:2px solid #2563eb;outline-offset:2px}.nav__cta:disabled{opacity:.6;cursor:not-allowed}.nav__cta{padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:9999px;transition:all .3s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:.5rem}.nav__cta--primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;box-shadow:0 4px 15px #2563eb4d}.nav__cta--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.nav__cta--primary.hover-lift:hover{color:#fff!important;background-color:#2563eb!important;border-color:#2563eb!important}.nav__cta--secondary{background:transparent;color:#2563eb;border:2px solid #bfdbfe}.nav__cta--secondary:hover{background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}.nav__cta--secondary.hover-lift:hover{color:#fff!important;background-color:#2563eb!important;border-color:#2563eb!important}@media(max-width:767px){.nav__cta{width:100%;text-align:center;padding:.875rem 1.25rem;font-size:.875rem}}.nav__toggle{display:none}@media(max-width:767px){.nav__toggle{display:block;background:none;border:none;cursor:pointer;padding:.75rem;border-radius:.5rem;transition:all .3s ease;position:relative;z-index:1032}.nav__toggle:hover{background:#eff6ff;transform:scale(1.05)}.nav__toggle:active{transform:scale(.95)}.nav__toggle--active{background:#dbeafe;box-shadow:0 2px 8px #2563eb33}}.nav__hamburger{display:flex;flex-direction:column;gap:.25rem;width:1.5rem;height:1.25rem;position:relative}.nav__hamburger span{display:block;height:3px;background:#111827;border-radius:2px;transition:all .5s cubic-bezier(.25,.46,.45,.94);transform-origin:center;width:100%;position:relative}.nav__hamburger span:before{content:"";position:absolute;inset:0;background:#2563eb;border-radius:2px;opacity:0;transition:opacity .4s ease}.nav__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);background:#2563eb;transition-delay:.1s}.nav__hamburger--open span:nth-child(1):before{opacity:1;transition-delay:.2s}.nav__hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0);transition-delay:.05s}.nav__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);background:#2563eb;transition-delay:.1s}.nav__hamburger--open span:nth-child(3):before{opacity:1;transition-delay:.2s}@media(max-width:767px){.header__top{display:none}.header__main{padding:.75rem 0}.nav__logo-text .nav__logo-primary{font-size:1.125rem}.nav__logo-text .nav__logo-secondary{font-size:1rem}.nav__menu{padding:1.5rem;gap:1rem}.nav__list{gap:.75rem}.nav__link{padding:.875rem 1.25rem;font-size:1rem}.nav__actions{margin-top:.75rem;padding-top:1rem;gap:.75rem}.nav__cta{padding:.875rem 1.5rem;font-size:1rem}}.nav__overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:1030}.nav__overlay--open{opacity:1;visibility:visible;transition-delay:.1s}.footer{background:linear-gradient(135deg,#fff,#eff6ff);color:#111827;padding:4rem 0 2rem;border-top:1px solid #e5e7eb;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#bfdbfe,transparent)}.footer__content{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:768px){.footer__content{padding:0 1.5rem}}@media(max-width:767px){.footer__content{padding:0 .75rem}}.footer__content{display:flex;flex-direction:column;gap:3rem}.footer__main{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}@media(max-width:767px){.footer__main{grid-template-columns:1fr;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1.5rem;width:100%}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:767px){.footer__links{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:1024px){.footer__links{grid-template-columns:repeat(2,1fr)}}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;position:relative}.footer__section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:2rem;height:2px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:1px}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#4b5563;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.footer__link:hover{color:#2563eb;transform:translate(4px)}.footer__tech{color:#4b5563;font-size:.875rem;font-weight:500;display:inline-block;padding:.25rem .5rem;background:#ffffff1a;border-radius:6px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.footer__tech:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.footer__contact{display:flex;flex-direction:column;gap:.75rem}.footer__contact-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;font-size:.875rem}.footer__contact-link{color:#4b5563;text-decoration:none;transition:color .3s ease}.footer__contact-link:hover{color:#2563eb}.footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:.75rem;border:1px solid #bfdbfe;box-shadow:0 4px 20px #2563eb1a;transition:all .3s ease}.footer__logo:hover{transform:translateY(-2px);box-shadow:0 8px 30px #2563eb26}.footer__logo-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;transition:all .3s ease}.footer__logo-text:hover{transform:scale(1.02)}.footer__logo-primary{font-size:1.5rem;font-weight:700;color:#2563eb;line-height:1.2;margin-bottom:.25rem;transition:all .3s ease;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.025em}.footer__logo-primary:hover{color:#1d4ed8;transform:scale(1.02)}@media(max-width:767px){.footer__logo-primary{font-size:1.25rem}}.footer__logo-secondary{font-size:1rem;font-weight:500;color:#4b5563;line-height:1;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.footer__logo-secondary:hover{color:#3b82f6;opacity:1}@media(max-width:767px){.footer__logo-secondary{font-size:.875rem}}.footer__logo-icon{position:relative;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.5rem;box-shadow:0 4px 15px #2563eb4d}.footer__logo-code{width:1.5rem;height:1.5rem;color:#fff;z-index:2}.footer__logo-badge{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff;box-shadow:0 2px 8px #10b9814d}.footer__logo-badge-text{font-size:.5rem;font-weight:700;color:#fff;line-height:1}.footer__logo-text{display:flex;flex-direction:column;gap:.25rem}.footer__logo-main{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2;letter-spacing:-.025em}.footer__logo-tagline{font-size:.75rem;font-weight:500;color:#2563eb;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.footer__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;max-width:500px;line-height:1.6;text-align:left}.footer__social{display:flex;gap:.75rem;justify-content:flex-start;align-items:center;width:100%}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f9fafb;color:#4b5563;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer__social-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;flex-wrap:wrap;width:100%}@media(max-width:767px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center;align-items:center}}.footer__legal{display:flex;gap:1.5rem;align-items:center;text-align:right}@media(max-width:767px){.footer__legal{justify-content:center;text-align:center}}.footer__legal-link{color:#4b5563;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .3s ease}.footer__legal-link:hover{color:#2563eb}.footer__heart{color:#ef4444;animation:heartbeat 2s ease-in-out infinite}.footer__copyright{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;text-align:left}@media(max-width:767px){.footer__copyright{text-align:center}}.footer__back-to-top{display:flex;align-items:center;gap:.5rem;background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;text-decoration:none;transition:all .3s ease;font-weight:500;font-size:.875rem}.footer__back-to-top:hover{background:#1d4ed8;transform:translateY(-1px)}.footer__back-to-top-icon{width:.875rem;height:.875rem}.footer__scroll-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #2563eb4d;transition:all .3s ease;z-index:1030;opacity:0;visibility:hidden;transform:translateY(20px)}.footer__scroll-top:hover{transform:translateY(-2px);box-shadow:0 6px 25px #2563eb66}.footer__scroll-top.show{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:767px){.footer__scroll-top{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero{padding:5rem 0}@media(max-width:767px){.hero{padding:4rem 0}}.hero{padding-top:120px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero__background{position:absolute;inset:0;z-index:0}.hero__gradient{position:absolute;inset:0;background:linear-gradient(135deg,#eff6ff,#dbeafe,#f0f9ff,#eff6ff,#fff)}.hero__shapes{position:absolute;inset:0;overflow:hidden}.hero__shape{position:absolute;border-radius:50%;background:linear-gradient(45deg,#bfdbfe,#bae6fd);opacity:.1;animation:float 6s ease-in-out infinite}.hero__shape--1{width:300px;height:300px;top:10%;right:10%;animation-delay:0s}.hero__shape--2{width:200px;height:200px;bottom:20%;left:5%;animation-delay:2s}.hero__shape--3{width:150px;height:150px;top:50%;left:10%;animation-delay:4s}.hero__content{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:768px){.hero__content{padding:0 1.5rem}}@media(max-width:767px){.hero__content{padding:0 .75rem}}.hero__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}@media(max-width:767px){.hero__content{grid-template-columns:1fr;text-align:center;gap:2rem}}.hero__text{flex:1;max-width:600px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1d4ed8;margin-bottom:1.5rem;box-shadow:0 4px 20px #0000001a}.hero__badge-icon{width:16px;height:16px;color:#0ea5e9}.hero__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){.hero__title{font-size:2.25rem}}.hero__title{margin-bottom:1.5rem;line-height:1.1;font-size:3.5rem;font-weight:700}@media(max-width:767px){.hero__title{font-size:2.5rem}}.hero__title--highlight{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;font-size:1.125rem;margin-bottom:2rem;color:#4b5563}.hero__stats{display:flex;gap:2rem;margin-bottom:2rem}@media(max-width:767px){.hero__stats{justify-content:center;gap:1.5rem}}.hero__stat{text-align:center}@media(max-width:767px){.hero__stat{text-align:center}}.hero__stat-number{font-size:2rem;font-weight:700;color:#2563eb;line-height:1;margin-bottom:.25rem}.hero__stat-label{font-size:.875rem;color:#4b5563;font-weight:500}.hero__features{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}@media(max-width:767px){.hero__features{justify-content:center}}.hero__feature{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4b5563;font-weight:500;font-size:.875rem}.hero__feature-icon{color:#2563eb;width:20px;height:20px}.hero__actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:767px){.hero__actions{flex-direction:column;width:100%}}.hero__visual{flex:1;max-width:500px;position:relative}@media(max-width:767px){.hero__visual{max-width:100%}}.hero__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative;width:100%;max-width:400px;margin:0 auto}@media(max-width:767px){.hero__cards{grid-template-columns:1fr;gap:1.5rem;max-width:100%}}.hero__card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.hero__card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.hero__card{transition:all .3s ease}.hero__card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero__card{padding:1.5rem;text-align:left;position:relative;overflow:hidden;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.hero__card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hero__card-icon{width:2rem;height:2rem;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.hero__card-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}.hero__card-features{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.75rem}.hero__card-features span{font-size:.75rem;padding:.25rem .5rem;background:#0000000d;border-radius:.25rem;color:#4b5563}.hero__card:before{content:"";position:absolute;inset:0;opacity:.05;z-index:0}.hero__card--primary .hero__card-icon{background:#dbeafe;color:#2563eb}.hero__card--primary .hero__card-badge{background:#dbeafe;color:#1d4ed8}.hero__card--secondary .hero__card-icon{background:#ffedd5;color:#ea580c}.hero__card--secondary .hero__card-badge{background:#ffedd5;color:#c2410c}.hero__card--accent .hero__card-icon{background:#e0f2fe;color:#0284c7}.hero__card--accent .hero__card-badge{background:#e0f2fe;color:#0369a1}.hero__card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:inherit}.hero__card p{color:inherit;opacity:.9;margin-bottom:0}.hero__card-icon{width:48px;height:48px;margin:0 auto 1rem;background-color:#fff3;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:inherit}.hero__card-icon svg{width:24px;height:24px}.hero__card:nth-child(1){animation-delay:.1s}.hero__card:nth-child(2){animation-delay:.2s}.hero__card:nth-child(3){animation-delay:.3s}.service-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1040;padding:1rem;animation:fadeIn .3s ease}.service-modal{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:slideInUp .3s ease;position:relative;z-index:1051}@media(max-width:767px){.service-modal{max-width:100%;margin:1rem;max-height:95vh}}.service-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.service-modal__service-info{display:flex;align-items:flex-start;gap:1rem;flex:1}.service-modal__service-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.service-modal__service-icon svg{width:1.5rem;height:1.5rem}.service-modal__service-details{flex:1}.service-modal__service-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:#111827;margin-bottom:.5rem}.service-modal__service-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;margin:0}.service-modal__close{background:none;border:none;color:#4b5563;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .3s ease;flex-shrink:0}.service-modal__close:hover{background:#f3f4f6;color:#111827}.service-modal__close-icon{width:1.5rem;height:1.5rem}.service-modal__content{padding:2rem}.service-modal__form-header{text-align:center;margin-bottom:2rem}.service-modal__form-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.service-modal__form-title{font-size:1.5rem}}.service-modal__form-title{color:#111827;margin-bottom:.5rem}.service-modal__form-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;margin:0}.service-modal__form{display:flex;flex-direction:column;gap:1.5rem}.service-modal__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:767px){.service-modal__form-grid{grid-template-columns:1fr}}.service-modal__form-group{display:flex;flex-direction:column;gap:.5rem}.service-modal__label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#111827;font-weight:600}.service-modal__input,.service-modal__select,.service-modal__textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;background-color:#fff;color:#111827;transition:all .2s ease}.service-modal__input:invalid,.service-modal__select:invalid,.service-modal__textarea:invalid{border-color:#ef4444}.service-modal__input::placeholder,.service-modal__select::placeholder,.service-modal__textarea::placeholder{color:#6b7280}.service-modal__input,.service-modal__select,.service-modal__textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.375rem;font-size:1rem;transition:all .3s ease}.service-modal__input:focus,.service-modal__select:focus,.service-modal__textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.service-modal__input--error,.service-modal__select--error,.service-modal__textarea--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.service-modal__textarea{resize:vertical;min-height:100px}.service-modal__error{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;color:#4b5563;color:#ef4444;display:flex;align-items:center;gap:.25rem}.service-modal__success{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.375rem;color:#047857;font-weight:500}.service-modal__success-icon{width:1.25rem;height:1.25rem;color:#059669;flex-shrink:0}.service-modal__error-message{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#b91c1c;font-weight:500}.service-modal__error-icon{width:1.25rem;height:1.25rem;color:#dc2626;flex-shrink:0}.service-modal__actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e5e7eb}@media(max-width:767px){.service-modal__actions{flex-direction:column}}.service-modal__cancel{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.service-modal__cancel:focus{outline:2px solid #2563eb;outline-offset:2px}.service-modal__cancel:disabled{opacity:.6;cursor:not-allowed}.service-modal__cancel{background-color:transparent;color:#111827;border:1px solid #d1d5db}.service-modal__cancel:hover:not(:disabled){background-color:#f9fafb;border-color:#2563eb;color:#2563eb}.service-modal__cancel{padding:.75rem 1.5rem;font-weight:600}.service-modal__submit{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.service-modal__submit:focus{outline:2px solid #2563eb;outline-offset:2px}.service-modal__submit:disabled{opacity:.6;cursor:not-allowed}.service-modal__submit{background-color:#2563eb;color:#fff}.service-modal__submit:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.service-modal__submit{padding:.75rem 1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.service-modal__submit-icon{width:1rem;height:1rem}.service-modal__spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.services{padding:5rem 0}@media(max-width:767px){.services{padding:4rem 0}}.services{background-color:#f9fafb}.services__header{text-align:center;margin-bottom:4rem}.services__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.services__title{font-size:1.875rem}}.services__title{margin-bottom:1rem}.services__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;font-size:1.125rem;max-width:600px;margin:0 auto}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;width:100%}@media(max-width:767px){.services__grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:640px)and (max-width:767px){.services__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.services__technologies{text-align:center;margin-bottom:4rem}.services__tech-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.services__tech-title{font-size:1.5rem}}.services__tech-title{margin-bottom:2rem}.services__tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:800px;margin:0 auto;width:100%}@media(max-width:767px){.services__tech-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}}.services__cta{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:1rem;padding:3rem;text-align:center;color:#fff}.services__cta-content{max-width:600px;margin:0 auto}.services__cta-content h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.services__cta-content h3{font-size:1.5rem}}.services__cta-content h3{color:#fff;margin-bottom:1rem}.services__cta-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;color:#ffffffe6;font-size:1.125rem;margin-bottom:1.5rem}.service-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.service-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.service-card{transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.service-card{padding:2rem;text-align:center;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;z-index:1}.service-card--primary:before{background:linear-gradient(135deg,#2563eb,#7c3aed)}.service-card--secondary:before{background:linear-gradient(135deg,#f97316,#ef4444)}.service-card--accent:before{background:linear-gradient(135deg,#7c3aed 0% 100%)}.service-card--success:before{background:linear-gradient(135deg,#10b981 0% 100%)}.service-card--warning:before{background:linear-gradient(135deg,#f59e0b 0% 100%)}.service-card--info:before{background:linear-gradient(135deg,#2563eb 0% 100%)}.service-card__icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.service-card__icon svg{width:32px;height:32px}.service-card__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;color:#111827;margin-bottom:.75rem;margin-bottom:1rem}.service-card__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;margin-bottom:1.5rem;color:#4b5563}.service-card__features{list-style:none;margin-bottom:1.5rem;text-align:left}.service-card__feature{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#4b5563}.service-card__feature:last-child{margin-bottom:0}.service-card__check{width:16px;height:16px;color:#10b981;flex-shrink:0}.service-card__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.service-card__cta:focus{outline:2px solid #2563eb;outline-offset:2px}.service-card__cta:disabled{opacity:.6;cursor:not-allowed}.service-card__cta{background-color:transparent;color:#111827;border:1px solid #d1d5db}.service-card__cta:hover:not(:disabled){background-color:#f9fafb;border-color:#2563eb;color:#2563eb}.service-card__cta{width:100%;font-size:.875rem;padding:.75rem 1rem}.service-card__cta.hover-lift:hover{color:#fff!important;background-color:#2563eb!important;border-color:#2563eb!important}.service-card__arrow{width:16px;height:16px;margin-left:.5rem;transition:transform .2s ease}.service-card:hover .service-card__arrow{transform:translate(4px)}.tech-badge{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.tech-badge:hover{border-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.tech-badge__name{font-weight:600;color:#111827}.tech-badge__category{font-size:.75rem;color:#6b7280;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}.cta{padding:5rem 0}@media(max-width:767px){.cta{padding:4rem 0}}.cta{background:linear-gradient(135deg,#2563eb,#7c3aed,#f97316);color:#fff;position:relative;overflow:hidden}.cta:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');opacity:.3;z-index:1}.cta__content{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:768px){.cta__content{padding:0 1.5rem}}@media(max-width:767px){.cta__content{padding:0 .75rem}}.cta__content{display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;z-index:2}@media(max-width:767px){.cta__content{flex-direction:column;text-align:center;gap:2rem}}.cta__text{flex:1;max-width:600px}.cta__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.cta__title{font-size:1.875rem}}.cta__title{color:#fff;margin-bottom:1rem}.cta__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#4b5563;color:#ffffffe6;font-size:1.125rem;line-height:1.75}.cta__actions{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;min-width:300px}@media(max-width:767px){.cta__actions{align-items:center;width:100%;min-width:auto}}.cta__contact{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}@media(max-width:767px){.cta__contact{align-items:center}}.cta__contact-item{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease;text-align:left}.cta__contact-item:hover{color:#fff}.cta__contact-icon{width:16px;height:16px;flex-shrink:0}.page-header{padding:5rem 0}@media(max-width:767px){.page-header{padding:4rem 0}}.page-header{padding-top:120px;text-align:center;position:relative;overflow:hidden}.page-header--default{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.page-header--default .page-header__title,.page-header--default .page-header__subtitle{color:#fff}.page-header--services{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.page-header--services .page-header__title,.page-header--services .page-header__subtitle{color:#fff}.page-header--about{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.page-header--about .page-header__title,.page-header--about .page-header__subtitle{color:#fff}.page-header--contact{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.page-header--contact .page-header__title,.page-header--contact .page-header__subtitle{color:#fff}.page-header__content{max-width:800px;margin:0 auto;position:relative;z-index:2}.page-header__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}.page-header__title{margin-bottom:1.5rem;animation:fadeInUp .8s ease}@media(max-width:767px){.page-header__title{font-size:2.25rem}}.page-header__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;font-size:1.125rem;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease .2s both;opacity:.9}.page-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.about-section{padding:5rem 0}@media(max-width:767px){.about-section{padding:4rem 0}}.about-section{background-color:#f9fafb}.about-section__content{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:768px){.about-section__content{padding:0 1.5rem}}@media(max-width:767px){.about-section__content{padding:0 .75rem}}.about-section__content{max-width:1000px;margin:0 auto}.about-section__text{text-align:center;margin-bottom:4rem}.about-section__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.about-section__title{font-size:1.875rem}}.about-section__title{margin-bottom:1.5rem;color:#111827}.about-section__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;font-size:1.125rem;line-height:1.75;color:#4b5563;margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.about-section__description:last-child{margin-bottom:0}.about-section__highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}@media(max-width:767px){.about-section__highlights{grid-template-columns:1fr;gap:1.5rem}}.about-section__highlight{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.about-section__highlight:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.about-section__highlight{transition:all .3s ease}.about-section__highlight:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.about-section__highlight{padding:2rem;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:all .3s ease}.about-section__highlight:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about-section__highlight-icon{width:4rem;height:4rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 15px #2563eb4d}.about-section__icon{width:2rem;height:2rem;color:#fff}.about-section__highlight-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:#111827}.about-section__highlight-description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#4b5563;line-height:1.75}.experience{padding:5rem 0}@media(max-width:767px){.experience{padding:4rem 0}}.experience{background-color:#fff}.experience__header{text-align:center;margin-bottom:4rem}.experience__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.experience__title{font-size:1.875rem}}.experience__title{margin-bottom:1rem}.experience__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;font-size:1.125rem;max-width:600px;margin:0 auto;color:#4b5563}.experience__timeline{position:relative;max-width:800px;margin:0 auto}.experience__timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#2563eb,#7c3aed);z-index:1}@media(max-width:767px){.experience__timeline:before{left:20px}}.experience-item{position:relative;margin-bottom:3rem;padding-left:80px}@media(max-width:767px){.experience-item{padding-left:60px}}.experience-item:last-child{margin-bottom:0}.experience-item__marker{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media(max-width:767px){.experience-item__marker{width:40px;height:40px}}.experience-item__icon{width:24px;height:24px}@media(max-width:767px){.experience-item__icon{width:20px;height:20px}}.experience-item__content{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.experience-item__content:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.experience-item__content{padding:2rem;background:#fff;border:1px solid #e5e7eb;transition:all .3s ease}.experience-item__content:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.experience-item__header{margin-bottom:1rem}.experience-item__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;margin-bottom:.5rem;color:#111827}.experience-item__company{font-size:1.125rem;font-weight:600;color:#2563eb}.experience-item__meta{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:767px){.experience-item__meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.experience-item__period,.experience-item__location{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#4b5563;font-size:.875rem;font-weight:500}.experience-item__meta-icon{width:16px;height:16px;color:#2563eb}.experience-item__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#4b5563;margin-bottom:1.5rem;line-height:1.75}.experience-item__achievements-title{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:#111827;margin-bottom:.75rem}.experience-item__achievements-icon{width:18px;height:18px;color:#10b981}.experience-item__achievements-list{list-style:none;padding:0;margin:0}.experience-item__achievement{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#4b5563;font-size:.875rem;line-height:1.75}.experience-item__achievement:last-child{margin-bottom:0}.experience-item__achievement:before{content:"✓";position:absolute;left:0;top:0;color:#10b981;font-weight:700}.contact{padding:5rem 0}@media(max-width:767px){.contact{padding:4rem 0}}.contact{background-color:#fff}.contact__header{text-align:center;margin-bottom:4rem}.contact__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.contact__title{font-size:1.875rem}}.contact__title{margin-bottom:1rem}.contact__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;font-size:1.125rem;max-width:600px;margin:0 auto;color:#4b5563}.contact__content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:flex-start;width:100%;max-width:100%;justify-items:center}@media(max-width:767px){.contact__content{grid-template-columns:1fr;gap:2rem;justify-items:stretch}}@media(min-width:640px)and (max-width:767px){.contact__content{grid-template-columns:1fr;gap:2rem;justify-items:stretch}}@media(max-width:767px){.contact__info{order:2}}.contact__info-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.contact__info-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.contact__info-card{padding:2rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;position:sticky;top:100px}.contact__info-card h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.contact__info-card h3{font-size:1.5rem}}.contact__info-card h3{color:#fff;margin-bottom:1rem}.contact__info-card p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;color:#ffffffe6;margin-bottom:1.5rem}.contact__details{margin-top:1.5rem;text-align:left}.contact__detail{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.contact__detail:last-child{margin-bottom:0}.contact__icon{width:20px;height:20px;color:#fffc;flex-shrink:0}.contact__detail div{display:flex;flex-direction:column;gap:.25rem;text-align:left}.contact__detail div strong{font-weight:600;color:#fff;font-size:.875rem}.contact__detail div span{color:#fffc;font-size:.875rem}@media(max-width:767px){.contact__form-container{order:1}}.contact__form{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.contact__form:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.contact__form{padding:2rem}.contact__submit{width:100%;margin-top:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;width:100%}@media(max-width:767px){.form-row{grid-template-columns:1fr;gap:.75rem}}@media(min-width:640px)and (max-width:767px){.form-row{grid-template-columns:1fr;gap:.75rem}}.form-label{display:block;font-weight:500;color:#111827;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.form-input--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-textarea--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error{display:flex;align-items:center;justify-content:center;gap:.25rem;color:#ef4444;font-size:.875rem;margin-top:.25rem;font-weight:500}.form-error__icon{width:16px;height:16px;flex-shrink:0}.form-char-count{text-align:right;font-size:.75rem;color:#6b7280;margin-top:.25rem}.form-success{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#10b9811a;border:1px solid #10b981;border-radius:.5rem;color:#10b981;font-weight:500;margin-bottom:1rem}.form-success__icon{width:20px;height:20px;flex-shrink:0}.form-error-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;background-color:#ef44441a;border:1px solid #ef4444;border-radius:.5rem;color:#ef4444;font-weight:500;margin-bottom:1rem}.form-error-message__icon{width:20px;height:20px;flex-shrink:0}.btn__spinner{width:20px;height:20px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite;margin-right:.5rem}.btn__icon{width:20px;height:20px;margin-left:.5rem;transition:transform .2s ease}.btn:hover .btn__icon{transform:translate(4px)}@keyframes spin{to{transform:rotate(360deg)}}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:valid:not(:placeholder-shown){border-color:#10b981}select.form-input{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;appearance:none}@media(max-width:767px){.contact__form{padding:1.5rem}.contact__info-card{position:static}}.contact-info{padding:5rem 0}@media(max-width:767px){.contact-info{padding:4rem 0}}.contact-info{background-color:#f9fafb}.contact-info__header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.contact-info__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.contact-info__title{font-size:1.875rem}}.contact-info__title{margin-bottom:1.5rem;color:#111827}.contact-info__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;font-size:1.125rem;color:#4b5563;line-height:1.75}.contact-info__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}@media(max-width:767px){.contact-info__grid{grid-template-columns:1fr;gap:1.5rem}}.contact-info__card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.contact-info__card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.contact-info__card{transition:all .3s ease}.contact-info__card{padding:2rem;text-align:center;background:#fff;border:1px solid #e5e7eb;transition:all .3s ease}.contact-info__card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.contact-info__icon{width:64px;height:64px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff}.contact-info__icon svg{width:32px;height:32px}.contact-info__card-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:#111827}.contact-info__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;color:#4b5563;margin-bottom:1rem;line-height:1.75}.contact-info__link{color:#2563eb;text-decoration:none;font-weight:600;font-size:1rem;transition:color .2s ease}.contact-info__link:hover{color:#1d4ed8}.user-banner{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb;transition:all .3s ease}.user-banner:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.user-banner--header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.user-banner--compact{padding:1rem}.user-banner--compact .user-banner__content{flex-direction:row;align-items:center;gap:1rem}.user-banner--compact .user-banner__avatar{width:60px;height:60px}.user-banner--compact .user-banner__bio{display:none}.user-banner--compact .user-banner__meta{margin-bottom:0}.user-banner--detailed{padding:2rem}.user-banner--detailed .user-banner__content{flex-direction:column;align-items:center;text-align:center}.user-banner--detailed .user-banner__avatar{width:100px;height:100px;margin-bottom:1rem}.user-banner__content{display:flex;gap:1rem;align-items:flex-start}.user-banner__avatar{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #dbeafe;transition:all .3s ease}.user-banner__avatar:hover{border-color:#93c5fd;transform:scale(1.05)}.user-banner__avatar img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.user-banner__avatar:hover img{transform:scale(1.1)}.user-banner__status{position:absolute;bottom:4px;right:4px;width:16px;height:16px;background:#10b981;border:3px solid #ffffff;border-radius:50%;box-shadow:0 2px 4px #0000001a}.user-banner__info{flex:1;min-width:0}.user-banner__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.user-banner__name{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;margin-bottom:.5rem;color:#111827;margin:0;font-weight:700}.user-banner__badge{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-banner__bio{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;margin-bottom:1rem;line-height:1.6}.user-banner__meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.user-banner__meta-item{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem}.user-banner__meta-icon{width:16px;height:16px;color:#3b82f6}.user-banner__stats{display:flex;gap:1.5rem;margin-bottom:1rem;padding:1rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.user-banner__stat{display:flex;flex-direction:column;align-items:center;text-align:center}.user-banner__stat-number{font-size:1.25rem;font-weight:700;color:#2563eb;line-height:1}.user-banner__stat-label{font-size:.75rem;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.user-banner__social{display:flex;gap:.75rem;align-items:center}.user-banner__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f9fafb;color:#4b5563;border-radius:50%;text-decoration:none;transition:all .3s ease}.user-banner__social-link:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}@media(max-width:767px){.user-banner{padding:1rem}.user-banner__content{flex-direction:column;align-items:center;text-align:center}.user-banner__avatar{width:60px;height:60px}.user-banner__meta{flex-direction:row;justify-content:center;flex-wrap:wrap}.user-banner__stats{justify-content:center}}.user-banner--loading .user-banner__avatar{background:#e5e7eb;animation:pulse 1.5s ease-in-out infinite}.user-banner--loading .user-banner__name{background:#e5e7eb;height:20px;width:120px;border-radius:.25rem;animation:pulse 1.5s ease-in-out infinite}.user-banner--loading .user-banner__bio{background:#e5e7eb;height:16px;border-radius:.25rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.blog-header{padding:5rem 0}@media(max-width:767px){.blog-header{padding:4rem 0}}.blog-header{padding-top:120px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;position:relative;overflow:hidden}.blog-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.blog-header__content{text-align:center;position:relative;z-index:2}.blog-header__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}.blog-header__title{color:#fff;margin:0;animation:fadeInUp .8s ease}@media(max-width:767px){.blog-header__title{font-size:2.25rem}}.blog{padding:5rem 0;background:#f9fafb}@media(max-width:767px){.blog{padding:4rem 0}}.blog__featured{margin-bottom:4rem}.blog__featured-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:hidden;transition:all .3s ease}.blog__featured-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media(min-width:640px)and (max-width:767px){.blog__featured-card{grid-template-columns:1fr;gap:1rem}}@media(max-width:767px){.blog__featured-card{gap:.75rem;border-radius:.5rem}.blog__featured-card:hover{transform:translateY(-2px)}}.blog__featured-image{position:relative;overflow:hidden}.blog__featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog__featured-image:hover img{transform:scale(1.05)}.blog__featured-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog__featured-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(max-width:767px){.blog__featured-content{padding:1rem}}.blog__featured-content .blog__meta{margin-bottom:.75rem}@media(max-width:767px){.blog__featured-content .blog__meta{margin-bottom:.5rem}}.blog__featured-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.blog__featured-title{font-size:1.875rem}}.blog__featured-title{color:#111827;margin-bottom:1rem;line-height:1.3}@media(max-width:767px){.blog__featured-title{font-size:1.25rem;line-height:1.2}}.blog__featured-excerpt{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#4b5563;margin-bottom:1.5rem;line-height:1.6}@media(max-width:767px){.blog__featured-excerpt{font-size:1rem;line-height:1.5}}@media(max-width:767px){.blog__author{font-size:.75rem}}.blog .btn{align-self:flex-start;margin-top:auto}@media(max-width:767px){.blog .btn{width:100%;justify-content:center}}.blog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media(max-width:1024px){.blog__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media(max-width:767px){.blog__grid{grid-template-columns:1fr;gap:1rem}}.blog__card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.blog__card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media(max-width:767px){.blog__card{border-radius:.5rem}.blog__card:hover{transform:translateY(-2px)}}.blog__card-image{position:relative;height:200px;overflow:hidden;flex-shrink:0}.blog__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.blog__card-image:hover img{transform:scale(1.05)}@media(max-width:767px){.blog__card-image{height:180px}}.blog__card-category{position:absolute;top:.75rem;left:.75rem;background:#2563eb;color:#fff;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog__card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}@media(max-width:767px){.blog__card-content{padding:1rem}}.blog__card-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;color:#111827;margin-bottom:.75rem;line-height:1.4;flex-grow:1}@media(max-width:767px){.blog__card-title{font-size:1.125rem;line-height:1.3}}.blog__card-excerpt{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;margin-bottom:1rem;line-height:1.6;flex-grow:1}@media(max-width:767px){.blog__card-excerpt{font-size:.875rem;line-height:1.5}}.blog__card-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-weight:600;text-decoration:none;transition:all .3s ease}.blog__card-link:hover{color:#1d4ed8;transform:translate(4px)}.blog__card-arrow{width:16px;height:16px;transition:transform .3s ease}.blog__card-link:hover .blog__card-arrow{transform:translate(4px)}.blog__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}@media(max-width:767px){.blog__meta{gap:.5rem}}.blog__category{background:#dbeafe;color:#1d4ed8;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog__date,.blog__read-time{display:flex;align-items:center;gap:.25rem;color:#4b5563;font-size:.875rem}.blog__card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.blog__card-date,.blog__card-read-time{display:flex;align-items:center;gap:.25rem;color:#4b5563;font-size:.75rem}.blog__meta-icon{width:14px;height:14px}.blog__author{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem;margin-bottom:1rem}.blog__card-author{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.75rem;margin-bottom:1rem}.blog__author-icon{width:16px;height:16px}.blog-details-header{padding:5rem 0}@media(max-width:767px){.blog-details-header{padding:4rem 0}}.blog-details-header{padding-top:120px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;position:relative;overflow:hidden}.blog-details-header:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.blog-details-header__content{text-align:center;position:relative;z-index:2}.blog-details-header__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}.blog-details-header__title{color:#fff;margin:0;animation:fadeInUp .8s ease}@media(max-width:767px){.blog-details-header__title{font-size:2.25rem}}.blog-details{padding:5rem 0;background:#f9fafb}@media(max-width:767px){.blog-details{padding:4rem 0}}.blog-details__content{display:grid;grid-template-columns:1fr 300px;gap:3rem}@media(min-width:640px)and (max-width:767px){.blog-details__content{grid-template-columns:1fr;gap:2rem}}.blog-details__main{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.blog-details__back{padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.blog-details__back-link{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.blog-details__back-link:hover{color:#1d4ed8;transform:translate(-4px)}.blog-details__back-icon{width:16px;height:16px}.blog-details__article{padding:2rem}.blog-details__header{margin-bottom:2rem}.blog-details__meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.blog-details__category{background:#dbeafe;color:#1d4ed8;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blog-details__date,.blog-details__read-time{display:flex;align-items:center;gap:.25rem;color:#4b5563;font-size:.875rem}.blog-details__meta-icon{width:14px;height:14px}.blog-details__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){.blog-details__title{font-size:2.25rem}}.blog-details__title{color:#111827;margin-bottom:1rem;line-height:1.3}.blog-details__author{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem}.blog-details__author-icon{width:16px;height:16px}.blog-details__image{margin-bottom:2rem;border-radius:.5rem;overflow:hidden}.blog-details__image img{width:100%;height:400px;object-fit:cover}.blog-details__body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#4b5563;color:#111827;line-height:1.8;margin-bottom:2rem}.blog-details__body h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.blog-details__body h2{font-size:1.5rem}}.blog-details__body h2{color:#111827;margin:2rem 0 1rem}.blog-details__body h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:#111827;margin:1.5rem 0 .75rem}.blog-details__body p{margin-bottom:1rem}.blog-details__body ul,.blog-details__body ol{margin-bottom:1rem;padding-left:1.5rem}.blog-details__body li{margin-bottom:.5rem}.blog-details__body strong{font-weight:600;color:#111827}.blog-details__body pre{background:#f3f4f6;padding:1rem;border-radius:.375rem;overflow-x:auto;margin:1rem 0;font-family:Courier New,monospace;font-size:.875rem}.blog-details__body code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875rem}.blog-details__tags{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.blog-details__tags h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5;margin-bottom:.5rem;color:#111827;margin-bottom:.75rem}.blog-details__tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.blog-details__tag{background:#f3f4f6;color:#4b5563;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.blog-details__actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;margin-bottom:1.5rem}.blog-details__action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;color:#4b5563;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.blog-details__action-btn:hover{background:#dbeafe;color:#1d4ed8}.blog-details__action-icon{width:16px;height:16px}@media(min-width:640px)and (max-width:767px){.blog-details__sidebar{order:-1}}.blog-details__related{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem}.blog-details__related-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:.75rem;color:#111827;margin-bottom:1rem}.blog-details__related-list{display:flex;flex-direction:column;gap:1rem}.blog-details__related-item{display:flex;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.5rem;text-decoration:none;transition:all .3s ease}.blog-details__related-item:hover{background:#eff6ff;transform:translate(4px)}.blog-details__related-image{width:80px;height:60px;border-radius:.375rem;overflow:hidden;flex-shrink:0}.blog-details__related-image img{width:100%;height:100%;object-fit:cover}.blog-details__related-content{flex:1}.blog-details__related-post-title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.5;color:#111827;margin-bottom:.5rem;line-height:1.4}.blog-details__related-meta{display:flex;gap:.75rem;font-size:.75rem;color:#4b5563}.privacy{padding:5rem 0}@media(max-width:767px){.privacy{padding:4rem 0}}.privacy{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#faf5ff);position:relative}.privacy__content{max-width:800px;margin:0 auto}.privacy__intro{text-align:center;margin-bottom:4rem;padding:3rem 2rem;background:#ffffffe6;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.privacy__intro-icon{color:#2563eb;margin-bottom:1.5rem}.privacy__intro h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){.privacy__intro h2{font-size:2.25rem}}.privacy__intro h2{color:#2563eb;margin-bottom:1.5rem}.privacy__intro p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:1rem}.privacy__intro p:last-child{margin-bottom:0}.privacy__last-updated{background:#eff6ff;padding:1rem;border-radius:12px;border-left:4px solid #3b82f6;margin-top:2rem}.privacy__sections{display:flex;flex-direction:column;gap:2rem}.privacy__section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.privacy__section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.privacy__section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #dbeafe}.privacy__section-header h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.privacy__section-header h3{font-size:1.5rem}}.privacy__section-header h3{color:#2563eb;margin:0;font-weight:600}.privacy__section-header svg{color:#3b82f6;flex-shrink:0}.privacy__section-content h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;line-height:1.5;margin-bottom:.75rem;color:#111827;margin:1.5rem 0 1rem;font-weight:600}.privacy__section-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:1rem}.privacy__section-content ul{margin:1rem 0;padding-left:1.5rem}.privacy__section-content ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:.5rem;position:relative}.privacy__section-content ul li::marker{color:#3b82f6}.privacy__section-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.privacy__section-content a:hover{color:#1d4ed8;text-decoration:underline}.privacy__contact{background:#eff6ff;padding:1.5rem;border-radius:12px;margin-top:1.5rem}.privacy__contact p{margin-bottom:.5rem;font-weight:500}.privacy__contact p:last-child{margin-bottom:0}.privacy__contact p a{color:#2563eb;text-decoration:none}.privacy__contact p a:hover{text-decoration:underline}@media(max-width:767px){.privacy__intro{padding:2rem 1rem;margin-bottom:2rem}.privacy__intro h2{font-size:2rem}.privacy__section{padding:1.5rem}.privacy__section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.privacy__section-header h3{font-size:1.25rem}}.terms{padding:5rem 0}@media(max-width:767px){.terms{padding:4rem 0}}.terms{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#faf5ff);position:relative}.terms__content{max-width:800px;margin:0 auto}.terms__intro{text-align:center;margin-bottom:4rem;padding:3rem 2rem;background:#ffffffe6;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.terms__intro-icon{color:#2563eb;margin-bottom:1.5rem}.terms__intro h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){.terms__intro h2{font-size:2.25rem}}.terms__intro h2{color:#2563eb;margin-bottom:1.5rem}.terms__intro p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:1rem}.terms__intro p:last-child{margin-bottom:0}.terms__last-updated{background:#eff6ff;padding:1rem;border-radius:12px;border-left:4px solid #3b82f6;margin-top:2rem}.terms__sections{display:flex;flex-direction:column;gap:2rem}.terms__section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;transition:all .3s ease}.terms__section:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.terms__section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #dbeafe}.terms__section-header h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.terms__section-header h3{font-size:1.5rem}}.terms__section-header h3{color:#2563eb;margin:0;font-weight:600}.terms__section-header svg{color:#3b82f6;flex-shrink:0}.terms__section-content h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;line-height:1.5;margin-bottom:.75rem;color:#111827;margin:1.5rem 0 1rem;font-weight:600}.terms__section-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:1rem}.terms__section-content ul{margin:1rem 0;padding-left:1.5rem}.terms__section-content ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;color:#6b7280;line-height:1.6;margin-bottom:.5rem;position:relative}.terms__section-content ul li::marker{color:#3b82f6}.terms__section-content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .3s ease}.terms__section-content a:hover{color:#1d4ed8;text-decoration:underline}.terms__contact{background:#eff6ff;padding:1.5rem;border-radius:12px;margin-top:1.5rem}.terms__contact p{margin-bottom:.5rem;font-weight:500}.terms__contact p:last-child{margin-bottom:0}.terms__contact p a{color:#2563eb;text-decoration:none}.terms__contact p a:hover{text-decoration:underline}@media(max-width:767px){.terms__intro{padding:2rem 1rem;margin-bottom:2rem}.terms__intro h2{font-size:2rem}.terms__section{padding:1.5rem}.terms__section-header{flex-direction:column;align-items:flex-start;gap:.5rem}.terms__section-header h3{font-size:1.25rem}}.not-found{padding:5rem 0}@media(max-width:767px){.not-found{padding:4rem 0}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#faf5ff);position:relative;overflow:hidden}.not-found:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="rgba(37,99,235,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;z-index:1}.not-found__content{text-align:center;position:relative;z-index:2;max-width:600px;margin:0 auto}.not-found__icon{margin-bottom:2rem;color:#3b82f6;animation:bounce 2s infinite}.not-found__text{margin-bottom:3rem}.not-found__title{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){.not-found__title{font-size:2.25rem}}.not-found__title{color:#2563eb;margin-bottom:1rem;font-size:6rem;font-weight:800;line-height:1;text-shadow:0 4px 8px rgba(37,99,235,.1)}@media(max-width:767px){.not-found__title{font-size:4rem}}.not-found__subtitle{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){.not-found__subtitle{font-size:1.875rem}}.not-found__subtitle{color:#111827;margin-bottom:1.5rem;font-weight:600}.not-found__description{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75;color:#4b5563;color:#6b7280;margin-bottom:0;line-height:1.6}.not-found__actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}@media(max-width:767px){.not-found__actions{flex-direction:column;align-items:center}}.not-found__actions .btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s ease}.not-found__actions .btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb33}.not-found__search{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.not-found__search h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){.not-found__search h3{font-size:1.5rem}}.not-found__search h3{color:#111827;margin-bottom:1.5rem;font-weight:600}.not-found__search-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}@media(max-width:767px){.not-found__search-links{grid-template-columns:1fr}}.not-found__search-link{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#111827;text-decoration:none;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.not-found__search-link:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb1a}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;line-height:1.5;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#111827;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column;width:100%;overflow-x:hidden;margin:0;padding:0}main{flex:1;width:100%;position:relative;display:block;padding-top:120px;animation:fadeInUp .6s ease-out}@media(max-width:767px){main{padding-top:80px}}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1rem}h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.5rem}@media(max-width:767px){h1{font-size:2.25rem}}h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25;color:#111827;margin-bottom:1.25rem}@media(max-width:767px){h2{font-size:1.875rem}}h3{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:600;line-height:1.25;color:#111827;margin-bottom:1rem}@media(max-width:767px){h3{font-size:1.5rem}}h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.5;color:#111827;margin-bottom:.75rem}p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.75;color:#4b5563;margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .2s ease}a:hover{color:#1d4ed8}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.btn:focus{outline:2px solid #2563eb;outline-offset:2px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.btn--primary:focus{outline:2px solid #2563eb;outline-offset:2px}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background-color:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--secondary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.btn--secondary:focus{outline:2px solid #2563eb;outline-offset:2px}.btn--secondary:disabled{opacity:.6;cursor:not-allowed}.btn--secondary{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.btn--secondary:hover:not(:disabled){background-color:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn--outline{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:1rem;line-height:1.25;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out}.btn--outline:focus{outline:2px solid #2563eb;outline-offset:2px}.btn--outline:disabled{opacity:.6;cursor:not-allowed}.btn--outline{background-color:transparent;color:#111827;border:1px solid #d1d5db}.btn--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#2563eb;color:#2563eb}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn.hover-lift:hover,.btn.hover-scale:hover{color:#fff!important;background-color:#2563eb!important;border-color:#2563eb!important}.card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #e5e7eb}.card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px);transition:all .3s ease}.card--hover{transition:all .3s ease}.card--hover:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.card--gradient{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.card--gradient h1,.card--gradient h2,.card--gradient h3,.card--gradient h4,.card--gradient h5,.card--gradient h6{color:#fff}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;color:#111827;margin-bottom:.5rem;font-size:.875rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;background-color:#fff;color:#111827;transition:all .2s ease}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:invalid{border-color:#ef4444}.form-input::placeholder{color:#6b7280}.form-input--error{border-color:#ef4444}.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;background-color:#fff;color:#111827;transition:all .2s ease}.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea:invalid{border-color:#ef4444}.form-textarea::placeholder{color:#6b7280}.form-textarea{min-height:120px;resize:vertical}.form-error{color:#ef4444;font-size:.875rem;margin-top:.25rem;display:block}.container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:768px){.container{padding:0 1.5rem}}@media(max-width:767px){.container{padding:0 .75rem}}.section{padding:5rem 0}@media(max-width:767px){.section{padding:4rem 0}}.section--dark{background-color:#111827;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--gradient{background:linear-gradient(135deg,#2563eb,#7c3aed,#f97316);color:#fff}.section--gradient h1,.section--gradient h2,.section--gradient h3,.section--gradient h4,.section--gradient h5,.section--gradient h6{color:#fff}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.grid--2{grid-template-columns:1fr}}.grid--3{grid-template-columns:repeat(3,1fr)}@media(min-width:640px)and (max-width:767px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid--3{grid-template-columns:1fr}}.grid--4{grid-template-columns:repeat(4,1fr)}@media(min-width:768px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px)and (max-width:767px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.grid--4{grid-template-columns:1fr}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes moveLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes moveRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in-left{animation:fadeInLeft .6s ease-out}.animate-fade-in-right{animation:fadeInRight .6s ease-out}.animate-slide-in-down{animation:slideInDown .6s ease-out}.animate-slide-in-up{animation:slideInUp .6s ease-out}.animate-scale-in{animation:scaleIn .6s ease-out}.animate-bounce-in{animation:bounceIn .8s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-move-left{animation:moveLeft 10s linear infinite}.animate-move-right{animation:moveRight 10s linear infinite}.animate-rotate{animation:rotate 4s linear infinite}.animate-wave{animation:wave 2s ease-in-out infinite}.animate-bounce{animation:bounce 2s infinite}.animate-slide-in-left{animation:slideInLeft .8s ease-out}.animate-slide-in-right{animation:slideInRight .8s ease-out}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);background-size:200px 100%;animation:shimmer 1.5s infinite}.hover-lift{transition:transform .3s ease,box-shadow .3s ease,color .3s ease,background-color .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;color:#fff!important;background-color:#2563eb!important}.hover-scale{transition:transform .3s ease,color .3s ease,background-color .3s ease}.hover-scale:hover{transform:scale(1.05);color:#fff!important;background-color:#2563eb!important}.hover-glow{transition:box-shadow .3s ease,color .3s ease,background-color .3s ease}.hover-glow:hover{box-shadow:0 0 20px #2563eb4d;color:#fff!important;background-color:#2563eb!important}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.fade-in{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.slide-in-left{opacity:0;transform:translate(-30px);animation:slideInLeft .6s ease forwards}.slide-in-right{opacity:0;transform:translate(30px);animation:slideInRight .6s ease forwards}@media(max-width:767px){.hidden-mobile{display:none}}@media(min-width:768px){.hidden-desktop{display:none}}.visible-mobile{display:none}@media(max-width:767px){.visible-mobile{display:block}}.visible-desktop{display:block}@media(max-width:767px){.visible-desktop{display:none}}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}
