@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:17px;overflow-x:hidden}body{color:#fff;background:#0b0b0b;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;overflow-x:hidden}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font:inherit;cursor:pointer;background:0 0;border:none}input,textarea,select{font:inherit}:focus-visible{outline-offset:2px;outline:2px solid #fff}@keyframes pulse-glow{0%,to{opacity:.6;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.btn{color:#0b0b0b;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border:2px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 2rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s ease-out;display:flex;position:relative;overflow:hidden}.btn:hover,.btn:focus{border-color:#fff;transform:scale(1.05);box-shadow:0 0 20px #ffffff26,inset 0 2px 4px #0000001a}.btn:active{transform:scale(.98)}.btn:focus-visible{outline-offset:2px;outline:2px solid #fff}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn--small{padding:.5rem 1.5rem;font-size:1rem}.btn--large{gap:.5rem;padding:1rem 3rem;font-size:1.125rem}.btn--secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem 2rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500;text-decoration:none;transition:all .3s ease-out;display:flex}.btn--secondary:hover,.btn--secondary:focus{color:#0b0b0b;background:#fff;transform:scale(1.05);box-shadow:0 0 20px #ffffff26}.btn--secondary:active{transform:scale(.98)}.btn--secondary:focus-visible{outline-offset:2px;outline:2px solid #fff}.btn--loading{color:#0000;pointer-events:none}.btn--loading:after{content:"";border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:1s linear infinite rotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header{z-index:1030;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0b0b0bf2;border-bottom:1px solid #ffffff1a;transition:all .3s ease-out;position:fixed;top:0;left:0;right:0}.header__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.header__container{padding-left:2rem;padding-right:2rem}}.header__container{justify-content:space-between;align-items:center;padding-top:1rem;padding-bottom:1rem;display:flex}.header__nav{position:relative}.header__logo{z-index:1030}.header__logo-link{justify-content:center;align-items:center;gap:.5rem;transition:transform .3s ease-out;display:flex}.header__logo-link:hover{transform:scale(1.05)}.header__logo-img{width:32px;height:32px}@media (min-width:768px){.header__logo-img{width:40px;height:40px}}.header__logo-text{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700}@media (min-width:768px){.header__logo-text{font-size:1.75rem}}.header__menu{justify-content:center;align-items:center;gap:2rem;display:flex}@media (max-width:767px){.header__menu{display:none}}.header__menu-link{font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.5;transition:all .3s ease-out;position:relative}.header__menu-link:after{content:"";background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);width:0;height:2px;transition:width .3s ease-out;position:absolute;bottom:-8px;left:0}.header__menu-link:hover{color:#fff}.header__menu-link:hover:after{width:100%}@media (max-width:767px){.header__cta{display:none}}.header__mobile-toggle{z-index:1030;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:24px;height:24px;display:flex}@media (min-width:768px){.header__mobile-toggle{display:none}}.header__mobile-toggle-line{transform-origin:50%;background:#fff;width:100%;height:2px;transition:all .3s ease-out}.header__mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1050;background:#0b0b0b;width:85%;max-width:300px;height:100vh;padding:3rem 2rem 2rem;transition:transform .3s ease-out;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.header__mobile-menu.is-open{transform:translate(0)}@media (min-width:768px){.header__mobile-menu{display:none}}.header__mobile-menu-close{color:#fff;cursor:pointer;z-index:10000;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:2.125rem;transition:all .15s ease-out;display:flex;position:absolute;top:1.5rem;right:1.5rem}.header__mobile-menu-close i{color:#fff;font-size:2.125rem}.header__mobile-menu-close:hover{background:#fff;border-color:#fff}.header__mobile-menu-close:hover i{color:#0b0b0b}.header__mobile-menu-close:hover{transform:rotate(90deg)}.header__mobile-menu-list{flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-top:4rem;margin-bottom:4rem;padding:0;list-style:none;display:flex}.header__mobile-menu-link{color:#fff;border-radius:.5rem;padding:.5rem 1rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.375;text-decoration:none;transition:all .3s ease-out}.header__mobile-menu-link:hover{color:#fff;background:#ffffff1a;transform:translate(5px)}.header__mobile-menu-cta{text-align:center;width:100%;margin-top:2rem}.header__mobile-menu-cta .btn{width:100%;max-width:200px;margin:0 auto}.header.menu-open:before{content:"";-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1040;background:#0b0b0be6;width:100%;height:100vh;animation:.3s ease-out fadeIn;position:fixed;top:0;left:0}.header.menu-open .header__mobile-toggle-line:first-child{transform:rotate(45deg)translateY(6px)}.header.menu-open .header__mobile-toggle-line:nth-child(2){opacity:0}.header.menu-open .header__mobile-toggle-line:nth-child(3){transform:rotate(-45deg)translateY(-6px)}.header.menu-open .header__mobile-menu{transform:translate(0)}.footer{background:#1a1a1a80;border-top:1px solid #ffffff1a;padding-top:3rem;padding-bottom:2rem}.footer__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.footer__container{padding-left:2rem;padding-right:2rem}}.footer__content{grid-template-columns:1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (min-width:768px){.footer__content{grid-template-columns:1.5fr 1fr;gap:6rem}}@media (min-width:1024px){.footer__content{grid-template-columns:2fr 3fr}}.footer__logo{width:48px;height:48px;margin-bottom:1.5rem}.footer__description{color:#d4d4d4;max-width:400px;margin-bottom:2rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.footer__social{gap:1rem;display:flex}.footer__social-link{color:#fff;background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:.75rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s ease-out;display:flex}.footer__social-link:hover{color:#0b0b0b;background:#fff;border-color:#fff;transform:translateY(-3px);box-shadow:0 0 20px #ffffff26}.footer__nav{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:3rem;display:grid}@media (max-width:379px){.footer__nav{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.footer__nav{grid-template-columns:repeat(3,1fr)}}.footer__nav-title{color:#fff;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600}.footer__nav-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__nav-link{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:color .15s ease-out}.footer__nav-link:hover{color:#fff}.footer__bottom{border-top:1px solid #ffffff1a;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:3rem;display:flex}@media (min-width:768px){.footer__bottom{flex-direction:row}}.footer__copyright,.footer__made-with{color:#a3a3a3;text-align:center;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}@media (min-width:768px){.footer__copyright,.footer__made-with{text-align:left}}.footer__copyright i,.footer__made-with i{color:#fff;margin:0 .25rem}.social-sidebar{z-index:10;width:100%;max-width:650px;margin:0 auto;position:relative}@media (min-width:768px){.social-sidebar{max-width:650px}}@media (max-width:767px){.social-sidebar{max-width:450px}}@media (max-width:480px){.social-sidebar{max-width:350px}}.social-sidebar__container{justify-content:center;align-items:center;width:100%;height:550px;display:flex;position:relative}@media (max-width:767px){.social-sidebar__container{height:400px}}.social-sidebar__slide{opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s ease-in-out,transform .5s ease-in-out;display:flex;position:absolute;top:0;left:0;transform:scale(.9)}.social-sidebar__slide--active{opacity:1;z-index:1;transform:scale(1)}.social-sidebar__slide--active .social-sidebar__image{animation:.5s ease-out fadeZoomIn}.social-sidebar__image{object-fit:contain;filter:drop-shadow(0 10px 30px #ffffff40)drop-shadow(0 0 15px #ffffff26);width:100%;max-width:500px;height:auto}@media (max-width:767px){.social-sidebar__image{max-width:360px}}.floating-social{z-index:9999;flex-direction:column;gap:1rem;transition:opacity .15s ease-out;display:flex;position:fixed;bottom:2rem;right:2rem}.menu-open .floating-social{opacity:0;pointer-events:none}@media (max-width:767px){.floating-social{bottom:1.5rem;right:1.5rem}}.floating-social__button{color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.75rem;transition:all .3s ease-out;display:flex;box-shadow:0 4px 20px #0000004d}@media (max-width:767px){.floating-social__button{width:50px;height:50px;font-size:1.5rem}}.floating-social__button:hover{transform:scale(1.1)translateY(-3px);box-shadow:0 6px 30px #0006}.floating-social__button:active{transform:scale(.95)}.floating-social__button--whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.floating-social__button--whatsapp:hover{background:linear-gradient(135deg,#2be375 0%,#15a892 100%);box-shadow:0 6px 30px #25d36680}.floating-social__button--instagram{background:linear-gradient(135deg,#e4405f 0%,#f77737 50%,#fcaf45 100%)}.floating-social__button--instagram:hover{background:linear-gradient(135deg,#f1516f 0%,#ff8645 50%,#ffb950 100%);box-shadow:0 6px 30px #e4405f80}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1040;background:#0b0b0bf2;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:1rem;width:100%;max-width:500px;padding:3rem;animation:.3s ease-out slideInUp;position:relative}.modal__close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.75rem;transition:all .15s ease-out;display:flex;position:absolute;top:.5rem;right:.5rem}.modal__close:hover{color:#fff;transform:rotate(90deg)}.modal__header{text-align:center;margin-bottom:3rem}.modal__title{color:#fff;margin-bottom:.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:600}.modal__price{color:#fff;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:700}.modal__form{flex-direction:column;gap:1.5rem;display:flex}.modal__form-group{flex-direction:column;gap:.5rem;display:flex}.modal__label{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;line-height:1.5}.modal__input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;padding:1rem 1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;transition:all .3s ease-out}.modal__input::placeholder{color:#737373}.modal__input:focus{background:#ffffff14;border-color:#fff;outline:none}.modal__buttons{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}@media (max-width:767px){.modal__buttons{grid-template-columns:1fr}}.modal__submit{justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1.125rem}@media (max-width:767px){.modal__submit{font-size:1.25rem}}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero{padding-top:110px}}.hero__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.hero__container{padding-left:2rem;padding-right:2rem}}.hero__container{z-index:2;position:relative}.hero__content{grid-template-columns:1fr;align-items:center;gap:4rem;min-height:calc(100vh - 100px);display:grid}@media (max-width:556px){.hero__content{gap:0}}@media (min-width:768px){.hero__content{min-height:calc(100vh - 110px)}}@media (min-width:1024px){.hero__content{grid-template-columns:1fr 1fr;gap:8rem}}.hero__text{animation:.8s ease-out slideInLeft}.hero__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.025em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:4rem;font-weight:700;line-height:1.25}@media (max-width:767px){.hero__title{font-size:2.5rem}}.hero__title-accent{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.hero__title-accent:after{content:"";opacity:.8;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);width:100%;height:4px;position:absolute;bottom:-4px;left:0}.hero__subtitle{color:#d4d4d4;max-width:90%;margin-bottom:3rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}@media (min-width:1024px){.hero__subtitle{max-width:80%}}.hero__actions{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}@media (max-width:767px){.hero__actions{flex-direction:column;align-items:stretch;gap:.5rem}}@media (min-width:768px){.hero__actions{justify-content:flex-start;gap:1.5rem}}.hero__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:767px){.hero__stats{gap:1rem}}.hero__stat{text-align:center}@media (min-width:768px){.hero__stat{text-align:left}}.hero__stat-number{color:#fff;margin-bottom:.25rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:700;display:block}@media (min-width:768px){.hero__stat-number{font-size:2.125rem}}.hero__stat-label{color:#a3a3a3;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.hero__visual{justify-content:center;align-items:center;animation:.8s ease-out slideInRight;display:flex;position:relative}.hero__card-container{animation:6s ease-in-out infinite float;position:relative}.hero__card-container:before{content:"";z-index:-1;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);width:500px;height:500px;animation:4s ease-in-out infinite pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__card{filter:drop-shadow(0 20px 40px #fff3);width:280px;height:auto;transition:transform .5s ease-out}@media (min-width:768px){.hero__card{width:350px}}@media (min-width:1024px){.hero__card{width:400px}}.hero__card:hover{transform:scale(1.05)rotateY(10deg)}.hero__glow{z-index:-1;background:radial-gradient(circle,#fff3 0%,#adb5bd1a 50%,#6c757d0d 100%);width:300px;height:300px;animation:4s ease-in-out infinite pulse-glow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:768px){.hero__glow{width:400px;height:400px}}.features{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.features{padding-top:6rem;padding-bottom:6rem}}.features{z-index:1;background:#ffffff08;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;position:relative;overflow:hidden}.features__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.features__container{padding-left:2rem;padding-right:2rem}}.features__header{text-align:center;margin-bottom:6rem}@media (max-width:767px){.features__header{margin-bottom:4rem}}.features__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.features__subtitle{color:#d4d4d4;max-width:600px;margin:0 auto;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.features__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.features__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width:1024px){.features__grid{grid-template-columns:repeat(3,1fr)}}.features__background{z-index:1;opacity:.3;position:absolute;inset:0}.features__background:before,.features__background:after{content:"";border-radius:50%;width:200px;height:200px;position:absolute}.features__background:before{background:radial-gradient(circle,#ffffff26 0%,#0000 70%);animation:8s ease-in-out infinite float;top:20%;left:10%}.features__background:after{background:radial-gradient(circle,#adb5bd1a 0%,#0000 70%);width:150px;height:150px;animation:8s ease-in-out infinite reverse float;bottom:20%;right:10%}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0b0b0b;border:1px solid #ffffff1a;border-radius:1rem;padding:3rem;transition:all .3s ease-out}.feature-card:hover{background:#1a1a1af2;border-color:#fff;transform:translateY(-8px)rotateX(5deg);box-shadow:0 0 20px #ffffff26}.feature-card:hover .feature-card__icon{transform:scale(1.1)rotateY(360deg)}.feature-card__icon{color:#0b0b0b;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:1.75rem;transition:all .3s ease-out;display:flex;box-shadow:0 4px 20px #fff3}.feature-card__title{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#e9ecef 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.375}.feature-card__description{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.feature-card--featured{position:relative}.feature-card--featured:after{content:"POPULAR";color:#0b0b0b;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:700;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 10px #ffffff4d}.products{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.products{padding-top:6rem;padding-bottom:6rem}}.products{background:#ffffff05;position:relative}.products:before{content:"";opacity:.05;pointer-events:none;background:linear-gradient(45deg,#0000 49%,#ffffff26 50%,#0000 51%);position:absolute;inset:0}.products__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.products__container{padding-left:2rem;padding-right:2rem}}.products__header{text-align:center;margin-bottom:6rem}@media (max-width:767px){.products__header{margin-bottom:4rem}}.products__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.products__subtitle{color:#d4d4d4;max-width:600px;margin:0 auto;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.products__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products__grid{grid-template-columns:repeat(3,1fr)}}.product-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:1rem;transition:all .3s ease-out;position:relative;overflow:hidden}.product-card:hover{background:#1a1a1af2;border-color:#fff;transform:translateY(-8px)rotateX(5deg);box-shadow:0 0 20px #ffffff26}.product-card:hover .product-card__overlay{opacity:1}.product-card:hover .product-card__image img{transform:scale(1.1)}.product-card:hover .product-card__demo-btn{transform:translateY(0)}.product-card--featured{border:2px solid #fff;box-shadow:0 0 20px #ffffff26}.product-card--featured .product-card__badge{display:block}.product-card__badge{z-index:3;color:#fff;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:700;display:none;position:absolute;top:1rem;right:1rem}.product-card__image{border-radius:.75rem;height:250px;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s ease-out}.product-card__overlay{opacity:0;background:#0b0b0bcc;justify-content:center;align-items:center;transition:opacity .3s ease-out;display:flex;position:absolute;inset:0}.product-card__demo-btn{gap:.5rem;transition:transform .3s ease-out;transform:translateY(20px)}.product-card__content{padding:0 2rem 2rem}.product-card__title{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#e9ecef 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.375}.product-card__price{justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.product-card__price-current{color:#fff;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.75rem;font-weight:700}.product-card__price-original{color:#a3a3a3;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;text-decoration:line-through}.product-card__features{margin:0 0 2rem;padding:0;list-style:none}.product-card__feature{color:#d4d4d4;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.product-card__feature i{color:#fff;font-size:.875rem}@media (min-width:768px){.pricing{padding-top:6rem;padding-bottom:6rem}}@media (min-width:768px){.pricing__container{padding-left:2rem;padding-right:2rem}}@media (min-width:768px){.testimonials{padding-top:6rem;padding-bottom:6rem}}@media (min-width:768px){.testimonials__container{padding-left:2rem;padding-right:2rem}}@media (min-width:768px){.contact{padding-top:6rem;padding-bottom:6rem}}@media (min-width:768px){.contact__container{padding-left:2rem;padding-right:2rem}}.how-it-works{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.how-it-works{padding-top:6rem;padding-bottom:6rem}}.how-it-works{background:#0b0b0b;position:relative}.how-it-works__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.how-it-works__container{padding-left:2rem;padding-right:2rem}}.how-it-works__header{text-align:center;margin-bottom:6rem}@media (max-width:767px){.how-it-works__header{margin-bottom:4rem}}.how-it-works__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.how-it-works__subtitle{color:#d4d4d4;max-width:600px;margin:0 auto;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.how-it-works__grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:768px){.how-it-works__grid{grid-template-columns:repeat(2,1fr);gap:4rem}}@media (min-width:1024px){.how-it-works__grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.how-it-works__step{text-align:center;background:#0b0b0b;border:1px solid #ffffff1a;border-radius:1rem;padding:3rem;transition:all .3s ease-out;position:relative}.how-it-works__step:hover{border-color:#fff;transform:translateY(-8px);box-shadow:0 0 20px #ffffff26}.how-it-works__step-number{color:#ffffff1a;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:4rem;font-weight:700;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.how-it-works__step-icon{color:#0b0b0b;z-index:1;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;font-size:1.75rem;display:flex;position:relative;box-shadow:0 4px 20px #fff3}.how-it-works__step-title{color:#fff;margin-bottom:1rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.375}.how-it-works__step-description{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.625}.testimonials{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.testimonials{padding-top:6rem;padding-bottom:6rem}}.testimonials__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.testimonials__container{padding-left:2rem;padding-right:2rem}}.testimonials__header{text-align:center;margin-bottom:6rem}@media (max-width:767px){.testimonials__header{margin-bottom:4rem}}.testimonials__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.testimonials__subtitle{color:#d4d4d4;max-width:600px;margin:0 auto;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.testimonials__slider{max-width:800px;margin:0 auto;position:relative}@media (max-width:767px){.testimonials__slider{max-width:100%;padding:0 1rem}}.testimonials__track{will-change:transform;transition:transform .5s ease-out;display:flex}.testimonials__item{flex-shrink:0;min-width:100%}.testimonials__controls{justify-content:space-between;align-items:center;margin-top:4rem;display:flex}@media (max-width:767px){.testimonials__controls{justify-content:center;margin-top:3rem}}.testimonials__control{color:#fff;cursor:pointer;background:#1a1a1af2;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .3s ease-out;display:flex}.testimonials__control:hover{color:#0b0b0b;background:#fff;border-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #fff3}.testimonials__control:active{transform:scale(.95)}@media (max-width:767px){.testimonials__control{display:none}}.testimonials__dots{justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:767px){.testimonials__dots{gap:.5rem}}.testimonials__dot{cursor:pointer;background:0 0;border:2px solid #525252;border-radius:50%;width:14px;height:14px;transition:all .3s ease-out;position:relative}@media (max-width:767px){.testimonials__dot{width:12px;height:12px}}.testimonials__dot:after{content:"";opacity:0;background:#fff;border-radius:50%;width:6px;height:6px;transition:all .3s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.testimonials__dot:after{width:4px;height:4px}}.testimonials__dot--active,.testimonials__dot:hover{background:#ffffff1a;border-color:#fff;transform:scale(1.2)}.testimonials__dot--active:after,.testimonials__dot:hover:after{opacity:1}.testimonials__dot:active{transform:scale(1.1)}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:1rem;max-width:700px;margin:0 auto;padding:4rem 3rem;transition:all .3s ease-out;position:relative;overflow:hidden}@media (max-width:767px){.testimonial-card{max-width:100%;padding:2rem}}.testimonial-card:before{content:"";opacity:.3;z-index:-1;background:radial-gradient(circle,#fff3 0%,#adb5bd1a 50%,#6c757d0d 100%);position:absolute;inset:0}.testimonial-card__rating{justify-content:center;align-items:center;gap:.25rem;margin-bottom:1.5rem;display:flex}.testimonial-card__rating i{color:#fbbf24;filter:drop-shadow(0 2px 4px #fbbf244d);font-size:1.25rem;transition:transform .15s ease-out}@media (max-width:767px){.testimonial-card__rating i{font-size:1.125rem}}.testimonial-card__quote{color:#fff;margin-bottom:2rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-style:italic;font-weight:500;line-height:1.625;position:relative}@media (max-width:767px){.testimonial-card__quote{margin-bottom:1.5rem;font-size:1.125rem}}.testimonial-card__quote:before{content:"\"";color:#fff;opacity:.3;font-size:3.25rem;font-weight:700;position:absolute;top:-20px;left:-10px}@media (max-width:767px){.testimonial-card__quote:before{font-size:2.5rem;top:-15px;left:-5px}}.testimonial-card__quote:after{content:"\"";color:#fff;opacity:.3;font-size:3.25rem;font-weight:700;position:absolute;bottom:-35px;right:-10px}@media (max-width:767px){.testimonial-card__quote:after{font-size:2.5rem;bottom:-25px;right:-5px}}.testimonial-card__author{justify-content:center;align-items:center;gap:1rem;display:flex}@media (max-width:767px){.testimonial-card__author{gap:.5rem}}.testimonial-card__avatar{object-fit:cover;border:3px solid #fff;border-radius:50%;width:60px;height:60px;box-shadow:0 4px 12px #ffffff1a}@media (max-width:767px){.testimonial-card__avatar{border-width:2px;width:50px;height:50px}}.testimonial-card__author-info{text-align:center}.testimonial-card__name{color:#fff;margin-bottom:.25rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;display:block}@media (max-width:767px){.testimonial-card__name{font-size:1.125rem}}.testimonial-card__title{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}@media (max-width:767px){.testimonial-card__title{font-size:.875rem}}.pricing{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.pricing{padding-top:6rem;padding-bottom:6rem}}.pricing{background:#ffffff05}.pricing__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.pricing__container{padding-left:2rem;padding-right:2rem}}.pricing__header{text-align:center;margin-bottom:6rem}@media (max-width:767px){.pricing__header{margin-bottom:4rem}}.pricing__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.pricing__subtitle{color:#d4d4d4;max-width:600px;margin:0 auto;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.pricing__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.pricing__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.pricing-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0b0b0b;border:1px solid #ffffff1a;border-radius:1rem;padding:3rem;transition:all .3s ease-out;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 0 20px #ffffff26}.pricing-card--featured{border:2px solid #fff;transform:scale(1.05);box-shadow:0 0 20px #ffffff26}@media (max-width:767px){.pricing-card--featured{transform:none}}.pricing-card--featured .pricing-card__badge{display:block}.pricing-card--featured:hover{transform:scale(1.05)translateY(-8px)}@media (max-width:767px){.pricing-card--featured:hover{transform:translateY(-8px)}}.pricing-card__badge{color:#000;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border-radius:9999px;padding:.25rem 1.5rem;font-size:.875rem;font-weight:700;display:none;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-card__header{margin-bottom:2rem}.pricing-card__name{margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.375}.pricing-card__price{flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem;display:flex}.pricing-card__original-price{color:#737373;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5;text-decoration:line-through}.pricing-card__current-price{align-items:baseline;gap:.25rem;display:flex}.pricing-card__currency{color:#fff;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600}.pricing-card__amount{color:#fff;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:3.25rem;font-weight:700;line-height:1}.pricing-card__period{color:#a3a3a3;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.pricing-card__description{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5}.pricing-card__features{text-align:left;margin:0 0 2rem;padding:0;list-style:none}.pricing-card__feature{color:#e5e5e5;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;display:flex}.pricing-card__feature i{flex-shrink:0;font-size:1rem}.pricing-card__feature i.fa-check{color:#fff}.pricing-card__feature i.fa-times,.pricing-card__feature--disabled{color:#737373}.pricing-card__footer{text-align:center}.pricing-card__cta{justify-content:center;width:100%}.contact{padding-top:3rem;padding-bottom:3rem}@media (min-width:768px){.contact{padding-top:6rem;padding-bottom:6rem}}.contact__container{max-width:1440px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:768px){.contact__container{padding-left:2rem;padding-right:2rem}}.contact__content{grid-template-columns:1fr;gap:6rem;display:grid}@media (min-width:1024px){.contact__content{grid-template-columns:1fr 1fr;gap:8rem}}.contact__header{margin-bottom:3rem}.contact__title{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;letter-spacing:-.015em;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:600;line-height:1.25}.contact__subtitle{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.625}.contact__details{flex-direction:column;gap:2rem;display:flex}.contact__detail{justify-content:center;align-items:flex-start;gap:1.5rem;display:flex}.contact__detail-icon{color:#fff;background:#262626;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;display:flex}.contact__detail-content{flex:1}.contact__detail-title{margin-bottom:.25rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:500;line-height:1.375}.contact__detail-text{color:#d4d4d4;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5}.contact__form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:1rem;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem;transition:all .3s ease-out;display:grid}@media (min-width:768px){.contact__form{grid-template-columns:1fr 1fr;padding:4rem}}.contact__form-group{flex-direction:column;gap:.5rem;display:flex}.contact__form-group--full{grid-column:1/-1}.contact__form-label{color:#fff;margin-bottom:.25rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500}.contact__form-input,.contact__form-select,.contact__form-textarea{color:#fff;background:#1a1a1acc;border:2px solid #ffffff1a;border-radius:.5rem;width:100%;padding:.5rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;transition:all .3s ease-out}.contact__form-input:focus,.contact__form-select:focus,.contact__form-textarea:focus{background:#1a1a1af2;border-color:#fff;outline:none;box-shadow:0 0 0 3px #ffffff1a}.contact__form-input::placeholder,.contact__form-select::placeholder,.contact__form-textarea::placeholder{color:#a3a3a3}.contact__form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:4rem}.contact__form-select option{color:#fff;background:#0b0b0b}.contact__form-textarea{resize:vertical;min-height:120px;font-family:inherit}.contact__form-error{color:#ef4444;margin-top:.25rem;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.contact__form-actions{grid-column:1/-1;justify-content:center;margin-top:1rem;display:flex}@media (min-width:768px){.contact__form-actions{justify-content:flex-start}}.contact__form-submit{min-width:200px}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.justify-center{justify-content:center}.align-center{align-items:center}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fade-in{animation:.3s ease-out fadeIn}.slide-up{animation:.3s ease-out slideInUp}.zoom-in{animation:.3s ease-out zoomIn}section{width:100%;position:relative;overflow-x:hidden}.rainbow-button{letter-spacing:.05em;text-transform:uppercase;color:#0b0b0b;cursor:pointer;background:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;height:52px;padding:.5rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:visible;box-shadow:0 4px 12px #00000026;font-family:Khand,sans-serif!important}.rainbow-button:before{content:"";z-index:-1;filter:blur(25px);opacity:.8;background:linear-gradient(90deg,#80ff00,#0ff,#39f,#93f,red) 0 0/200% 100%;border-radius:50%;width:85%;height:20px;animation:4s linear infinite rainbow-slide;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.rainbow-button:active{transform:translateY(-1px)}.rainbow-button.disabled,.rainbow-button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;transform:none}.rainbow-button .rainbow-button-content{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.rainbow-button .button-icon{font-size:1.2rem}.rainbow-button .loading-dots{margin-left:4px;display:inline-flex}.rainbow-button .loading-dots .dot{animation:1.5s infinite dotPulse}.rainbow-button .loading-dots .dot:first-child{animation-delay:0s}.rainbow-button .loading-dots .dot:nth-child(2){animation-delay:.3s}.rainbow-button .loading-dots .dot:nth-child(3){animation-delay:.6s}@keyframes rainbow-slide{0%{background-position:0%}to{background-position:200%}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}html.light-mode .rainbow-button{color:#0b0b0b;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%)}@media (max-width:768px){.rainbow-button{letter-spacing:.03em;height:50px;font-size:.9rem}.rainbow-button .button-icon{font-size:1.1rem}}@media (max-width:480px){.rainbow-button{height:48px;padding:.5rem 1.5rem;font-size:.85rem}.rainbow-button .button-icon{font-size:1rem}}hh .background-beams{z-index:0;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0;overflow:hidden}hh .background-beams .background-beams-svg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute}.public-reviews-container{min-height:100vh;min-height:100dvh;max-height:100vh;height:100vh;max-height:100dvh;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100dvh;padding:0;display:flex;position:fixed;inset:0;overflow:hidden;font-family:Khand,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.public-reviews-container:before{content:"";opacity:1;z-index:0;transform-origin:50%;background-image:linear-gradient(90deg,#64646433 1px,#0000 1px),linear-gradient(#64646433 1px,#0000 1px);background-position:50%;background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;transform:perspective(800px)rotateX(60deg)scale(1.5);-webkit-mask-image:radial-gradient(80% 60% at 50% 45%,#000 20%,#0000 90%);mask-image:radial-gradient(80% 60% at 50% 45%,#000 20%,#0000 90%)}.public-reviews-container .content-container{z-index:1;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 1rem;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.public-reviews-container .content-container{gap:.3rem;padding:0 .8rem}}.public-reviews-container .review-header{text-align:center;flex-shrink:0;margin-top:0;margin-bottom:0;padding-top:80px}@media (max-width:768px){.public-reviews-container .review-header{padding-top:30px}}.public-reviews-container .review-header h2{text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0;font-size:1.8rem;font-weight:700;font-family:Khand,sans-serif!important}@media (max-width:768px){.public-reviews-container .review-header{margin-top:0;margin-bottom:.8rem}.public-reviews-container .review-header h2{font-size:1.2rem}}.public-reviews-container .review-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#1e1e1ed9,#141414e6);border:2px solid #c0c0c04d;border-radius:20px;flex-shrink:1;width:100%;max-width:450px;margin:0;position:relative;overflow:visible;box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #c0c0c01a,0 4px 20px #c0c0c026}@media (max-width:768px){.public-reviews-container .review-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(145deg,#1e1e1ecc,#141414d9);border:1px solid #c0c0c040;border-radius:12px;flex-shrink:1;max-width:95%;box-shadow:0 10px 40px #0009,inset 0 0 0 1px #c0c0c014}}.public-reviews-container .review-card .card-header{background:0 0;border-bottom:none;justify-content:flex-end;padding:.8rem 1.2rem .3rem;display:flex}@media (max-width:768px){.public-reviews-container .review-card .card-header{padding:1rem 1rem .5rem}}.public-reviews-container .review-card .card-header .refresh-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000004d}.public-reviews-container .review-card .card-header .refresh-button svg{font-size:18px}.public-reviews-container .review-card .card-header .refresh-button svg.spinning{animation:1s linear infinite spin}.public-reviews-container .review-card .card-header .refresh-button:hover{background:#ffffff1a;border-color:#ffffff4d;transform:scale(1.05);box-shadow:0 4px 12px #0006}.public-reviews-container .review-card .card-header .refresh-button:disabled{opacity:.3;cursor:not-allowed;transform:none}.public-reviews-container .review-card .review-content{flex-direction:column;justify-content:center;align-items:center;min-height:auto;padding:1.5rem 2rem 2rem;display:flex;position:relative}@media (max-width:768px){.public-reviews-container .review-card .review-content{min-height:auto;padding:1.2rem 1.2rem 1rem}}.public-reviews-container .review-card .review-content .rating-container{gap:.5rem;margin-bottom:1.5rem;display:flex}.public-reviews-container .review-card .review-content .rating-container .star-icon{color:gold;filter:drop-shadow(0 0 8px #ffd70066);font-size:2.2rem}@media (max-width:768px){.public-reviews-container .review-card .review-content .rating-container{gap:.3rem;margin-bottom:1rem}.public-reviews-container .review-card .review-content .rating-container .star-icon{font-size:1.6rem}}.public-reviews-container .review-card .review-content .review-text{color:#ffffffd9;text-align:center;word-wrap:break-word;letter-spacing:.01em;max-width:380px;margin:0;padding:0;font-size:1.05rem;font-style:normal;font-weight:400;line-height:1.6}@media (max-width:768px){.public-reviews-container .review-card .review-content .review-text{max-width:100%;padding:0;font-size:.9rem;line-height:1.5}}.public-reviews-container .review-card .review-content .typing-loader{justify-content:center;align-items:center;gap:8px;margin-top:1rem;display:flex}.public-reviews-container .review-card .review-content .typing-loader .typing-dot{background-color:#fff9;border-radius:50%;width:12px;height:12px;animation:1.4s ease-in-out infinite typingDot}.public-reviews-container .review-card .review-content .typing-loader .typing-dot:first-child{animation-delay:0s}.public-reviews-container .review-card .review-content .typing-loader .typing-dot:nth-child(2){animation-delay:.2s}.public-reviews-container .review-card .review-content .typing-loader .typing-dot:nth-child(3){animation-delay:.4s}.public-reviews-container .review-card .card-footer{background:0 0;border-top:none;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem 1.8rem;display:flex}@media (max-width:768px){.public-reviews-container .review-card .card-footer{padding:0 1.2rem 1.2rem}}.public-reviews-container .review-card .card-footer .button-wrapper{width:100%;max-width:100%}.public-reviews-container .review-card .card-footer .footer-text-inside{color:#ffffff80;text-align:center;letter-spacing:.02em;margin:.8rem 0 0;font-size:.75rem}.public-reviews-container .review-card .card-footer .copy-button{letter-spacing:.05em;text-transform:uppercase;border-radius:8px;width:100%;height:52px;font-size:1rem;font-weight:700;font-family:Khand,sans-serif!important}@media (max-width:768px){.public-reviews-container .review-card .card-footer .copy-button{letter-spacing:.03em;height:50px;font-size:.9rem}}.public-reviews-container .review-card .card-footer .copy-button{color:#0b0b0b;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border:none;justify-content:center;align-items:center;gap:12px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000004d}.public-reviews-container .review-card .card-footer .copy-button .button-icon{font-size:1.2rem}.public-reviews-container .review-card .card-footer .copy-button .button-text{align-items:center;display:flex}.public-reviews-container .review-card .card-footer .copy-button:hover{background:linear-gradient(135deg,#fff 0%,#f8f9fa 50%,#e9ecef 100%);border:none;transform:translateY(-2px);box-shadow:0 4px 12px #0006}.public-reviews-container .review-card .card-footer .copy-button:active{transform:translateY(-1px)scale(1)}.public-reviews-container .review-card .card-footer .copy-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.public-reviews-container .review-card .card-footer .copy-button.copied{color:#fff;background:#3b82f6;border-color:#2563eb;box-shadow:0 4px 15px #0006}.public-reviews-container .review-card .card-footer .copy-button.copied .loading-dots{margin-left:4px;display:inline-flex}.public-reviews-container .review-card .card-footer .copy-button.copied .loading-dots .dot{animation:1.5s infinite dotPulse}.public-reviews-container .review-card .card-footer .copy-button.copied .loading-dots .dot:first-child{animation-delay:0s}.public-reviews-container .review-card .card-footer .copy-button.copied .loading-dots .dot:nth-child(2){animation-delay:.3s}.public-reviews-container .review-card .card-footer .copy-button.copied .loading-dots .dot:nth-child(3){animation-delay:.6s}.public-reviews-container .footer-text{color:#fff9;text-align:center;flex-shrink:0;margin-top:1rem;margin-bottom:1.5rem;font-size:.875rem}@media (max-width:768px){.public-reviews-container .footer-text{margin-top:.5rem;margin-bottom:1rem;font-size:.75rem}}.public-reviews-container .company-footer{flex-direction:column;flex-shrink:0;align-items:center;gap:0;margin-top:0;margin-bottom:0;padding:0 0 80px;display:flex}@media (max-width:768px){.public-reviews-container .company-footer{gap:0;margin-top:0;padding:0 0 20px}}.public-reviews-container .company-footer .footer-branding{flex-direction:column;align-items:center;gap:1.25rem;display:flex}@media (max-width:768px){.public-reviews-container .company-footer .footer-branding{gap:.8rem}}.public-reviews-container .company-footer .footer-branding .ai-badge{color:#ffffffb3;letter-spacing:.1em;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}@media (max-width:768px){.public-reviews-container .company-footer .footer-branding .ai-badge{gap:.3rem;font-size:.75rem}}.public-reviews-container .company-footer .footer-branding .ai-badge .ai-text{font-weight:700}.public-reviews-container .company-footer .footer-branding .ai-badge .divider{color:#ffffff80}.public-reviews-container .company-footer .footer-branding .brand-name{text-align:center}.public-reviews-container .company-footer .footer-branding .brand-name .footer-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #fff3);width:auto;height:35px;margin:0 auto;display:block}@media (max-width:768px){.public-reviews-container .company-footer .footer-branding .brand-name .footer-logo{height:30px}}.public-reviews-container .error-card,.public-reviews-container .error-404-card,.public-reviews-container .expired-plan-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#1a1a1ae6;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:500px;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.public-reviews-container .error-card:before,.public-reviews-container .error-404-card:before,.public-reviews-container .expired-plan-card:before{content:"";background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);height:3px;position:absolute;top:0;left:0;right:0}.public-reviews-container .error-card .error-icon,.public-reviews-container .error-card .expired-icon,.public-reviews-container .error-404-card .error-icon,.public-reviews-container .error-404-card .expired-icon,.public-reviews-container .expired-plan-card .error-icon,.public-reviews-container .expired-plan-card .expired-icon{margin-bottom:1.5rem;font-size:4rem}.public-reviews-container .error-card .error-icon svg,.public-reviews-container .error-card .expired-icon svg,.public-reviews-container .error-404-card .error-icon svg,.public-reviews-container .error-404-card .expired-icon svg,.public-reviews-container .expired-plan-card .error-icon svg,.public-reviews-container .expired-plan-card .expired-icon svg{filter:drop-shadow(0 0 10px #ffffff4d)}.public-reviews-container .error-card .error-icon,.public-reviews-container .error-404-card .error-icon,.public-reviews-container .expired-plan-card .error-icon{color:#ef4444}.public-reviews-container .error-card .expired-icon,.public-reviews-container .error-404-card .expired-icon,.public-reviews-container .expired-plan-card .expired-icon{color:#f59e0b}.public-reviews-container .error-card h2,.public-reviews-container .error-card h3,.public-reviews-container .error-404-card h2,.public-reviews-container .error-404-card h3,.public-reviews-container .expired-plan-card h2,.public-reviews-container .expired-plan-card h3{color:#fff;margin:0 0 1rem;font-weight:700;font-family:Khand,sans-serif!important}.public-reviews-container .error-card h2,.public-reviews-container .error-404-card h2,.public-reviews-container .expired-plan-card h2{background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:5rem;line-height:1}.public-reviews-container .error-card h3,.public-reviews-container .error-404-card h3,.public-reviews-container .expired-plan-card h3{font-size:2rem}.public-reviews-container .error-card p,.public-reviews-container .error-404-card p,.public-reviews-container .expired-plan-card p{color:#ffffffb3;margin:0 0 1.5rem;line-height:1.6}.public-reviews-container .error-card .contact-info,.public-reviews-container .error-404-card .contact-info,.public-reviews-container .expired-plan-card .contact-info{color:#ffffff80;font-size:.875rem;font-style:italic}.public-reviews-container .error-card .primary-button,.public-reviews-container .error-404-card .primary-button,.public-reviews-container .expired-plan-card .primary-button{color:#0b0b0b;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#e9ecef 30%,#adb5bd 70%,#6c757d 100%);border:none;border-radius:12px;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;font-family:Khand,sans-serif!important}.public-reviews-container .error-card .primary-button:hover,.public-reviews-container .error-404-card .primary-button:hover,.public-reviews-container .expired-plan-card .primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ffffff4d}.public-reviews-container .error-card .primary-button:active,.public-reviews-container .error-404-card .primary-button:active,.public-reviews-container .expired-plan-card .primary-button:active{transform:translateY(0)}.public-reviews-container .particles{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.public-reviews-container .particles .particle{background-color:#fff9;border-radius:50%;position:absolute}.public-reviews-container .particles .particle:first-child{opacity:.4;width:3px;height:3px;top:29%;left:62%}.public-reviews-container .particles .particle:nth-child(2){opacity:.6;width:3px;height:3px;top:81%;left:94%}.public-reviews-container .particles .particle:nth-child(3){opacity:.5;width:3px;height:3px;top:76%;left:34%}.public-reviews-container .particles .particle:nth-child(4){opacity:.6;width:2px;height:2px;top:60%;left:83%}.public-reviews-container .particles .particle:nth-child(5){opacity:.7;width:3px;height:3px;top:99%;left:21%}.public-reviews-container .particles .particle:nth-child(6){opacity:.7;width:2px;height:2px;top:4%;left:13%}.public-reviews-container .particles .particle:nth-child(7){opacity:.7;width:3px;height:3px;top:7%;left:2%}.public-reviews-container .particles .particle:nth-child(8){opacity:.7;width:3px;height:3px;top:46%;left:17%}.public-reviews-container .particles .particle:nth-child(9){opacity:.7;width:3px;height:3px;top:90%;left:50%}.public-reviews-container .particles .particle:nth-child(10){opacity:.3;width:3px;height:3px;top:98%;left:21%}.public-reviews-container .particles .particle:nth-child(11){opacity:.3;width:2px;height:2px;top:83%;left:25%}.public-reviews-container .particles .particle:nth-child(12){opacity:.3;width:2px;height:2px;top:27%;left:75%}.public-reviews-container .particles .particle:nth-child(13){opacity:.3;width:2px;height:2px;top:6%;left:96%}.public-reviews-container .particles .particle:nth-child(14){opacity:.4;width:3px;height:3px;top:59%;left:9%}.public-reviews-container .particles .particle:nth-child(15){opacity:.5;width:2px;height:2px;top:85%;left:94%}.public-reviews-container .particles .particle:nth-child(16){opacity:.4;width:3px;height:3px;top:66%;left:21%}.public-reviews-container .particles .particle:nth-child(17){opacity:.6;width:2px;height:2px;top:34%;left:81%}.public-reviews-container .particles .particle:nth-child(18){opacity:.4;width:3px;height:3px;top:34%;left:40%}.public-reviews-container .particles .particle:nth-child(19){opacity:.3;width:3px;height:3px;top:84%;left:77%}.public-reviews-container .particles .particle:nth-child(20){opacity:.4;width:3px;height:3px;top:72%;left:70%}.public-reviews-container .particles .particle:nth-child(21){opacity:.4;width:2px;height:2px;top:84%;left:65%}.public-reviews-container .particles .particle:nth-child(22){opacity:.5;width:2px;height:2px;top:78%;left:4%}.public-reviews-container .particles .particle:nth-child(23){opacity:.3;width:3px;height:3px;top:64%;left:62%}.public-reviews-container .particles .particle:nth-child(24){opacity:.5;width:2px;height:2px;top:46%;left:86%}.public-reviews-container .particles .particle:nth-child(25){opacity:.3;width:3px;height:3px;top:99%;left:9%}.public-reviews-container .particles .particle:nth-child(26){opacity:.6;width:3px;height:3px;top:64%;left:75%}.public-reviews-container .particles .particle:nth-child(27){opacity:.4;width:2px;height:2px;top:41%;left:80%}.public-reviews-container .particles .particle:nth-child(28){opacity:.6;width:2px;height:2px;top:88%;left:2%}.public-reviews-container .particles .particle:nth-child(29){opacity:.6;width:3px;height:3px;top:71%;left:51%}.public-reviews-container .particles .particle:nth-child(30){opacity:.4;width:2px;height:2px;top:13%;left:1%}@keyframes spin{to{transform:rotate(360deg)}}@keyframes typingDot{0%,to{opacity:.2;transform:translateY(0)}50%{opacity:1;transform:translateY(-8px)}}.loading-container{min-height:100vh;background-color:#f8f9fa;justify-content:center;align-items:center;min-height:100dvh;display:flex}.loading-container .loading-spinner{text-align:center}.loading-container .loading-spinner .spinner{border:4px solid #e3e3e3;border-top-color:#007bff;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}.loading-container .loading-spinner p{color:#666;margin:0;font-size:16px;font-weight:500}.portfolio-view-container{min-height:100vh;background:#000;justify-content:center;align-items:center;min-height:100dvh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.portfolio-view-container .loading-spinner,.portfolio-view-container .error-state{text-align:center;background:0 0;border:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;max-width:500px;padding:60px 40px;display:flex}.portfolio-view-container .loading-spinner .error-icon,.portfolio-view-container .error-state .error-icon{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.portfolio-view-container .loading-spinner .error-icon svg,.portfolio-view-container .error-state .error-icon svg{color:#fff6;font-size:2.5rem}.portfolio-view-container .loading-spinner .spinner,.portfolio-view-container .error-state .spinner{border:4px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin-bottom:24px;animation:1s linear infinite spin}.portfolio-view-container .loading-spinner h2,.portfolio-view-container .error-state h2{color:#fff;margin:0 0 12px;font-size:1.75rem;font-weight:700}.portfolio-view-container .loading-spinner p,.portfolio-view-container .error-state p{color:#fff9;margin:0;font-size:1rem;line-height:1.6}.portfolio-card{width:100%;max-width:680px;animation:.6s ease-out fadeInUp;overflow:visible;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.portfolio-header{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 20px 32px;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.portfolio-header .header-content{justify-content:center;align-items:center;margin:0;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;padding:0!important}.portfolio-header .header-content:before,.portfolio-header .header-content:after{content:none!important;display:none!important}.portfolio-header .company-logo-wrapper{border:3px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0006}.portfolio-header .company-logo{object-fit:contain;border-radius:50%;flex-shrink:0;width:100%;height:100%}.portfolio-header .company-logo-placeholder{color:#fff9;background:#ffffff14;border:3px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;box-shadow:0 8px 24px #0006}.portfolio-header .company-name{color:#fff;letter-spacing:.5px;text-align:center;margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.portfolio-header .company-description{color:#ffffffb3;text-align:center;max-width:500px;margin:12px 0 0;font-size:.95rem;line-height:1.5}.links-container{flex-direction:column;align-items:stretch;gap:12px;padding:24px 20px;display:flex}.links-container:has(.portfolio-link-button:only-child){width:100%;max-width:500px;margin:0 auto}.links-container .portfolio-link-button{color:#fff;cursor:pointer;text-align:left;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;align-items:center;gap:16px;width:100%;padding:18px 20px;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex}.links-container .portfolio-link-button:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.links-container .portfolio-link-button:active{transform:translateY(0)}.links-container .portfolio-link-button .link-icon{color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:flex;overflow:hidden}.links-container .portfolio-link-button .link-icon svg{color:#fff}.links-container .portfolio-link-button .link-icon .custom-icon{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.links-container .portfolio-link-button .link-icon .custom-icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.links-container .portfolio-link-button .link-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.services-section{padding:8px 20px 24px}.services-section .services-title{color:#fff9;text-align:center;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-size:1rem;font-weight:700}.services-section .services-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.services-section .service-card{cursor:pointer;background:#ffffff12;border:1px solid #ffffff1f;border-radius:14px;transition:all .25s;overflow:hidden}.services-section .service-card:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-3px);box-shadow:0 8px 20px #0006}.services-section .service-card:active{transform:translateY(0)}.services-section .service-img-wrap{aspect-ratio:1;width:100%;overflow:hidden}.services-section .service-img-wrap img.service-img{object-fit:cover;width:100%;height:100%;display:block}.services-section .service-img-placeholder{aspect-ratio:1;background:#ffffff0d;justify-content:center;align-items:center;width:100%;font-size:2.5rem;display:flex}.services-section .service-info{padding:10px 12px}.services-section .service-info .service-name{color:#fff;margin:0 0 4px;font-size:.85rem;font-weight:600;line-height:1.3}.services-section .service-info .service-price{color:#4ade80;margin:0;font-size:.9rem;font-weight:700}.packages-popup .pkg-name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;line-height:1.3;overflow:hidden}.contact-popup-overlay{z-index:950;background:#000000b8;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.contact-popup{background:#1e1e1e;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:420px;padding:24px 20px;animation:.2s scaleIn}.contact-popup .contact-popup-number{color:#fff;text-align:center;justify-content:center;align-items:center;gap:6px;margin:0 0 16px;font-size:1rem;font-weight:600;display:flex}.contact-popup .contact-popup-actions{flex-direction:column;gap:10px;display:flex}.contact-popup .contact-action-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.contact-popup .contact-action-btn.whatsapp{color:#fff;background:#25d366}.contact-popup .contact-action-btn.whatsapp:hover{background:#1ebe5d}.contact-popup .contact-action-btn.save{color:#fff;background:#ffffff1a;border:1px solid #fff3}.contact-popup .contact-action-btn.save:hover{background:#ffffff26}.contact-popup .contact-action-btn.call{color:#60a5fa;background:#60a5fa26;border:1px solid #60a5fa4d}.contact-popup .contact-action-btn.call:hover{background:#60a5fa40}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.no-links{text-align:center;padding:60px 24px}.no-links p{color:#fff6;margin:0;font-size:1.1rem}.portfolio-footer{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:auto;padding:24px;display:flex}.portfolio-footer .powered-text{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.7rem;font-weight:400}.portfolio-footer .footer-link{cursor:pointer;transition:opacity .2s;display:inline-block}.portfolio-footer .footer-link:hover{opacity:.8}.portfolio-footer .footer-logo{opacity:1;width:auto;height:36px;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.portfolio-view-container{background:#000;align-items:flex-start;padding:0}.portfolio-card{min-height:100vh;flex-direction:column;max-width:100%;min-height:100dvh;display:flex;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.portfolio-header{gap:12px;padding:32px 20px 20px}.portfolio-header .company-logo,.portfolio-header .company-logo-placeholder{width:100px;height:100px}.portfolio-header .company-name{font-size:1.25rem}.links-container{gap:12px;padding:24px 16px}.links-container .portfolio-link-button{padding:16px 18px;font-size:1rem}.links-container .portfolio-link-button .link-icon{width:44px;height:44px}.portfolio-footer{padding:20px}.portfolio-footer p{font-size:.85rem}}.link-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .3s;display:flex}.link-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.link-card.hidden{opacity:.5;border-style:dashed}.link-card.hidden .link-card-content{opacity:.6}.link-card-content{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.link-icon{color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.link-icon svg{display:block}.link-icon .custom-icon{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.link-icon .custom-icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.link-details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.link-details .link-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.link-details .link-url{color:#fff9;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.85rem;overflow:hidden}.link-actions{flex-shrink:0;gap:8px;margin-left:12px;display:flex}.link-actions .action-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.link-actions .action-btn svg{flex-shrink:0;display:block}.link-actions .action-btn:hover{transform:scale(1.1)}.link-actions .action-btn.visibility-btn:hover{color:#3b82f6;background:#3b82f633;border-color:#3b82f6}.link-actions .action-btn.edit-btn:hover{color:#f59e0b;background:#f59e0b33;border-color:#f59e0b}.link-actions .action-btn.delete-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}@media (max-width:768px){.link-card{flex-direction:column;align-items:stretch;padding:14px 16px}.link-card-content{gap:12px}.link-icon{width:44px;height:44px}.link-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;margin-top:12px;margin-left:0;padding-top:12px}.link-actions .action-btn{width:40px;height:40px}.link-details .link-name{font-size:.95rem}.link-details .link-url{font-size:.8rem}}.icon-picker-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@media (max-width:768px){.icon-picker-overlay{padding:0}}.icon-picker-modal{background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:750px;max-height:90vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 20px 60px #00000080}@media (max-width:768px){.icon-picker-modal{border-radius:0;height:100vh;max-height:100vh}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.icon-picker-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.icon-picker-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.icon-picker-header .close-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex}.icon-picker-header .close-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.icon-picker-search{border-bottom:1px solid #ffffff1a;padding:16px 24px}.icon-picker-search input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:12px 16px;font-size:1rem;transition:all .2s}.icon-picker-search input::placeholder{color:#fff6}.icon-picker-search input:focus{background:#ffffff12;border-color:#ffffff4d;outline:none}.icon-picker-categories{scrollbar-width:thin;border-bottom:1px solid #ffffff1a;gap:10px;padding:16px 24px;display:flex;overflow-x:auto}.icon-picker-categories::-webkit-scrollbar{height:6px}.icon-picker-categories::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.icon-picker-categories::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.icon-picker-categories::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.icon-picker-categories .category-btn{color:#ffffffb3;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.icon-picker-categories .category-btn:hover:not(.active){color:#fff;background:#ffffff1a;border-color:#fff3}.icon-picker-categories .category-btn.active{color:#fff;background:#ffffff26;border-color:#fff6}.icon-picker-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;max-height:450px;padding:20px;display:grid;overflow-y:auto}.icon-picker-grid::-webkit-scrollbar{width:6px}.icon-picker-grid::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.icon-picker-grid::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.icon-picker-grid::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.icon-picker-grid .icon-option{color:#fffc;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:90px;padding:16px 10px;transition:all .2s;display:flex}.icon-picker-grid .icon-option:hover:not(.selected){background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.icon-picker-grid .icon-option.selected{color:#fff;background:#ffffff26;border-color:#ffffff80}.icon-picker-grid .icon-option.selected .icon-name{color:#fff;font-weight:600}.icon-picker-grid .icon-option svg{color:currentColor;font-size:1.75rem}.icon-picker-grid .icon-option .icon-name{color:#fff9;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.7rem;line-height:1.2;overflow:hidden}.icon-picker-grid .no-results{text-align:center;color:#ffffff80;grid-column:1/-1;padding:40px;font-size:1rem}@media (max-width:768px){.icon-picker-overlay{padding:0}.icon-picker-modal{animation:.3s ease-out slideInRight}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.icon-picker-header{padding:16px 20px}.icon-picker-header h3{font-size:1rem}.icon-picker-search{padding:12px 20px}.icon-picker-search input{padding:10px 14px;font-size:.95rem}.icon-picker-categories{padding:12px 20px}.icon-picker-categories .category-btn{padding:6px 12px;font-size:.75rem}.icon-picker-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:8px;max-height:calc(100vh - 240px);padding:16px 20px}.icon-picker-grid .icon-option{min-height:75px;padding:12px 8px}.icon-picker-grid .icon-option svg{font-size:1.25rem}.icon-picker-grid .icon-option .icon-name{font-size:.6rem}}.link-editor-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.link-editor-modal{background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out slideUp;display:flex;box-shadow:0 20px 60px #00000080}.link-editor-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.link-editor-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.link-editor-header .close-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex}.link-editor-header .close-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.link-editor-form{flex-direction:column;flex:1;gap:24px;padding:24px;display:flex;overflow-y:auto}.link-editor-form::-webkit-scrollbar{width:6px}.link-editor-form::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.link-editor-form::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.link-editor-form::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.form-section{flex-direction:column;gap:10px;display:flex}.form-section label{color:#fffc;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:600}.form-section input[type=text],.form-section input[type=url]{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:14px 18px;font-size:1rem;transition:all .2s}.form-section input[type=text]::placeholder,.form-section input[type=url]::placeholder{color:#fff6}.form-section input[type=text]:focus,.form-section input[type=url]:focus{background:#ffffff12;border-color:#ffffff4d;outline:none}.form-section.checkbox-section{flex-direction:row;align-items:center;padding:10px 0}.form-section.checkbox-section .checkbox-label{cursor:pointer;color:#fffc;align-items:center;gap:10px;font-size:1rem;display:flex}.form-section.checkbox-section .checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#3b82f6;width:20px;height:20px}.icon-section .icon-options{align-items:center;gap:16px;display:flex}.icon-section .current-icon{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.icon-section .current-icon .default-icon-preview{justify-content:center;align-items:center;display:flex}.icon-section .current-icon .custom-icon-preview{justify-content:center;align-items:center;width:100%;height:100%;padding:8px;display:flex}.icon-section .current-icon .custom-icon-preview img{object-fit:contain;max-width:100%;max-height:100%}.icon-section .icon-actions{flex-direction:column;flex:1;gap:8px;display:flex}.icon-section .icon-actions .btn-secondary{color:#fffc;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ffffff0d;border:1px solid #fff3;border-radius:10px;padding:10px 16px;font-size:.9rem;font-weight:600;transition:all .2s}.icon-section .icon-actions .btn-secondary:hover:not(:disabled){color:#fff;background:#ffffff1a;border-color:#ffffff4d}.icon-section .icon-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.icon-section .icon-actions .upload-btn{text-align:center;justify-content:center;align-items:center;display:flex}.form-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:16px;margin-top:10px;padding-top:24px;display:flex}.form-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:2px solid #0000;border-radius:10px;padding:14px 28px;font-size:.95rem;font-weight:600;transition:all .2s}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-actions button.btn-cancel{color:#fffc;background:0 0;border-color:#fff3}.form-actions button.btn-cancel:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.form-actions button.btn-save{color:#22c55e;background:#22c55e33;border-color:#22c55e}.form-actions button.btn-save:hover:not(:disabled){background:#22c55e4d;transform:translateY(-2px)}@media (max-width:768px){.link-editor-overlay{align-items:stretch;padding:0}.link-editor-modal{border-radius:0;max-width:100%;height:100vh;max-height:100vh;animation:.3s ease-out slideInRight}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.link-editor-header{padding:16px 20px}.link-editor-form{gap:20px;padding:20px}.icon-section .icon-options{flex-direction:column;align-items:stretch}.icon-section .current-icon{align-self:center;width:64px;height:64px}.icon-section .icon-actions{width:100%}.form-actions button{flex:1}}@media (max-width:480px){.form-actions{flex-direction:column}.form-actions button{width:100%}}.confirm-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000c;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.confirm-modal-content{background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:450px;padding:0;animation:.3s ease-out slideUp;box-shadow:0 20px 60px #00000080}.confirm-modal-header{border-bottom:1px solid #ffffff1a;padding:20px 24px}.confirm-modal-header h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.confirm-modal-body{padding:24px}.confirm-modal-body p{color:#fffc;margin:0;font-size:1rem;line-height:1.6}.confirm-modal-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.confirm-modal-actions button{cursor:pointer;border:2px solid #0000;border-radius:10px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.confirm-modal-actions button:disabled{opacity:.5;cursor:not-allowed}.confirm-modal-actions .btn-cancel{color:#fff;background:0 0;border-color:#fff3}.confirm-modal-actions .btn-cancel:hover:not(:disabled){background:#ffffff1a;border-color:#fff6}.confirm-modal-actions .btn-confirm{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.confirm-modal-actions .btn-confirm:hover:not(:disabled){background:#ffffff26;transform:translateY(-2px)}.confirm-modal-actions .btn-confirm.btn-danger{color:#ef4444;background:#ef444433;border-color:#ef4444}.confirm-modal-actions .btn-confirm.btn-danger:hover:not(:disabled){background:#ef44444d}@media (max-width:768px){.confirm-modal-overlay{padding:16px}.confirm-modal-actions{flex-direction:column}.confirm-modal-actions button{width:100%}}.toast-container{z-index:100000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:24px;right:24px}@media (max-width:768px){.toast-container{top:16px;left:16px;right:16px}}.toast-container>*{pointer-events:all}.toast{background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:400px;padding:14px 18px;animation:.3s ease-out slideInRight;display:flex;box-shadow:0 8px 24px #0006}@media (max-width:768px){.toast{min-width:auto;max-width:none}}.toast.toast-success{border-color:#22c55e}.toast.toast-success .toast-icon{color:#22c55e}.toast.toast-error{border-color:#ef4444}.toast.toast-error .toast-icon{color:#ef4444}.toast.toast-warning{border-color:#f59e0b}.toast.toast-warning .toast-icon{color:#f59e0b}.toast.toast-info{border-color:#3b82f6}.toast.toast-info .toast-icon{color:#3b82f6}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.toast-message{color:#fff;flex:1;font-size:.95rem;line-height:1.4}.toast-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.toast-close:hover{color:#fff}.qr-download-section{margin-bottom:24px;padding:24px 20px}.qr-download-section .qr-title{color:#fff;text-align:center;margin:0 0 20px;font-size:1.25rem;font-weight:700}.qr-download-section .qr-formats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:800px;margin:0 auto;display:grid}.qr-download-section .qr-format-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;padding:20px;display:flex}.qr-download-section .qr-format-card .format-label{color:#ffffffe6;margin-bottom:4px;font-size:1rem;font-weight:600}.qr-download-section .qr-format-card .download-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.qr-download-section .qr-format-card .download-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.qr-download-section .qr-format-card .download-btn:active{transform:translateY(0)}.qr-download-section .qr-format-card .download-btn.secondary{background:0 0;border:1px solid #ffffff4d}.qr-download-section .qr-format-card .download-btn.secondary:hover{background:#ffffff1a}.qr-download-section .qr-format-card.svg-card .svg-preview{background:#fffffff2;border-radius:8px;justify-content:center;align-items:center;margin-bottom:12px;padding:16px;display:flex}.qr-download-section .qr-format-card.svg-card .svg-preview svg{width:100%;max-width:200px;height:auto;max-height:200px}.qr-download-section .qr-format-card.svg-card .color-customizer{background:#0003;border-radius:8px;flex-direction:column;gap:12px;margin:8px 0;padding:16px;display:flex}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker{align-items:center;gap:12px;display:flex}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker label{color:#fffc;min-width:100px;font-size:.875rem;font-weight:500}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker input[type=color]{cursor:pointer;background:0 0;border:2px solid #fff3;border-radius:6px;width:50px;height:36px}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker .color-value{color:#fff9;text-transform:uppercase;font-family:monospace;font-size:.8rem}.qr-download-section .qr-format-card.svg-card .apply-btn{color:#fff;cursor:pointer;background:#3b82f6cc;border:none;border-radius:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s}.qr-download-section .qr-format-card.svg-card .apply-btn:hover{background:#3b82f6;transform:translateY(-1px)}.qr-download-section .qr-format-card.svg-card .apply-btn:active{transform:translateY(0)}.qr-download-section .qr-format-card.svg-card .download-buttons{flex-direction:column;gap:8px;margin-top:8px;display:flex}@media (max-width:768px){.qr-download-section{padding:20px 16px}.qr-download-section .qr-title{font-size:1.1rem}.qr-download-section .qr-formats-grid{grid-template-columns:1fr;gap:12px}.qr-download-section .qr-format-card{padding:16px}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker label{min-width:80px;font-size:.8rem}.qr-download-section .qr-format-card.svg-card .color-customizer .color-picker input[type=color]{width:40px;height:32px}}.portfolio-edit-new{min-height:100vh;background:#0b0b0b;flex-direction:column;min-height:100dvh;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.portfolio-edit-new::-webkit-scrollbar{width:8px}.portfolio-edit-new::-webkit-scrollbar-track{background:#ffffff0d}.portfolio-edit-new::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.portfolio-edit-new::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body:has(.portfolio-edit-new)::-webkit-scrollbar{width:8px}body:has(.portfolio-edit-new)::-webkit-scrollbar-track{background:#ffffff0d}body:has(.portfolio-edit-new)::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}body:has(.portfolio-edit-new)::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.loading-state,.error-state{color:#fff;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.loading-state .spinner,.error-state .spinner{border:4px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin-bottom:24px;animation:1s linear infinite spin}.loading-state h2,.error-state h2{margin:0 0 12px;font-size:1.75rem;font-weight:700}.loading-state p,.error-state p{color:#fff9;margin:0;font-size:1rem}.password-page{justify-content:center;align-items:center}.password-content{text-align:center;width:100%;max-width:450px}.password-content .lock-icon{color:#fff;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 32px;display:flex}.password-content h2{color:#fff;margin:0 0 40px;font-size:2rem;font-weight:700}.password-content .password-form{width:100%}.password-content .password-form .password-input-wrapper{align-items:center;margin-bottom:16px;display:flex;position:relative}.password-content .password-form .password-input-wrapper input{color:#fff;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:14px;width:100%;padding:18px 60px 18px 24px;font-size:1.05rem;transition:all .3s}.password-content .password-form .password-input-wrapper input::placeholder{color:#fff6}.password-content .password-form .password-input-wrapper input:focus{background:#ffffff14;border-color:#ffffff4d;outline:none}.password-content .password-form .password-input-wrapper .toggle-password-btn{color:#fff9;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;transition:color .3s;display:flex;position:absolute;right:16px}.password-content .password-form .password-input-wrapper .toggle-password-btn:hover{color:#ffffffe6}.password-content .password-form .error-message{color:#ef4444;text-align:left;margin-bottom:12px;font-size:.9rem;display:block}.password-content .password-form .save-password-checkbox{cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:20px;display:flex}.password-content .password-form .save-password-checkbox input[type=checkbox]{cursor:pointer;accent-color:#fffc;width:20px;height:20px}.password-content .password-form .save-password-checkbox span{color:#ffffffb3;-webkit-user-select:none;user-select:none;font-size:.95rem}.password-content .password-form .save-password-checkbox:hover span{color:#ffffffe6}.password-content .password-form .unlock-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#ffffff1a;border:2px solid #fff3;border-radius:14px;width:100%;padding:16px 32px;font-size:1.05rem;font-weight:600;transition:all .3s}.password-content .password-form .unlock-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.password-content .password-form .unlock-btn:active{transform:translateY(0)}.portfolio-header{text-align:center;background:#1a1a1acc;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:24px;padding:20px}.portfolio-header h3{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.portfolio-logo-section{flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;display:flex}.portfolio-logo-section .portfolio-logo-wrapper{cursor:pointer;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.portfolio-logo-section .portfolio-logo-wrapper .logo-image{object-fit:cover;border:3px solid #fff3;border-radius:50%;width:100%;height:100%}.portfolio-logo-section .portfolio-logo-wrapper .logo-placeholder{color:#ffffff80;background:#ffffff0d;border:2px dashed #fff3;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:all .2s;display:flex}.portfolio-logo-section .portfolio-logo-wrapper .camera-overlay{color:#0b0b0b;background:#ffffffe6;border:3px solid #0b0b0b;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.portfolio-logo-section .portfolio-logo-wrapper:hover .camera-overlay{background:#fff;transform:scale(1.1)}.portfolio-logo-section .portfolio-logo-wrapper:hover .logo-placeholder{background:#ffffff1a;border-color:#fff6}.portfolio-logo-section .uploading-text{color:#ffffffb3;margin:0;font-size:.9rem}.portfolio-logo-section .company-name{color:#fff;margin:8px 0 0;font-size:1.5rem;font-weight:700}.portfolio-logo-section .description-section{width:100%;max-width:500px;margin-top:16px}.portfolio-logo-section .description-section .description-input{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff26;border-radius:10px;width:100%;padding:12px;font-family:inherit;font-size:.9rem;transition:all .2s}.portfolio-logo-section .description-section .description-input::placeholder{color:#fff6}.portfolio-logo-section .description-section .description-input:focus{background:#ffffff14;border-color:#ffffff4d;outline:none}.portfolio-logo-section .description-section .description-actions{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.portfolio-logo-section .description-section .description-actions .char-count{color:#ffffff80;font-size:.75rem}.portfolio-logo-section .description-section .description-actions .btn-save-description{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.portfolio-logo-section .description-section .description-actions .btn-save-description:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.portfolio-logo-section .description-section .description-actions .btn-save-description:disabled{opacity:.5;cursor:not-allowed}.portfolio-logo-section .capitalization-control{justify-content:center;margin-top:8px;display:flex}.portfolio-logo-section .capitalization-control .capitalization-select{color:#ffffffb3;cursor:pointer;appearance:auto;background:#ffffff0d;border:1px solid #ffffff26;border-radius:6px;padding:5px 10px;font-size:.8rem;font-weight:400;transition:all .2s}.portfolio-logo-section .capitalization-control .capitalization-select:hover:not(:disabled){background:#ffffff14;border-color:#ffffff40}.portfolio-logo-section .capitalization-control .capitalization-select:focus{background:#ffffff1a;border-color:#ffffff4d;outline:none}.portfolio-logo-section .capitalization-control .capitalization-select:disabled{opacity:.5;cursor:not-allowed}.portfolio-logo-section .capitalization-control .capitalization-select option{color:#fff;background:#1a1a1a;padding:8px}.btn-add-link{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;padding:8px 16px;font-size:.88rem;font-weight:600;transition:all .2s}.btn-add-link:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.btn-add-link:active{transform:translateY(0)}.btn-add-link:disabled{opacity:.5;cursor:not-allowed}.links-section{background:0 0;border:none;border-radius:0;flex:1;margin-bottom:24px;padding:0}.links-section .links-header{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.links-section .links-header h4{display:none}.links-section .links-header .btn-add-link{color:#fff;cursor:pointer;text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:14px;width:100%;max-width:500px;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .2s}.links-section .links-header .btn-add-link:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.links-section .links-header .btn-add-link:active{transform:translateY(0)}.links-section .links-header .btn-add-link:disabled{opacity:.5;cursor:not-allowed}.links-section .no-links{text-align:center;padding:60px 24px}.links-section .no-links p{color:#ffffff80;margin:0;font-size:1rem}.links-section .links-grid{flex-direction:column;gap:12px;padding:0;display:flex;overflow-y:visible}.bottom-actions{justify-content:center;padding:24px;display:flex}.bottom-actions .view-live-btn{color:#0b0b0b;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.bottom-actions .view-live-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.bottom-actions .view-live-btn:active{transform:translateY(0)}.powered-by{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-top:auto;padding:24px;display:flex}.powered-by .powered-text{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.7rem;font-weight:400}.powered-by .footer-logo{opacity:1;width:auto;height:36px}.logo-bg-container{border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:background-color .3s;display:flex;overflow:hidden}.logo-bg-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.logo-bg-row .logo-bg-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.75rem}.logo-bg-row .logo-bg-picker{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.logo-bg-row .logo-bg-preview-swatch{background-image:linear-gradient(45deg,#ffffff14 25%,#0000 25% 75%,#ffffff14 75%),linear-gradient(45deg,#ffffff14 25%,#0000 25% 75%,#ffffff14 75%);background-position:0 0,4px 4px;background-size:8px 8px;border:2px solid #ffffff38;border-radius:50%;flex-shrink:0;width:38px;height:38px;overflow:hidden}.logo-bg-row .logo-bg-preview-swatch img{object-fit:contain;width:100%;height:100%;display:block}.logo-bg-row .logo-bg-swatches{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.logo-bg-row .logo-bg-swatches .swatch{cursor:pointer;outline-offset:2px;border-radius:50%;outline:2px solid #0000;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .15s,outline .15s;display:flex}.logo-bg-row .logo-bg-swatches .swatch.active{outline-color:#fff;transform:scale(1.15)}.logo-bg-row .logo-bg-swatches .swatch:hover{transform:scale(1.1)}.logo-bg-row .logo-bg-swatches .color-picker-input{cursor:pointer;background:0 0;border:none;border-radius:50%;width:30px;height:30px;padding:0;overflow:hidden}.logo-bg-row .logo-bg-swatches .color-picker-input::-webkit-color-swatch-wrapper{padding:0}.logo-bg-row .logo-bg-swatches .color-picker-input::-webkit-color-swatch{border:none;border-radius:50%}.edit-section{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;margin:0 0 16px;padding:20px}.edit-section .edit-section-title{color:#fff;margin:0 0 16px;font-size:1rem;font-weight:600}.edit-section .edit-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.edit-section .edit-section-header .edit-section-title{white-space:nowrap;flex-shrink:0;margin:0}.contact-fields{flex-direction:column;gap:10px;display:flex}.contact-fields .edit-field-input{color:#fff;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:12px 16px;font-size:.9rem;transition:border-color .2s}.contact-fields .edit-field-input::placeholder{color:#ffffff59}.contact-fields .edit-field-input:focus{background:#ffffff14;border-color:#ffffff59;outline:none}.contact-fields .contact-visible-toggle{cursor:pointer;align-items:center;gap:10px;display:flex}.contact-fields .contact-visible-toggle input[type=checkbox]{accent-color:#fff;width:18px;height:18px}.contact-fields .contact-visible-toggle span{color:#ffffffa6;font-size:.88rem}.contact-fields .btn-save-section{color:#0b0b0b;cursor:pointer;background:#fff;border:none;border-radius:10px;align-self:flex-start;padding:11px 20px;font-size:.9rem;font-weight:600;transition:opacity .2s}.contact-fields .btn-save-section:disabled{opacity:.5;cursor:not-allowed}.contact-fields .btn-save-section:hover:not(:disabled){opacity:.85}.labeled-field{flex-direction:column;gap:5px;display:flex}.labeled-field .field-label{color:#ffffff73;text-transform:uppercase;letter-spacing:.4px;font-size:.7rem;font-weight:500}.no-services-text{color:#fff6;text-align:center;margin:0;padding:16px 0;font-size:.9rem}.services-edit-grid{flex-direction:column;gap:10px;display:flex}.service-edit-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.service-edit-card.hidden{opacity:.5;border-style:dashed}.service-edit-card:hover{background:#ffffff0d;border-color:#ffffff26}.service-card-content{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.svc-img-label{cursor:pointer;flex-shrink:0;position:relative}.svc-img-label .svc-card-img{object-fit:cover;border:1px solid #ffffff26;border-radius:10px;width:52px;height:52px;display:block}.svc-img-label .svc-card-img-placeholder{color:#fff6;background:#ffffff14;border:1px dashed #ffffff40;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .2s;display:flex}.svc-img-label .svc-card-img-placeholder:hover{background:#ffffff1f;border-color:#fff6}.svc-img-label .svc-uploading-overlay{color:#fff;background:#000000a6;border-radius:10px;justify-content:center;align-items:center;font-size:.65rem;display:flex;position:absolute;inset:0}.svc-card-info{flex:1;min-width:0}.svc-card-info .svc-card-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:.9rem;font-weight:600;overflow:hidden}.svc-card-info .svc-card-price{color:#ffffff8c;margin:0;font-size:.82rem}.svc-card-actions{flex-shrink:0;gap:6px;display:flex}.svc-card-actions .action-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.svc-card-actions .action-btn svg{flex-shrink:0;display:block}.svc-card-actions .action-btn:hover{transform:scale(1.1)}.svc-card-actions .action-btn.visibility-btn:hover{color:#3b82f6;background:#3b82f633;border-color:#3b82f6}.svc-card-actions .action-btn.edit-btn:hover{color:#f59e0b;background:#f59e0b33;border-color:#f59e0b}.svc-card-actions .action-btn.delete-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}.drag-link-wrapper,.drag-svc-wrapper{border-radius:14px;transition:opacity .2s,transform .15s}.drag-link-wrapper.dragging,.drag-svc-wrapper.dragging{opacity:.35;cursor:grabbing}.drag-link-wrapper.drag-over,.drag-svc-wrapper.drag-over{outline-offset:3px;outline:2px dashed #ffffff4d;transform:scale(1.015)}.service-editor-overlay{z-index:1000;background:#000000bf;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@media (min-width:480px){.service-editor-overlay{align-items:center}}.service-editor-modal{background:#181818;border-radius:20px 20px 0 0;width:100%;max-width:480px;max-height:90dvh;padding:24px 20px 32px;animation:.25s slideUp;overflow-y:auto}@media (min-width:480px){.service-editor-modal{border-radius:20px;padding:24px;animation:.2s scaleIn}}.service-editor-modal .service-editor-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.service-editor-modal .service-editor-header h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.service-editor-modal .service-editor-header .close-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;line-height:1;display:flex}.service-editor-modal .service-editor-header .close-btn:hover{background:#ffffff26}.service-editor-form{flex-direction:column;gap:14px;display:flex}.service-editor-form .form-section{flex-direction:column;gap:6px;display:flex}.service-editor-form .form-section label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.4px;font-size:.8rem;font-weight:500}.service-editor-form .form-section input,.service-editor-form .form-section textarea{color:#fff;resize:none;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem}.service-editor-form .form-section input::placeholder,.service-editor-form .form-section textarea::placeholder{color:#ffffff4d}.service-editor-form .form-section input:focus,.service-editor-form .form-section textarea:focus{background:#ffffff17;border-color:#ffffff4d;outline:none}.service-editor-form .checkbox-section .checkbox-label{cursor:pointer;align-items:center;gap:10px;display:flex}.service-editor-form .checkbox-section .checkbox-label input[type=checkbox]{accent-color:#fff;width:18px;height:18px}.service-editor-form .checkbox-section .checkbox-label span{color:#ffffffb3;font-size:.9rem}.service-editor-form .form-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.service-editor-form .form-actions .btn-cancel{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;padding:11px 20px;font-size:.9rem;transition:background .2s}.service-editor-form .form-actions .btn-cancel:hover{background:#ffffff1f}.service-editor-form .form-actions .btn-save{color:#0b0b0b;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:11px 24px;font-size:.9rem;font-weight:700;transition:opacity .2s}.service-editor-form .form-actions .btn-save:disabled{opacity:.5;cursor:not-allowed}.service-editor-form .form-actions .btn-save:hover:not(:disabled){opacity:.85}.logo-crop-overlay{z-index:2000;background:#000000e0;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.logo-crop-modal{background:#1a1a1a;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:360px;padding:24px 20px;animation:.2s scaleIn;display:flex}.logo-crop-modal .crop-header{justify-content:space-between;align-items:center;width:100%;display:flex}.logo-crop-modal .crop-header h3{color:#fff;margin:0;font-size:1.05rem;font-weight:700}.logo-crop-modal .crop-header .close-btn{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;line-height:1;display:flex}.logo-crop-modal .crop-header .close-btn:hover{background:#ffffff26}.crop-circle-preview{background:#000;border:3px solid #ffffff40;border-radius:50%;flex-shrink:0;width:220px;height:220px;overflow:hidden}.crop-circle-preview img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;transition:transform .1s;display:block}.crop-zoom-row{align-items:center;gap:10px;width:100%;display:flex}.crop-zoom-row .zoom-label{color:#ffffff80;white-space:nowrap;font-size:.78rem}.crop-zoom-row .zoom-slider{accent-color:#fff;cursor:pointer;flex:1;height:4px}.crop-zoom-row .zoom-value{color:#ffffff80;text-align:right;width:30px;font-size:.78rem}.crop-footer-actions{gap:10px;width:100%;display:flex}.crop-footer-actions .crop-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px;font-size:.9rem;font-weight:600;transition:opacity .2s}.crop-footer-actions .crop-btn.cancel{color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff1f}.crop-footer-actions .crop-btn.cancel:hover{background:#ffffff21}.crop-footer-actions .crop-btn.confirm{color:#0b0b0b;background:#fff}.crop-footer-actions .crop-btn.confirm:disabled{opacity:.5;cursor:not-allowed}.crop-footer-actions .crop-btn.confirm:hover:not(:disabled){opacity:.88}.live-preview-section{margin-bottom:24px}.btn-toggle-preview{color:#ffffff8c;cursor:pointer;background:#ffffff08;border:1px dashed #ffffff2e;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.btn-toggle-preview:hover{color:#ffffffe6;background:#ffffff12;border-color:#ffffff4d}.btn-toggle-preview.open{color:#fffc;border-style:solid}.live-preview-card{background:#0000004d;border:1px solid #ffffff14;border-radius:16px;margin-top:14px;padding:16px;animation:.2s fadeIn}.live-preview-card .preview-label{text-align:center;color:#ffffff4d;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 14px;font-size:.65rem;font-weight:500}.live-preview-card .preview-links-list,.live-preview-card .preview-pv-links{flex-direction:column;gap:10px;display:flex}.live-preview-card .preview-pv-btn{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;background:#ffffff1a;border:1px solid #fff3;border-radius:16px;align-items:center;gap:16px;width:100%;padding:16px 18px;transition:opacity .2s,transform .15s;display:flex}.live-preview-card .preview-pv-btn:active{cursor:grabbing}.live-preview-card .preview-pv-btn.hidden{opacity:.35;border-style:dashed}.live-preview-card .preview-pv-btn.dragging{opacity:.25;cursor:grabbing}.live-preview-card .preview-pv-btn.drag-over{outline-offset:2px;outline:2px dashed #fff6;transform:scale(1.02)}.live-preview-card .preview-pv-btn.preview-pv-fixed{cursor:default;opacity:.65}.live-preview-card .preview-pv-btn .preview-pv-icon{color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex;overflow:hidden}.live-preview-card .preview-pv-btn .preview-pv-icon img{object-fit:cover;border-radius:50%;width:100%;height:100%}.live-preview-card .preview-pv-btn .preview-pv-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:1rem;font-weight:600;overflow:hidden}.live-preview-card .preview-pv-btn .preview-hidden-badge{color:#fff6;text-transform:uppercase;letter-spacing:.5px;background:#ffffff12;border:1px solid #ffffff1f;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.62rem;font-weight:600}.live-preview-card .preview-empty{text-align:center;color:#ffffff4d;margin:8px 0;font-size:.85rem}.edit-section-header-actions{align-items:center;gap:8px;display:flex}.btn-preview-pkgs{color:#ffffffa6;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:5px;padding:7px 12px;font-size:.78rem;font-weight:500;transition:all .2s;display:flex}.btn-preview-pkgs:hover{color:#ffffffe6;background:#ffffff1c;border-color:#fff3}.packages-popup-overlay{z-index:950;background:#000000b8;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.packages-popup{background:#1e1e1e;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;width:100%;max-width:420px;max-height:80vh;animation:.2s scaleIn;display:flex;overflow:hidden}.packages-popup .packages-popup-header{border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.packages-popup .packages-popup-header h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.packages-popup .packages-popup-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.packages-popup .packages-popup-close:hover{background:#ffffff26}.packages-popup .packages-popup-list{flex-direction:column;gap:8px;padding:10px;display:flex;overflow-y:auto}.packages-popup .packages-popup-item{color:#fff;cursor:pointer;text-align:left;background:#ffffff0f;border:1px solid #ffffff17;border-radius:12px;align-items:center;gap:14px;width:100%;padding:12px 14px;transition:all .2s;display:flex}.packages-popup .packages-popup-item:hover{background:#ffffff1c;border-color:#fff3;transform:translate(3px)}.packages-popup .packages-popup-item:active{transform:translate(0)}.packages-popup .pkg-thumb{object-fit:cover;background:#ffffff0d;border-radius:8px;flex-shrink:0;width:52px;height:52px}.packages-popup .pkg-thumb-placeholder{color:#ffffff59;background:#ffffff12;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.packages-popup .pkg-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.packages-popup .pkg-name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.packages-popup .pkg-price{color:#4ade80;font-size:.9rem;font-weight:700}.service-modal-overlay{z-index:1000;background:#000000e0;justify-content:center;align-items:center;padding:20px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.service-modal{background:#1a1a1a;border:1px solid #ffffff26;border-radius:20px;width:100%;max-width:440px;animation:.2s scaleIn;position:relative;overflow:hidden}.service-modal .service-modal-close{color:#fff;cursor:pointer;z-index:2;background:#0009;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.service-modal .service-modal-close:hover{background:#000000d9}.service-modal .service-modal-img{object-fit:contain;background:#111;width:100%;max-height:60vh;display:block}.service-modal .service-modal-info{padding:16px 20px 20px}.service-modal .service-modal-info h3{color:#fff;margin:0 0 8px;font-size:1.1rem;font-weight:700}.service-modal .service-modal-info .service-modal-price{color:#4ade80;margin:0 0 8px;font-size:1.3rem;font-weight:800}.service-modal .service-modal-info .service-modal-desc{color:#ffffffb3;white-space:pre-line;margin:0;font-size:.9rem;line-height:1.5}@media (max-width:768px){.portfolio-edit-new{padding:16px}.password-content{padding:0 16px}.password-content .lock-icon{width:100px;height:100px;margin-bottom:24px}.password-content h2{margin-bottom:32px;font-size:1.75rem}.portfolio-header{flex-direction:column;padding:20px}.portfolio-header .portfolio-info{width:100%}.portfolio-header .portfolio-info h3{font-size:1.25rem}.portfolio-header .portfolio-actions{width:100%}.portfolio-header .portfolio-actions .upload-logo-btn{justify-content:center;width:100%}.links-section{padding:0}.service-edit-card .action-btn{width:32px;height:32px}}
