.foxden-landing{--fx-orange:#ff6b1f;--fx-orange-2:#ff8a3d;--fx-orange-soft:#ffe9d6;--fx-orange-pale:#fff4ea;--fx-bg:#fffcf8;--fx-cream:#fff6e4;--fx-ink:#1f1b17;--fx-ink-2:#3a332c;--fx-muted:#7a7167;--fx-line:#efe7dc;--fx-pink:#ff4f8b;--fx-yellow:#f8b500;--fx-purple:#a659f4;--fx-green:#2bb673;--fx-red:#ff5a5a;--fx-blue:#3a8bff;font-family:var(--foxden-font-sans),"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;color:var(--fx-ink);background:var(--fx-bg);-webkit-font-smoothing:antialiased;font-feature-settings:"palt";line-height:1.6}.foxden-landing *,.foxden-landing :after,.foxden-landing :before{box-sizing:border-box}.foxden-landing img{display:block;max-width:100%}.foxden-landing a{color:inherit;text-decoration:none}.foxden-landing .fx-container{max-width:1180px;margin:0 auto;padding:0 28px}.foxden-landing .fx-nav{position:sticky;top:0;z-index:50;background:rgba(255,252,248,.85);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid transparent}.foxden-landing .fx-nav.scrolled{border-bottom-color:var(--fx-line)}.foxden-landing .fx-nav-inner{display:flex;align-items:center;justify-content:space-between;height:78px}.foxden-landing .fx-brand{display:flex;align-items:center;gap:10px}.foxden-landing .fx-brand img{height:42px;width:auto;transition:transform .4s cubic-bezier(.22,1,.36,1)}.foxden-landing .fx-brand:hover img{animation:fx-logo-bounce .6s ease}@keyframes fx-logo-bounce{0%{transform:translateY(0) rotate(0deg)}30%{transform:translateY(-6px) rotate(-8deg)}50%{transform:translateY(-2px) rotate(4deg)}70%{transform:translateY(-4px) rotate(-3deg)}to{transform:translateY(0) rotate(0deg)}}.foxden-landing .fx-brand-name{font-family:var(--foxden-font-display),"Cormorant Garamond",serif;font-weight:500;font-size:28px;letter-spacing:.18em;color:var(--fx-ink)}.foxden-landing .fx-brand-name .den{color:var(--fx-orange)}.foxden-landing .fx-nav-links{display:flex;align-items:center;gap:36px}.foxden-landing .fx-nav-links a{font-size:15px;font-weight:600;color:var(--fx-ink-2);position:relative;transition:transform .18s ease,color .18s ease}.foxden-landing .fx-nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;background:var(--fx-orange);transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.16,1,.3,1)}.foxden-landing .fx-nav-links a:hover{color:var(--fx-orange);transform:translateY(-1px)}.foxden-landing .fx-nav-links a:hover:after{transform:scaleX(1)}.foxden-landing .fx-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease;border:none;font-family:inherit}.foxden-landing .fx-btn-primary{background:linear-gradient(120deg,var(--fx-orange-2),var(--fx-orange),var(--fx-orange-2));background-size:200% 200%;color:#fff;padding:14px 26px;font-size:15px;box-shadow:0 8px 22px -10px rgba(255,107,31,.55),inset 0 -2px 0 rgba(0,0,0,.06);animation:fx-bg-shift 4s ease-in-out infinite}.foxden-landing .fx-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px -10px rgba(255,107,31,.7)}.foxden-landing .fx-btn-soft{background:var(--fx-orange-soft);color:#c04a0e;padding:14px 28px}.foxden-landing .fx-btn-sm{padding:10px 20px;font-size:14px}.foxden-landing .fx-hero{position:relative;padding:48px 0 80px;overflow:visible}.foxden-landing .fx-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.foxden-landing .fx-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;border:1.5px solid var(--fx-orange);color:var(--fx-orange);font-weight:700;font-size:13px;background:#fff}.foxden-landing .fx-eyebrow .q{font-style:italic}.foxden-landing h1.fx-hero-title{font-family:var(--foxden-font-serif),"Noto Serif JP","Hiragino Mincho ProN",serif;font-size:72px;line-height:1.28;letter-spacing:.01em;font-weight:800;margin:24px 0 22px;color:var(--fx-ink);position:relative}.foxden-landing h1.fx-hero-title em{font-style:normal;color:var(--fx-orange);font-weight:800;position:relative;display:inline-block;padding:0 .12em;isolation:isolate}.foxden-landing h1.fx-hero-title em:before{content:"";position:absolute;left:-2%;right:-2%;bottom:.08em;height:.42em;background:#ffe066;z-index:-1;border-radius:4px;transform:skewX(-6deg) rotate(-1.2deg);opacity:.85}.foxden-landing h1.fx-hero-title .lead{display:inline-block;font-family:var(--foxden-font-sans),"Noto Sans JP",sans-serif;font-weight:700;font-size:22px;letter-spacing:.06em;color:var(--fx-ink-2);margin-bottom:6px;position:relative;padding-left:42px}.foxden-landing h1.fx-hero-title .lead:before{content:"";position:absolute;left:0;top:50%;width:28px;height:2px;background:var(--fx-orange);transform:translateY(-50%)}.foxden-landing h1.fx-hero-title .big{display:block;margin-top:4px}.foxden-landing h1.fx-hero-title .accent-circle{display:inline-block;position:relative;padding:.05em .18em .12em}.foxden-landing h1.fx-hero-title .accent-circle:after{content:"";position:absolute;inset:-22% -18% -18% -18%;border-left:3px solid var(--fx-orange);border-bottom:3px solid var(--fx-orange);border-radius:50%;transform:rotate(-8deg);opacity:.75;border-right:3px solid transparent;border-top:3px solid transparent}.foxden-landing h1.fx-hero-title .sparkle-mini{position:absolute;color:var(--fx-yellow);font-size:18px;animation:fx-twinkle 2s ease-in-out infinite}.foxden-landing h1.fx-hero-title .sparkle-mini.a{top:18px;left:-30px;color:var(--fx-orange);font-size:24px}.foxden-landing h1.fx-hero-title .sparkle-mini.b{top:48%;right:-12px;color:var(--fx-pink)}.foxden-landing h1.fx-hero-title .sparkle-mini.c{bottom:-6px;left:30%;color:var(--fx-yellow);animation-delay:.6s}.foxden-landing .fx-hero-sub{font-size:17px;color:var(--fx-ink-2);line-height:1.8;margin:0 0 30px;max-width:520px}.foxden-landing .fx-hero-ctas{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.foxden-landing .fx-hero-ctas [data-testid=login-menu-trigger]{font-size:20px;padding:18px 48px}.foxden-landing .fx-hero-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:8px}.foxden-landing .fx-meta-pill{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--fx-ink-2);font-weight:600;animation:fx-pill-breathe 4s ease-in-out infinite}.foxden-landing .fx-meta-pill:nth-child(2){animation-delay:-1.3s}.foxden-landing .fx-meta-pill:nth-child(3){animation-delay:-2.6s}.foxden-landing .fx-meta-pill .dot{width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.foxden-landing .fx-meta-pill .dot.y{background:#fff1c8;color:#b48400}.foxden-landing .fx-meta-pill .dot.o{background:#ffe0cb;color:#c04a0e}.foxden-landing .fx-meta-pill .mark{color:var(--fx-orange);font-weight:800}.foxden-landing .fx-hero-launch{margin-top:20px;max-width:520px}.foxden-landing .fx-hero-art{position:relative;height:540px;display:flex;align-items:center;justify-content:center}.foxden-landing .fx-hero-girl{position:relative;width:520px;height:auto;z-index:2;pointer-events:none;filter:drop-shadow(0 12px 32px rgba(255,107,31,.18))}.foxden-landing .fx-hero-girl img{width:100%;height:auto}.foxden-landing .fx-sparkle{position:absolute;font-size:20px;color:var(--fx-orange);z-index:5;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.foxden-landing .fx-sparkle.s1{top:6%;right:18%;font-size:24px}.foxden-landing .fx-sparkle.s2{top:42%;right:6%;font-size:18px;color:var(--fx-yellow)}.foxden-landing .fx-sparkle.s3{bottom:18%;left:14%;font-size:22px;color:var(--fx-pink)}.foxden-landing .fx-sparkle.s4{top:60%;left:36%;font-size:16px;color:var(--fx-orange)}.foxden-landing .fx-section{padding:96px 0;position:relative}.foxden-landing .fx-hero{background:#fffcf8}.foxden-landing #service{background:#fff}.foxden-landing #demos{background:#fff6ec}.foxden-landing .fx-section-eyebrow{font-family:var(--foxden-font-display),var(--foxden-font-display),"Cormorant Garamond",serif;font-weight:500;letter-spacing:.28em;font-size:14px;color:var(--fx-orange);text-transform:uppercase;display:inline-flex;align-items:center;gap:12px}.foxden-landing .fx-section-eyebrow:before{content:"";display:inline-block;width:28px;height:1px;background:var(--fx-orange)}.foxden-landing h2.fx-section-title{font-family:var(--foxden-font-serif),"Noto Serif JP",serif;font-size:40px;font-weight:700;letter-spacing:.01em;margin:14px 0 0;line-height:1.45;color:var(--fx-ink)}.foxden-landing h2.fx-section-title .brand-mark{color:var(--fx-orange)}.foxden-landing .fx-section-head{margin-bottom:56px;display:flex;align-items:end;justify-content:space-between;gap:32px}.foxden-landing .fx-section-head .right{font-size:13px;color:var(--fx-muted);letter-spacing:.16em;text-transform:uppercase}.foxden-landing .fx-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;border-top:1px solid var(--fx-line)}.foxden-landing .fx-cards:after,.foxden-landing .fx-cards:before{content:"✦";position:absolute;color:var(--fx-orange);font-size:18px;opacity:.5;animation:fx-twinkle 3s ease-in-out infinite}.foxden-landing .fx-cards:before{left:-22px;top:30%;color:var(--fx-pink)}.foxden-landing .fx-cards:after{right:-22px;top:65%;color:var(--fx-yellow);animation-delay:1s}.foxden-landing .fx-card{padding:44px 28px 40px;border-right:1px solid var(--fx-line);background:transparent;transition:background .25s ease}.foxden-landing .fx-card:last-of-type{border-right:0}.foxden-landing .fx-card:hover{background:rgba(255,107,31,.04)}.foxden-landing .fx-card .s-num{font-family:var(--foxden-font-display),"Cormorant Garamond",serif;font-style:italic;font-weight:400;font-size:34px;color:var(--fx-orange);line-height:1;margin-bottom:8px;letter-spacing:.02em;display:flex;align-items:baseline;gap:10px;transition:transform .3s ease}.foxden-landing .fx-card .s-num:after{content:"";flex:0 0 32px;height:1px;background:var(--fx-orange);opacity:.55;transform:translateY(-8px)}.foxden-landing .fx-card .icon{width:auto;height:60px;background:transparent;display:flex;align-items:center;margin:6px 0 22px}.foxden-landing .fx-card .icon img{width:auto;height:54px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(120,80,40,.12));transition:transform .4s cubic-bezier(.34,1.56,.64,1);animation:fx-icon-sway 4s ease-in-out infinite}.foxden-landing .fx-card.i2 .icon img{animation-delay:-1s}.foxden-landing .fx-card.i3 .icon img{animation-delay:-2s}.foxden-landing .fx-card.i4 .icon img{animation-delay:-3s}.foxden-landing .fx-card h3{font-family:var(--foxden-font-serif),"Noto Serif JP",serif;font-size:19px;margin:0 0 14px;font-weight:700;letter-spacing:.02em;line-height:1.55;color:var(--fx-ink);position:relative;display:inline-block}.foxden-landing .fx-card h3:after{content:"";display:block;height:6px;width:46px;margin-top:6px;background:linear-gradient(90deg,var(--fx-orange) 0,transparent 100%);opacity:.22;border-radius:4px;transform:translateX(-2px) skewX(-12deg)}.foxden-landing .fx-card p{font-size:13.5px;color:var(--fx-muted);margin:0;line-height:1.95;letter-spacing:.02em}.foxden-landing .fx-card .corner-deco{position:absolute;width:64px;opacity:.45;pointer-events:none;animation:fx-drift 7s ease-in-out infinite}.foxden-landing .fx-card.i1 .corner-deco{top:18px;right:18px;width:46px;transform:rotate(-12deg)}.foxden-landing .fx-card.i2 .corner-deco{top:28px;right:18px;width:54px;transform:rotate(8deg);animation-delay:.5s;animation-duration:8s}.foxden-landing .fx-card.i3 .corner-deco{top:24px;right:22px;width:48px;animation-delay:1s;animation-duration:9s}.foxden-landing .fx-card.i4 .corner-deco{top:22px;right:18px;width:52px;transform:rotate(-6deg);animation-delay:1.5s;animation-duration:7.5s}.foxden-landing .fx-card:hover .icon img{transform:scale(1.18) rotate(-8deg)}.foxden-landing .fx-card:hover .s-num{transform:translateX(4px)}.foxden-landing .fx-card .icon,.foxden-landing .fx-card .s-num,.foxden-landing .fx-card h3,.foxden-landing .fx-card p{transform:translateZ(0);transition:transform .3s ease}.foxden-landing .fx-card:hover .s-num{transform:translateZ(40px) translateX(4px)}.foxden-landing .fx-card:hover .icon{transform:translateZ(35px)}.foxden-landing .fx-card:hover h3{transform:translateZ(25px)}.foxden-landing .fx-card:hover p{transform:translateZ(15px)}.foxden-landing .fx-price-card{transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;animation:fx-card-breathe 7s ease-in-out infinite}.foxden-landing .fx-price-card.pro{animation-delay:-3.5s}.foxden-landing .fx-price-card:hover{transform:translateY(-8px);box-shadow:0 28px 60px -32px rgba(40,30,20,.4)}.foxden-landing .fx-price-card.pro:before{transition:filter .6s ease,opacity .6s ease}.foxden-landing .fx-price-card.pro:hover:before{filter:blur(.3px) saturate(1.4) brightness(1.15)}.foxden-landing .fx-section-eyebrow{position:relative}.foxden-landing .fx-section-eyebrow:before{width:0;animation:fx-line-draw .9s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.2s}@keyframes fx-line-draw{0%{width:0}to{width:28px}}.foxden-landing .fx-btn-primary{overflow:hidden;isolation:isolate}.foxden-landing .fx-btn-primary:after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(100deg,transparent 20%,hsla(0,0%,100%,.4) 50%,transparent 80%);transform:skewX(-22deg);animation:fx-shimmer 4s cubic-bezier(.5,0,.5,1) infinite;pointer-events:none}@keyframes fx-shimmer{0%,70%{left:-120%}to{left:120%}}.foxden-landing .fx-price-card.pro .fx-plan-name{background:linear-gradient(120deg,var(--fx-ink),var(--fx-orange) 60%,var(--fx-pink) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:fx-bg-shift 6s ease-in-out infinite}.foxden-landing .fx-price-card.pro .fx-price{animation:fx-price-pulse 3.4s ease-in-out infinite}@keyframes fx-price-pulse{0%,to{text-shadow:0 0 0 transparent}50%{text-shadow:0 6px 18px rgba(255,107,31,.25)}}.foxden-landing .fx-faq-item{will-change:transform}.foxden-landing .fx-faq-item:hover{transform:translateX(4px)}.foxden-landing .fx-faq-item:hover .fx-faq-chev{color:var(--fx-orange);transform:translateY(2px)}.foxden-landing .fx-reason{transition:border-bottom-color .4s ease,transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s cubic-bezier(.22,1,.36,1)}.foxden-landing .fx-reason:hover{border-bottom-color:rgba(255,107,31,.45);animation-play-state:paused;transform:translateY(-3px)}.foxden-landing .fx-cards-dot{transition:background .25s ease,transform .4s cubic-bezier(.34,1.56,.64,1),width .4s cubic-bezier(.34,1.56,.64,1)}.foxden-landing .fx-card{position:relative}.foxden-landing .fx-card:after{content:"";position:absolute;left:24px;right:24px;bottom:14px;height:2px;background:linear-gradient(90deg,var(--fx-orange) 0,transparent 100%);transform:scaleX(0);transform-origin:left;opacity:0;transition:opacity .4s ease}.foxden-landing .fx-card.is-inview:after{animation:fx-rail-fill .7s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.25s;opacity:1}@keyframes fx-rail-fill{to{transform:scaleX(1)}}.foxden-landing .fx-price-card .fx-features li{opacity:0;transform:translateY(8px)}.foxden-landing .fx-price-card.is-inview .fx-features li{animation:fx-list-rise .36s cubic-bezier(.16,1,.3,1) forwards}.foxden-landing .fx-price-card.is-inview .fx-features li:first-child{animation-delay:.1s}.foxden-landing .fx-price-card.is-inview .fx-features li:nth-child(2){animation-delay:.18s}.foxden-landing .fx-price-card.is-inview .fx-features li:nth-child(3){animation-delay:.26s}.foxden-landing .fx-price-card.is-inview .fx-features li:nth-child(4){animation-delay:.34s}.foxden-landing .fx-price-card.is-inview .fx-features li:nth-child(5){animation-delay:.42s}@keyframes fx-list-rise{to{opacity:1;transform:translateY(0)}}.foxden-landing .fx-cta-foot:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,hsla(0,0%,100%,.22) 0,transparent 45%);pointer-events:none;animation:fx-spot-slow 9s ease-in-out infinite;z-index:0}@keyframes fx-spot-slow{0%,to{opacity:.45;transform:translate(0)}50%{opacity:.85;transform:translate(40px,-20px)}}.foxden-landing .fx-cards-dots{display:none;justify-content:center;gap:10px;margin-top:24px}.foxden-landing .fx-cards-dot{width:8px;height:8px;border-radius:50%;background:var(--fx-line);border:none;padding:0;cursor:pointer;transition:background .25s ease,transform .25s ease,width .25s ease}.foxden-landing .fx-cards-dot:focus-visible{outline:2px solid var(--fx-orange);outline-offset:3px}.foxden-landing .fx-cards-dot.active{background:var(--fx-orange);width:24px;border-radius:999px;animation:fx-dot-pulse 1.8s ease-in-out infinite}@keyframes fx-dot-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,107,31,.4)}50%{box-shadow:0 0 0 6px rgba(255,107,31,0)}}.foxden-landing .fx-cards-dot .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.foxden-landing .fx-strengths{background:linear-gradient(180deg,#fff6d8,#fff1cc);padding:96px 0;position:relative;overflow:hidden}.foxden-landing .fx-strengths .fx-section-eyebrow{color:#e9c66f}.foxden-landing .fx-strengths .fx-section-eyebrow:before{background:#e9c66f}.foxden-landing .fx-strengths-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}.foxden-landing .fx-boy-wrap{position:relative;justify-self:center;width:100%;max-width:480px}.foxden-landing .fx-boy-wrap img.boy{width:100%;height:auto;border-radius:32px;animation:fx-float-tilt 6s ease-in-out infinite}.foxden-landing .fx-scribble-right{position:absolute;right:-20px;top:120px;width:160px;opacity:.9;animation:fx-drift 10s ease-in-out infinite}.foxden-landing .fx-strengths-title{font-family:var(--foxden-font-serif),"Noto Serif JP",serif;font-size:40px;font-weight:700;letter-spacing:.01em;margin:14px 0 28px;line-height:1.45}.foxden-landing .fx-strengths-title .brand-mark{color:var(--fx-orange)}.foxden-landing .fx-reason{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:18px 0;border-bottom:1px dashed rgba(184,140,40,.25);animation:fx-breathe-a 4.5s cubic-bezier(.25,.25,.75,.75) infinite}.foxden-landing .fx-reason:nth-child(2){animation:fx-breathe-b 5s cubic-bezier(.25,.25,.75,.75) infinite;animation-delay:-1.8s}.foxden-landing .fx-reason:nth-child(3){animation:fx-breathe-c 5.5s cubic-bezier(.25,.25,.75,.75) infinite;animation-delay:-3.2s}.foxden-landing .fx-reason:nth-child(4){animation:fx-breathe-d 4.8s cubic-bezier(.25,.25,.75,.75) infinite;animation-delay:-2.1s}.foxden-landing .fx-reason:last-child{border-bottom:0}.foxden-landing .fx-reason .ricon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#fff;box-shadow:0 4px 14px -6px rgba(184,140,40,.35);transition:transform .5s cubic-bezier(.22,1,.36,1)}.foxden-landing .fx-reason .ricon img{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;transition:transform .5s cubic-bezier(.22,1,.36,1)}.foxden-landing .fx-reason:hover .ricon{transform:rotate(-8deg) scale(1.12)}.foxden-landing .fx-reason:hover .ricon img{transform:rotate(8deg)}.foxden-landing .fx-reason h3{font-family:var(--foxden-font-serif),"Noto Serif JP",serif;margin:2px 0 8px;font-size:19px;font-weight:700;letter-spacing:.01em}.foxden-landing .fx-reason p{margin:0;font-size:13.5px;color:#6b5c3e;line-height:1.75}.foxden-landing .fx-pricing{position:relative;overflow:hidden;background:#fffcf8}.foxden-landing .fx-pricing .fx-container{position:relative;z-index:2}.foxden-landing .fx-pricing-scribble-l{position:absolute;left:-30px;top:80px;width:180px;opacity:.65;z-index:0;pointer-events:none;animation:fx-drift 8s ease-in-out infinite}.foxden-landing .fx-pricing-scribble-r{position:absolute;right:-40px;bottom:60px;width:200px;opacity:.7;z-index:0;pointer-events:none;transform:rotate(8deg);animation:fx-drift 9s ease-in-out infinite reverse}.foxden-landing .fx-star-deco{position:absolute;color:var(--fx-orange);font-size:24px;z-index:1;pointer-events:none;animation:fx-twinkle 2.6s ease-in-out infinite}.foxden-landing .fx-star-deco.s1{left:6%;top:46%}.foxden-landing .fx-star-deco.s2{right:8%;top:28%;animation-delay:.5s}.foxden-landing .fx-star-deco.s3{left:12%;bottom:18%;color:var(--fx-pink);font-size:18px;animation-delay:1s}.foxden-landing .fx-star-deco.s4{right:18%;bottom:24%;color:var(--fx-yellow);font-size:20px;animation-delay:1.5s}.foxden-landing .fx-pricing .row{display:grid;grid-template-columns:1fr 1.15fr;gap:28px;position:relative}.foxden-landing .fx-price-card{background:#fff;border-radius:28px;border:1px solid var(--fx-line);padding:40px 36px 36px;position:relative;z-index:2}.foxden-landing .fx-price-card.free{background:linear-gradient(180deg,#fff9f1,#fff);z-index:5}.foxden-landing .fx-price-card .fx-price-cta{position:relative;z-index:10}.foxden-landing .fx-price-card.pro{background:#fff;position:relative;isolation:isolate}.foxden-landing .fx-price-card.pro:before{content:"";position:absolute;inset:-3px;border-radius:31px;z-index:-1;background:conic-gradient(from 200deg,#ff6b1f,#ff4f8b,#a659f4,#3a8bff,#2bb673,#f8b500,#ff6b1f);filter:blur(.3px);animation:fx-ring-spin 14s linear infinite}@keyframes fx-ring-spin{to{transform:rotate(1turn)}}.foxden-landing .fx-price-card.pro:after{content:"";position:absolute;inset:0;border-radius:28px;z-index:-1;background:#fff}.foxden-landing .fx-badge-no1{position:absolute;top:-18px;left:50%;transform:translateX(-50%);background:linear-gradient(180deg,#ff6b9c,#e83a78);color:#fff;padding:8px 22px;border-radius:999px;font-weight:800;font-size:13.5px;box-shadow:0 8px 18px -8px rgba(232,58,120,.55);border:3px solid #fff;animation:fx-badge-bounce 3s ease-in-out infinite;transform-origin:50% 100%}.foxden-landing .fx-price-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}.foxden-landing .fx-plan-name{font-family:var(--foxden-font-display),"Cormorant Garamond",serif;font-size:44px;font-weight:500;letter-spacing:.04em;margin:0}.foxden-landing .fx-plan-sub{color:var(--fx-muted);font-size:14px;margin-top:4px;font-weight:600}.foxden-landing .fx-price{font-family:var(--foxden-font-ui),"Plus Jakarta Sans",sans-serif;font-weight:800;font-size:44px;letter-spacing:-.02em}.foxden-landing .fx-price .per{font-size:14px;color:var(--fx-muted);font-weight:600;margin-left:4px}.foxden-landing .fx-features{list-style:none;padding:0;margin:18px 0 28px}.foxden-landing .fx-features li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:14.5px;color:var(--fx-ink-2);font-weight:500;border-bottom:1px dashed var(--fx-line)}.foxden-landing .fx-features li:last-child{border-bottom:0}.foxden-landing .fx-features .chk{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;color:var(--fx-orange);font-weight:900;font-size:13px;animation:fx-chk-pop 3.5s ease-in-out infinite}.foxden-landing .fx-features li:nth-child(2) .chk{animation-delay:-.7s}.foxden-landing .fx-features li:nth-child(3) .chk{animation-delay:-1.4s}.foxden-landing .fx-features li:nth-child(4) .chk{animation-delay:-2.1s}.foxden-landing .fx-features li:nth-child(5) .chk{animation-delay:-2.8s}.foxden-landing .fx-price-cta{display:flex;flex-direction:column;align-items:center;gap:10px}.foxden-landing .fx-trial-note{font-size:12.5px;color:var(--fx-muted)}.foxden-landing .fx-upgrade-note{color:var(--fx-muted);font-size:13px}.foxden-landing .fx-faq{position:relative;background:#fff6ec}.foxden-landing .fx-faq-grid{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:start}.foxden-landing .fx-faq-side{position:relative;padding-top:40px}.foxden-landing .fx-faq-bubble{display:inline-block;background:#fff1b8;color:#9c6b00;border-radius:22px;padding:14px 22px;font-weight:800;font-size:15px;transform:rotate(-3deg);position:relative;box-shadow:0 8px 18px -8px rgba(180,130,30,.25);animation:fx-wobble 4.2s ease-in-out infinite;transform-origin:30% 100%}.foxden-landing .fx-faq-bubble:after{content:"";position:absolute;bottom:-10px;left:32px;border:10px solid transparent;border-top-color:#fff1b8;border-bottom:0}.foxden-landing .fx-faq-fox{width:200px;margin-top:36px;position:relative;z-index:2;animation:fx-fox-wiggle 5s ease-in-out infinite;transform-origin:50% 80%}.foxden-landing .fx-faq-cloud{position:absolute;left:-30px;top:80px;width:240px;opacity:.55;z-index:1;pointer-events:none;animation:fx-drift 9s ease-in-out infinite}.foxden-landing .fx-faq-list{display:flex;flex-direction:column;gap:14px;margin-top:8px}.foxden-landing .fx-faq-item{background:#fff;border:1px solid var(--fx-line);border-radius:18px;padding:18px 22px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease;font:inherit;color:inherit;text-align:left;width:100%}.foxden-landing .fx-faq-item:focus-visible{outline:2px solid var(--fx-orange);outline-offset:2px}.foxden-landing .fx-faq-item:hover{border-color:var(--fx-orange-soft);box-shadow:0 6px 20px -16px rgba(40,30,20,.3)}.foxden-landing .fx-faq-q-icon{width:32px;height:32px;border-radius:50%;background:#ffe9d6;color:var(--fx-orange);display:grid;place-items:center;font-weight:800;font-size:14px;flex-shrink:0;animation:fx-q-pulse 3s ease-in-out infinite}.foxden-landing .fx-faq-item:nth-child(2) .fx-faq-q-icon{animation-delay:-.8s}.foxden-landing .fx-faq-item:nth-child(3) .fx-faq-q-icon{animation-delay:-1.6s}.foxden-landing .fx-faq-item:nth-child(4) .fx-faq-q-icon{animation-delay:-2.4s}.foxden-landing .fx-faq-q-body{flex:1;display:block}.foxden-landing .fx-faq-q-body .q{display:block;font-weight:700;font-size:15.5px;color:var(--fx-ink)}.foxden-landing .fx-faq-q-body .a{display:block;font-size:13.5px;color:var(--fx-muted);margin-top:4px}.foxden-landing .fx-faq-q-body .a[hidden]{display:none}.foxden-landing .fx-faq-chev{color:var(--fx-muted);font-size:18px;transition:transform .2s ease}.foxden-landing .fx-faq-item.open .fx-faq-chev{transform:rotate(180deg)}.foxden-landing .fx-cta-foot{background:linear-gradient(180deg,#ff8a3d,#ff6b1f);color:#fff;padding:54px 0;position:relative;overflow:hidden}.foxden-landing .fx-cta-foot-inner{display:grid;grid-template-columns:1.2fr 1fr auto;gap:24px;align-items:center;position:relative;z-index:2}.foxden-landing .fx-cta-cloud{position:absolute;left:30%;top:10px;width:200px;opacity:.25;z-index:0;pointer-events:none;animation:fx-drift 10s ease-in-out infinite}.foxden-landing .fx-cta-foot h2{font-family:var(--foxden-font-serif),"Noto Serif JP",serif;font-size:36px;font-weight:700;line-height:1.4;margin:0;letter-spacing:.02em}.foxden-landing [data-testid=landing-cta-foot] [data-testid=login-menu-trigger]{background:#fff;color:var(--fx-orange);border-radius:999px;box-shadow:0 12px 22px -10px rgba(0,0,0,.25);border:none;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .3s ease}.foxden-landing [data-testid=landing-cta-foot] [data-testid=login-menu-trigger]:hover{background:#fff;color:var(--fx-orange);transform:translateY(-2px);box-shadow:0 18px 32px -14px rgba(0,0,0,.35)}.foxden-landing [data-testid=landing-cta-foot] [data-testid=login-menu-trigger]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(255,107,31,.18) 0,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.foxden-landing [data-testid=landing-cta-foot] [data-testid=login-menu-trigger]:hover:before{opacity:1}.foxden-landing .fx-cta-foot .micro{margin-top:10px;font-size:13px;opacity:.95;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.foxden-landing .fx-cta-foot .micro .pill{display:inline-flex;gap:6px;align-items:center}.foxden-landing .fx-cta-fox{width:160px;justify-self:end;animation:fx-fox-wiggle 4s ease-in-out infinite;transform-origin:50% 80%}.foxden-landing .fx-cta-sparkle{position:absolute;color:#ffd479;animation:fx-twinkle 2s ease-in-out infinite}.foxden-landing .fx-cta-sparkle.s1{top:18px;right:38%;font-size:22px}.foxden-landing .fx-cta-sparkle.s2{bottom:22px;right:24%;font-size:18px;animation-delay:.4s}.foxden-landing .fx-cta-sparkle.s3{top:50%;left:46%;font-size:16px;animation-delay:.9s}.foxden-landing .fx-site-foot{padding:36px 28px;border-top:1px solid var(--fx-line);background:#fffcf8}.foxden-landing .fx-foot-inner{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.foxden-landing .fx-foot-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 0}.foxden-landing .fx-foot-links a{color:var(--fx-orange);font-size:14px;font-weight:600;padding:6px 18px;border-radius:8px;position:relative;transition:background .2s ease,color .2s ease}.foxden-landing .fx-foot-links a:hover{background:var(--fx-orange-pale)}.foxden-landing .fx-foot-links a:not(:last-child):after{content:"·";position:absolute;right:-3px;top:50%;transform:translateY(-50%);color:var(--fx-line);pointer-events:none}.foxden-landing .fx-foot-copy{color:var(--fx-muted);font-size:12.5px;letter-spacing:.02em}.foxden-landing .fx-session-expired{margin:16px auto;max-width:1180px;border-radius:14px;border:1px solid rgba(184,119,0,.4);background:rgba(255,233,175,.45);color:#8a5a00;padding:12px 18px;font-size:14px}.foxden-landing .fx-hero-girl{animation:fx-float-y 6s ease-in-out infinite}.foxden-landing .fx-sparkle{animation:fx-twinkle 2.4s ease-in-out infinite}.foxden-landing .fx-sparkle.s2{animation-delay:.6s;animation-duration:2.8s}.foxden-landing .fx-sparkle.s3{animation-delay:1.1s;animation-duration:3.2s}.foxden-landing .fx-sparkle.s4{animation-delay:1.6s;animation-duration:2.2s}@keyframes fx-float-y{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fx-float-y-soft{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fx-breathe-a{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes fx-breathe-b{0%,to{transform:translateY(0)}40%{transform:translateY(-4px)}80%{transform:translateY(-1px)}}@keyframes fx-breathe-c{0%,to{transform:translateY(0)}35%{transform:translateY(-6px)}70%{transform:translateY(-2px)}}@keyframes fx-breathe-d{0%,to{transform:translateY(0)}45%{transform:translateY(-3px)}75%{transform:translateY(-5px)}}@keyframes fx-breathe-demo-a{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes fx-breathe-demo-b{0%,to{transform:translateY(0)}40%{transform:translateY(-4px)}80%{transform:translateY(-2px)}}@keyframes fx-breathe-demo-c{0%,to{transform:translateY(0)}35%{transform:translateY(-7px)}70%{transform:translateY(-3px)}}@keyframes fx-icon-sway{0%,to{transform:rotate(0deg) translateY(0)}25%{transform:rotate(-5deg) translateY(-2px)}75%{transform:rotate(5deg) translateY(-2px)}}@keyframes fx-badge-bounce{0%,to{transform:translateX(-50%) translateY(0) rotate(-2deg)}25%{transform:translateX(-50%) translateY(-5px) rotate(2deg)}50%{transform:translateX(-50%) translateY(-1px) rotate(-1deg)}75%{transform:translateX(-50%) translateY(-3px) rotate(1deg)}}@keyframes fx-pill-breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.04);opacity:.9}}@keyframes fx-float-tilt{0%,to{transform:translateY(0) rotate(0deg)}30%{transform:translateY(-8px) rotate(.8deg)}70%{transform:translateY(-4px) rotate(-.5deg)}}@keyframes fx-fox-wiggle{0%,to{transform:rotate(-4deg) translateY(0)}20%{transform:rotate(-1deg) translateY(-5px)}40%{transform:rotate(-6deg) translateY(-2px)}60%{transform:rotate(-2deg) translateY(-7px)}80%{transform:rotate(-5deg) translateY(-3px)}}@keyframes fx-q-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 rgba(255,107,31,0)}50%{transform:scale(1.1);box-shadow:0 0 0 4px rgba(255,107,31,.15)}}@keyframes fx-chk-pop{0%,to{transform:scale(1)}50%{transform:scale(1.2) rotate(8deg)}}@keyframes fx-card-breathe{0%,to{transform:translateY(0);box-shadow:0 18px 48px -28px rgba(40,30,20,.22)}50%{transform:translateY(-3px);box-shadow:0 24px 52px -28px rgba(40,30,20,.28)}}@keyframes fx-wobble{0%,to{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-8px)}}@keyframes fx-wobble-r{0%,to{transform:rotate(4deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-6px)}}@keyframes fx-spin-slow{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes fx-twinkle{0%,to{opacity:.35;transform:scale(.85) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}@keyframes fx-pop{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}@keyframes fx-pulse-glow{0%,to{filter:drop-shadow(0 6px 14px rgba(255,180,80,.3))}50%{filter:drop-shadow(0 6px 28px rgba(255,180,80,.7))}}@keyframes fx-drift{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(8px,-6px) rotate(6deg)}50%{transform:translate(-4px,4px) rotate(-4deg)}75%{transform:translate(6px,4px) rotate(3deg)}}@keyframes fx-bg-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes fx-badge-wiggle{0%,to{transform:translateX(-50%) rotate(-3deg)}50%{transform:translateX(-50%) rotate(3deg) translateY(-2px)}}@media (prefers-reduced-motion:reduce){.foxden-landing *,.foxden-landing :after,.foxden-landing :before{animation:none!important;transition:none!important}}.foxden-landing .fx-demos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.foxden-landing .fx-demo-slide{animation:fx-breathe-demo-a 4.8s cubic-bezier(.25,.25,.75,.75) infinite}.foxden-landing .fx-demo-slide:nth-child(2){animation:fx-breathe-demo-b 5.3s cubic-bezier(.25,.25,.75,.75) infinite;animation-delay:-2.2s}.foxden-landing .fx-demo-slide:nth-child(3){animation:fx-breathe-demo-c 4.5s cubic-bezier(.25,.25,.75,.75) infinite;animation-delay:-1.5s}@media (max-width:980px){.foxden-landing{overflow-x:hidden;max-width:100vw}.foxden-landing h1.fx-hero-title{font-size:38px;line-height:1.28;word-break:keep-all;overflow-wrap:anywhere;margin:18px 0 16px}.foxden-landing .fx-strengths-title,.foxden-landing h2.fx-section-title{font-size:28px;line-height:1.4;word-break:keep-all;overflow-wrap:anywhere}.foxden-landing h1.fx-hero-title em:before{height:.38em}.foxden-landing .fx-section,.foxden-landing .fx-strengths{padding:56px 0}.foxden-landing .fx-section-head{margin-bottom:28px;gap:12px;flex-direction:column;align-items:flex-start}.foxden-landing .fx-upgrade-note{font-size:12.5px}.foxden-landing .fx-faq-grid{gap:16px}.foxden-landing .fx-faq-side{padding-top:4px;display:flex;align-items:center;gap:14px}.foxden-landing .fx-faq-bubble{font-size:13px;padding:10px 16px}.foxden-landing .fx-faq-fox{width:96px;margin-top:0}.foxden-landing .fx-faq-cloud{width:130px;top:-10px;left:auto;right:0;opacity:.4}.foxden-landing .fx-hero{padding:32px 0 56px}.foxden-landing .fx-hero-sub{margin-bottom:20px}.foxden-landing .fx-hero-launch{margin-top:14px}.foxden-landing .fx-cta-foot{padding:44px 0}.foxden-landing .fx-cta-foot h2{font-size:26px;line-height:1.4}.foxden-landing .fx-demos-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 28px 12px;margin:0 -28px;scroll-padding-left:28px;scroll-padding-right:28px}.foxden-landing .fx-demos-grid::-webkit-scrollbar{display:none}.foxden-landing .fx-demo-slide{flex:0 0 84%;scroll-snap-align:center;scroll-snap-stop:always}.foxden-landing .fx-hero-grid{grid-template-columns:1fr}.foxden-landing .fx-hero{overflow:hidden}.foxden-landing .fx-hero-art{height:auto;max-width:100%}.foxden-landing .fx-hero-girl{width:88%;max-width:360px}.foxden-landing h1.fx-hero-title{font-size:48px;line-height:1.3}.foxden-landing h1.fx-hero-title .lead{font-size:18px;padding-left:36px}.foxden-landing h1.fx-hero-title .lead:before{width:22px}.foxden-landing .fx-cards{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 28px 12px;margin:0 -28px;border-top:0;scroll-padding-left:28px;scroll-padding-right:28px}.foxden-landing .fx-cards::-webkit-scrollbar{display:none}.foxden-landing .fx-card{flex:0 0 84%;scroll-snap-align:center;scroll-snap-stop:always;border:1px solid var(--fx-line);border-radius:20px;background:#fff;padding:32px 24px 28px;box-shadow:0 8px 28px -22px rgba(40,30,20,.25)}.foxden-landing .fx-card,.foxden-landing .fx-card:last-of-type{border-right:1px solid var(--fx-line)}.foxden-landing .fx-cards-dots{display:flex}.foxden-landing .fx-strengths-grid{grid-template-columns:1fr;gap:36px}.foxden-landing .fx-cta-foot-inner,.foxden-landing .fx-faq-grid,.foxden-landing .fx-pricing .row{grid-template-columns:1fr}.foxden-landing .fx-cta-fox{justify-self:start}.foxden-landing .fx-nav-links a:not(.fx-btn){display:none}}