:root{--bg:#f5f5f5;--paper:#fff;--text:#171717;--muted:#6f6f6f;--line:#dfdfdf;--accent:#ff6b2c;--dark:#202020;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(245,245,245,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--dark);color:#fff;font-weight:900;letter-spacing:-1px}.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy small{font-size:10px;letter-spacing:1.5px;color:#888}.brand-copy strong{font-size:19px;margin-top:4px}.nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.nav a{white-space:nowrap}.nav a:hover{color:var(--accent)}.nav-contact{padding:10px 16px;border:1px solid #bfbfbf;border-radius:999px}.menu-toggle{display:none;border:0;background:none;font-size:25px}.hero{padding:92px 0 76px}.hero-inner{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:72px}.eyebrow,.mini-label,.section-heading>span,.cta-box>div>span{display:inline-block;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:.08em}.hero h1{font-size:clamp(45px,5.6vw,76px);line-height:1.08;letter-spacing:-.055em;margin:17px 0 24px}.hero-copy>p{max-width:680px;color:var(--muted);font-size:18px}.hero-actions,.cta-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid #cfcfcf;border-radius:12px;background:#fff;font-weight:800;font-size:14px;transition:.18s}.button:hover{transform:translateY(-2px);border-color:#999}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.ghost{background:transparent}.trial-note{font-size:13px!important;margin-top:18px;color:#8b8b8b!important}.hero-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 24px 70px rgba(0,0,0,.07)}.panel-head{padding-bottom:23px;border-bottom:1px solid #eee}.panel-head span{display:block;color:#999;font-size:11px;letter-spacing:.12em}.panel-head strong{font-size:21px}.flow-step{display:flex;align-items:center;gap:18px;padding:17px 0}.flow-step b{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#f1f1f1;font-size:12px}.flow-step strong,.flow-step span{display:block}.flow-step span{font-size:13px;color:#888}.flow-line{height:22px;border-left:1px dashed #c5c5c5;margin-left:20px}.section{padding:88px 0}.section-heading{max-width:720px;margin-bottom:42px}.section-heading h2,.benefit-grid h2,.cta-box h2{font-size:clamp(31px,4vw,48px);line-height:1.22;letter-spacing:-.04em;margin:11px 0 14px}.section-heading p,.cta-box p{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;min-height:280px;display:flex;flex-direction:column}.feature-no{font-size:12px;color:#aaa}.feature-card h3{font-size:24px;margin:24px 0 10px}.feature-card p{color:var(--muted);margin:0}.feature-card a{margin-top:auto;padding-top:30px;font-weight:800;color:var(--accent)}.soft{background:#ececec}.benefit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.benefit-list{background:#fff;border-radius:22px;padding:12px 30px;border:1px solid var(--line)}.benefit-list div{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:23px 0;border-bottom:1px solid #eee}.benefit-list div:last-child{border-bottom:0}.benefit-list b{font-size:12px;color:var(--accent)}.cta-section{padding:88px 0}.cta-box{background:#202020;color:#fff;border-radius:30px;padding:48px 52px;display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-box p{margin-bottom:0;color:#bcbcbc}.cta-box .button:not(.primary){background:#fff;color:#222;border-color:#fff}.site-footer{border-top:1px solid var(--line);padding:36px 0 44px}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.footer-inner strong{font-size:20px}.footer-inner p{margin:4px 0;color:#777;font-size:13px}.footer-links{display:flex;gap:22px;font-size:13px;font-weight:700}.footer-inner small{grid-column:1/-1;color:#999}.nav.open{display:flex}
@media(max-width:960px){.menu-toggle{display:block}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#f5f5f5;border-bottom:1px solid var(--line);padding:18px 20px;flex-direction:column;align-items:stretch;gap:4px}.nav a{padding:12px}.hero-inner,.benefit-grid{grid-template-columns:1fr}.hero{padding-top:58px}.hero-panel{max-width:640px}.feature-grid{grid-template-columns:1fr}.cta-box{align-items:flex-start;flex-direction:column}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}
@media(max-width:600px){.wrap{width:min(calc(100% - 28px),var(--max))}.header-inner{min-height:68px}.nav{top:68px}.brand-mark{width:40px;height:40px}.hero{padding:46px 0 56px}.hero h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-actions .button{width:100%}.hero-panel{padding:24px;border-radius:22px}.section{padding:65px 0}.feature-card{min-height:250px}.benefit-grid{gap:30px}.benefit-list{padding:8px 20px}.cta-section{padding:64px 0}.cta-box{padding:34px 25px;border-radius:22px}.cta-actions,.cta-actions .button{width:100%}.footer-links{gap:13px}}

.signup-modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.signup-modal.open{display:flex}.signup-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);backdrop-filter:blur(5px)}.signup-modal-card{position:relative;z-index:1;width:min(100%,480px);background:#fff;border:1px solid #ddd;border-radius:24px;padding:38px 34px;box-shadow:0 30px 90px rgba(0,0,0,.22);text-align:center}.signup-modal-close{position:absolute;right:17px;top:13px;width:38px;height:38px;border:0;background:transparent;font-size:29px;color:#777;cursor:pointer}.signup-modal-label{display:inline-block;color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.14em}.signup-modal-card h2{font-size:30px;letter-spacing:-.035em;margin:10px 0 14px}.signup-modal-card p{color:#666;margin:0;line-height:1.75}.signup-modal-card p strong{color:#222}.signup-modal-help{margin-top:13px!important;font-size:14px}.signup-modal-actions{display:flex;justify-content:center;gap:10px;margin-top:27px}.signup-modal-actions .button{min-width:145px}.modal-open{overflow:hidden}@media(max-width:600px){.signup-modal-card{padding:34px 20px 25px;border-radius:20px}.signup-modal-card h2{font-size:26px}.signup-modal-actions{display:grid;grid-template-columns:1fr}.signup-modal-actions .button{width:100%}}

/* RC2 homepage trial emphasis */
.hero h1 em{font-style:normal;color:var(--accent)}
.trial-highlight{margin-top:22px;padding:18px 20px;border:1px solid rgba(255,98,55,.35);border-radius:16px;background:rgba(255,98,55,.08);display:grid;gap:3px;max-width:680px}
.trial-highlight strong{font-size:20px;color:#e94f25}
.trial-highlight span{font-size:13px;color:#6f6f6f}
@media(max-width:760px){.trial-highlight strong{font-size:17px}}

.event-highlight{border:1px solid rgba(255,107,53,.32);box-shadow:0 12px 28px rgba(255,107,53,.12)}.event-highlight strong{color:#d94f1d}


/* RC4.1 homepage title wrapping + shared header alignment */
.wrap{width:min(var(--max),calc(100% - 36px))}
.site-header{background:rgba(255,255,255,.92)}
.header-inner{height:74px;min-height:74px;gap:24px}
.brand{gap:11px;font-weight:900}
.brand-mark{width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--accent),#ff9a62);font-size:12px;letter-spacing:0;box-shadow:0 8px 18px rgba(255,107,53,.28)}
.brand-text small{display:block;color:var(--muted);font-size:11px;letter-spacing:.04em;line-height:1.1}
.brand-text strong{display:block;font-size:19px;line-height:1.1;margin-top:3px}
.nav{gap:22px}
.nav-cta{padding:10px 16px;border-radius:999px;background:var(--accent);color:#fff!important}
.hero h1{font-size:clamp(42px,4.3vw,62px)}
.hero h1>span{display:block;white-space:nowrap}
@media(max-width:960px){.nav{top:74px}}
@media(max-width:700px){.hero h1>span{white-space:normal}.hero h1{font-size:43px}}
@media(max-width:600px){.wrap{width:min(var(--max),calc(100% - 28px))}.header-inner{height:68px;min-height:68px}.brand-mark{width:38px;height:38px}}
