/* MY CODE — shared multipage layout */
:root {
  --page-orange:#fb5d00;
  --page-orange-dark:#db5200;
  --page-soft:#fff7f1;
  --page-line:#ece7e2;
  --page-text:#171717;
  --page-muted:#77716c;
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 88px;
  border-bottom: 1px solid rgba(236,231,226,.92);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(18px);
}
.page-header .header-inner {
  height:100%;
  display:grid !important;
  grid-template-columns:1fr auto 1fr !important;
  align-items:center;
  gap:28px;
}
.page-header .brand-logo-image { width:116px !important; }
.page-header .platform-nav {
  display:flex !important;
  align-items:center;
  gap:3px !important;
  padding:5px !important;
  border:1px solid #ece7e2 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.97) !important;
  box-shadow:0 7px 28px rgba(72,47,29,.04) !important;
}
.page-header .platform-nav a {
  min-width:auto !important;
  padding:8px 12px !important;
  border-radius:999px !important;
  color:#706b67 !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:.01em !important;
  white-space:nowrap !important;
}
.page-header .platform-nav a:hover {
  background:#fff2e8 !important;
  color:#d95600 !important;
}
.page-header .header-actions {
  justify-self:end;
  display:flex;
  align-items:center;
}
.page-header .header-cta,
.page-header a.header-cta,
.page-header button.header-cta {
  width:auto !important;
  min-width:82px !important;
  height:40px !important;
  min-height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 18px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:11px !important;
  background:#ff6a00 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-decoration:none !important;
  text-underline-offset:0 !important;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow:visible !important;
  line-height:1 !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:-.01em !important;
  box-shadow:0 9px 22px rgba(255,106,0,.18) !important;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.page-header .header-cta:hover,
.page-header a.header-cta:hover,
.page-header button.header-cta:hover {
  background:#d95600 !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-decoration:none !important;
  transform:translateY(-1px);
}

.page-shell { width:min(calc(100% - 48px), 1440px); margin-inline:auto; }

.page-hero {
  padding: 96px 0 70px;
  border-bottom:1px solid var(--page-line);
  background:#fff;
}
.page-hero-inner {
  max-width:760px;
  margin-inline:auto;
  text-align:center;
}
.page-kicker { margin:0 0 16px; color:#a09a94; font-size:12px; font-weight:650; letter-spacing:.1em; }
.page-hero h1 {
  margin:0;
  font-size:clamp(34px,3.7vw,48px);
  font-weight:510;
  line-height:1.12;
  letter-spacing:-.05em;
}
.page-hero p {
  max-width:680px;
  margin:22px auto 0;
  color:var(--page-muted);
  font-size:16px;
  line-height:1.75;
}

.home-tool {
  padding: 62px 0 96px;
  background:linear-gradient(180deg,#fff 0%,#fffaf7 100%);
}
.home-tool-heading { max-width:720px; margin-bottom:32px; }
.home-tool-heading h1 { margin:0; font-size:clamp(36px,4.2vw,58px); font-weight:520; line-height:1.08; letter-spacing:-.052em; }
.home-tool-heading p { margin:18px 0 0; color:var(--page-muted); font-size:16px; line-height:1.7; }
.home-tool .live-product-window { width:100% !important; margin:0 !important; }
.home-tool .product-window-bar { height:44px; }
.home-tool .live-window-body { min-height:390px !important; }
.home-tool .live-sidebar { min-height:390px; }
.home-tool-note { display:flex; flex-wrap:wrap; gap:9px 18px; margin-top:18px; color:#928b85; font-size:12px; }
.home-tool-note span::before { content:'•'; margin-right:8px; color:var(--page-orange); }

.quick-links { padding:72px 0 98px; background:#fff; }
.quick-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.quick-card { display:block; padding:26px; border:1px solid var(--page-line); border-radius:16px; color:inherit; text-decoration:none; background:#fff; transition:.18s ease; }
.quick-card:hover { transform:translateY(-2px); border-color:#e8d3c5; box-shadow:0 18px 42px rgba(85,50,25,.06); }
.quick-card span { color:var(--page-orange-dark); font-size:11px; font-weight:700; letter-spacing:.09em; }
.quick-card h3 { margin:14px 0 7px; font-size:23px; font-weight:540; letter-spacing:-.035em; }
.quick-card p { margin:0; color:var(--page-muted); font-size:14px; line-height:1.7; }

.content-section { padding:92px 0; background:#fff; }
.content-section.is-soft { background:#fffaf7; border-top:1px solid var(--page-line); border-bottom:1px solid var(--page-line); }
.section-intro {
  max-width:720px;
  margin:0 auto 44px;
  text-align:center;
}
.section-intro h2 {
  margin:8px 0 0;
  font-size:clamp(28px,2.6vw,38px);
  font-weight:510;
  line-height:1.22;
  letter-spacing:-.04em;
}
.section-intro p {
  max-width:640px;
  margin:16px auto 0;
  color:var(--page-muted);
  font-size:15px;
  line-height:1.75;
}

.feature-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  width:min(100%,1180px);
  margin-inline:auto;
}
.feature-item {
  min-height:260px;
  padding:28px;
  border:1px solid var(--page-line);
  border-radius:16px;
  background:#fff;
}
.feature-item b { display:block; color:var(--page-orange-dark); font-size:11px; letter-spacing:.08em; }
.feature-item h3 { margin:44px 0 10px; font-size:22px; font-weight:540; line-height:1.35; letter-spacing:-.03em; }
.feature-item p { margin:0; color:var(--page-muted); font-size:14px; line-height:1.75; }

.workspace-page { padding:52px 0 110px; background:#fffaf7; }
.workspace-page .live-product-window { width:100% !important; margin:0 !important; }
.workspace-header { display:flex; align-items:flex-end; justify-content:space-between; gap:28px; margin-bottom:30px; }
.workspace-header h1 { margin:0; font-size:clamp(32px,3.2vw,46px); font-weight:510; letter-spacing:-.045em; }
.workspace-header p { max-width:540px; margin:0; color:var(--page-muted); font-size:15px; line-height:1.7; }

.pricing-page { padding:86px 0 112px; background:#fff; }
.pricing-page .pricing-grid { grid-template-columns:repeat(5,minmax(0,1fr)); max-width:1440px; }
.pricing-page .pricing-card { min-height:510px; padding:26px 22px; }
.pricing-page .pricing-price strong { font-size:clamp(30px,2.4vw,42px); }
.pricing-page .pricing-card.enterprise { background:#171717; border-color:#171717; color:#fff; }
.pricing-page .pricing-card.enterprise .pricing-card-top span,
.pricing-page .pricing-card.enterprise .pricing-price strong,
.pricing-page .pricing-card.enterprise li { color:#fff; }
.pricing-page .pricing-card.enterprise .pricing-card-top b,
.pricing-page .pricing-card.enterprise .pricing-price span,
.pricing-page .pricing-card.enterprise > p { color:#aaa5a0; }
.pricing-page .pricing-card.enterprise ul { border-color:#353535; }
.pricing-page .pricing-card.enterprise .pricing-button { border-color:#555; background:#fff; color:#171717; }

/* My Cloud */
.cloud-page {
  padding:88px 0 112px;
  background:linear-gradient(180deg,#fffaf7 0%,#fff 42%);
  min-height:70vh;
}
.cloud-top {
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:22px;
  margin:0 auto 38px;
  text-align:center;
}
.cloud-top > div { max-width:720px; }
.cloud-top h1 {
  margin:0;
  font-size:clamp(34px,3.5vw,46px);
  font-weight:510;
  line-height:1.15;
  letter-spacing:-.045em;
}
.cloud-top p {
  max-width:600px;
  margin:12px auto 0;
  color:var(--page-muted);
  font-size:14px;
  line-height:1.7;
}
.cloud-top .hero-primary {
  min-height:44px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  background:#fb5d00;
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:600;
  box-shadow:0 9px 22px rgba(251,93,0,.16);
}
.cloud-login-card {
  max-width:980px;
  margin:0 auto;
  padding:30px 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  border:1px solid #efded2;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 48px rgba(68,42,25,.045);
}
.cloud-login-card > div { max-width:620px; }
.cloud-login-card h2 {
  margin:0;
  font-size:clamp(22px,2vw,28px);
  font-weight:540;
  line-height:1.35;
  letter-spacing:-.035em;
}
.cloud-login-card p { margin:9px 0 0; color:var(--page-muted); font-size:14px; line-height:1.7; }

/* Korean company footer shared across pages */
.page-footer .company-footer-brand { align-items:flex-start; }
.page-footer .company-footer-brand > div { text-align:left; margin-left:0; max-width:760px; }
.page-footer .company-footer-brand { justify-content:space-between; }
.page-footer .company-footer-brand img { width:145px; }

@media (max-width:1200px) {
  .pricing-page .pricing-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:900px) {
  .quick-grid,.feature-list { grid-template-columns:1fr; }
  .workspace-header,.cloud-login-card { align-items:flex-start; flex-direction:column; }
  .pricing-page .pricing-grid { grid-template-columns:1fr; max-width:720px; }
  .feature-list { max-width:720px; }
  .feature-item { min-height:auto; }
  .cloud-login-card { max-width:720px; }
}
@media (max-width:760px) {
  .page-shell { width:min(calc(100% - 32px),1440px); }
  .page-header { height:72px; }
  .page-header .header-inner { grid-template-columns:1fr auto !important; }
  .page-header .platform-nav { display:none !important; }
  .page-header .brand-logo-image { width:104px !important; }
  .page-header .header-cta,
  .page-header a.header-cta,
  .page-header button.header-cta { min-width:72px !important; height:38px !important; min-height:38px !important; padding:0 14px !important; }
  .page-hero { padding:70px 0 50px; }
  .page-hero h1 { font-size:clamp(30px,9vw,38px); }
  .home-tool { padding:42px 0 72px; }
  .home-tool .live-window-body { min-height:0 !important; }
  .quick-links,.content-section,.pricing-page,.cloud-page { padding-top:72px; padding-bottom:78px; }
  .section-intro h2 { font-size:clamp(25px,7vw,32px); }
  .feature-item h3 { margin-top:30px; font-size:20px; }
  .cloud-top { margin-bottom:28px; }
  .cloud-top h1 { font-size:clamp(30px,9vw,38px); }
  .cloud-login-card { padding:24px 20px; border-radius:16px; }
}
