*{box-sizing:border-box;margin:0;padding:0}
:root{
  --primary:#176b5b;--primary-dark:#0c4f43;--primary-light:#e9f7f3;
  --accent:#f2a93b;--navy:#14283d;--text:#253342;--muted:#6b7785;
  --line:#e4e9ed;--bg:#f6f9f8;--white:#fff;--shadow:0 18px 50px rgba(16,48,42,.12)
}
html{scroll-behavior:smooth}
body{font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;color:var(--text);line-height:1.65;background:#fff;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:fixed;top:0;left:0;right:0;height:76px;z-index:100;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,228,.8)}
.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-size:22px;font-weight:700;color:var(--navy)}
.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(145deg,var(--primary),#22a78e);color:white;font-weight:800}
.brand-text strong{color:var(--primary)}
.main-nav{display:flex;align-items:center;gap:34px;font-size:15px;font-weight:600}
.main-nav a:hover{color:var(--primary)}
.nav-cta{padding:11px 19px;border-radius:10px;background:var(--primary);color:#fff!important}
.menu-toggle{display:none;border:0;background:transparent;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);margin:5px}

.hero{position:relative;padding:154px 0 96px;min-height:820px;background:linear-gradient(180deg,#f5fbf9 0%,#fff 82%);overflow:hidden}
.hero-bg{position:absolute;border-radius:50%;filter:blur(3px)}
.hero-bg-1{width:460px;height:460px;right:-100px;top:100px;background:rgba(39,172,144,.10)}
.hero-bg-2{width:310px;height:310px;left:-130px;bottom:10px;background:rgba(242,169,59,.08)}
.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:center}
.eyebrow{display:inline-block;margin-bottom:16px;color:var(--primary);font-size:13px;font-weight:800;letter-spacing:.14em}
.hero h1{font-size:58px;line-height:1.18;letter-spacing:-.045em;color:var(--navy)}
.hero h1 span{color:var(--primary)}
.hero-copy>p{max-width:590px;margin:24px 0 30px;font-size:18px;color:var(--muted)}
.hero-actions{display:flex;gap:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:12px;font-weight:700;border:1px solid transparent;cursor:pointer;transition:.25s}
.btn-primary{background:var(--primary);color:white;box-shadow:0 10px 25px rgba(23,107,91,.22)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}
.btn-secondary{border-color:#cdd9d5;background:white}
.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}
.hero-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:25px;font-size:14px;color:#53625f}

.hero-visual{position:relative}
.dashboard-window{position:relative;z-index:2;border:1px solid rgba(208,223,218,.9);border-radius:22px;background:#fff;box-shadow:0 32px 80px rgba(29,75,65,.18);overflow:hidden;transform:perspective(1200px) rotateY(-3deg) rotateX(1deg)}
.window-top{height:45px;padding:0 17px;display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--line);font-size:12px;color:#88938f}
.dots{display:flex;gap:6px}.dots i{width:8px;height:8px;border-radius:50%;background:#d5dedb}.dots i:first-child{background:#ff8d7c}.dots i:nth-child(2){background:#ffc65a}.dots i:nth-child(3){background:#5fcf91}
.dashboard-body{display:flex;min-height:430px;background:#f6f9f8}
.mini-sidebar{width:64px;background:#173e38;display:flex;flex-direction:column;align-items:center;gap:20px;padding-top:20px}
.mini-logo{width:28px;height:28px;border-radius:9px;background:#43c2a8;margin-bottom:10px}
.mini-sidebar span{width:25px;height:7px;border-radius:5px;background:rgba(255,255,255,.22)}
.mini-sidebar span.active{height:30px;background:#33ad94}
.dashboard-content{flex:1;padding:25px}
.dash-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:21px}
.dash-heading small{color:#81908b}.dash-heading h3{font-size:20px;color:var(--navy)}
.status-badge{padding:6px 10px;border-radius:20px;background:#e8f8f1;color:#16805e;font-size:11px;font-weight:700}
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.stat-grid article{padding:15px;border-radius:13px;background:white;border:1px solid #e8eeeb}
.stat-grid span,.stat-grid em{display:block;font-size:10px;color:#7e8b87;font-style:normal}.stat-grid strong{display:block;font-size:23px;color:var(--navy);line-height:1.3}.stat-grid em{color:#279377}
.chart-card,.task-card{background:white;border:1px solid #e8eeeb;border-radius:14px;margin-top:14px;padding:16px}
.card-title{display:flex;justify-content:space-between;font-size:12px}.card-title span{color:#87928e}
.bars{height:116px;display:flex;align-items:end;gap:9px;padding-top:17px}
.bars i{flex:1;border-radius:5px 5px 0 0;background:linear-gradient(#34b398,#8adcc9)}
.task-card,.task-card>div{display:flex;align-items:center;justify-content:space-between}.task-card>div{gap:10px}.task-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:#e7f8f2;color:#138461;font-weight:800}.task-card p{display:flex;flex-direction:column;font-size:11px}.task-card small{color:#8a9490}.task-card button{border:0;border-radius:7px;background:#edf6f3;color:var(--primary);padding:6px 10px;font-size:10px}
.floating-card{position:absolute;z-index:3;background:white;border:1px solid #e5efeb;border-radius:15px;box-shadow:0 15px 38px rgba(24,76,64,.16)}
.floating-a{top:-28px;right:-22px;padding:14px 19px}.floating-a strong,.floating-a span{display:block}.floating-a strong{font-size:22px;color:var(--primary)}.floating-a span{font-size:11px;color:#7c8b86}
.floating-b{left:-33px;bottom:32px;display:flex;align-items:center;gap:10px;padding:13px 16px}.floating-b .check{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#e7f8f2;color:var(--primary)}.floating-b div{display:flex;flex-direction:column;font-size:11px}.floating-b small{color:#87928e}

.trust-strip{padding:25px 0;border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef;background:white}
.trust-inner{text-align:center}.trust-inner p{margin-bottom:12px;color:#78857f;font-size:13px}.trust-inner div{display:flex;justify-content:center;gap:34px;flex-wrap:wrap;color:#30463f;font-weight:700;font-size:14px}

.section{padding:105px 0}
.problem-section{background:var(--bg)}
.section-heading{margin-bottom:50px}.section-heading.centered{text-align:center}.section-heading h2{font-size:42px;line-height:1.28;letter-spacing:-.035em;color:var(--navy)}.section-heading p{margin-top:15px;color:var(--muted);font-size:17px}
.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.problem-card{padding:34px;border-radius:18px;background:white;border:1px solid #e6ece9;transition:.3s}
.problem-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.problem-card .icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:25px;border-radius:13px;background:var(--primary-light);color:var(--primary);font-weight:800}
.problem-card h3{font-size:21px;color:var(--navy);margin-bottom:10px}.problem-card p{color:var(--muted)}

.feature-list{display:flex;flex-direction:column;gap:80px}
.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center}
.feature-row.reverse .feature-copy{order:2}.feature-row.reverse .feature-mock{order:1}
.feature-number{font-size:13px;font-weight:800;color:var(--accent)}
.feature-copy h3{font-size:33px;color:var(--navy);margin:8px 0 15px}.feature-copy>p{font-size:17px;color:var(--muted)}
.feature-copy ul{list-style:none;margin-top:23px}.feature-copy li{margin:10px 0}.feature-copy li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:10px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:800}
.feature-mock{padding:22px;border:1px solid #dce6e2;border-radius:20px;background:#f7faf9;box-shadow:var(--shadow)}
.mock-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.mock-toolbar strong{color:var(--navy)}.mock-toolbar button,.mock-toolbar .done{border:0;border-radius:8px;background:var(--primary);color:white;padding:8px 12px;font-size:11px}
.staff-list{display:flex;flex-direction:column;gap:10px}.staff-list>div{display:flex;align-items:center;padding:13px;background:white;border-radius:12px}.staff-list i{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#dff2ed;color:var(--primary);font-style:normal;font-weight:700}.staff-list p{display:flex;flex-direction:column;margin-left:11px}.staff-list p span{font-size:11px;color:#83908c}.staff-list em{margin-left:auto;padding:5px 9px;border-radius:14px;background:#e9f8f3;color:#258066;font-size:10px;font-style:normal}
.calendar-head,.calendar-row{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:6px;align-items:center;text-align:center;font-size:11px}.calendar-head{color:#87928e;margin-bottom:7px}.calendar-row{margin-bottom:7px;background:white;padding:8px;border-radius:9px}.calendar-row strong{text-align:left;font-size:11px}.calendar-row i{padding:6px 0;border-radius:6px;font-style:normal;font-weight:700}.day{background:#e8f7f3;color:#138069}.night{background:#e9eefb;color:#5068ac}.off{background:#f1f2f3;color:#7a8388}.leave{background:#fff1da;color:#c07808}
.payroll-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.payroll-summary span{padding:17px 12px;background:white;border-radius:12px}.payroll-summary small,.payroll-summary strong{display:block}.payroll-summary small{font-size:10px;color:#87928e}.payroll-summary strong{font-size:14px;color:var(--navy);margin-top:4px}
.progress{height:9px;background:#e3ece9;border-radius:8px;margin:22px 0 12px;overflow:hidden}.progress i{display:block;width:100%;height:100%;background:linear-gradient(90deg,var(--primary),#46c2a8)}.success-line{font-size:11px;color:#278267}

.workflow-section{background:#102f2b;color:white}.workflow-section .section-heading h2{color:white}.workflow-section .eyebrow{color:#6ed6c0}
.workflow-grid{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:center}
.workflow-grid article{text-align:center;padding:28px 17px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.055)}
.workflow-grid article span{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 13px;border-radius:50%;background:#40bda4;font-weight:800}.workflow-grid h3{font-size:17px}.workflow-grid p{margin-top:6px;color:#aec3be;font-size:13px}.workflow-grid>i{font-style:normal;color:#65c9b5;font-size:24px}
.impact-box{display:grid;grid-template-columns:repeat(4,1fr);margin-top:52px;padding:30px;border-radius:18px;background:white;color:var(--navy)}
.impact-box>div{padding:4px 22px;border-right:1px solid var(--line)}.impact-box>div:last-child{border:0}.impact-box strong,.impact-box span{display:block}.impact-box strong{font-size:12px;color:#80908b}.impact-box span{margin-top:4px;font-size:17px}.impact-box b{font-size:24px;color:var(--primary)}

.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.module-grid article{padding:28px 23px;border:1px solid #e2e9e6;border-radius:16px;background:white;transition:.25s}.module-grid article:hover{border-color:#a7d8cd;transform:translateY(-4px);box-shadow:0 15px 35px rgba(26,80,67,.09)}.module-grid span{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:var(--primary-light);font-size:20px}.module-grid h3{margin:18px 0 6px;color:var(--navy)}.module-grid p{font-size:13px;color:var(--muted)}

.security-section{background:#f3f8f6}
.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.security-visual{position:relative;height:430px;display:grid;place-items:center}
.shield{position:relative;z-index:3;display:grid;place-items:center;width:125px;height:145px;background:linear-gradient(145deg,var(--primary),#39b99f);clip-path:polygon(50% 0,92% 16%,86% 75%,50% 100%,14% 75%,8% 16%);color:white;font-size:50px;font-weight:800}
.security-ring{position:absolute;border:1px solid #b9dcd4;border-radius:50%}.ring-1{width:280px;height:280px}.ring-2{width:400px;height:400px}
.security-chip{position:absolute;z-index:4;padding:9px 14px;background:white;border:1px solid #dce8e4;border-radius:20px;box-shadow:0 8px 22px rgba(25,75,64,.09);font-size:12px;font-weight:700}.chip-a{top:54px;left:40px}.chip-b{top:96px;right:25px}.chip-c{bottom:54px;left:85px}
.security-copy h2{font-size:42px;line-height:1.3;color:var(--navy)}.security-copy>p{margin:20px 0 28px;color:var(--muted);font-size:17px}
.security-list{display:flex;flex-direction:column;gap:15px}.security-list>div{display:flex;align-items:center;gap:13px}.security-list i{display:grid;place-items:center;min-width:31px;height:31px;border-radius:9px;background:var(--primary);color:white;font-style:normal}.security-list span{display:flex;flex-direction:column}.security-list small{color:#7a8984}

.cta-section{padding:95px 0;background:white}.cta-box{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding:55px;border-radius:25px;background:linear-gradient(135deg,#176b5b,#0d463d);color:white}.cta-box h2{font-size:38px;line-height:1.3}.cta-box>div p{margin-top:16px;color:#c5dbd6}.cta-box .eyebrow{color:#84e1cd}
.contact-form{padding:28px;border-radius:18px;background:white;color:var(--text)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form label{display:flex;flex-direction:column;gap:7px;margin-bottom:13px;font-size:12px;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 13px;border:1px solid #dce4e1;border-radius:9px;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary)}.btn-light{width:100%;background:var(--primary);color:white}.form-note{margin-top:10px;font-size:10px;color:#8b9692}

.site-footer{padding:58px 0 20px;background:#0d2522;color:#b9cbc6}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:55px}.footer-brand{color:white}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid>div:first-child p{margin-top:9px}.footer-grid strong{color:white}.footer-grid a,.footer-grid span{font-size:13px}.footer-bottom{display:flex;justify-content:space-between;margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px}
.toast{position:fixed;left:50%;bottom:30px;z-index:300;transform:translate(-50%,100px);padding:14px 22px;border-radius:10px;background:#142f2b;color:#fff;opacity:0;transition:.35s}.toast.show{transform:translate(-50%,0);opacity:1}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .hero-grid,.feature-row,.security-grid,.cta-box{grid-template-columns:1fr}
  .hero{padding-top:130px}.hero-copy{text-align:center}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-points{justify-content:center}.hero-visual{max-width:650px;margin:30px auto 0}
  .feature-row.reverse .feature-copy,.feature-row.reverse .feature-mock{order:initial}
  .workflow-grid{grid-template-columns:1fr 1fr}.workflow-grid>i{display:none}
  .impact-box,.module-grid{grid-template-columns:repeat(2,1fr)}
  .security-copy{order:-1}.cta-box{gap:35px}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}
  .site-header{height:68px}.menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:13px;border-radius:14px;background:white;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{padding:12px}.nav-cta{text-align:center;margin-top:5px}
  .hero{padding:115px 0 65px;min-height:auto}.hero h1{font-size:40px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.btn{width:100%}.hero-points{gap:9px;font-size:12px}
  .dashboard-window{transform:none}.dashboard-content{padding:14px}.mini-sidebar{width:46px}.stat-grid{grid-template-columns:1fr}.stat-grid article:nth-child(n+2){display:none}.floating-card{display:none}
  .section{padding:75px 0}.section-heading h2,.security-copy h2{font-size:31px}.problem-grid,.module-grid,.impact-box,.footer-grid{grid-template-columns:1fr}.problem-card{padding:26px}
  .feature-list{gap:60px}.feature-copy h3{font-size:27px}.feature-row{gap:28px}.payroll-summary{grid-template-columns:1fr}.payroll-summary span:nth-child(n+2){display:none}
  .workflow-grid{grid-template-columns:1fr}.impact-box>div{border-right:0;border-bottom:1px solid var(--line);padding:15px 5px}.impact-box>div:last-child{border:0}
  .security-visual{height:340px}.ring-2{width:310px;height:310px}.ring-1{width:220px;height:220px}.chip-a{left:0}.chip-b{right:0}.chip-c{left:20px}
  .cta-box{padding:28px 20px}.cta-box h2{font-size:29px}.form-row{grid-template-columns:1fr}
  .footer-grid{gap:28px}.footer-bottom{flex-direction:column;gap:8px}
}
