@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--black:#0c0d0e;--footer:#050607;--text:#181818;--muted:#42464e;--soft:#f7f8fa;--line:#dde2e9;--blue:#1664ff;--orange:#ffbe5c;--pink:#ff5ee9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--text);letter-spacing:0;background:#fff;margin:0;font-family:Inter,Noto Sans JP,Noto Sans KR,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{z-index:20;background:#fff;height:60px;position:relative}.header-inner{justify-content:space-between;align-items:center;width:min(1200px,100% - 48px);height:60px;margin:0 auto;display:flex}.brand-dropdown{align-items:center;gap:4px;display:flex;position:relative}.brand{color:#737a87;align-items:center;display:flex}.brand img{width:105px;height:auto;display:block}.brand-toggle{color:#737a87;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex}.brand-toggle:hover,.brand-toggle.is-open{color:var(--black);background:#f2f3f5}.brand-toggle svg{transition:transform .2s}.brand-toggle.is-open svg{transform:rotate(180deg)}.brand-menu{border:1px solid var(--line);z-index:30;background:#fff;border-radius:10px;min-width:168px;padding:8px 0;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0c0d0e1f}.brand-menu a{color:var(--black);white-space:nowrap;text-align:center;padding:10px 16px;font-size:14px;font-weight:500;line-height:1.4;display:block}.brand-menu a:hover{background:var(--soft)}.auth-nav{color:var(--black);align-items:center;gap:24px;font-size:14px;font-weight:500;display:flex}.auth-nav .lang-switch{color:#fff;cursor:pointer;background:#050607;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-width:72px;height:32px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.auth-nav .lang-switch:hover{background:#1a1c1f}.hero{background:#0a3f68;height:940px;min-height:calc(100vh - 60px);position:relative;overflow:hidden}.hero-video{z-index:0;object-fit:cover;object-position:center 40%;transform-origin:50%;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.12)}.hero-shade{z-index:1;pointer-events:none;background:linear-gradient(#0000000a,#0000 30%,#00000014 100%),linear-gradient(#0a3f6800 58%,#0a3f68b8 82%,#0a3f68f5 100%),radial-gradient(circle at 50% 48%,#ffffff38,#fff0 24%);position:absolute;inset:0}.hero-content{z-index:3;color:#fff;pointer-events:none;width:100%;padding:0 24px;position:absolute;top:275px;left:0;right:0}.hero-copy{text-align:center;pointer-events:auto;width:min(1200px,100%);margin:0 auto}.hero-copy h1{letter-spacing:0;text-align:center;flex-direction:column;align-items:center;width:100%;margin:0;font-size:clamp(64px,7.1vw,96px);font-weight:800;line-height:1.08;display:flex}.hero-content.is-en .hero-copy h1{font-size:clamp(52px,5.8vw,88px);line-height:1.12}.hero-title-line{text-align:center;display:block}@media (width>=901px){.hero-content.is-en .hero-title-white,.hero-content.is-en .hero-title-accent{white-space:nowrap}}.hero-title-white{color:#fff;white-space:nowrap}.hero-title-accent{white-space:nowrap;background:linear-gradient(90deg,#ffd27a 0%,#ff73d2 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-subtitle{text-align:center;width:100%;max-width:1100px;margin:17px auto 0;font-size:30px;font-weight:400;line-height:36px}.hero-subtitle-line{text-align:center;display:block}.hero-cta{color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#1818185c;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;width:176px;height:54px;margin:68px auto 0;font-size:20px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex;box-shadow:inset 0 1px #ffffff4d}.hero-cta:hover{background:#18181880;transform:translateY(-2px)}.section{width:min(1200px,100% - 48px);margin:0 auto}.section-heading{text-align:center}.section-heading h2{color:#000;margin:0;font-size:40px;font-weight:600;line-height:48px}.section-heading p{color:var(--muted);margin:12px auto 0;font-size:16px;font-weight:400;line-height:24px}.plans{padding:112px 0 82px}.partner-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px 96px;margin-top:48px;display:flex}.partner-logo{flex:0 240px;justify-content:center;align-items:center;min-height:102px;display:flex}.partner-logo img{object-fit:contain;filter:grayscale();opacity:.55;width:auto;max-width:100%;height:auto;max-height:90px;transition:filter .25s,opacity .25s;display:block}.partner-logo:hover img{filter:grayscale(0%);opacity:1}.model-section{padding:22px 0 102px}.model-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:63px;display:grid}.model-card{color:#fff;background-position:50%;background-size:cover;border-radius:12px;height:513px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 10px 24px #00000014}.model-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #00000029}.model-overlay{flex-direction:column;justify-content:space-between;min-height:100%;padding:35px 31px 32px;display:flex}.model-card h3{color:#fff;margin:0 0 18px;font-size:34px;font-weight:800;line-height:38px}.model-card p{color:#fff;margin:0;font-size:15px;font-weight:700;line-height:22px}.model-card a{color:#fff;align-items:center;gap:4px;width:max-content;font-size:15px;font-weight:700;line-height:22px;display:inline-flex}.model-card a svg{transition:transform .2s}.model-card a:hover svg{transform:translate(3px)}.faq-section{background:linear-gradient(#fff 5%,#eef9ff 42%,#b8ecff 78%,#70e1ff 100%);padding:85px 0 91px}.faq-inner{width:min(1200px,100% - 48px);margin:0 auto}.faq-inner h2{text-align:center;color:#000;margin:0;font-size:40px;font-weight:600;line-height:48px}.faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px;margin-top:69px;display:grid}.faq-card{background:#fff;border-radius:8px;min-height:125px;padding:24px 24px 22px}.faq-card h3{color:#000;margin:0;font-size:22px;font-weight:500;line-height:30px}.faq-card p{color:var(--muted);margin:15px 0 0;font-size:15px;line-height:22px}.site-footer{background:var(--footer);color:#fff;padding:64px 0 30px}.footer-inner{grid-template-columns:180px 1fr;gap:52px;width:min(1200px,100% - 48px);margin:0 auto;display:grid}.footer-mark{object-fit:contain;width:auto;max-width:120px;height:40px;display:block}.socials{align-items:center;gap:22px;margin-top:43px;display:flex}.socials img{width:20px;height:20px;display:block}.footer-links{grid-template-columns:repeat(4,minmax(140px,1fr));gap:58px;display:grid}.footer-column{flex-direction:column;gap:46px;display:flex}.footer-group h3{color:#fff;margin:0 0 24px;font-size:16px;font-weight:700;line-height:24px}.footer-group a{color:#ffffffd1;margin-top:8px;font-size:15px;line-height:22px;display:block}.footer-group a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff2e;grid-column:1/-1;justify-content:center;margin-top:58px;padding-top:28px;display:flex}.legal{text-align:center;justify-content:center;align-items:center;font-size:14px;line-height:20px;display:flex}.legal a,.legal button{color:#fff;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.legal a:before,.legal button:before{content:"";vertical-align:middle;background:#ffffff80;border-radius:50%;width:3px;height:3px;margin-right:16px;display:inline-block}.partner{white-space:nowrap;align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}.partner img{object-fit:contain;width:160px;height:28px}.language{color:#fff;background:0 0;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:36px;padding:0 16px;font-size:14px;font-weight:600;display:inline-flex}.cookie-layer{z-index:60;background:#00000057;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cookie-panel{background:#fff;border:1px solid #e8edf5;border-radius:12px;width:664px;min-height:312px;padding:32px 32px 28px;box-shadow:0 18px 60px #00000024}.cookie-copy h2{color:#000;margin:0;font-size:22px;font-weight:700;line-height:30px}.cookie-copy p{color:#1f2a3a;margin:12px 0 0;font-size:15px;line-height:22px}.cookie-copy a{color:var(--blue)}.cookie-actions{justify-content:space-between;align-items:center;gap:24px;margin-top:31px;display:flex}.cookie-actions button{cursor:pointer}.cookie-settings{color:var(--black);background:0 0;border:0;font-size:16px;font-weight:600}.cookie-accept{border:1px solid var(--black);background:var(--black);color:#fff;border-radius:999px;min-width:140px;height:48px;font-size:16px;font-weight:600}@media (width<=900px){.header-inner{justify-content:flex-end;width:100%;padding:0 24px}.brand-dropdown{margin-right:auto}.hero{height:620px;min-height:620px}.hero-video{object-position:center 36%;transform:scale(1.16)}.hero-content{top:95px}.hero-copy h1{font-size:54px;line-height:1.08}.hero-title-white,.hero-title-accent{white-space:normal}.hero-subtitle{margin-top:22px;font-size:21px;line-height:29px}.hero-cta{margin-top:40px}.model-grid,.faq-grid{grid-template-columns:1fr}.partner-grid{gap:24px 52px}.partner-logo{flex:0 calc(33.333% - 40px)}.footer-inner{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{grid-template-columns:1fr}}@media (width<=560px){.site-header{height:60px}.brand-dropdown{display:none}.auth-nav{gap:22px}.hero{height:390px;min-height:390px}.hero:after{content:"";pointer-events:none;background:#00000042;position:absolute;inset:74px 0 0}.hero-video{object-position:49% top}.hero-content{z-index:2;top:97px}.hero-copy h1{font-size:34px;line-height:42px}.hero-subtitle{margin-top:16px;font-size:15px;line-height:22px}.hero-cta{width:136px;height:44px;margin-top:34px;font-size:16px}.hero-content.is-en{top:86px}.hero-content.is-en .hero-copy h1{font-size:29px;line-height:1.08}.hero-content.is-en .hero-title-line{max-width:100%}.hero-content.is-en .hero-subtitle{max-width:332px;margin-top:14px;font-size:13px;line-height:19px}.hero-content.is-en .hero-cta{margin-top:24px}.section,.faq-inner,.footer-inner{width:calc(100% - 24px)}.section-heading h2,.faq-inner h2{font-size:28px;line-height:36px}.section-heading p{font-size:16px;line-height:24px}.plans{padding:106px 0 66px}.partner-grid{gap:20px 40px;margin-top:36px}.partner-logo{flex:0 calc(50% - 28px);min-height:83px}.partner-logo img{max-height:70px}.model-section{padding:8px 0 80px}.model-grid{gap:16px;margin-top:32px}.model-card{border-radius:6px;height:144px}.model-card:nth-child(4){height:194px}.model-overlay{padding:21px 16px 20px}.model-card h3{margin-bottom:12px;font-size:22px;line-height:28px}.model-card p{max-width:300px;font-size:14px;line-height:21px}.model-card a{font-size:15px}.faq-section{padding:55px 0 48px}.faq-grid{gap:16px;margin-top:46px}.faq-card{min-height:0;padding:20px 16px}.faq-card h3{font-size:16px;font-weight:600;line-height:24px}.faq-card p{margin-top:12px;font-size:14px;line-height:22px}.site-footer{padding:64px 0 38px}.footer-brand{order:2}.footer-mark{display:none}.socials{gap:32px;margin-top:16px}.footer-links{order:1;grid-template-columns:1fr;gap:38px}.footer-column{gap:38px}.footer-group h3{margin-bottom:26px;font-size:16px}.footer-group a{margin-top:6px;font-size:15px}.footer-bottom{border-top:0;order:3;gap:27px;margin-top:32px;padding-top:0}.legal{text-align:center;order:3;justify-content:center}.partner{white-space:normal;text-align:center;order:4;justify-content:center}.language{order:1;width:110px;margin-top:2px}.footer-bottom:before{content:"";background:#ffffff2e;order:2;height:1px;margin:0 0 2px;display:block}.cookie-layer{align-items:flex-end}.cookie-panel{border-radius:12px 12px 0 0;width:100%;max-height:calc(100vh - 20px);padding:25px 24px 34px;overflow:auto}.cookie-copy h2{font-size:20px;line-height:28px}.cookie-copy p{font-size:15px;line-height:22px}.cookie-actions{flex-direction:column-reverse;align-items:stretch;gap:20px;margin-top:34px}.cookie-accept{width:100%}}
