.home-cs__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.home-cs__heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-transform:uppercase;background:linear-gradient(91deg,#BBBBBB,#EEEEEE,#BBBBBB,#EEEEEE);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}.home-cs__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.home-cs__card{border-radius:20px;overflow:hidden;background:rgba(255,255,255,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);text-decoration:none;color:var(--color-text);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.home-cs__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,10,255,.08);border-color:rgba(0,10,255,.25)}.home-cs__card-cover{height:220px;background-size:cover;background-position:50%;transition:transform .5s ease}.home-cs__card:hover .home-cs__card-cover{transform:scale(1.04)}.home-cs__card-body{padding:24px;display:flex;flex-direction:column;gap:8px}.home-cs__card-category{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.45}.home-cs__card-title{font-size:22px;font-weight:700;text-transform:uppercase;line-height:1.2}.home-cs__card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.home-cs__card-tag{padding:4px 10px;border:1px solid rgba(255,255,255,.2);border-radius:16px;font-size:11px;font-weight:500;font-family:var(--font-mono);opacity:.55}html.light-mode .home-cs__heading{background:linear-gradient(91deg,#0A0E5C,#000AFF,#0A0E5C,#000AFF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}html.light-mode .home-cs__card{background:rgba(255,255,255,.8);border-color:rgba(0,0,0,.1);color:#111111}html.light-mode .home-cs__card:hover{box-shadow:0 4px 20px rgba(0,0,0,.06);border-color:rgba(0,43,255,.2)}html.light-mode .home-cs__card-title{color:#111111}html.light-mode .home-cs__card-category{color:rgba(0,0,0,.5)}html.light-mode .home-cs__card-tag{border-color:rgba(0,0,0,.15);color:rgba(0,0,0,.6)}@media (max-width:1024px){.home-cs__grid{grid-template-columns:repeat(2,1fr)}.home-cs__card:last-child{display:none}}@media (max-width:768px){.home-cs__header{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.home-cs__grid{grid-template-columns:1fr}.home-cs__card:last-child{display:block}.home-cs__card-cover{height:180px}.home-cs__card-title{font-size:20px}}.metodo-scroll{position:relative;height:calc(100vh + 7 * 55vh)}.metodo{position:sticky;top:0;height:100vh;justify-content:center;gap:40px;overflow:hidden}.metodo,.metodo__top{display:flex;flex-direction:column}.metodo__top{gap:24px}.metodo__heading{font-size:64px;font-weight:600;line-height:60px;text-transform:uppercase;color:var(--color-text);position:relative;z-index:0}.metodo__glass{position:relative;z-index:1;will-change:transform;border-radius:24px;overflow:visible}.metodo__content-wrapper{overflow:hidden;border-radius:24px}.metodo__glass-bg{position:absolute;inset:0;border-radius:24px;background:rgba(0,0,0,.25);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(231,231,231,.3);pointer-events:none}.metodo__tabs{display:flex;padding:16px 32px;justify-content:space-between;align-items:flex-end;width:100%;position:relative;z-index:1}.metodo__tab-slot{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.metodo__tab-circle-wrap{height:68px;display:flex;align-items:flex-end;justify-content:center;overflow:visible}.metodo__tab{display:flex;align-items:center;justify-content:center;border-radius:50%;background:#000000;border:1px solid rgba(255,255,255,.35);color:rgba(255,255,255,.6);cursor:pointer;flex-shrink:0;transition:background .4s ease,border-color .4s ease,color .4s ease}.metodo__tab-num{font-weight:600;font-family:var(--font-primary);pointer-events:none}.metodo__tab-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.4);white-space:nowrap;transition:color .3s ease}.metodo__tab-title--active{color:rgba(255,255,255,.9)}.metodo__tab-slot:hover .metodo__tab--idle{background:#1a1a1a;border-color:rgba(255,255,255,.6);color:rgba(255,255,255,.9)}.metodo__tab-slot:hover .metodo__tab-title:not(.metodo__tab-title--active){color:rgba(255,255,255,.7)}.metodo__tab--active{background:#002BFF;border-color:#002BFF;color:#ffffff}.metodo__content{padding:20px 60px;display:flex;align-items:center;gap:60px;min-height:170px;width:100%;position:relative;z-index:1}.metodo__phase-icon{width:120px;height:120px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.metodo__phase-header{display:flex;align-items:center;gap:14px}.metodo__phase-num{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;font-family:var(--font-primary);flex-shrink:0;color:rgba(255,255,255,.7)}.metodo__phase-body{display:flex;flex-direction:column;gap:16px;flex:1 1}.metodo__phase-title{font-size:20px;font-weight:600;line-height:26px;text-transform:uppercase}.metodo__phase-desc{font-size:16px;font-weight:300;line-height:24px}.metodo__accordion{display:none;flex-direction:column;gap:12px}.metodo__acc-item{border-radius:24px;border:1px solid rgba(231,231,231,.3);background:rgba(0,0,0,.25);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden}.metodo__acc-header{display:flex;align-items:center;gap:20px;width:100%;padding:20px 24px;background:none;border:none;cursor:pointer;color:var(--color-text);font-family:var(--font-primary)}.metodo__acc-num{width:56px;height:56px;border-radius:50%;background:#000000;border:1px solid #ffffff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;flex-shrink:0;transition:background .4s ease}.metodo__acc-item--open .metodo__acc-num{background:#002BFF}.metodo__acc-title{font-size:16px;font-weight:600;text-transform:uppercase;flex:1 1;text-align:left}.metodo__acc-icon{font-size:24px;color:rgba(255,255,255,.5)}.metodo__acc-body{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1),opacity .3s ease}.metodo__acc-item--open .metodo__acc-body{grid-template-rows:1fr;opacity:1}.metodo__acc-body-inner{overflow:hidden;padding:0 24px 24px 100px}.metodo__acc-body-inner p{font-size:16px;font-weight:300;line-height:24px;opacity:.85}@media (max-width:1024px){.metodo__heading{font-size:48px;line-height:48px}.metodo__content{padding:24px 40px;gap:40px}}@media (max-width:768px){.metodo,.metodo-scroll{height:auto}.metodo{position:static;overflow:visible;justify-content:flex-start;gap:60px}.metodo__heading{font-size:30px;line-height:30px}.metodo__top{display:none}.metodo__accordion{display:flex}}.services{width:100%;display:flex;flex-direction:column;gap:40px}.services__title{font-size:32px;font-weight:700;line-height:36px;padding-bottom:6px;background:linear-gradient(91deg,#BBBBBB,#FFFFFF,#BBBBBB,#FFFFFF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}.services__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.services__card{position:relative;border-radius:24px;overflow:hidden}.services__card-glass{position:absolute;inset:0;background:rgba(0,0,0,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(231,231,231,.5);border-radius:24px;pointer-events:none}.services__card-content{position:relative;z-index:1;padding:16px 16px 24px;display:flex;flex-direction:column;gap:16px}.services__shape{width:80px;height:100px;flex-shrink:0}.services__shape canvas{display:block}.services__name{font-size:20px;font-weight:600;line-height:26px;text-transform:uppercase}.services__desc{font-size:14px;font-weight:300;line-height:21px}@media (max-width:1024px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.services{gap:24px}.services__title{font-size:24px;line-height:30px}.services__grid{grid-template-columns:1fr}}.target-scroll{position:relative;height:calc(100vh + 4 * 80vh)}.target-section{position:sticky;top:0;height:100vh;overflow:visible;display:flex;flex-direction:column;justify-content:center}.target-section__sticky-inner{display:flex;flex-direction:column;gap:36px}.target-section__title{font-size:32px;font-weight:700;line-height:40px;background:linear-gradient(91deg,#BBBBBB,#EEEEEE,#BBBBBB,#EEEEEE);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite;max-width:960px}.target-section__cards-overflow{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.target-section__cards-track{display:flex;gap:32px;padding-left:calc(50vw - 240px);will-change:transform}.target-section__card{flex:none;width:480px;display:flex;flex-direction:column;gap:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:40px}.target-section__card-icon{flex-shrink:0;width:64px;height:64px}.target-section__card-icon-img{width:100%;height:100%;object-fit:contain}.target-section__card-title{font-size:22px;font-weight:700;line-height:1.2;color:#ffffff;text-transform:uppercase}.target-section__card-text{font-size:16px;font-weight:400;line-height:24px;color:rgba(255,255,255,.65);max-width:520px}.target-section__dots{display:flex;align-items:center;justify-content:center;gap:8px}.target-section__dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.15);transition:background .25s ease,transform .25s ease}.target-section__dot--active{background:rgba(255,255,255,.7);transform:scale(1.4)}.target-section__growth-title{font-size:32px;font-weight:700;line-height:40px;background:linear-gradient(91deg,#BBBBBB,#EEEEEE,#BBBBBB,#EEEEEE);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite;margin-bottom:32px}.target-section__growth-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.target-section__growth-card{border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:32px 24px;display:flex;flex-direction:column;gap:16px}.target-section__growth-card h4{font-size:16px;font-weight:700;line-height:22px;color:#ffffff}.target-section__growth-card p{font-size:14px;font-weight:400;line-height:21px;color:rgba(255,255,255,.7)}html.light-mode .target-section__card{background:rgba(255,255,255,.7);border-color:rgba(0,0,0,.1)}html.light-mode .target-section__card-title{color:#111111}html.light-mode .target-section__card-text{color:rgba(0,0,0,.6)}html.light-mode .target-section__growth-card{background:rgba(255,255,255,.9);border-color:rgba(0,0,0,.1)}html.light-mode .target-section__growth-card h4{color:#111111}html.light-mode .target-section__growth-card p{color:rgba(0,0,0,.6)}html.light-mode .target-section__dot{background:rgba(0,0,0,.15)}html.light-mode .target-section__dot--active{background:rgba(0,0,0,.6)}html.light-mode .target-section__growth-title,html.light-mode .target-section__title{background:linear-gradient(91deg,#0A0E5C,#000AFF,#0A0E5C,#000AFF);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientFlow 6s ease-in-out infinite}@media (max-width:1024px){.target-scroll{height:calc(100vh + 4 * 70vh)}.target-section__title{font-size:26px;line-height:34px}.target-section__cards-overflow{width:100%;margin-left:0}.target-section__cards-track{padding-left:calc(50% - 210px)}.target-section__card{width:420px;padding:32px}.target-section__card-title{font-size:20px}.target-section__growth-title{font-size:26px;line-height:34px}.target-section__growth-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.target-section__sticky-inner{gap:28px}.target-section__title{font-size:22px;line-height:30px}.target-section__cards-overflow{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%)}.target-section__cards-track{flex-direction:row;gap:16px;padding-left:24px}.target-section__card{flex:none;width:calc(100vw - 48px);padding:28px 24px;gap:16px}.target-section__card-icon{width:44px;height:44px}.target-section__card-title{font-size:18px;line-height:1.25}.target-section__card-text{font-size:14px;line-height:22px;max-width:none}.target-section__dots{display:none}.target-section__growth-title{font-size:20px;line-height:28px;margin-bottom:20px}.target-section__growth-grid{grid-template-columns:1fr;gap:14px}.target-section__growth-card{padding:22px 18px;gap:10px;border-radius:18px}.target-section__growth-card h4{font-size:15px;line-height:20px}.target-section__growth-card p{font-size:13px;line-height:20px}}