.fp-nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#000000fa;border-bottom:1px solid #ffffff14;transition:background .3s,border-color .3s;position:sticky;top:0}html.light .fp-nav{background:#fffffffa;border-bottom-color:#00000014}.fp-nav-inner{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:12px 16px;display:flex}@media (min-width:768px){.fp-nav-inner{padding:16px 32px}}@media (min-width:1024px){.fp-nav-inner{padding:16px 48px}}.fp-nav-links{align-items:center;gap:32px;display:none}@media (min-width:768px){.fp-nav-links{display:flex}}.fp-nav-link{color:var(--text-secondary);align-items:center;min-height:44px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.fp-nav-link:hover{color:var(--text-primary)}.fp-nav-actions{align-items:center;gap:8px;display:flex}@media (min-width:768px){.fp-nav-actions{gap:12px}}.fp-theme-btn{cursor:pointer;min-width:44px;min-height:44px;color:var(--text-primary);background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}html.light .fp-theme-btn{background:#0000000d}.fp-theme-btn:hover{background:#ffffff2e}html.light .fp-theme-btn:hover{background:#0000001a}.fp-login-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0071e3 0%,#5856d6 100%);border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #0000001a}.fp-login-btn:hover{box-shadow:0 4px 16px #00000026}@media (max-width:767px){.fp-login-btn-desktop{display:none}}.fp-hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:10px;display:flex}@media (min-width:768px){.fp-hamburger{display:none}}.fp-hamburger-line{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.fp-hamburger-line:not(:last-child){margin-bottom:5px}.fp-hamburger.open .fp-hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.fp-hamburger.open .fp-hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.fp-hamburger.open .fp-hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.fp-mobile-backdrop{-webkit-backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;position:fixed;inset:0}.fp-mobile-backdrop.visible{opacity:1;pointer-events:auto}.fp-mobile-menu{background:var(--bg-secondary);border-left:1px solid var(--border-subtle);z-index:201;-webkit-overflow-scrolling:touch;width:85%;max-width:360px;height:100dvh;padding-bottom:env(safe-area-inset-bottom);flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 40px #0000004d}.fp-mobile-menu.open{transform:translate(0)}.fp-mobile-menu-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;min-height:64px;padding:16px 20px;display:flex}.fp-mobile-menu-close{width:44px;height:44px;color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}html.light .fp-mobile-menu-close{background:#0000000d}.fp-mobile-menu-nav{flex-direction:column;flex:1;gap:4px;padding:16px;display:flex}.fp-mobile-menu-link{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:14px;width:100%;min-height:52px;padding:14px 16px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.fp-mobile-menu-link:hover,.fp-mobile-menu-link:active{background:#ffffff0f}html.light .fp-mobile-menu-link:hover,html.light .fp-mobile-menu-link:active{background:#0000000a}.fp-mobile-menu-link-icon{color:var(--text-secondary);flex-shrink:0}.fp-icon-blue{color:#0071e3}.fp-icon-purple{color:#5856d6}.fp-mobile-menu-divider{background:var(--border-subtle);height:1px;margin:8px 16px}.fp-mobile-menu-footer{border-top:1px solid var(--border-subtle);padding:16px}.fp-mobile-cta{color:#fff;cursor:pointer;background:#0071e3;border:none;border-radius:16px;width:100%;min-height:52px;padding:14px 24px;font-size:16px;font-weight:600}.fp-hero{padding:72px 16px;position:relative;overflow:hidden}@media (min-width:768px){.fp-hero{padding:96px 32px}}@media (min-width:1024px){.fp-hero{padding:120px 48px}}.fp-hero-inner{flex-direction:column;gap:48px;max-width:1280px;margin:0 auto;display:flex}@media (min-width:1024px){.fp-hero-inner{flex-direction:row;align-items:center;gap:80px}}.fp-hero-content{flex:1;min-width:0}.fp-hero-badge{color:#0071e3;text-transform:uppercase;letter-spacing:.8px;background:#0071e314;border:1px solid #0071e359;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 18px;font-size:12px;font-weight:500;display:inline-flex}html.light .fp-hero-badge{border-color:#0071e359}@media (min-width:768px){.fp-hero-badge{margin-bottom:32px;padding:12px 22px;font-size:13px}}.fp-hero-title{letter-spacing:-.03em;color:var(--text-primary);margin-bottom:20px;font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.15}@media (min-width:768px){.fp-hero-title{margin-bottom:24px}}.fp-hero-title-accent,.fp-text-gradient,.fp-final-cta-title-accent{background:linear-gradient(135deg,#0071e3 0%,#5856d6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fp-hero-subtitle{color:var(--text-secondary);max-width:580px;margin-bottom:36px;font-size:clamp(16px,2.5vw,20px);line-height:1.6}@media (min-width:768px){.fp-hero-subtitle{margin-bottom:40px}}.fp-hero-ctas{flex-direction:column;gap:12px;display:flex}@media (min-width:480px){.fp-hero-ctas{flex-direction:row;gap:16px}}.fp-cta-primary{color:#fff;cursor:pointer;background:#5856d6;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 32px;font-size:17px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 16px #0000001a}.fp-cta-primary:hover:not(:disabled){background:#4a48c8;box-shadow:0 8px 24px #00000026}.fp-cta-primary:disabled,.fp-cta-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.fp-cta-secondary{color:#0071e3;cursor:pointer;background:0 0;border:1.5px solid #0071e34d;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:56px;padding:16px 32px;font-size:17px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.fp-cta-secondary:hover:not(:disabled){background:#0071e30f;border-color:#0071e3}.fp-hero-mobile-visual{gap:12px;margin-top:32px;display:flex}@media (min-width:1024px){.fp-hero-mobile-visual{display:none}}.fp-hero-mobile-card{color:#fff;border:1px solid #ffffff26;border-radius:16px;flex:1;align-items:center;gap:12px;padding:14px 18px;display:flex}html.light .fp-hero-mobile-card{border-color:#0000}.fp-hero-mobile-card-blue{background:#0071e3}.fp-hero-mobile-card-purple{background:#5856d6}.fp-hero-mobile-stat{font-size:20px;font-weight:700;line-height:1}.fp-hero-mobile-label{opacity:.85;margin-top:2px;font-size:12px}.fp-hero-visual{flex:1;min-width:0;display:none;position:relative}@media (min-width:1024px){.fp-hero-visual{display:block}}.fp-hero-visual-container{height:480px;position:relative}.fp-float-card{color:#fff;cursor:pointer;border:1px solid #ffffff2e;border-radius:24px;padding:24px;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),z-index;position:absolute}html.light .fp-float-card{border:1px solid #ffffff40}.fp-float-card-resume{z-index:2;background:linear-gradient(145deg,#0071e3 0%,#0056b3 100%);width:260px;animation:8s ease-in-out infinite fp-float-1;top:40px;left:0;transform:rotate(-2deg);box-shadow:0 2px 8px #00000026,0 20px 60px #0071e359}.fp-float-card-resume:hover{z-index:10;animation:none;transform:rotate(-1deg)scale(1.05);box-shadow:0 32px 80px #0071e380}html.light .fp-float-card-resume{box-shadow:0 2px 8px #0000000f,0 20px 60px #0071e32e}html.light .fp-float-card-resume:hover{box-shadow:0 32px 80px #0071e34d}.fp-float-card-interview{z-index:1;background:linear-gradient(145deg,#5856d6 0%,#4338ca 100%);width:260px;animation:9s ease-in-out infinite fp-float-2;top:120px;right:0;transform:rotate(1.5deg);box-shadow:0 2px 8px #00000026,0 20px 60px #5856d659}.fp-float-card-interview:hover{z-index:10;animation:none;transform:rotate(1deg)scale(1.05);box-shadow:0 32px 80px #5856d680}html.light .fp-float-card-interview{box-shadow:0 2px 8px #0000000f,0 20px 60px #5856d62e}html.light .fp-float-card-interview:hover{box-shadow:0 32px 80px #5856d64d}@keyframes fp-float-1{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(-2deg)translateY(-12px)}}@keyframes fp-float-2{0%,to{transform:rotate(1.5deg)translateY(0)}50%{transform:rotate(1.5deg)translateY(-10px)}}.fp-float-card:hover{animation-play-state:paused}.fp-float-score{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;flex-direction:column;gap:2px;margin-top:14px;padding:10px 14px;display:flex}.fp-float-score-label{opacity:.65;font-size:11px;font-weight:500}.fp-float-score-text{font-size:15px;font-weight:600;line-height:1.2}.fp-float-pills{flex-wrap:wrap;gap:5px;margin-top:14px;display:flex}.fp-float-pill{letter-spacing:.2px;background:#ffffff26;border:1px solid #fff3;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600}.fp-float-card-title{letter-spacing:-.01em;margin-top:10px;margin-bottom:4px;font-size:16px;font-weight:700}.fp-float-card-desc{opacity:.75;margin-bottom:0;font-size:12px;line-height:1.5}.fp-hero-glow{filter:blur(100px);opacity:.2;pointer-events:none;border-radius:50%;animation:14s ease-in-out infinite fp-orb-drift;position:absolute}.fp-hero-glow-blue{background:#0071e3;width:280px;height:280px;top:20%;left:-40px}.fp-hero-glow-purple{background:#5856d6;width:240px;height:240px;animation-delay:-7s;bottom:10%;right:-30px}html.light .fp-hero-glow{opacity:.08}.fp-section-container{max-width:1280px;margin:0 auto}.fp-section-header{text-align:center;margin-bottom:48px}@media (min-width:768px){.fp-section-header{margin-bottom:64px}}.fp-section-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2}.fp-section-label{text-transform:uppercase;letter-spacing:1.5px;color:#0071e3;margin-bottom:12px;font-size:13px;font-weight:600}.fp-section-subtitle{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:clamp(16px,2vw,19px);line-height:1.6}.fp-products{background:var(--bg-secondary);padding:72px 16px}@media (min-width:768px){.fp-products{padding:100px 32px}}@media (min-width:1024px){.fp-products{padding:120px 48px}}.fp-bento{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:768px){.fp-bento{grid-template-columns:repeat(2,1fr);gap:16px}}@media (min-width:1024px){.fp-bento{grid-template-columns:repeat(12,1fr);gap:16px}}.fp-bento-separator{justify-content:center;align-items:center;padding:32px 0;display:flex}@media (min-width:768px){.fp-bento-separator{padding:40px 0}}.fp-bento-separator-line{background:linear-gradient(90deg,#0000,#0071e34d,#5856d64d,#0000);width:100%;max-width:500px;height:1px}.fp-bento-product-badge{letter-spacing:.3px;border-radius:100px;align-items:center;gap:6px;margin-bottom:16px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.fp-bento-badge-blue{color:#0071e3;background:#0071e31a;border:1px solid #0071e326}.fp-bento-badge-purple{color:#5856d6;background:#5856d61a;border:1px solid #5856d626}html.light .fp-bento-badge-blue{background:#0071e314;border-color:#0071e333}html.light .fp-bento-badge-purple{background:#5856d614;border-color:#5856d633}.fp-bento-tile{background:#ffffff08;border:1px solid #ffffff1f;border-radius:20px;padding:28px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}@media (min-width:768px){.fp-bento-tile{padding:32px}}html.light .fp-bento-tile{background:#00000005;border-color:#00000012}.fp-bento-tile-clickable{cursor:pointer}.fp-bento-tile-clickable:hover{transform:translateY(-3px);box-shadow:0 12px 40px #00000026}html.light .fp-bento-tile-clickable:hover{box-shadow:0 12px 40px #00000014}@media (min-width:1024px){.fp-bento-resume{grid-area:1/1/3/9}.fp-bento-ats{grid-area:1/9/auto/13}.fp-bento-format{grid-area:2/9/auto/13}.fp-bento-interview{grid-area:1/1/3/8}.fp-bento-companies{grid-area:1/8/auto/13}.fp-bento-feedback{grid-area:2/8/auto/13}}@media (min-width:768px) and (max-width:1023px){.fp-bento-resume,.fp-bento-interview{grid-column:1/-1}}.fp-bento-resume,.fp-bento-interview{flex-direction:column;gap:24px;min-height:280px;display:flex}@media (min-width:640px){.fp-bento-resume,.fp-bento-interview{flex-direction:row;align-items:center;gap:32px}}.fp-bento-group-blue .fp-bento-tile{border-color:#0071e31a}html.light .fp-bento-group-blue .fp-bento-tile{border-color:#0071e31f}.fp-bento-resume{background:#0071e30a}html.light .fp-bento-resume,.fp-bento-ats{background:#0071e308}html.light .fp-bento-ats{background:#0071e305}.fp-bento-format{background:#0071e308}html.light .fp-bento-format{background:#0071e305}.fp-bento-group-purple .fp-bento-tile{border-color:#5856d61a}html.light .fp-bento-group-purple .fp-bento-tile{border-color:#5856d61f}.fp-bento-interview{background:#5856d60a}html.light .fp-bento-interview,.fp-bento-companies{background:#5856d608}html.light .fp-bento-companies{background:#5856d605}.fp-bento-feedback{background:#5856d608}html.light .fp-bento-feedback{background:#5856d605}.fp-bento-tile-text{flex:1;min-width:0}.fp-bento-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:10px;font-size:24px;font-weight:700;line-height:1.2}@media (min-width:768px){.fp-bento-title{font-size:28px}}.fp-bento-desc{color:var(--text-secondary);max-width:380px;margin-bottom:24px;font-size:15px;line-height:1.6}.fp-bento-tile-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:20px;font-size:13px;font-weight:600;display:block}.fp-bento-cta{cursor:pointer;color:#fff;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:13px 26px;font-size:15px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.fp-bento-cta:disabled{opacity:.6;cursor:not-allowed}.fp-bento-cta-blue{background:#0071e3}.fp-bento-cta-blue:hover:not(:disabled){background:#0063cc;transform:translateY(-1px);box-shadow:0 4px 16px #0071e340}.fp-bento-cta-purple{background:#5856d6}.fp-bento-cta-purple:hover:not(:disabled){background:#4a48c8;transform:translateY(-1px);box-shadow:0 4px 16px #5856d640}.fp-bento-cta:active:not(:disabled){transform:scale(.98)}.fp-illust-doc{flex-shrink:0;align-self:center;width:160px;position:relative}@media (min-width:640px){.fp-illust-doc{align-self:auto;width:180px}}.fp-illust-doc-frame{background:#ffffff0d;border:1px solid #ffffff24;border-radius:12px;padding:12px;position:relative;box-shadow:0 8px 32px #0071e314}html.light .fp-illust-doc-frame{background:#fff;border-color:#00000014;box-shadow:0 8px 32px #0000000f}.fp-illust-doc-header-bar{gap:4px;margin-bottom:14px;display:flex}.fp-illust-dot{border-radius:50%;width:6px;height:6px}.fp-illust-dot-red{background:#ff5f57}.fp-illust-dot-yellow{background:#ffbd2e}.fp-illust-dot-green{background:#28c840}.fp-illust-doc-body{flex-direction:column;gap:8px;display:flex}.fp-illust-doc-line{height:6px;width:var(--line-w,70%);background:#ffffff14;border-radius:3px}html.light .fp-illust-doc-line{background:#0000000f}.fp-illust-doc-spacer{height:6px}.fp-illust-doc-section-bar{background:#0071e333;border-radius:2px;width:35%;height:4px;margin-bottom:2px}html.light .fp-illust-doc-section-bar{background:#0071e326}.fp-illust-scan-line{opacity:0;background:linear-gradient(90deg,#0000,#0071e3,#30d158,#0000);border-radius:1px;height:2px;position:absolute;top:20px;left:8px;right:8px}.fp-reveal.visible .fp-illust-scan-line{animation:2.5s cubic-bezier(.4,0,.2,1) 1s forwards fp-scan}@keyframes fp-scan{0%{opacity:0;top:20px}10%{opacity:.8}90%{opacity:.8}to{opacity:0;top:calc(100% - 20px)}}.fp-illust-doc-badge{color:#fff;background:linear-gradient(135deg,#0071e3,#30d158);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex;position:absolute;bottom:-8px;right:-8px;box-shadow:0 4px 12px #0071e34d}.fp-bento-ats{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.fp-illust-score-ring{width:120px;height:120px;position:relative}@media (min-width:768px){.fp-illust-score-ring{width:140px;height:140px}}.fp-score-svg{width:100%;height:100%}html.light .fp-score-svg circle:first-of-type{stroke:#0000000f}.fp-score-ring-fill{stroke-dasharray:314;stroke-dashoffset:314px}.fp-reveal.visible .fp-score-ring-fill{animation:1.8s cubic-bezier(.16,1,.3,1) .5s forwards fp-score-fill}@keyframes fp-score-fill{to{stroke-dashoffset:25px}}.fp-score-value{align-items:baseline;gap:2px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fp-score-number{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:800;line-height:1}@media (min-width:768px){.fp-score-number{font-size:38px}}.fp-score-of{color:var(--text-tertiary);font-size:14px;font-weight:500}.fp-score-caption{color:var(--text-tertiary);text-align:center;margin-top:12px;font-size:12px}.fp-bento-format{flex-direction:column;justify-content:center;min-height:220px;display:flex}.fp-illust-checks{flex-direction:column;gap:14px;display:flex}.fp-illust-check{color:var(--text-secondary);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.fp-illust-check-icon{flex-shrink:0;width:18px;height:18px}.fp-illust-check-summary{color:#30d158;border-top:1px solid #ffffff1f;margin-top:16px;padding-top:12px;font-size:12px;font-weight:600}html.light .fp-illust-check-summary{border-top-color:#00000014}.fp-illust-quiz{background:#5856d60f;border:1px solid #5856d61f;border-radius:14px;flex-direction:column;flex-shrink:0;width:136px;padding:12px;display:flex}@media (max-width:639px){.fp-illust-quiz{align-self:center}}@media (min-width:640px){.fp-illust-quiz{width:153px;padding:14px}}html.light .fp-illust-quiz{background:#5856d60d;border-color:#5856d61a}.fp-illust-quiz-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.fp-illust-quiz-progress-label{color:#5856d6;white-space:nowrap;font-size:10px;font-weight:600}.fp-illust-quiz-progress-bar{background:#5856d61a;border-radius:2px;flex:1;height:4px;overflow:hidden}.fp-illust-quiz-progress-fill{background:#5856d6;border-radius:2px;width:30%;height:100%}.fp-illust-quiz-q-last{margin-bottom:14px}.fp-illust-quiz-option{background:#ffffff08;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;margin-bottom:6px;padding:8px 12px;display:flex}html.light .fp-illust-quiz-option{background:#00000005;border-color:#0000000f}.fp-illust-quiz-option:last-of-type{margin-bottom:0}.fp-illust-quiz-option-selected{background:#5856d61a;border:1.5px solid #5856d659}html.light .fp-illust-quiz-option-selected{background:#5856d614;border-color:#5856d64d}.fp-illust-quiz-option-letter{color:var(--text-tertiary);flex-shrink:0;width:14px;font-size:10px;font-weight:700}.fp-illust-quiz-option-letter-selected{color:#5856d6}.fp-illust-quiz-check{flex-shrink:0;margin-left:auto}.fp-illust-quiz-footer{border-top:1px solid #5856d614;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;display:flex}.fp-illust-quiz-timer{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:10px}.fp-illust-quiz-next{color:#fff;background:#5856d6;border-radius:10px;padding:4px 12px;font-size:9px;font-weight:600}.fp-bento-companies{flex-direction:column;justify-content:center;min-height:180px;display:flex}.fp-illust-company-grid{flex-wrap:wrap;gap:14px;margin-top:4px;display:flex}.fp-illust-company-item{flex-direction:column;align-items:center;gap:6px;display:flex}.fp-illust-company{background:#ffffff0f;border:1px solid #ffffff24;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex}html.light .fp-illust-company{background:#00000008;border-color:#00000014}.fp-illust-company-logo svg{display:block}.fp-amazon-letter{fill:#fff}.fp-amazon-smile{fill:#ff6200}html.light .fp-amazon-letter{fill:#232f3e}html.light .fp-amazon-smile{fill:#f90}.fp-illust-company-apple .fp-apple-path{fill:#e0e0e0}html.light .fp-illust-company-apple .fp-apple-path{fill:#333}.fp-illust-company-more{color:var(--text-tertiary);background:#ffffff0a;border:1px dashed #fff3}html.light .fp-illust-company-more{background:#00000005;border-color:#0000001f}.fp-illust-company-name{color:var(--text-tertiary);font-size:10px;font-weight:500}.fp-bento-feedback{flex-direction:column;justify-content:center;min-height:180px;display:flex}.fp-illust-bars{flex-direction:column;gap:16px;display:flex}.fp-illust-bar-row{align-items:center;gap:12px;display:flex}.fp-illust-bar-label{color:var(--text-secondary);flex-shrink:0;width:88px;font-size:13px;font-weight:500}.fp-illust-bar{background:#ffffff0f;border-radius:4px;flex:1;height:8px;overflow:hidden}html.light .fp-illust-bar{background:#0000000a}.fp-illust-bar-fill{border-radius:4px;width:0%;height:100%}.fp-reveal.visible .fp-illust-bar-fill{animation:1.2s cubic-bezier(.16,1,.3,1) .4s forwards fp-bar-grow}.fp-illust-bar-blue{background:#0071e3}.fp-illust-bar-purple{background:#5856d6}.fp-illust-bar-teal{background:#30d158}.fp-illust-bar-amber{background:#ff9f0a}.fp-illust-bar-pct{color:var(--text-secondary);text-align:right;flex-shrink:0;width:36px;font-size:12px;font-weight:700}@keyframes fp-bar-grow{0%{width:0%}to{width:var(--bar-target)}}.fp-testimonials{padding:72px 16px;position:relative;overflow:hidden}@media (min-width:768px){.fp-testimonials{padding:100px 32px}}@media (min-width:1024px){.fp-testimonials{padding:120px 48px}}.fp-testimonials-glow{filter:blur(120px);pointer-events:none;opacity:.07;border-radius:50%;position:absolute}.fp-testimonials-glow-1{background:#0071e3;width:500px;height:500px;top:-100px;left:-150px}.fp-testimonials-glow-2{background:#5856d6;width:400px;height:400px;bottom:-80px;right:-100px}html.light .fp-testimonials-glow{opacity:.04}.fp-carousel{max-width:1200px;margin:0 auto;position:relative}.fp-carousel-viewport{align-items:stretch;gap:16px;display:flex}.fp-carousel-arrow{width:48px;height:48px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff24;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}html.light .fp-carousel-arrow{background:#fffc;border-color:#0000001a;box-shadow:0 2px 8px #0000000f}.fp-carousel-arrow:hover:not(:disabled){background:#0071e314;border-color:#0071e366;transform:scale(1.08)}.fp-carousel-arrow:disabled{opacity:.25;cursor:default;pointer-events:none}.fp-carousel-track{flex:1;grid-template-columns:repeat(3,1fr);gap:20px;min-width:0;display:grid}@media (max-width:1023px){.fp-carousel-track{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.fp-carousel-track{grid-template-columns:1fr}}.fp-carousel-animating{animation-duration:.3s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.fp-carousel-slide-left{animation-name:fp-slide-out-left}.fp-carousel-slide-right{animation-name:fp-slide-out-right}@keyframes fp-slide-out-left{0%{opacity:1;transform:translate(0)}45%{opacity:0;transform:translate(-40px)}55%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes fp-slide-out-right{0%{opacity:1;transform:translate(0)}45%{opacity:0;transform:translate(40px)}55%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.fp-carousel-viewport{touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.fp-carousel-dots{justify-content:center;gap:2px;margin-top:32px;display:flex}.fp-carousel-dot{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.fp-carousel-dot:before{content:"";background:#ffffff1f;border-radius:50%;width:6px;height:6px;transition:all .3s cubic-bezier(.16,1,.3,1)}html.light .fp-carousel-dot:before{background:#0000001a}.fp-carousel-dot.active:before{background:#0071e3;border-radius:3px;width:20px}.fp-carousel-dot:hover:not(.active):before{background:#ffffff40}html.light .fp-carousel-dot:hover:not(.active):before{background:#0003}.fp-carousel-mobile-arrows{display:none}@media (max-width:767px){.fp-carousel-viewport>.fp-carousel-arrow{display:none}.fp-carousel-mobile-arrows{justify-content:center;gap:16px;margin-top:20px;display:flex}.fp-carousel-mobile-arrows .fp-carousel-arrow{width:44px;height:44px;display:flex}}.fp-testimonial-card{background:#ffffff08;border:1px solid #ffffff40;border-radius:20px;flex-direction:column;gap:20px;padding:32px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.fp-testimonial-card{min-height:240px;padding:36px 36px 32px}}html.light .fp-testimonial-card{background:#fff;border-color:#00000012;box-shadow:0 1px 3px #0000000a}.fp-testimonial-deco{background:linear-gradient(135deg,#0071e3 0%,#5856d6 100%);-webkit-text-fill-color:transparent;opacity:.25;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-family:Georgia,Times New Roman,serif;font-size:96px;line-height:1;position:absolute;top:8px;right:20px}html.light .fp-testimonial-deco{opacity:.18}.fp-testimonial-stars{gap:3px;display:flex}.fp-star{flex-shrink:0}.fp-star-filled{color:#ff9f0a}.fp-star-empty{color:var(--text-tertiary);opacity:.25}.fp-testimonial-quote{border:none;flex:1;margin:0;padding:0}.fp-testimonial-quote p{color:var(--text-primary);letter-spacing:-.01em;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin:0;font-size:15px;line-height:1.75;display:-webkit-box;overflow:hidden}.fp-testimonial-author{border-top:1px solid #ffffff40;align-items:center;gap:12px;margin-top:auto;padding-top:20px;display:flex}html.light .fp-testimonial-author{border-top-color:#0000000f}.fp-testimonial-avatar{color:#fff;background:linear-gradient(135deg,#0071e3,#5856d6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:600;display:flex;overflow:hidden}.fp-testimonial-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.fp-testimonial-author-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.fp-testimonial-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.fp-testimonial-role{color:var(--text-tertiary);font-size:12px;line-height:1.4}.fp-testimonial-social{color:#0a66c2;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:all .2s;display:flex}.fp-testimonial-social:hover{background:#0a66c21a;transform:scale(1.1)}.fp-testimonials-footer{justify-content:center;margin-top:48px;display:flex}.fp-testimonials-link{color:#0071e3;border:1.5px solid #0071e333;border-radius:14px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.fp-testimonials-link:hover{background:#0071e30f;border-color:#0071e3;gap:12px}.fp-final-cta{text-align:center;background:var(--bg-secondary);padding:64px 16px;position:relative}@media (min-width:768px){.fp-final-cta{padding:80px 32px}}@media (min-width:1024px){.fp-final-cta{padding:100px 48px}}.fp-final-cta-card{background:linear-gradient(135deg,#0071e31f 0%,#5856d61f 100%);border:2px solid #0071e326;border-radius:24px;max-width:1100px;margin:0 auto;padding:48px 20px 40px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}html.light .fp-final-cta-card{background:linear-gradient(135deg,#0071e30f 0%,#5856d60f 100%);border-color:#0071e32e;box-shadow:0 8px 32px #0000000f}@media (min-width:768px){.fp-final-cta-card{border-radius:32px;padding:80px 64px 72px}}@media (min-width:1024px){.fp-final-cta-card{padding:80px 80px 72px}}.fp-final-cta-orb{filter:blur(80px);pointer-events:none;opacity:.15;border-radius:50%;animation:14s ease-in-out infinite fp-orb-drift;position:absolute}.fp-final-cta-orb-1{background:#0071e3;width:280px;height:280px;top:-60px;left:-40px}.fp-final-cta-orb-2{background:#5856d6;width:240px;height:240px;animation-delay:-7s;bottom:-50px;right:-30px}html.light .fp-final-cta-orb-1{opacity:.06}html.light .fp-final-cta-orb-2{opacity:.04}.fp-final-cta-particle{pointer-events:none;background:#ffffff26;border-radius:50%;width:3px;height:3px;animation:5s ease-in-out infinite fp-particle-twinkle;position:absolute}html.light .fp-final-cta-particle{background:#5856d626}.fp-final-cta-particle-1{top:15%;left:10%}.fp-final-cta-particle-2{width:2px;height:2px;animation-delay:-2s;bottom:20%;right:12%}@keyframes fp-particle-twinkle{0%,to{opacity:.1}50%{opacity:.5}}.fp-final-cta-content{z-index:1;position:relative}.fp-final-cta-label{text-transform:uppercase;letter-spacing:1.5px;color:#0071e3;margin-bottom:12px;font-size:13px;font-weight:600}.fp-final-cta-title{color:var(--text-primary);letter-spacing:-.02em;max-width:640px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:clamp(32px,5vw,48px);font-weight:900;line-height:1.15}.fp-final-cta-subtitle{color:var(--text-secondary);text-wrap:balance;max-width:600px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:clamp(16px,2.2vw,20px);line-height:1.6}@media (min-width:768px){.fp-final-cta-subtitle{margin-bottom:48px}}.fp-final-cta-buttons{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}@media (min-width:540px){.fp-final-cta-buttons{flex-direction:row;gap:20px}}.fp-final-cta-btn{cursor:pointer;color:#fff;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;padding:16px 28px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex}@media (min-width:540px){.fp-final-cta-btn{gap:12px;padding:20px 40px;font-size:18px}}.fp-final-cta-btn-blue{background:#0071e3;box-shadow:0 8px 28px #0071e34d}.fp-final-cta-btn-purple{background:#5856d6;box-shadow:0 8px 28px #5856d64d}.fp-final-cta-btn:hover:not(:disabled){transform:translateY(-2px)}.fp-final-cta-btn-blue:hover:not(:disabled){background:#0063cc;box-shadow:0 8px 32px #0071e366}.fp-final-cta-btn-purple:hover:not(:disabled){background:#4a48c8;box-shadow:0 8px 32px #5856d666}.fp-final-cta-btn:active:not(:disabled){transform:scale(.98)}.fp-final-cta-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.fp-faq{padding:72px 16px}@media (min-width:768px){.fp-faq{padding:100px 32px}}@media (min-width:1024px){.fp-faq{padding:120px 48px}}.fp-faq-container{max-width:800px;margin:0 auto}.fp-faq-list{flex-direction:column;gap:12px;margin-top:48px;display:flex}@media (min-width:768px){.fp-faq-list{margin-top:64px}}.fp-faq-item{background:var(--bg-primary);border:1px solid #ffffff40;border-radius:16px;transition:border-color .2s,background .2s,box-shadow .2s;overflow:hidden}.fp-faq-item:not(.open):hover{border-color:#0071e366;box-shadow:0 2px 12px #0000000a}html.light .fp-faq-item{background:#fff;border-color:#00000014}html.light .fp-faq-item:not(.open):hover{border-color:#0071e359;box-shadow:0 2px 12px #00000008}.fp-faq-item.open{background:var(--bg-tertiary);border-color:#0071e366}html.light .fp-faq-item.open{background:#f8fafc;border-color:#0071e359}.fp-faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;min-height:60px;padding:20px 22px;font-family:inherit;font-size:16px;font-weight:600;display:flex}@media (min-width:768px){.fp-faq-question{padding:24px 30px;font-size:17px}}.fp-faq-question:hover{color:#0071e3}.fp-faq-chevron{color:var(--text-tertiary);flex-shrink:0;transition:transform .3s}.fp-faq-item.open .fp-faq-chevron{transform:rotate(180deg)}.fp-faq-answer-wrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.fp-faq-item.open .fp-faq-answer-wrap{grid-template-rows:1fr}.fp-faq-answer-inner{overflow:hidden}.fp-faq-answer{color:var(--text-secondary);margin:0;padding:0 22px 20px;font-size:15px;line-height:1.7}@media (min-width:768px){.fp-faq-answer{padding:0 30px 24px;font-size:16px}}.fp-footer{border-top:1px solid var(--border-subtle);padding:48px 16px 24px}@media (min-width:768px){.fp-footer{padding:64px 32px 32px}}.fp-footer-inner{max-width:1280px;margin:0 auto}.fp-footer-grid{grid-template-columns:1fr;gap:40px;margin-bottom:48px;display:grid}@media (min-width:640px){.fp-footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.fp-footer-grid{grid-template-columns:2fr 1fr 1.5fr 1fr 1fr}}.fp-footer-brand-desc{color:var(--text-secondary);max-width:300px;margin-top:16px;font-size:14px;line-height:1.7}.fp-footer-col-title{color:var(--text-primary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:16px;font-size:13px;font-weight:600}.fp-footer-links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.fp-footer-link{color:var(--text-secondary);text-underline-offset:4px;font-size:15px;text-decoration:none;transition:color .2s}.fp-footer-link:hover{color:var(--text-primary);text-decoration:underline}.fp-footer-link-btn{cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit}.fp-footer-bottom{border-top:1px solid var(--border-subtle);text-align:center;color:var(--text-tertiary);flex-direction:column;align-items:center;gap:8px;padding-top:24px;font-size:13px;display:flex}@media (min-width:768px){.fp-footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}@keyframes fp-orb-drift{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-25px)scale(1.05)}50%{transform:translate(-15px,20px)scale(.97)}75%{transform:translate(20px,10px)scale(1.03)}}.fp-reveal{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.fp-reveal.visible{opacity:1;transform:translateY(0)}.fp-reveal-child{opacity:0;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transition-delay:var(--stagger,0s);transform:translateY(16px)}.fp-reveal.visible .fp-reveal-child{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fp-reveal,.fp-reveal-child{opacity:1;transition:none;transform:none}.fp-final-cta-particle,.fp-final-cta-orb,.fp-score-ring-fill,.fp-illust-bar-fill,.fp-illust-scan-line,.fp-hero-glow,.fp-float-card-resume,.fp-float-card-interview{animation:none}.fp-score-ring-fill{stroke-dashoffset:25px}.fp-illust-bar-fill{width:var(--bar-target)}.fp-carousel-arrow{transition:none}}
