.ram-page { background: #fff; color: #1d1d1f; font-size: 16px; line-height: 1.65; }
.ram-page:lang(ko) { word-break: keep-all; }
.ram-page * { box-sizing: border-box; }
.ram-page a { color: #0066cc; }
.ram-page a:hover { text-decoration: underline; }
.ram-page button, .ram-page select, .ram-page summary { cursor: pointer; }
.ram-page :focus-visible { outline: 3px solid #0071e3; outline-offset: 4px; }
.ram-inner { width: min(1080px, calc(100% - 64px)); margin: 0 auto; }
.ram-hero { background: #000; color: #fff; padding: 96px 0 72px; }
.ram-eyebrow { font-size: 13px; color: #68686c; font-weight: 600; margin: 0 0 18px; }
.ram-hero .ram-eyebrow, .ram-hero .ram-caption { color: #a1a1a6; }
.ram-hero h1 { max-width: 850px; font-size: clamp(36px, 5vw, 64px); line-height: 1.15; font-weight: 600; letter-spacing: -2px; margin: 0; text-wrap: balance; }
.ram-intro { max-width: 690px; font-size: 19px; color: #b9b9bd; margin: 28px 0 0; }
.ram-hero-comparison { display: flex; align-items: center; gap: 56px; padding: 55px 0 24px; }
.ram-hero-comparison > div > span { color: #a1a1a6; font-size: 14px; }
.ram-hero-comparison strong { display: block; font-size: clamp(68px, 9vw, 116px); line-height: 1.15; font-weight: 600; letter-spacing: -5px; }
.ram-hero-comparison strong span { font-size: .38em; letter-spacing: -1px; margin-left: 10px; }
.ram-hero-arrow { font-size: 42px; color: #66666b; }
.ram-ratio { font-size: 23px; font-weight: 600; margin: 0 0 12px; }
.ram-caption { color: #68686c; font-size: 13px; margin: 12px 0 0; line-height: 1.7; }
.ram-hero a.ram-pill { display: inline-flex; gap: 24px; background: #0071e3; color: white; border-radius: 999px; padding: 12px 24px; margin-top: 30px; font-size: 15px; }
.ram-section { padding: 80px 0; scroll-margin-top: 64px; }
.ram-section h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.25; font-weight: 600; letter-spacing: -1px; margin: 0; text-wrap: balance; }
.ram-section h3 { font-size: 19px; font-weight: 600; line-height: 1.4; }
.ram-lead { color: #68686c; max-width: 780px; margin: 22px 0 32px; }
.ram-origins, .ram-capacity { background: #f5f5f7; }
.ram-origins h2 { font-size: 28px; }
.ram-milestones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 36px; }
.ram-milestone-year { font-size: 38px; font-weight: 600; }
.ram-milestones h3 { margin: 12px 0; }
.ram-milestones p { color: #68686c; font-size: 14px; margin: 0; }
.ram-toolbar { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; }
.ram-segment { display: inline-flex; background: #f5f5f7; padding: 4px; border-radius: 999px; }
.ram-segment button { border: 0; background: transparent; border-radius: 999px; color: #55555a; padding: 9px 15px; min-height: 44px; font: inherit; font-size: 13px; }
.ram-segment button[aria-pressed=true] { background: #1d1d1f; color: #fff; }
.ram-chart { height: 420px; width: 100%; margin-top: 30px; }
.ram-explorer { padding-top: 38px; margin-top: 30px; border-top: 1px solid #dedee3; scroll-margin-top: 60px; }
.ram-selectors { display: flex; gap: 24px; align-items: end; }
.ram-selectors label { display: grid; gap: 6px; font-size: 13px; color: #68686c; }
.ram-page select { background: #f5f5f7; border: 1px solid #d2d2d7; border-radius: 8px; color: #1d1d1f; padding: 10px 34px 10px 12px; font: inherit; min-height: 44px; }
.ram-selectors label:first-child select { font-size: 24px; font-weight: 600; }
.ram-observation { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding: 30px 0; }
.ram-observation span { color: #68686c; font-size: 14px; }
.ram-price-primary strong { display: block; font-size: clamp(34px, 4vw, 52px); letter-spacing: -1px; line-height: 1.3; font-weight: 600; overflow-wrap: anywhere; }
.ram-price-primary p, .ram-price-detail p { margin: 8px 0 0; font-size: 14px; }
.ram-price-detail strong { display: block; font-size: 24px; font-weight: 600; margin-top: 5px; }
.ram-price-detail p { color: #68686c; overflow-wrap: anywhere; }
.ram-computer { display: flex; align-items: center; gap: 28px; background: #f5f5f7; border-radius: 12px; padding: 28px; }
.ram-computer svg { width: 110px; flex-shrink: 0; fill: #d2d2d7; stroke: #86868b; stroke-width: 2; }
.ram-computer .ram-screen { fill: #1d1d1f; }
.ram-computer .ram-eyebrow { margin-bottom: 6px; }
.ram-computer h3 { margin: 0; font-size: 26px; }
.ram-computer p:not(.ram-eyebrow), .ram-computer a { font-size: 14px; }
.ram-computer p { margin: 6px 0; }
.ram-calculators { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 42px; }
.ram-calculators h3 { margin: 0 0 18px; }
.ram-calculators strong { display: block; font-size: clamp(28px, 3vw, 38px); font-weight: 600; letter-spacing: -1px; overflow-wrap: anywhere; }
.ram-calculators p, .ram-calculators > div > span { color: #68686c; font-size: 13px; }
.ram-memory-label { display: flex; gap: 12px; align-items: center; font-size: 13px; margin-bottom: 12px; }
.ram-memory-label select { padding-top: 7px; padding-bottom: 7px; }
.ram-computer-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; list-style: none; padding: 0; margin: 44px 0 0; }
.ram-computer-list li { border-top: 1px solid #d2d2d7; padding-top: 18px; }
.ram-computer-list button { display: flex; flex-direction: column; align-items: start; text-align: left; background: none; border: 0; padding: 0; color: #0066cc; font: inherit; width: 100%; }
.ram-computer-list button span { font-size: 13px; color: #68686c; }
.ram-computer-list b { font-weight: 600; font-size: 18px; margin: 4px 0 6px; }
.ram-computer-list strong { font-size: 26px; font-weight: 600; color: #1d1d1f; }
.ram-computer-list p { font-size: 13px; margin: 8px 0; color: #68686c; }
.ram-computer-list a { font-size: 13px; }
.ram-methods ol { padding-left: 20px; margin: 30px 0 44px; max-width: 850px; }
.ram-methods li { padding-left: 8px; margin: 0 0 18px; color: #68686c; font-size: 14px; }
.ram-source-list { list-style: none; padding: 0; }
.ram-source-list li { padding: 0; margin-bottom: 8px; }
.ram-data { border-top: 1px solid #d2d2d7; margin-top: 44px; padding-top: 24px; }
.ram-data summary { font-size: 19px; font-weight: 600; }
.ram-data summary span { color: #68686c; font-size: 14px; margin-left: 8px; }
.ram-data > p { font-size: 14px; color: #68686c; margin: 18px 0; }
.ram-table-wrap { overflow: auto; max-height: 600px; margin-top: 24px; }
.ram-page table { width: 100%; border-collapse: collapse; font-size: 12px; text-align: left; }
.ram-page td, .ram-page th { padding: 12px; border-bottom: 1px solid #e8e8ed; min-width: 100px; }
.ram-page th { font-weight: 600; }
.ram-page thead th { background: #f5f5f7; position: sticky; top: 0; }
@media (max-width: 640px) {
  .ram-inner { width: calc(100% - 40px); }
  .ram-hero { padding: 58px 0 48px; }
  .ram-hero h1 { letter-spacing: -1px; }
  .ram-intro { font-size: 16px; }
  .ram-hero-comparison { gap: 22px; padding: 40px 0 24px; }
  .ram-hero-comparison strong { font-size: 64px; letter-spacing: -3px; }
  .ram-hero-comparison strong span { margin-left: 4px; }
  .ram-hero-arrow { font-size: 28px; }
  .ram-section { padding: 50px 0; }
  .ram-milestones { grid-template-columns: 1fr; gap: 28px; }
  .ram-milestone-year { font-size: 30px; }
  .ram-milestones h3 { display: inline; margin-left: 18px; }
  .ram-milestones p { margin-top: 8px; }
  .ram-chart { height: 350px; }
  .ram-toolbar { justify-content: start; }
  .ram-segment button { padding: 9px 12px; }
  .ram-selectors { gap: 14px; align-items: stretch; flex-wrap: wrap; }
  .ram-observation { grid-template-columns: 1fr; gap: 24px; }
  .ram-computer { gap: 18px; padding: 22px 18px; }
  .ram-computer svg { width: 64px; }
  .ram-computer h3 { font-size: 21px; }
  .ram-calculators { grid-template-columns: 1fr; gap: 30px; }
  .ram-computer-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 18px; }
  .ram-computer-list b { font-size: 15px; }
}
