:root{--orange:#f59a00;--teal:#078a93;--ink:#17222b;--muted:#66727c;--paper:#fff;--soft:#f6f8f8;--line:#e5e9e9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:210px;max-height:58px;object-fit:contain}.navlinks{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:750}.navlinks a{text-decoration:none}.pill{padding:11px 17px;border-radius:999px;background:var(--ink);color:#fff!important}
.hero{padding:72px 0 54px;background:linear-gradient(135deg,#fff 18%,#fff7e9 100%);overflow:hidden}.heroGrid{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:50px}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-weight:850;color:var(--teal);font-size:14px;text-transform:uppercase;letter-spacing:.08em}.dot{width:8px;height:8px;border-radius:50%;background:var(--orange)}h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 20px}.hero p{font-size:19px;color:var(--muted);max-width:700px}.heroCard{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:0 24px 70px rgba(23,34,43,.10)}.heroCard strong{font-size:22px}.steps{display:grid;gap:18px;margin-top:22px}.step{display:flex;gap:14px;align-items:flex-start}.num{flex:0 0 34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff3db;color:#a65f00;font-weight:900}
section{padding:72px 0}.sectionHead{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.sectionHead h2{font-size:38px;letter-spacing:-.03em;margin:0}.sectionHead p{max-width:600px;margin:0;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product{border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 12px 38px rgba(23,34,43,.06);display:grid;grid-template-columns:45% 55%}.product img{width:100%;height:100%;min-height:390px;object-fit:cover}.pc{padding:28px;display:flex;flex-direction:column}.tag{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--teal)}.pc h3{font-size:25px;line-height:1.15;margin:8px 0 12px}.pc p{color:var(--muted);font-size:14px;margin:0 0 18px}.price{font-size:30px;font-weight:900;margin-top:auto}.buy{margin-top:14px;text-decoration:none;background:var(--orange);color:#171717;padding:14px 18px;border-radius:13px;text-align:center;font-weight:900;transition:.2s}.buy:hover{transform:translateY(-2px)}.payment-note{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px;color:var(--muted);font-size:12px}.payment-note img{width:105px;height:auto;min-height:0;object-fit:contain}
.info{background:var(--soft)}.infoGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.infoBox{background:white;border:1px solid var(--line);border-radius:20px;padding:25px}.infoBox h3{margin:0 0 8px}.infoBox p{margin:0;color:var(--muted);font-size:14px}.trust{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:24px;padding:20px 24px;border:1px solid var(--line);border-radius:18px;background:#fff}.trust img{width:150px;height:auto}.trust p{margin:0;color:var(--muted);font-size:13px}
.company{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;margin-top:42px;background:#17222b;color:#fff;padding:34px;border-radius:24px}.company p{margin:6px 0;color:#d5dcdf;font-size:14px}.company a{color:white}.company h3{margin-top:0}.kep{display:inline-block;min-width:280px;border-bottom:1px solid #7e8b91;height:20px;vertical-align:bottom}
footer{padding:34px 0;color:#71808a;font-size:13px}.footerRow{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footerLinks{display:flex;gap:16px;flex-wrap:wrap}.footerLinks a{text-decoration:none}.legalPage{padding:56px 0}.legalPage h1{font-size:42px}.legalPage h2{margin-top:30px}.legalPage p,.legalPage li{color:#4f5c65}.back{display:inline-block;margin-bottom:18px;text-decoration:none;font-weight:800;color:var(--teal)}
@media(max-width:900px){.heroGrid,.company{grid-template-columns:1fr}.products{grid-template-columns:1fr}.navlinks a:not(.pill){display:none}.product{grid-template-columns:42% 58%}.hero{padding-top:45px}.infoGrid{grid-template-columns:1fr}}
@media(max-width:600px){.wrap{width:min(100% - 24px,1180px)}.brand img{width:160px}.nav{height:68px}.product{grid-template-columns:1fr}.product>img{min-height:0;aspect-ratio:1}.pc{padding:22px}.sectionHead{display:block}.sectionHead p{margin-top:10px}section{padding:52px 0}.heroCard{padding:24px}.company{padding:24px}.trust{align-items:flex-start;flex-direction:column}}
