.Header-module__gbg3bW__header{z-index:100;height:80px;transition:all var(--transition-base);border-bottom:1px solid #0000;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__gbg3bW__header_scrolled{-webkit-backdrop-filter:blur(20px);background:#f5f3ecd9;border-bottom:1px solid #00000014;height:70px;box-shadow:0 10px 30px #00000026}.Header-module__gbg3bW__header__container{max-width:var(--container-max);padding:0 var(--section-padding-x);justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex}.Header-module__gbg3bW__header__logo{font-family:var(--font-primary);color:var(--neutral-900);align-items:center;gap:8px;font-size:1.35rem;font-weight:800;text-decoration:none;display:flex}.Header-module__gbg3bW__header__logo_dot{background:#c68e61;border-radius:50%;width:8px;height:8px}.Header-module__gbg3bW__header__nav{align-items:center;gap:32px;display:flex}.Header-module__gbg3bW__header__link{font-family:var(--font-secondary);color:var(--neutral-700);transition:color var(--transition-fast);padding:6px 0;font-size:.92rem;font-weight:500;text-decoration:none;position:relative}.Header-module__gbg3bW__header__link:hover{color:var(--neutral-900)}.Header-module__gbg3bW__header__link:after{content:"";background:var(--accent-600);transform-origin:100%;width:100%;height:2px;transition:transform var(--transition-base);position:absolute;bottom:0;left:0;transform:scaleX(0)}.Header-module__gbg3bW__header__link:hover:after{transform-origin:0;transform:scaleX(1)}.Header-module__gbg3bW__header__actions{align-items:center;gap:16px;display:flex}.Header-module__gbg3bW__header__cta{background:var(--neutral-900);border:1px solid var(--neutral-800);border-radius:var(--radius-full);font-family:var(--font-primary);color:#fff;transition:all var(--transition-base);align-items:center;gap:8px;padding:10px 22px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.Header-module__gbg3bW__header__cta:hover{background:var(--neutral-800);transform:translateY(-1px);box-shadow:0 4px 15px #0000001a}.Header-module__gbg3bW__header__mobile_toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;width:24px;display:none}.Header-module__gbg3bW__header__bar{background:var(--neutral-900);border-radius:var(--radius-full);width:100%;height:2px;transition:all var(--transition-base)}.Header-module__gbg3bW__mobile_drawer{-webkit-backdrop-filter:blur(20px);z-index:99;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.Header-module__gbg3bW__mobile_drawer_open{transform:translateY(0)}.Header-module__gbg3bW__mobile_drawer__link{font-family:var(--font-primary);color:var(--neutral-900);transition:color var(--transition-fast);font-size:1.6rem;font-weight:700;text-decoration:none}.Header-module__gbg3bW__mobile_drawer__link:hover{color:var(--accent-600)}.Header-module__gbg3bW__mobile_drawer__cta{background:var(--gradient-cta);border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-50);padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none}@media (max-width:1024px){.Header-module__gbg3bW__header__nav,.Header-module__gbg3bW__header__cta{display:none}.Header-module__gbg3bW__header__mobile_toggle{display:flex}.Header-module__gbg3bW__header_active .Header-module__gbg3bW__header__bar:first-child{transform:translateY(8px)rotate(45deg)}.Header-module__gbg3bW__header_active .Header-module__gbg3bW__header__bar:nth-child(2){opacity:0}.Header-module__gbg3bW__header_active .Header-module__gbg3bW__header__bar:nth-child(3){transform:translateY(-8px)rotate(-45deg)}}.Header-module__gbg3bW__header__dropdown_container{align-items:center;display:flex;position:relative}.Header-module__gbg3bW__header__dropdown_trigger{cursor:pointer;align-items:center;gap:4px;display:flex}.Header-module__gbg3bW__header__dropdown_trigger svg{transition:transform .3s}.Header-module__gbg3bW__icon_rotate{transform:rotate(180deg)}.Header-module__gbg3bW__header__dropdown_menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;background-color:#0a0e27f2;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;min-width:200px;padding:8px 0;transition:all .3s;display:flex;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 25px #00000080}.Header-module__gbg3bW__dropdown_open{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__gbg3bW__header__dropdown_link{color:#fff;padding:10px 20px;font-size:.95rem;text-decoration:none;transition:color .3s,background-color .3s}.Header-module__gbg3bW__header__dropdown_link:hover{color:var(--primary-color);background-color:#ffffff0d}.Header-module__gbg3bW__mobile_drawer__dropdown_container{flex-direction:column;width:100%;display:flex}.Header-module__gbg3bW__mobile_drawer__dropdown_trigger{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:15px;font-size:1.5rem;font-weight:500;transition:color .3s;display:flex}.Header-module__gbg3bW__mobile_drawer__dropdown_trigger:hover{color:var(--primary-color)}.Header-module__gbg3bW__mobile_drawer__dropdown_trigger svg{transition:transform .3s}.Header-module__gbg3bW__mobile_drawer__dropdown_menu{background-color:#ffffff05;border-radius:8px;flex-direction:column;max-height:0;margin:0 15px;transition:max-height .4s;display:flex;overflow:hidden}.Header-module__gbg3bW__mobile_dropdown_open{max-height:200px;margin-bottom:10px}.Header-module__gbg3bW__mobile_drawer__dropdown_link{color:#fff;padding:12px 20px;font-size:1.1rem;text-decoration:none;transition:color .3s}.Header-module__gbg3bW__mobile_drawer__dropdown_link:hover{color:var(--primary-color)}
.Footer-module__8-teKW__footer{background:var(--bg-hero);border-top:1px solid #00000014;padding:80px 0 40px;position:relative;overflow:hidden}.Footer-module__8-teKW__footer__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 100%,#0000000d 0%,#0000 60%);position:absolute;inset:0}.Footer-module__8-teKW__footer__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);flex-direction:column;gap:64px;width:100%;margin:0 auto;display:flex;position:relative}.Footer-module__8-teKW__cta_block{text-align:center;background:var(--primary-800);border-radius:var(--radius-2xl);border:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:28px;width:100%;max-width:960px;margin:0 auto;padding:64px 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0003}.Footer-module__8-teKW__cta_block:before{content:"";pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#c68e6126 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}.Footer-module__8-teKW__cta_title{font-family:var(--font-primary);color:var(--neutral-50);letter-spacing:-.01em;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:850;line-height:1.15}.Footer-module__8-teKW__cta_text{color:var(--neutral-300);max-width:620px;font-size:1.05rem;line-height:1.75}.Footer-module__8-teKW__cta_buttons{flex-wrap:wrap;justify-content:center;gap:18px;width:100%;margin-top:8px;display:flex}.Footer-module__8-teKW__cta_btn{font-family:var(--font-primary);border-radius:var(--radius-full);transition:all var(--transition-base);justify-content:center;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.Footer-module__8-teKW__cta_btn_primary{background:var(--gradient-cta);color:var(--neutral-50);box-shadow:0 4px 20px #c68e6159}.Footer-module__8-teKW__cta_btn_primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c68e6180}.Footer-module__8-teKW__cta_btn_whatsapp{background:var(--gradient-whatsapp);color:var(--neutral-50);box-shadow:0 4px 20px #25d36640}.Footer-module__8-teKW__cta_btn_whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 30px #25d36666}.Footer-module__8-teKW__cta_contacts{font-family:var(--font-secondary);color:var(--neutral-300);flex-wrap:wrap;justify-content:center;gap:20px;width:100%;margin-top:16px;font-size:.9rem;display:flex}.Footer-module__8-teKW__contact_item{border-radius:var(--radius-full);transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:12px;padding:12px 24px;display:flex}.Footer-module__8-teKW__contact_item:hover{background:#ffffff1a;border-color:#c68e614d;transform:translateY(-1px)}.Footer-module__8-teKW__contact_icon{justify-content:center;align-items:center;display:flex}.Footer-module__8-teKW__contact_link{color:var(--neutral-50);transition:all var(--transition-base);border-bottom:1px solid #ffffff4d;padding-bottom:1px;font-weight:600;text-decoration:none}.Footer-module__8-teKW__contact_link:hover{color:var(--accent-400);border-bottom-color:var(--accent-400)}.Footer-module__8-teKW__middle_bar{border-top:1px solid #00000014;grid-template-columns:1.2fr .8fr;align-items:center;gap:48px;padding-top:56px;display:grid}.Footer-module__8-teKW__info_col{flex-direction:column;gap:16px;display:flex}.Footer-module__8-teKW__brand{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.4rem;font-weight:800}.Footer-module__8-teKW__desc{color:var(--neutral-700);max-width:420px;font-size:.9rem;line-height:1.6}.Footer-module__8-teKW__nav_col{flex-direction:column;gap:16px;display:flex}.Footer-module__8-teKW__nav_links{flex-wrap:wrap;justify-content:flex-end;gap:24px;display:flex}.Footer-module__8-teKW__nav_link{color:var(--neutral-700);transition:color var(--transition-fast);font-size:.9rem;text-decoration:none}.Footer-module__8-teKW__nav_link:hover{color:var(--accent-600)}.Footer-module__8-teKW__bottom_bar{color:var(--neutral-600);border-top:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:32px;font-size:.82rem;display:flex}@media (max-width:768px){.Footer-module__8-teKW__footer{padding:60px 0 30px}.Footer-module__8-teKW__middle_bar{text-align:center;grid-template-columns:1fr;gap:32px}.Footer-module__8-teKW__info_col{align-items:center}.Footer-module__8-teKW__nav_links{justify-content:center}.Footer-module__8-teKW__bottom_bar{text-align:center;flex-direction:column}}
@keyframes Hero-module__b0RKna__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__b0RKna__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__b0RKna__float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes Hero-module__b0RKna__pulse_glow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes Hero-module__b0RKna__scrollDot{0%,to{opacity:1;transform:translate(-50%)translateY(0)}50%{opacity:.3;transform:translate(-50%)translateY(12px)}}.Hero-module__b0RKna__hero{background:var(--bg-hero);align-items:center;min-height:100vh;padding:clamp(120px,15vh,180px) 0 clamp(80px,10vh,120px);display:flex;position:relative;overflow:hidden}.Hero-module__b0RKna__hero__bg_orbs{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.Hero-module__b0RKna__hero__orb{filter:blur(80px);opacity:.45;border-radius:50%;animation:10s ease-in-out infinite Hero-module__b0RKna__float;position:absolute}.Hero-module__b0RKna__hero__orb_1{background:radial-gradient(circle,#c68e610d 0%,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-15%;left:-5%}.Hero-module__b0RKna__hero__orb_2{background:radial-gradient(circle,#00000008 0%,#0000 70%);width:500px;height:500px;animation-delay:2s;bottom:-5%;right:-5%}.Hero-module__b0RKna__hero__orb_3{background:radial-gradient(circle,#c68e6114 0%,#0000 70%);width:400px;height:400px;animation-delay:4s;top:30%;right:20%}.Hero-module__b0RKna__hero__orb_4{background:radial-gradient(circle,#c68e611f 0%,#0000 70%);width:300px;height:300px;animation-delay:1s;top:15%;left:35%}.Hero-module__b0RKna__hero__grid_overlay{z-index:0;background-image:linear-gradient(#00000008 1px,#0000 1px),linear-gradient(90deg,#00000008 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.Hero-module__b0RKna__hero__radial_overlay{z-index:0;background:radial-gradient(at 50% 30%,#0000 20%,#f7f5f0cc 80%);position:absolute;inset:0}.Hero-module__b0RKna__hero__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);text-align:center;flex-direction:column;align-items:center;width:100%;margin:0 auto;display:flex;position:relative}.Hero-module__b0RKna__hero__content{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:960px;display:flex}.Hero-module__b0RKna__hero__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-800);opacity:0;-webkit-backdrop-filter:blur(8px);background:#0000000a;border:1px solid #00000014;align-items:center;gap:12px;margin-bottom:32px;padding:8px 20px 8px 12px;font-size:.85rem;font-weight:600;animation:.6s ease-out .1s forwards Hero-module__b0RKna__fadeInUp;display:inline-flex}.Hero-module__b0RKna__hero__online_dot{background-color:var(--success-500);border-radius:50%;width:10px;height:10px;display:inline-block;position:relative;box-shadow:0 0 10px #22c55e66}.Hero-module__b0RKna__hero__online_dot_pulse{border:2px solid var(--success-400);opacity:.8;border-radius:50%;animation:2s ease-in-out infinite Hero-module__b0RKna__pulse_glow;position:absolute;inset:-4px}.Hero-module__b0RKna__hero__headline{font-family:var(--font-primary);color:var(--neutral-900);opacity:0;letter-spacing:-.02em;max-width:900px;margin-bottom:28px;font-size:clamp(2.5rem,5.5vw,4.5rem);font-weight:900;line-height:1.08;animation:.8s ease-out .25s forwards Hero-module__b0RKna__fadeInUp}.Hero-module__b0RKna__hero__headline_highlight{background:linear-gradient(to right, var(--accent-600) 0%, var(--accent-400) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;position:relative}.Hero-module__b0RKna__hero__subheadline{font-family:var(--font-secondary);color:var(--neutral-700);opacity:0;max-width:720px;margin-bottom:44px;font-size:clamp(1rem,1.6vw,1.2rem);font-weight:400;line-height:1.85;animation:.8s ease-out .4s forwards Hero-module__b0RKna__fadeInUp}.Hero-module__b0RKna__hero__subheadline strong{color:var(--neutral-900);text-shadow:none;font-weight:700}.Hero-module__b0RKna__hero__cta_group{opacity:0;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:56px;animation:.8s ease-out .55s forwards Hero-module__b0RKna__fadeInUp;display:flex}.Hero-module__b0RKna__hero__cta{font-family:var(--font-primary);border-radius:var(--radius-full);transition:all var(--transition-base);letter-spacing:.01em;align-items:center;gap:12px;padding:16px 36px;font-size:1rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.Hero-module__b0RKna__hero__cta_primary{background:var(--gradient-cta);color:#fff;box-shadow:0 4px 20px #c68e6166}.Hero-module__b0RKna__hero__cta_primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 8px 30px #c68e618c}.Hero-module__b0RKna__hero__cta_whatsapp{background:var(--neutral-900);color:#fff;border:1px solid #0000;box-shadow:0 4px 15px #00000026}.Hero-module__b0RKna__hero__cta_whatsapp:hover{background:var(--neutral-800);border-color:#0000;transform:translateY(-2px)scale(1.02);box-shadow:0 8px 30px #00000040}.Hero-module__b0RKna__hero__cta_icon{align-items:center;display:flex}.Hero-module__b0RKna__hero__freelancer_wrapper{opacity:0;justify-content:center;width:100%;margin-bottom:56px;animation:.8s ease-out .7s forwards Hero-module__b0RKna__fadeInUp;display:flex}.Hero-module__b0RKna__hero__freelancer_badge{border-radius:var(--radius-full);font-family:var(--font-secondary);color:var(--neutral-800);-webkit-backdrop-filter:blur(8px);transition:all var(--transition-base);background:#fff9;border:1px solid #0000000d;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;padding:10px 24px;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex;box-shadow:0 8px 30px #0000000d}.Hero-module__b0RKna__hero__freelancer_badge:hover{background:#fff;border-color:#29b2fe66;transform:translateY(-2px);box-shadow:0 12px 30px #29b2fe26}.Hero-module__b0RKna__hero__freelancer_logo_inline{color:#29b2fe;vertical-align:middle;filter:drop-shadow(0 0 4px #29b2fe4d);justify-content:center;align-items:center;display:inline-flex;transform:translateY(-1px)}.Hero-module__b0RKna__hero__freelancer_text strong{color:var(--neutral-900);font-weight:700}.Hero-module__b0RKna__hero__freelancer_stars{color:#facc15;letter-spacing:1px;text-shadow:none;align-items:center;font-size:.95rem;display:inline-flex}.Hero-module__b0RKna__hero__stats{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);width:100%;max-width:1100px;transition:all var(--transition-base);opacity:0;background:#fff9;border:1px solid #0000000d;justify-content:space-around;align-items:center;margin-top:32px;padding:24px 36px;animation:.8s ease-out .85s forwards Hero-module__b0RKna__fadeInUp;display:flex;box-shadow:0 10px 30px #00000008}.Hero-module__b0RKna__hero__stats:hover{background:#fff;border-color:#00000014;transform:translateY(-3px);box-shadow:0 15px 40px #c68e611a}.Hero-module__b0RKna__hero__stat{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 16px;display:flex;position:relative}.Hero-module__b0RKna__hero__stat:not(:last-child):after{content:"";background:#00000014;width:1px;height:70%;position:absolute;top:15%;right:0}.Hero-module__b0RKna__hero__stat_number{font-family:var(--font-primary);color:var(--neutral-900);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:clamp(1.3rem,1.8vw,1.6rem);font-weight:800}.Hero-module__b0RKna__hero__stat_label{font-family:var(--font-secondary);color:var(--neutral-600);font-size:.85rem;font-weight:500;line-height:1.4}.Hero-module__b0RKna__hero__scroll_indicator{opacity:0;z-index:2;flex-direction:column;align-items:center;gap:8px;animation:1s ease-out 1.2s forwards Hero-module__b0RKna__fadeIn;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__b0RKna__hero__scroll_mouse{border:2px solid #0003;border-radius:12px;width:22px;height:34px;position:relative}.Hero-module__b0RKna__hero__scroll_dot{background:var(--neutral-600);border-radius:50%;width:4px;height:6px;animation:2s ease-in-out infinite Hero-module__b0RKna__scrollDot;position:absolute;top:6px;left:50%;transform:translate(-50%)}.Hero-module__b0RKna__hero__scroll_text{color:var(--neutral-500);text-transform:uppercase;letter-spacing:.15em;font-size:.65rem;font-weight:600}@media (max-width:992px){.Hero-module__b0RKna__hero__stats{padding:20px}}@media (max-width:768px){.Hero-module__b0RKna__hero{padding:clamp(100px,12vh,140px) 0 80px}.Hero-module__b0RKna__hero__headline{font-size:clamp(2rem,7.5vw,3rem)}.Hero-module__b0RKna__hero__cta_group{flex-direction:column;width:100%;max-width:360px}.Hero-module__b0RKna__hero__cta{justify-content:center;width:100%;padding:14px 28px}.Hero-module__b0RKna__hero__stats{flex-direction:column;gap:20px;padding:24px 16px}.Hero-module__b0RKna__hero__stat{width:100%;padding:0}.Hero-module__b0RKna__hero__stat:not(:last-child):after{content:"";background:#00000014;width:70%;height:1px;position:absolute;inset:auto 15% -10px}.Hero-module__b0RKna__hero__scroll_indicator{display:none}}@media (max-width:480px){.Hero-module__b0RKna__hero__label{margin-bottom:24px;padding:6px 14px 6px 8px;font-size:.78rem}.Hero-module__b0RKna__hero__label_icon_container{width:20px;height:20px}.Hero-module__b0RKna__hero__badge{padding:6px 12px;font-size:.75rem}}
.AboutMe-module__wXAccW__about_section{background:var(--bg-100);padding:100px 5%;position:relative;overflow:hidden}.AboutMe-module__wXAccW__about_container{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;max-width:1200px;margin:0 auto;display:grid}.AboutMe-module__wXAccW__about_image_wrapper{aspect-ratio:4/5;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.AboutMe-module__wXAccW__about_image_wrapper:before{content:"";background:var(--gradient-cta);z-index:0;opacity:.5;border-radius:22px;position:absolute;inset:-2px}.AboutMe-module__wXAccW__about_image{object-fit:cover;z-index:1;border:1px solid #ffffff1a;border-radius:20px;width:100%;height:100%;position:relative}.AboutMe-module__wXAccW__about_content{flex-direction:column;gap:24px;display:flex}.AboutMe-module__wXAccW__about_subtitle{color:var(--accent-500);font-family:var(--font-primary);letter-spacing:2px;text-transform:uppercase;margin:0;font-size:1rem;font-weight:600}.AboutMe-module__wXAccW__about_title{color:var(--text-50);font-family:var(--font-primary);margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.AboutMe-module__wXAccW__about_text{color:var(--text-300);margin:0;font-size:1.1rem;line-height:1.6}.AboutMe-module__wXAccW__about_text strong{color:var(--text-50);font-weight:600}.AboutMe-module__wXAccW__why_list{flex-direction:column;gap:12px;margin:10px 0;padding:0;list-style:none;display:flex}.AboutMe-module__wXAccW__why_item{color:var(--text-200);align-items:flex-start;gap:12px;font-size:1.05rem;line-height:1.5;display:flex}.AboutMe-module__wXAccW__check_icon{color:var(--accent-500);flex-shrink:0;margin-top:2px}.AboutMe-module__wXAccW__cta_box{background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;margin-top:20px;padding:24px}.AboutMe-module__wXAccW__cta_title{color:var(--text-50);font-family:var(--font-primary);margin-top:0;margin-bottom:12px;font-size:1.4rem;font-weight:600}.AboutMe-module__wXAccW__cta_text{color:var(--text-300);margin-bottom:20px;font-size:1rem;line-height:1.5}.AboutMe-module__wXAccW__whatsapp_btn{background:var(--gradient-whatsapp,linear-gradient(135deg, #25d366 0%, #128c7e 100%));color:#fff;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 4px 15px #25d3664d}.AboutMe-module__wXAccW__whatsapp_btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}@media (max-width:992px){.AboutMe-module__wXAccW__about_container{grid-template-columns:1fr;gap:40px}.AboutMe-module__wXAccW__about_image_wrapper{max-width:500px;margin:0 auto}.AboutMe-module__wXAccW__about_title{font-size:2rem}}
.PortfolioSlider-module__C7d-cq__portfolioSlider{background:var(--bg-hero);border-top:1px solid #ffffff0d;padding:100px 0;position:relative;overflow:hidden}.PortfolioSlider-module__C7d-cq__portfolioSlider__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 90%,#0000000d 0%,#0000 60%);position:absolute;inset:0}.PortfolioSlider-module__C7d-cq__portfolioSlider__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.PortfolioSlider-module__C7d-cq__portfolioSlider__header{text-align:center;margin-bottom:56px}.PortfolioSlider-module__C7d-cq__portfolioSlider__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-800);letter-spacing:.1rem;text-transform:uppercase;background:#0000000a;border:1px solid #00000014;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.PortfolioSlider-module__C7d-cq__portfolioSlider__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.PortfolioSlider-module__C7d-cq__portfolioSlider__title_highlight{color:var(--accent-600)}.PortfolioSlider-module__C7d-cq__portfolioSlider__subtitle{color:var(--neutral-700);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.PortfolioSlider-module__C7d-cq__slider__wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.PortfolioSlider-module__C7d-cq__slider__track_container{width:100%;padding:10px 40px;overflow:hidden}.PortfolioSlider-module__C7d-cq__slider__track{width:100%;animation:15s linear infinite PortfolioSlider-module__C7d-cq__scrollMarqueeDesktop;display:flex}.PortfolioSlider-module__C7d-cq__slider__track:hover{animation-play-state:paused}@keyframes PortfolioSlider-module__C7d-cq__scrollMarqueeDesktop{0%{transform:translate(0)}to{transform:translate(-100%)}}.PortfolioSlider-module__C7d-cq__slide{max-width:50%;transition:all var(--transition-base);background:0 0;flex-direction:column;flex:0 0 50%;padding:0 10px;display:flex;overflow:hidden}.PortfolioSlider-module__C7d-cq__slide__image_container{border-radius:var(--radius-lg);cursor:pointer;background:0 0;width:100%;position:relative;overflow:hidden}.PortfolioSlider-module__C7d-cq__slide__image{object-fit:contain;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.PortfolioSlider-module__C7d-cq__slide:hover .PortfolioSlider-module__C7d-cq__slide__image{transform:scale(1.05)}.PortfolioSlider-module__C7d-cq__slide__overlay{opacity:0;transition:opacity var(--transition-base);display:flex;position:absolute;top:16px;right:16px}.PortfolioSlider-module__C7d-cq__slide:hover .PortfolioSlider-module__C7d-cq__slide__overlay{opacity:1}.PortfolioSlider-module__C7d-cq__slide__expand_btn{width:40px;height:40px;color:var(--neutral-900);-webkit-backdrop-filter:blur(4px);transition:all var(--transition-base);background:#ffffffd9;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 12px #0000001a}.PortfolioSlider-module__C7d-cq__slide__expand_btn:hover{background:var(--accent-500);color:#fff;border-color:#0000;transform:scale(1.1)}.PortfolioSlider-module__C7d-cq__slide__info{flex-direction:column;flex-grow:1;gap:12px;padding:24px;display:flex}.PortfolioSlider-module__C7d-cq__slide__title_row{justify-content:space-between;align-items:center;gap:16px;display:flex}.PortfolioSlider-module__C7d-cq__slide__title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.25rem;font-weight:750}.PortfolioSlider-module__C7d-cq__slide__tags{gap:8px;display:flex}.PortfolioSlider-module__C7d-cq__slide__tag{color:var(--neutral-600);border-radius:var(--radius-sm);background:#0000000d;border:1px solid #0000000d;padding:4px 10px;font-size:.72rem;font-weight:600}.PortfolioSlider-module__C7d-cq__lightbox{-webkit-backdrop-filter:blur(12px);z-index:9999;background:#fffffff2;justify-content:center;align-items:center;padding:40px;animation:.3s ease-out PortfolioSlider-module__C7d-cq__fadeIn;display:flex;position:fixed;inset:0}.PortfolioSlider-module__C7d-cq__lightbox__close{color:var(--neutral-900);cursor:pointer;width:48px;height:48px;transition:all var(--transition-base);z-index:10;background:#0000000d;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;right:24px}.PortfolioSlider-module__C7d-cq__lightbox__close:hover{color:var(--accent-600);background:#c68e6126;border-color:#c68e6166;transform:rotate(90deg)}.PortfolioSlider-module__C7d-cq__lightbox__content{flex-direction:column;gap:20px;width:100%;max-width:1000px;height:auto;max-height:85vh;display:flex;position:relative}.PortfolioSlider-module__C7d-cq__lightbox__image_wrapper{border-radius:var(--radius-xl);background:#f7f5f0;border:1px solid #0000001a;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.PortfolioSlider-module__C7d-cq__lightbox__image{object-fit:contain;width:100%;height:auto;max-height:70vh}.PortfolioSlider-module__C7d-cq__lightbox__info{text-align:center;color:var(--neutral-900);flex-direction:column;gap:8px;display:flex}.PortfolioSlider-module__C7d-cq__lightbox__title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.6rem;font-weight:800}.PortfolioSlider-module__C7d-cq__lightbox__desc{color:var(--neutral-700);max-width:700px;margin:0 auto;font-size:.95rem;line-height:1.6}@media (max-width:768px){.PortfolioSlider-module__C7d-cq__portfolioSlider{padding:80px 0}.PortfolioSlider-module__C7d-cq__slide{flex:0 0 100%;max-width:100%}.PortfolioSlider-module__C7d-cq__lightbox{padding:20px}.PortfolioSlider-module__C7d-cq__lightbox__close{width:40px;height:40px;top:16px;right:16px}}
.Services-module__L0pS0W__services{padding:var(--section-padding-y) 0;background:var(--bg-hero);position:relative;overflow:hidden}.Services-module__L0pS0W__services__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 80% 80%,#0000000d 0%,#0000 60%);position:absolute;inset:0}.Services-module__L0pS0W__services__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.Services-module__L0pS0W__services__header{text-align:center;margin-bottom:64px}.Services-module__L0pS0W__services__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--primary-800);letter-spacing:.1rem;text-transform:uppercase;background:#00000014;border:1px solid #00000026;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.Services-module__L0pS0W__services__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.Services-module__L0pS0W__services__title_highlight{color:var(--accent-600)}.Services-module__L0pS0W__services__subtitle{color:var(--neutral-700);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.Services-module__L0pS0W__services__tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:48px;display:flex}.Services-module__L0pS0W__services__tab{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-600);transition:all var(--transition-base);background:#00000008;border:1px solid #0000000d;padding:10px 24px;font-size:.88rem;font-weight:600}.Services-module__L0pS0W__services__tab:hover{color:var(--neutral-800);background:#0000000d}.Services-module__L0pS0W__services__tab_active{border-color:var(--neutral-300);color:var(--neutral-900);background:#fff;box-shadow:0 4px 15px #0000000d}.Services-module__L0pS0W__services__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.Services-module__L0pS0W__services__card{border-radius:var(--radius-xl);transition:all var(--transition-smooth);background:#fff;border:1px solid #0000000d;flex-direction:column;align-items:flex-start;padding:32px 24px;display:flex}.Services-module__L0pS0W__services__card:hover{background:#fff;border-color:#c68e614d;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d,0 0 30px #c68e610d}.Services-module__L0pS0W__services__card_icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent-500);background:#c68e611a;border:1px solid #c68e6133;justify-content:center;align-items:center;margin-bottom:20px;font-size:1.4rem;display:flex}.Services-module__L0pS0W__services__card_title{font-family:var(--font-primary);color:var(--accent-500);margin-bottom:12px;font-size:1.15rem;font-weight:700}.Services-module__L0pS0W__services__card_desc{color:var(--neutral-600);flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.6}.Services-module__L0pS0W__services__card_link{font-family:var(--font-primary);color:var(--accent-600);transition:gap var(--transition-fast);align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:inline-flex}.Services-module__L0pS0W__services__card_link:hover{gap:10px}@media (max-width:768px){.Services-module__L0pS0W__services__tabs{gap:8px}.Services-module__L0pS0W__services__tab{padding:8px 18px;font-size:.8rem}.Services-module__L0pS0W__services__grid{grid-template-columns:1fr;gap:16px}}
.AITools-module__2XDHya__aiTools{padding:var(--section-padding-y) 0;background:var(--bg-section-dark);position:relative;overflow:hidden}.AITools-module__2XDHya__aiTools__bg{pointer-events:none;z-index:0;position:absolute;inset:0}.AITools-module__2XDHya__aiTools__bg_glow{filter:blur(120px);opacity:.1;border-radius:50%;width:600px;height:600px;position:absolute}.AITools-module__2XDHya__aiTools__bg_glow1{background:radial-gradient(circle,#c68e61cc,#0000);top:-20%;left:50%;transform:translate(-50%)}.AITools-module__2XDHya__aiTools__bg_glow2{background:radial-gradient(circle,#ffffff4d,#0000);width:400px;height:400px;bottom:-20%;right:-10%}.AITools-module__2XDHya__aiTools__bg_glow3{opacity:.05;background:radial-gradient(circle,#c68e6180,#0000);width:350px;height:350px;bottom:-10%;left:-10%}.AITools-module__2XDHya__aiTools__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.AITools-module__2XDHya__aiTools__header{text-align:center;margin-bottom:64px}.AITools-module__2XDHya__aiTools__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--accent-400);letter-spacing:.1em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.AITools-module__2XDHya__aiTools__title{font-family:var(--font-primary);color:var(--neutral-50);margin-bottom:20px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.15}.AITools-module__2XDHya__aiTools__title_highlight{background:linear-gradient(135deg, var(--accent-300) 0%, var(--accent-500) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AITools-module__2XDHya__aiTools__subtitle{color:var(--neutral-300);max-width:700px;margin:0 auto;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.8}.AITools-module__2XDHya__aiTools__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px;display:grid}.AITools-module__2XDHya__aiTools__card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-smooth);cursor:default;background:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;gap:16px;padding:36px 28px;display:flex;position:relative;overflow:hidden}.AITools-module__2XDHya__aiTools__card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 50%);position:absolute;inset:0}.AITools-module__2XDHya__aiTools__card:hover{background:#ffffff0d;border-color:#c68e614d;transform:translateY(-6px);box-shadow:0 10px 30px #0000004d,0 0 30px #c68e6126}.AITools-module__2XDHya__aiTools__card:after{content:"";background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #ffffff0a 0%, transparent 50%);pointer-events:none;opacity:0;width:200%;height:200%;transition:opacity var(--transition-base);position:absolute;top:-50%;left:-50%}.AITools-module__2XDHya__aiTools__card:hover:after{opacity:1}.AITools-module__2XDHya__aiTools__card_icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;display:flex;position:relative;overflow:hidden}.AITools-module__2XDHya__aiTools__card_icon img{object-fit:contain;width:32px;height:32px}.AITools-module__2XDHya__aiTools__card_icon_lovable{color:var(--accent-400);background:linear-gradient(135deg,#ff521626,#ff73391a);border:1px solid #ff521633}.AITools-module__2XDHya__aiTools__card_icon_gemini{background:linear-gradient(135deg,#4285f426,#34a8531a);border:1px solid #4285f433}.AITools-module__2XDHya__aiTools__card_icon_aistudio{background:linear-gradient(135deg,#4285f426,#ea43351a);border:1px solid #4285f433}.AITools-module__2XDHya__aiTools__card_icon_claude{color:#c96;background:linear-gradient(135deg,#cc996626,#cc99661a);border:1px solid #c963}.AITools-module__2XDHya__aiTools__card_icon_codex{color:#10a37f;background:linear-gradient(135deg,#10a37f26,#10a37f1a);border:1px solid #10a37f33}.AITools-module__2XDHya__aiTools__card_icon_stitch{background:linear-gradient(135deg,#ffffff0d,#c68e611a);border:1px solid #ffffff0d}.AITools-module__2XDHya__aiTools__card_name{font-family:var(--font-primary);color:var(--neutral-50);font-size:1.2rem;font-weight:700}.AITools-module__2XDHya__aiTools__card_desc{color:var(--neutral-300);flex-grow:1;font-size:.92rem;line-height:1.7}.AITools-module__2XDHya__aiTools__card_tag{border-radius:var(--radius-full);color:var(--accent-300);background:#c68e611a;border:1px solid #c68e6133;align-self:flex-start;align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.AITools-module__2XDHya__aiTools__note{border-radius:var(--radius-lg);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff1a;align-items:flex-start;gap:16px;max-width:820px;margin:0 auto;padding:28px 32px;display:flex}.AITools-module__2XDHya__aiTools__note_icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.AITools-module__2XDHya__aiTools__note_content{flex-direction:column;gap:6px;display:flex}.AITools-module__2XDHya__aiTools__note_title{font-family:var(--font-primary);color:var(--neutral-50);font-size:1rem;font-weight:700}.AITools-module__2XDHya__aiTools__note_text{color:var(--neutral-300);font-size:.92rem;line-height:1.7}.AITools-module__2XDHya__aiTools__orbit_ring{pointer-events:none;z-index:0;border:1px solid #ffffff0f;border-radius:50%;position:absolute}.AITools-module__2XDHya__aiTools__orbit_ring1{width:300px;height:300px;animation:30s linear infinite AITools-module__2XDHya__orbit;top:10%;right:-150px}.AITools-module__2XDHya__aiTools__orbit_ring2{width:200px;height:200px;animation:20s linear infinite reverse AITools-module__2XDHya__orbit;bottom:15%;left:-100px}@media (max-width:1024px){.AITools-module__2XDHya__aiTools__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.AITools-module__2XDHya__aiTools__grid{grid-template-columns:1fr;gap:16px}.AITools-module__2XDHya__aiTools__card{padding:28px 22px}.AITools-module__2XDHya__aiTools__note{flex-direction:column;gap:12px;padding:22px 20px}}
.FreeDesign-module__JzHstq__freeDesign{padding:var(--section-padding-y) 0;background:var(--bg-section-dark);position:relative;overflow:hidden}.FreeDesign-module__JzHstq__freeDesign__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 30%,#ffffff0d 0%,#0000 60%);position:absolute;inset:0}.FreeDesign-module__JzHstq__freeDesign__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);flex-direction:column;gap:80px;width:100%;margin:0 auto;display:flex;position:relative}.FreeDesign-module__JzHstq__freeDesign__header{text-align:center}.FreeDesign-module__JzHstq__freeDesign__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--accent-400);letter-spacing:.1rem;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.FreeDesign-module__JzHstq__freeDesign__title{font-family:var(--font-primary);color:var(--neutral-50);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.FreeDesign-module__JzHstq__freeDesign__title_highlight{background:linear-gradient(to right, var(--accent-400) 30%, var(--accent-600) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.FreeDesign-module__JzHstq__freeDesign__subtitle{color:var(--neutral-300);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.FreeDesign-module__JzHstq__process__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.FreeDesign-module__JzHstq__process__card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);transition:all var(--transition-base);background:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;gap:16px;padding:36px 28px;display:flex;position:relative}.FreeDesign-module__JzHstq__process__card:hover{background:#ffffff0d;border-color:#c68e614d;transform:translateY(-4px);box-shadow:0 15px 30px #0003}.FreeDesign-module__JzHstq__process__number{font-family:var(--font-primary);background:linear-gradient(135deg,#c68e614d 0%,#c68e610d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;line-height:1;position:absolute;top:24px;right:28px}.FreeDesign-module__JzHstq__process__card_title{font-family:var(--font-primary);color:var(--neutral-50);padding-right:40px;font-size:1.2rem;font-weight:700}.FreeDesign-module__JzHstq__process__card_desc{color:var(--neutral-300);font-size:.92rem;line-height:1.6}.FreeDesign-module__JzHstq__offer__block{border-radius:var(--radius-2xl);-webkit-backdrop-filter:blur(15px);background:linear-gradient(135deg,#ffffff0d 0%,#ffffff05 100%);border:1px solid #ffffff1a;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;padding:56px;display:grid;box-shadow:0 30px 60px #0003}.FreeDesign-module__JzHstq__offer__content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.FreeDesign-module__JzHstq__offer__badge{background:var(--gradient-cta);color:var(--neutral-50);font-family:var(--font-primary);border-radius:var(--radius-full);letter-spacing:.08em;padding:6px 16px;font-size:.78rem;font-weight:800}.FreeDesign-module__JzHstq__offer__title{font-family:var(--font-primary);color:var(--neutral-50);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.FreeDesign-module__JzHstq__offer__text{color:var(--neutral-300);font-size:1rem;line-height:1.7}.FreeDesign-module__JzHstq__offer__list{flex-direction:column;gap:12px;width:100%;display:flex}.FreeDesign-module__JzHstq__offer__item{color:var(--neutral-300);align-items:center;gap:10px;font-size:.92rem;font-weight:500;display:flex}.FreeDesign-module__JzHstq__offer__item_check{color:var(--success-400);font-weight:700}.FreeDesign-module__JzHstq__offer__whatsapp_card{border-radius:var(--radius-xl);background:#ffffff0a;border:1px solid #ffffff14;flex-direction:column;gap:20px;width:100%;padding:36px;display:flex}.FreeDesign-module__JzHstq__offer__whatsapp_title{font-family:var(--font-primary);color:var(--neutral-50);font-size:1.25rem;font-weight:800}.FreeDesign-module__JzHstq__offer__whatsapp_text{color:var(--neutral-400);font-size:.92rem;line-height:1.6}.FreeDesign-module__JzHstq__offer__whatsapp_button{background:var(--gradient-whatsapp);border-radius:var(--radius-md);width:100%;font-family:var(--font-primary);color:var(--neutral-50);transition:all var(--transition-base);text-align:center;justify-content:center;align-items:center;gap:12px;padding:16px 20px;font-size:1.05rem;font-weight:800;text-decoration:none;display:flex;box-shadow:0 4px 20px #25d3664d}.FreeDesign-module__JzHstq__offer__whatsapp_button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #25d36680}.FreeDesign-module__JzHstq__offer__whatsapp_icon{justify-content:center;align-items:center;display:flex}.FreeDesign-module__JzHstq__offer__whatsapp_footer{color:var(--neutral-500);text-align:center;font-size:.75rem}@media (max-width:1024px){.FreeDesign-module__JzHstq__process__grid{grid-template-columns:repeat(2,1fr)}.FreeDesign-module__JzHstq__offer__block{grid-template-columns:1fr;gap:32px;padding:36px}}@media (max-width:640px){.FreeDesign-module__JzHstq__process__grid{grid-template-columns:1fr;gap:16px}.FreeDesign-module__JzHstq__offer__whatsapp_card{padding:24px}.FreeDesign-module__JzHstq__offer__whatsapp_button{padding:14px 16px;font-size:.95rem}}
.WhyChooseMe-module__efqqdq__whyChooseMe{padding:var(--section-padding-y) 0;background:var(--bg-hero);position:relative;overflow:hidden}.WhyChooseMe-module__efqqdq__whyChooseMe__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 90% 10%,#0000000d 0%,#0000 60%);position:absolute;inset:0}.WhyChooseMe-module__efqqdq__whyChooseMe__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.WhyChooseMe-module__efqqdq__whyChooseMe__header{text-align:center;margin-bottom:64px}.WhyChooseMe-module__efqqdq__whyChooseMe__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-800);letter-spacing:.1rem;text-transform:uppercase;background:#0000000a;border:1px solid #00000014;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.WhyChooseMe-module__efqqdq__whyChooseMe__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.WhyChooseMe-module__efqqdq__whyChooseMe__title_highlight{color:var(--accent-600)}.WhyChooseMe-module__efqqdq__whyChooseMe__subtitle{color:var(--neutral-700);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.WhyChooseMe-module__efqqdq__whyChooseMe__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.WhyChooseMe-module__efqqdq__whyChooseMe__card{border-radius:var(--radius-xl);transition:all var(--transition-base);background:#fff;border:1px solid #0000000d;align-items:flex-start;gap:20px;padding:32px 24px;display:flex;box-shadow:0 10px 30px #00000008}.WhyChooseMe-module__efqqdq__whyChooseMe__card:hover{background:#fff;border-color:#c68e614d;transform:translateY(-3px);box-shadow:0 15px 40px #00000014,0 0 30px #c68e610d}.WhyChooseMe-module__efqqdq__whyChooseMe__card_icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--accent-600);background:#c68e611a;border:1px solid #c68e6133;flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;display:flex}.WhyChooseMe-module__efqqdq__whyChooseMe__card_content{flex-direction:column;gap:8px;display:flex}.WhyChooseMe-module__efqqdq__whyChooseMe__card_title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.1rem;font-weight:700}.WhyChooseMe-module__efqqdq__whyChooseMe__card_desc{color:var(--neutral-600);font-size:.88rem;line-height:1.6}@media (max-width:640px){.WhyChooseMe-module__efqqdq__whyChooseMe__grid{grid-template-columns:1fr;gap:16px}}
.Testimonials-module__PrZ9aa__testimonials{padding:var(--section-padding-y) 0;background:var(--bg-hero);position:relative;overflow:hidden}.Testimonials-module__PrZ9aa__testimonials__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle,#0000000d 0%,#0000 60%);position:absolute;inset:0}.Testimonials-module__PrZ9aa__testimonials__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.Testimonials-module__PrZ9aa__testimonials__header{text-align:center;margin-bottom:64px}.Testimonials-module__PrZ9aa__testimonials__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-800);letter-spacing:.1rem;text-transform:uppercase;background:#0000000a;border:1px solid #00000014;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.Testimonials-module__PrZ9aa__testimonials__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.Testimonials-module__PrZ9aa__testimonials__title_highlight{color:var(--accent-600)}.Testimonials-module__PrZ9aa__testimonials__subtitle{color:var(--neutral-700);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.Testimonials-module__PrZ9aa__slider__outer{width:100%;max-width:860px;margin:0 auto;position:relative}.Testimonials-module__PrZ9aa__slider__track{width:100%;overflow:hidden}.Testimonials-module__PrZ9aa__slider__inner{transition:transform var(--transition-smooth);width:100%;display:flex}.Testimonials-module__PrZ9aa__slider__slide{flex-shrink:0;width:100%;padding:8px}.Testimonials-module__PrZ9aa__card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);background:#fffc;border:1px solid #0000000d;flex-direction:column;gap:24px;padding:48px;display:flex;box-shadow:0 20px 40px #0000000d}.Testimonials-module__PrZ9aa__card__stars{color:var(--accent-500);gap:4px;font-size:1.25rem;display:flex}.Testimonials-module__PrZ9aa__card__text{font-family:var(--font-secondary);color:var(--neutral-800);font-size:clamp(1rem,1.5vw,1.15rem);font-style:italic;line-height:1.7}.Testimonials-module__PrZ9aa__card__author{align-items:center;gap:16px;display:flex}.Testimonials-module__PrZ9aa__card__avatar{width:52px;height:52px;font-family:var(--font-primary);color:var(--neutral-900);background:#00000008;border:2px solid #c68e6133;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.Testimonials-module__PrZ9aa__card__meta{flex-direction:column;gap:2px;display:flex}.Testimonials-module__PrZ9aa__card__name{font-family:var(--font-primary);color:var(--neutral-900);font-size:1rem;font-weight:700}.Testimonials-module__PrZ9aa__card__title{color:var(--neutral-600);font-size:.82rem;font-weight:500}.Testimonials-module__PrZ9aa__controls{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.Testimonials-module__PrZ9aa__control_btn{width:44px;height:44px;color:var(--neutral-800);transition:all var(--transition-base);background:#0000000d;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Testimonials-module__PrZ9aa__control_btn:hover{background:var(--neutral-900);color:#fff;transform:scale(1.05)}.Testimonials-module__PrZ9aa__dots{gap:8px;display:flex}.Testimonials-module__PrZ9aa__dot{width:8px;height:8px;transition:all var(--transition-base);cursor:pointer;background:#0003;border-radius:50%}.Testimonials-module__PrZ9aa__dot_active{background:var(--neutral-900);border-radius:var(--radius-full);width:24px}@media (max-width:640px){.Testimonials-module__PrZ9aa__card{gap:16px;padding:32px 20px}}
.blog-module__JsT-Oq__blogPage{background:var(--bg-hero);min-height:100vh;padding:120px 0 80px;position:relative;overflow:hidden}.blog-module__JsT-Oq__blog__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 20%,#c68e611a 0%,#0000 60%);position:absolute;inset:0}.blog-module__JsT-Oq__blog__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.blog-module__JsT-Oq__blog__header{text-align:center;margin-bottom:56px}.blog-module__JsT-Oq__blog__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:16px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800}.blog-module__JsT-Oq__blog__subtitle{color:var(--neutral-600);max-width:600px;margin:0 auto;font-size:1.1rem}.blog-module__JsT-Oq__categories__list{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.blog-module__JsT-Oq__category__btn{border-radius:var(--radius-full);color:var(--neutral-600);cursor:pointer;transition:all var(--transition-fast);background:#fff;border:1px solid #0000001a;padding:8px 18px;font-size:.82rem;font-weight:600}.blog-module__JsT-Oq__category__btn:hover{color:var(--accent-600);background:#c68e611a}.blog-module__JsT-Oq__category__btn_active{background:var(--neutral-900);border-color:var(--neutral-900);color:#fff}.blog-module__JsT-Oq__posts__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}.blog-module__JsT-Oq__post__card{border-radius:var(--radius-xl);transition:all var(--transition-smooth);background:#fff;border:1px solid #0000000d;flex-direction:column;display:flex;overflow:hidden}.blog-module__JsT-Oq__post__card:hover{background:#fff;border-color:#c68e614d;transform:translateY(-4px);box-shadow:0 20px 40px #0000000d}.blog-module__JsT-Oq__post__card_preview{background:linear-gradient(135deg,#c68e611a 0%,#c68e614d 100%);border-bottom:1px solid #0000000d;justify-content:center;align-items:center;height:200px;font-size:3rem;display:flex}.blog-module__JsT-Oq__post__card_content{flex-direction:column;flex-grow:1;gap:12px;padding:24px;display:flex}.blog-module__JsT-Oq__post__card_category{text-transform:uppercase;color:var(--accent-600);letter-spacing:.08em;font-size:.72rem;font-weight:700}.blog-module__JsT-Oq__post__card_title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.15rem;font-weight:700;line-height:1.4}.blog-module__JsT-Oq__post__card_desc{color:var(--neutral-600);flex-grow:1;font-size:.88rem;line-height:1.6}.blog-module__JsT-Oq__post__card_link{font-family:var(--font-primary);color:var(--accent-600);align-items:center;gap:4px;margin-top:8px;font-size:.82rem;font-weight:700;display:inline-flex}.blog-module__JsT-Oq__articlePage{background:var(--bg-hero);min-height:100vh;padding:140px 0 80px;position:relative;overflow:hidden}.blog-module__JsT-Oq__article__container{z-index:1;max-width:820px;padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.blog-module__JsT-Oq__article__header{flex-direction:column;gap:16px;margin-bottom:40px;display:flex}.blog-module__JsT-Oq__article__meta{color:var(--neutral-500);gap:16px;font-size:.82rem;font-weight:500;display:flex}.blog-module__JsT-Oq__article__category{color:var(--accent-600);text-transform:uppercase;font-weight:700}.blog-module__JsT-Oq__article__title{font-family:var(--font-primary);color:var(--neutral-900);font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.15}.blog-module__JsT-Oq__article__content{font-family:var(--font-secondary);color:var(--neutral-700);border-bottom:1px solid #00000014;flex-direction:column;gap:28px;margin-bottom:48px;padding-bottom:48px;font-size:1.05rem;line-height:1.85;display:flex}.blog-module__JsT-Oq__article__content h2{font-family:var(--font-primary);color:var(--neutral-900);margin-top:16px;font-size:1.6rem;font-weight:800}.blog-module__JsT-Oq__article__content p strong{color:var(--neutral-900)}.blog-module__JsT-Oq__article__content ul{flex-direction:column;gap:8px;margin-left:24px;list-style:outside;display:flex}.blog-module__JsT-Oq__article__cta{border-radius:var(--radius-xl);text-align:center;background:#fff;border:1px solid #0000000d;flex-direction:column;align-items:center;gap:16px;padding:36px;display:flex;box-shadow:0 15px 30px #0000000d}.blog-module__JsT-Oq__article__cta_title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.35rem;font-weight:800}.blog-module__JsT-Oq__article__cta_text{color:var(--neutral-600);max-width:480px;font-size:.92rem}.blog-module__JsT-Oq__article__cta_btn{background:var(--gradient-cta);border-radius:var(--radius-full);font-family:var(--font-primary);color:#fff;padding:12px 28px;font-size:.9rem;font-weight:700}.blog-module__JsT-Oq__related__posts{margin-top:48px}.blog-module__JsT-Oq__related__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:24px;font-size:1.35rem;font-weight:800}.blog-module__JsT-Oq__related__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (max-width:768px){.blog-module__JsT-Oq__posts__grid,.blog-module__JsT-Oq__related__grid{grid-template-columns:1fr}}
.FAQ-module__rHR3AG__faq{padding:var(--section-padding-y) 0;background:var(--bg-hero);position:relative;overflow:hidden}.FAQ-module__rHR3AG__faq__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 80% 20%,#00000008 0%,#0000 60%);position:absolute;inset:0}.FAQ-module__rHR3AG__faq__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.FAQ-module__rHR3AG__faq__header{text-align:center;margin-bottom:64px}.FAQ-module__rHR3AG__faq__label{border-radius:var(--radius-full);font-family:var(--font-primary);color:var(--neutral-800);letter-spacing:.1rem;text-transform:uppercase;background:#0000000a;border:1px solid #00000014;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.FAQ-module__rHR3AG__faq__title{font-family:var(--font-primary);color:var(--neutral-900);margin-bottom:20px;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15}.FAQ-module__rHR3AG__faq__title_highlight{color:var(--accent-600)}.FAQ-module__rHR3AG__faq__subtitle{color:var(--neutral-700);max-width:720px;margin:0 auto;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.8}.FAQ-module__rHR3AG__accordion__list{flex-direction:column;gap:16px;width:100%;max-width:860px;margin:0 auto;display:flex}.FAQ-module__rHR3AG__item{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#fff;border:1px solid #0000000d;overflow:hidden;box-shadow:0 5px 15px #00000005}.FAQ-module__rHR3AG__item:hover{background:#fff;border-color:#c68e614d;box-shadow:0 10px 25px #0000000d}.FAQ-module__rHR3AG__trigger{text-align:left;width:100%;font-family:var(--font-primary);color:var(--neutral-900);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:24px;font-size:1.05rem;font-weight:700;display:flex}.FAQ-module__rHR3AG__trigger:hover{color:var(--accent-600)}.FAQ-module__rHR3AG__icon{color:#0000004d;transition:transform var(--transition-base);flex-shrink:0;font-size:1.25rem;font-weight:700}.FAQ-module__rHR3AG__item_active .FAQ-module__rHR3AG__icon{color:var(--accent-600);transform:rotate(45deg)}.FAQ-module__rHR3AG__panel{max-height:0;transition:max-height var(--transition-smooth);overflow:hidden}.FAQ-module__rHR3AG__item_active .FAQ-module__rHR3AG__panel{max-height:500px}.FAQ-module__rHR3AG__panel_content{font-family:var(--font-secondary);color:var(--neutral-600);padding:0 24px 24px;font-size:.92rem;line-height:1.7}.FAQ-module__rHR3AG__panel_content strong{color:var(--neutral-900)}@media (max-width:640px){.FAQ-module__rHR3AG__trigger{padding:20px;font-size:.95rem}.FAQ-module__rHR3AG__panel_content{padding:0 20px 20px;font-size:.88rem}}
.portfolio-module__XbO6Ca__portfolioPage{background:var(--bg-hero);min-height:100vh;padding:140px 0 100px;position:relative;overflow:hidden}.portfolio-module__XbO6Ca__portfolioPage__bg_overlay{pointer-events:none;z-index:0;background:radial-gradient(circle at 10% 20%,#c68e6126 0%,#0000 60%),radial-gradient(circle at 90% 80%,#c68e611a 0%,#0000 60%);position:absolute;inset:0}.portfolio-module__XbO6Ca__portfolioPage__container{z-index:1;max-width:var(--container-max);padding:0 var(--section-padding-x);width:100%;margin:0 auto;position:relative}.portfolio-module__XbO6Ca__portfolioPage__header{text-align:center;margin-bottom:56px}.portfolio-module__XbO6Ca__portfolioPage__title{font-family:var(--font-primary);color:var(--neutral-900);letter-spacing:-.01em;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4rem);font-weight:850;line-height:1.1}.portfolio-module__XbO6Ca__portfolioPage__title_highlight{background:var(--gradient-cta);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.portfolio-module__XbO6Ca__portfolioPage__subtitle{color:var(--neutral-600);max-width:800px;margin:0 auto;font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.8}.portfolio-module__XbO6Ca__filter__bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:56px;display:flex}.portfolio-module__XbO6Ca__filter__btn{border-radius:var(--radius-full);color:var(--neutral-600);font-family:var(--font-secondary);cursor:pointer;transition:all var(--transition-base);background:#fff;border:1px solid #0000001a;padding:10px 24px;font-size:.88rem;font-weight:600}.portfolio-module__XbO6Ca__filter__btn:hover{color:var(--accent-600);background:#c68e611a;border-color:#c68e6133;transform:translateY(-1px)}.portfolio-module__XbO6Ca__filter__btn_active{background:var(--gradient-cta);color:#fff;border-color:#0000;box-shadow:0 4px 15px #c68e6140}.portfolio-module__XbO6Ca__filter__btn_active:hover{background:var(--gradient-cta);color:#fff;border-color:#0000;transform:translateY(-1px);box-shadow:0 6px 20px #c68e6159}.portfolio-module__XbO6Ca__portfolio__grid{grid-template-columns:repeat(3,1fr);gap:32px;width:100%;margin-bottom:80px;display:grid}.portfolio-module__XbO6Ca__portfolio__card{border-radius:var(--radius-2xl);cursor:pointer;transition:all var(--transition-base);background:#fff;border:1px solid #0000000d;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.portfolio-module__XbO6Ca__portfolio__card:hover{background:#fff;border-color:#c68e614d;transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.portfolio-module__XbO6Ca__portfolio__image_wrapper{aspect-ratio:16/10;background:#0000000d;border-bottom:1px solid #0000000d;width:100%;position:relative;overflow:hidden}.portfolio-module__XbO6Ca__portfolio__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.portfolio-module__XbO6Ca__portfolio__card:hover .portfolio-module__XbO6Ca__portfolio__image{transform:scale(1.05)}.portfolio-module__XbO6Ca__portfolio__card_overlay{opacity:0;transition:opacity var(--transition-base);background:linear-gradient(#0000 40%,#0009 100%);align-items:flex-end;padding:24px;display:flex;position:absolute;inset:0}.portfolio-module__XbO6Ca__portfolio__card:hover .portfolio-module__XbO6Ca__portfolio__card_overlay{opacity:1}.portfolio-module__XbO6Ca__portfolio__card_hint{color:#fff;background:var(--gradient-cta);border-radius:var(--radius-full);letter-spacing:.05em;padding:8px 18px;font-size:.85rem;font-weight:700;box-shadow:0 4px 15px #c68e614d}.portfolio-module__XbO6Ca__portfolio__card_info{flex-direction:column;flex-grow:1;gap:12px;padding:24px;display:flex}.portfolio-module__XbO6Ca__portfolio__card_title{font-family:var(--font-primary);color:var(--neutral-900);font-size:1.3rem;font-weight:800}.portfolio-module__XbO6Ca__portfolio__card_desc{color:var(--neutral-600);flex-grow:1;font-size:.88rem;line-height:1.6}.portfolio-module__XbO6Ca__portfolio__card_tags{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.portfolio-module__XbO6Ca__portfolio__card_tag{color:var(--accent-600);border-radius:var(--radius-sm);background:#c68e611a;border:1px solid #c68e6133;padding:4px 10px;font-size:.72rem;font-weight:600}.portfolio-module__XbO6Ca__bottom__cta_card{text-align:center;border-radius:var(--radius-2xl);background:#fff;border:1px solid #00000014;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:960px;margin:80px auto 0;padding:56px 40px;display:flex;box-shadow:0 25px 50px -12px #0000000d}.portfolio-module__XbO6Ca__bottom__cta_title{font-family:var(--font-primary);color:var(--neutral-900);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.2}.portfolio-module__XbO6Ca__bottom__cta_text{color:var(--neutral-600);max-width:600px;font-size:1.05rem;line-height:1.7}.portfolio-module__XbO6Ca__bottom__cta_actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:12px;display:flex}.portfolio-module__XbO6Ca__bottom__cta_btn_primary{background:var(--gradient-cta);color:#fff;font-family:var(--font-primary);border-radius:var(--radius-full);transition:all var(--transition-base);align-items:center;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px #c68e6159}.portfolio-module__XbO6Ca__bottom__cta_btn_primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #c68e6180}.portfolio-module__XbO6Ca__bottom__cta_btn_secondary{color:var(--neutral-900);font-family:var(--font-primary);border-radius:var(--radius-full);transition:all var(--transition-base);background:#00000008;border:1px solid #0000001a;align-items:center;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.portfolio-module__XbO6Ca__bottom__cta_btn_secondary:hover{background:#0000000f;border-color:#00000026;transform:translateY(-2px)}.portfolio-module__XbO6Ca__lightbox{-webkit-backdrop-filter:blur(12px);z-index:9999;background:#050a19f5;justify-content:center;align-items:center;padding:40px;animation:.3s ease-out portfolio-module__XbO6Ca__fadeIn;display:flex;position:fixed;inset:0}.portfolio-module__XbO6Ca__lightbox__close{color:#fff;cursor:pointer;width:48px;height:48px;transition:all var(--transition-base);z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:24px;right:24px}.portfolio-module__XbO6Ca__lightbox__close:hover{color:#ff5216;background:#ff521626;border-color:#ff521666;transform:rotate(90deg)}.portfolio-module__XbO6Ca__lightbox__content{flex-direction:column;gap:20px;width:100%;max-width:1000px;max-height:85vh;display:flex;position:relative}.portfolio-module__XbO6Ca__lightbox__image_wrapper{border-radius:var(--radius-xl);background:#000;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.portfolio-module__XbO6Ca__lightbox__image{object-fit:contain;width:100%;height:auto;max-height:65vh}.portfolio-module__XbO6Ca__lightbox__info{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:12px;display:flex}.portfolio-module__XbO6Ca__lightbox__title{font-family:var(--font-primary);color:var(--accent-500);font-size:1.6rem;font-weight:800}.portfolio-module__XbO6Ca__lightbox__desc{color:#ffffffb3;max-width:700px;font-size:.95rem;line-height:1.6}.portfolio-module__XbO6Ca__lightbox__tags{gap:8px;margin-top:4px;display:flex}.portfolio-module__XbO6Ca__lightbox__tag_pill{color:#00d2ff;border-radius:var(--radius-sm);background:#00d2ff1a;border:1px solid #00d2ff26;padding:6px 14px;font-size:.75rem;font-weight:600}@media (max-width:1200px){.portfolio-module__XbO6Ca__portfolio__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.portfolio-module__XbO6Ca__portfolioPage{padding:120px 0 80px}.portfolio-module__XbO6Ca__portfolio__grid{grid-template-columns:1fr;gap:20px}.portfolio-module__XbO6Ca__bottom__cta_card{margin-top:48px;padding:40px 24px}.portfolio-module__XbO6Ca__lightbox{padding:20px}}
.page-module__QpSxjW__main{color:#1e293b;background-color:#fff;width:100%;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.page-module__QpSxjW__container{max-width:1200px;margin:0 auto;padding:0 24px}.page-module__QpSxjW__section_title{text-align:center;color:#0f172a;letter-spacing:-.02em;margin-bottom:24px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.page-module__QpSxjW__section_subtitle{text-align:center;color:#64748b;max-width:700px;margin:0 auto 60px;font-size:1.125rem}.page-module__QpSxjW__btn_primary{color:#fff;background:#2563eb;border-radius:8px;padding:18px 36px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 10px 25px -5px #2563eb66}.page-module__QpSxjW__btn_primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 20px 25px -5px #2563eb80}.page-module__QpSxjW__btn_secondary{color:#0f172a;background:0 0;border:2px solid #cbd5e1;border-radius:8px;padding:16px 36px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.page-module__QpSxjW__btn_secondary:hover{background:#f8fafc;border-color:#0f172a}.page-module__QpSxjW__hero{text-align:center;background:linear-gradient(#f8fafc 0%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:160px 20px 100px;display:flex;position:relative;overflow:hidden}.page-module__QpSxjW__hero_bg_accent{z-index:1;pointer-events:none;background:radial-gradient(circle,#2563eb14 0%,#fff0 60%);width:140%;height:100%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.page-module__QpSxjW__hero_content{z-index:2;max-width:900px;margin:0 auto;position:relative}.page-module__QpSxjW__hero_title{color:#0f172a;letter-spacing:-.03em;margin-bottom:30px;font-size:clamp(3rem,7vw,5rem);font-weight:900;line-height:1.1}.page-module__QpSxjW__hero_title_highlight{color:#2563eb}.page-module__QpSxjW__hero_subtitle{color:#475569;max-width:750px;margin:0 auto 50px;font-size:clamp(1.125rem,3vw,1.35rem);line-height:1.7}.page-module__QpSxjW__hero_actions{flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:40px;display:flex}.page-module__QpSxjW__hero_trust_snippet{color:#334155;background:#f1f5f9;border-radius:50px;align-items:center;gap:12px;padding:10px 24px;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:inset 0 2px 4px #00000005}.page-module__QpSxjW__stars{color:#fbbf24;letter-spacing:2px}.page-module__QpSxjW__lead_magnet{color:#fff;background:#0f172a;padding:100px 0}.page-module__QpSxjW__lm_grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;display:grid}.page-module__QpSxjW__lm_content h2{margin-bottom:24px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.page-module__QpSxjW__lm_content p{color:#94a3b8;margin-bottom:40px;font-size:1.15rem}.page-module__QpSxjW__lm_steps{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:40px}.page-module__QpSxjW__lm_step{gap:20px;margin-bottom:30px;display:flex}.page-module__QpSxjW__lm_step:last-child{margin-bottom:0}.page-module__QpSxjW__lm_step_num{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.page-module__QpSxjW__lm_step_text h3{color:#f8fafc;margin-bottom:8px;font-size:1.25rem}.page-module__QpSxjW__lm_step_text p{color:#cbd5e1;margin:0;font-size:1rem}.page-module__QpSxjW__services{background:#fff;padding:120px 0}.page-module__QpSxjW__services_grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:60px;display:grid}.page-module__QpSxjW__service_card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:40px 30px;transition:transform .3s,box-shadow .3s}.page-module__QpSxjW__service_card:hover{background:#fff;border-color:#cbd5e1;transform:translateY(-8px);box-shadow:0 20px 40px -15px #0000001a}.page-module__QpSxjW__service_icon{color:#2563eb;background:#e0e7ff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:2rem;display:flex}.page-module__QpSxjW__service_card h3{color:#0f172a;margin-bottom:16px;font-size:1.5rem;font-weight:700}.page-module__QpSxjW__service_card p{color:#64748b;margin-bottom:0}.page-module__QpSxjW__why_me{background:#f1f5f9;padding:120px 0}.page-module__QpSxjW__why_grid{grid-template-columns:repeat(2,1fr);gap:40px;margin-top:60px;display:grid}.page-module__QpSxjW__why_item{background:#fff;border-radius:20px;gap:24px;padding:40px;display:flex;box-shadow:0 4px 6px -1px #00000005}.page-module__QpSxjW__why_icon{flex-shrink:0;font-size:2.5rem}.page-module__QpSxjW__why_text h3{color:#0f172a;margin-bottom:12px;font-size:1.35rem}.page-module__QpSxjW__why_text p{color:#475569;margin:0}.page-module__QpSxjW__testimonials{background:#fff;padding:120px 0}.page-module__QpSxjW__test_grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:60px;display:grid}.page-module__QpSxjW__test_card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:40px;position:relative}.page-module__QpSxjW__test_card:before{content:"\"";color:#e2e8f0;font-family:serif;font-size:6rem;line-height:1;position:absolute;top:20px;right:30px}.page-module__QpSxjW__test_quote{color:#334155;z-index:2;margin-bottom:30px;font-size:1.125rem;font-style:italic;position:relative}.page-module__QpSxjW__test_author{align-items:center;gap:16px;display:flex}.page-module__QpSxjW__test_avatar{background:#cbd5e1;border-radius:50%;width:56px;height:56px}.page-module__QpSxjW__test_info h4{color:#0f172a;margin:0 0 4px;font-size:1.1rem}.page-module__QpSxjW__test_info p{color:#64748b;align-items:center;gap:6px;margin:0;font-size:.9rem;display:flex}.page-module__QpSxjW__process{background:#f1f5f9;padding:120px 0}.page-module__QpSxjW__process_flow{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:60px;display:grid;position:relative}.page-module__QpSxjW__process_flow:before{content:"";z-index:1;background:#cbd5e1;height:2px;position:absolute;top:40px;left:50px;right:50px}.page-module__QpSxjW__process_step{text-align:center;z-index:2;position:relative}.page-module__QpSxjW__process_num{color:#2563eb;background:#fff;border:2px solid #2563eb;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:2rem;font-weight:800;display:flex}.page-module__QpSxjW__process_step h3{color:#0f172a;margin-bottom:12px;font-size:1.25rem}.page-module__QpSxjW__process_step p{color:#64748b;font-size:.95rem}.page-module__QpSxjW__final_cta{background:#fff;padding:120px 20px}.page-module__QpSxjW__final_cta_box{text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border-radius:32px;padding:80px 40px;box-shadow:0 25px 50px -12px #2563eb4d}.page-module__QpSxjW__final_cta_box h2{margin-bottom:24px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.page-module__QpSxjW__final_cta_box p{color:#bfdbfe;max-width:600px;margin:0 auto 40px;font-size:1.25rem}.page-module__QpSxjW__final_cta_actions{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.page-module__QpSxjW__btn_white{color:#2563eb;background:#fff;border-radius:8px;padding:18px 36px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s}.page-module__QpSxjW__btn_white:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.page-module__QpSxjW__btn_outline_white{color:#fff;background:0 0;border:2px solid #ffffff80;border-radius:8px;padding:16px 36px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s}.page-module__QpSxjW__btn_outline_white:hover{background:#ffffff1a;border-color:#fff}.page-module__QpSxjW__expert_vs_agency{background:#fff;padding:120px 0}.page-module__QpSxjW__eva_grid{grid-template-columns:1fr 1fr;gap:40px;margin-top:60px;display:grid}.page-module__QpSxjW__eva_card{border:1px solid #e2e8f0;border-radius:24px;padding:50px 40px}.page-module__QpSxjW__eva_card.page-module__QpSxjW__eva_freelance{background:#f8fafc;border-color:#bfdbfe;position:relative;box-shadow:0 10px 30px -10px #2563eb1a}.page-module__QpSxjW__eva_badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#2563eb;border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:700;position:absolute;top:-15px;right:40px}.page-module__QpSxjW__eva_card h3{color:#0f172a;margin-bottom:24px;font-size:1.75rem}.page-module__QpSxjW__eva_list{margin:0;padding:0;list-style:none}.page-module__QpSxjW__eva_list li{color:#475569;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:1.1rem;display:flex}.page-module__QpSxjW__eva_icon_check{color:#10b981;flex-shrink:0;margin-top:2px;font-size:1.25rem}.page-module__QpSxjW__eva_icon_cross{color:#ef4444;flex-shrink:0;margin-top:2px;font-size:1.25rem}.page-module__QpSxjW__tech_stack{color:#fff;background:#0f172a;padding:120px 0}.page-module__QpSxjW__tech_stack .page-module__QpSxjW__section_title{color:#fff}.page-module__QpSxjW__tech_stack .page-module__QpSxjW__section_subtitle{color:#94a3b8}.page-module__QpSxjW__tech_grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:60px;display:grid}.page-module__QpSxjW__tech_card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:30px;transition:background .3s}.page-module__QpSxjW__tech_card:hover{background:#ffffff1a}.page-module__QpSxjW__tech_icon{color:#60a5fa;background:#2563eb33;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.page-module__QpSxjW__tech_card h3{color:#f8fafc;margin-bottom:12px;font-size:1.25rem}.page-module__QpSxjW__tech_card p{color:#94a3b8;margin:0;font-size:.95rem}.page-module__QpSxjW__faq{background:#fff;padding:120px 0}.page-module__QpSxjW__faq_container{max-width:800px;margin:60px auto 0}.page-module__QpSxjW__faq_item{border-bottom:1px solid #e2e8f0;padding:24px 0}.page-module__QpSxjW__faq_question{text-align:left;color:#0f172a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:0;font-family:inherit;font-size:1.25rem;font-weight:700;display:flex}.page-module__QpSxjW__faq_icon{color:#2563eb;transition:transform .3s}.page-module__QpSxjW__faq_item.page-module__QpSxjW__active .page-module__QpSxjW__faq_icon{transform:rotate(180deg)}.page-module__QpSxjW__faq_answer{max-height:0;transition:max-height .3s,margin-top .3s;overflow:hidden}.page-module__QpSxjW__faq_item.page-module__QpSxjW__active .page-module__QpSxjW__faq_answer{max-height:500px;margin-top:16px}.page-module__QpSxjW__faq_answer p{color:#475569;margin:0;font-size:1.1rem;line-height:1.7}@media (max-width:1024px){.page-module__QpSxjW__process_flow{grid-template-columns:repeat(2,1fr);gap:40px}.page-module__QpSxjW__process_flow:before{display:none}}@media (max-width:768px){.page-module__QpSxjW__hero_actions{flex-direction:column}.page-module__QpSxjW__lm_grid,.page-module__QpSxjW__why_grid{grid-template-columns:1fr}.page-module__QpSxjW__process_flow{grid-template-columns:1fr;gap:30px}.page-module__QpSxjW__final_cta_actions{flex-direction:column}}
