/* The renewal is scoped to its view; the shared shell also serves editorial pages. */
html { scroll-padding-top: 110px; }
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }
.skip-link { position: fixed; top: 10px; left: 14px; z-index: 200; padding: 10px 16px; transform: translateY(-180%); border: 2px solid #174fc7; border-radius: 6px; background: #fff; color: #143d83; font-size: 14px; font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
body .site-head { z-index: 50; border-bottom: 1px solid #e4e9ef; background: #fff; }
body .site-head .wrap { max-width: 1280px; min-height: 88px; padding: 17px 30px; gap: 28px; }
body .site-head .brand { flex-shrink: 0; }
body .site-head .brand img { display: block; width: 200px; height: auto; }
body .site-head .nav { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 22px; }
body .site-head .nav a { display: inline-flex; align-items: center; min-height: 40px; margin: 0; color: #314157; font-size: 14px; font-weight: 650; text-decoration: none; }
body .site-head .nav a:hover { color: #174fc7; }
body .site-head .nav a[aria-current="page"] { color: #174fc7; }
body .site-head .nav a:last-child { padding: 0 17px; border: 1px solid #cbd5e1; border-radius: 7px; color: #14283e; }
body .site-foot { margin-top: 0; padding: 25px 0; border-top: 1px solid #dfe6ec; background: #f8fafc; }
body .site-foot .wrap { max-width: 1280px; padding: 14px 30px; gap: 16px; color: #425166; font-size: 12px; }
body .site-foot .muted { color: #526174; font-size: 11px; }
body .site-foot .footer-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
body .site-foot .footer-links a { color: #425166; text-underline-offset: 4px; }
body .site-head a:focus-visible, body .site-foot a:focus-visible { outline: 3px solid #174fc7; outline-offset: 5px; border-radius: 3px; }
body.inner-page main.wrap { padding-block: 42px 62px; }
body.inner-page .page, body.inner-page .post { min-width: 0; overflow-wrap: anywhere; }
body.inner-page .page h1, body.inner-page .post h1 { letter-spacing: -.04em; word-break: keep-all; overflow-wrap: anywhere; }
body.inner-page .grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); }
body.inner-page .card { min-width: 0; padding: 22px; border-color: #dce3eb; overflow-wrap: anywhere; }
body.inner-page .btn.primary { border-color: #245bdd; background: #245bdd; color: #fff; }
body.inner-page .btn.primary:hover { background: #194dcc; }
body.inner-page a:focus-visible { outline: 3px solid #174fc7; outline-offset: 4px; }
body.inner-page .post .content table { display: block; max-width: 100%; overflow-x: auto; }
body.inner-page .post .content img { max-width: 100%; height: auto; }
body.home-page main.wrap { max-width: none; width: 100%; margin: 0; padding: 0; }
.home-renewal { --rn-navy: #0b192b; --rn-ink: #16273b; --rn-muted: #566578; --rn-blue: #245bdd; --rn-line: #dce3eb; color: var(--rn-ink); background: #fff; line-height: 1.7; word-break: keep-all; overflow-wrap: anywhere; }
.home-renewal *, .home-renewal *::before, .home-renewal *::after { box-sizing: border-box; }
.home-renewal h1, .home-renewal h2, .home-renewal h3, .home-renewal p, .home-renewal figure { margin: 0; }
.home-renewal h1, .home-renewal h2, .home-renewal h3 { font-weight: 750; letter-spacing: -.045em; }
.home-renewal h2 { font-size: clamp(29px, 3.2vw, 43px); line-height: 1.36; }
.home-renewal h3 { font-size: 23px; line-height: 1.4; }
.home-renewal a { color: inherit; text-decoration: none; }
.home-renewal a:focus-visible, .home-renewal summary:focus-visible, .home-renewal [tabindex="0"]:focus-visible { outline: 3px solid #2865e8; outline-offset: 5px; border-radius: 4px; }
.home-renewal .rn-button:focus-visible { outline-color: #fff; outline-offset: -6px; box-shadow: 0 0 0 3px #245bdd; }
.home-renewal .rn-button--white:focus-visible { outline-color: #174fc7; }
.rn-shell { width: min(100% - 60px, 1220px); margin-inline: auto; }
.home-renewal .rn-section { padding-block: 104px; }
.home-renewal .rn-eyebrow { color: #2854b7; font-size: 11px; font-weight: 750; line-height: 1.5; letter-spacing: .13em; }
.rn-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 65px; align-items: end; margin-bottom: 42px; }
.rn-section-heading h2 { margin-top: 16px; }
.rn-section-heading > p { color: var(--rn-muted); font-size: 15px; line-height: 1.85; }
.rn-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Hero */
.rn-hero { position: relative; overflow: hidden; background: radial-gradient(ellipse at 83% 48%, #172f4a 0, transparent 57%), var(--rn-navy); color: #fff; }
.rn-hero::after { content: ""; position: absolute; bottom: 0; inset-inline: 0; height: 1px; background: #ffffff1f; }
.rn-hero__grid { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; gap: 42px; min-height: 670px; padding-block: 66px 48px; }
.rn-hero__copy { min-width: 0; position: relative; z-index: 1; }
.rn-hero .rn-eyebrow { display: flex; align-items: center; gap: 9px; color: #aac6e7; font-size: 10px; letter-spacing: .15em; }
.rn-status-dot { flex: 0 0 6px; width: 6px; height: 6px; border-radius: 50%; background: #65d7d0; box-shadow: 0 0 0 4px #65d7d017; }
.home-renewal .rn-hero h1 { margin-top: 26px; font-size: clamp(43px, 4.2vw, 60px); line-height: 1.22; letter-spacing: -.055em; }
.rn-hero h1 .rn-hero__keyword { display: block; margin-bottom: 11px; color: #9cc3ff; font-size: .68em; font-weight: 600; letter-spacing: -.045em; }
.home-renewal .rn-hero__lead { margin-top: 26px; color: #bfcddd; font-size: 16px; line-height: 1.9; word-break: keep-all; }
.rn-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.home-renewal .rn-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 53px; min-width: 148px; padding: 13px 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 700; line-height: 1.4; transition: background .18s ease, border-color .18s ease; }
.rn-button > span { font-size: 20px; font-weight: 400; line-height: 1; }
.home-renewal .rn-button--primary { background: var(--rn-blue); color: #fff; }
.home-renewal .rn-button--primary:hover { background: #194dcc; }
.home-renewal .rn-button--ghost { border-color: #697b92; background: #ffffff05; color: #f6faff; }
.home-renewal .rn-button--ghost:hover { border-color: #a9c0db; background: #ffffff0f; }
.home-renewal .rn-hero__contact-note { margin-top: 12px; color: #9cacc0; font-size: 10px; }
.rn-hero__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 32px; padding-top: 19px; border-top: 1px solid #ffffff26; color: #a8b8cb; font-size: 11px; }
.rn-hero__bottom a { display: inline-flex; align-items: center; gap: 10px; color: #e3ecf8; font-weight: 650; }
.rn-hero__bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }
.rn-hero__visual { min-width: 0; position: relative; padding-top: 22px; }
.rn-hero__visual-top, .rn-hero__visual-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 15px; color: #a8b9ce; font-size: 8px; font-weight: 600; letter-spacing: .14em; }
.rn-hero__visual-top { padding: 15px 3px; border-top: 1px solid #ffffff26; }
.rn-hero__visual img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; }
.rn-hero__visual-bottom { padding: 17px 3px; border-bottom: 1px solid #ffffff26; font-size: 8px; letter-spacing: .09em; }
.rn-hero__visual figcaption { margin-top: 14px; color: #a5b5c9; font-size: 10px; text-align: right; }
.rn-scope-strip { border-bottom: 1px solid var(--rn-line); background: #f8fafc; }
.rn-scope-strip > .rn-shell { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 114px; padding-block: 23px; }
.rn-scope-strip p { font-size: 13px; color: var(--rn-muted); line-height: 1.6; }
.rn-scope-strip strong { color: var(--rn-ink); font-size: 15px; font-weight: 700; }
.rn-scope-strip ul { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 0; padding: 0; list-style: none; }
.rn-scope-strip li { padding-left: 24px; border-left: 1px solid #d6dee8; color: #405269; font-size: 13px; font-weight: 600; }

/* Platform */
.rn-platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.rn-platform-card { min-width: 0; padding: 28px 28px 27px; border: 1px solid var(--rn-line); border-radius: 10px; background: #fff; }
.rn-card-top { display: flex; align-items: start; justify-content: space-between; margin-bottom: 30px; }
.rn-card-number { color: #66768b; font-size: 12px; font-weight: 600; }
.rn-card-top svg { stroke: #2856b4; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.home-renewal .rn-card-kicker { margin-bottom: 9px; color: #2b58b3; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.rn-platform-card h3 { font-size: 22px; }
.rn-platform-card h3 + p { margin-top: 13px; color: var(--rn-muted); font-size: 13px; line-height: 1.9; }
.rn-feature-list { display: grid; gap: 8px; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid #e7ecf2; list-style: none; }
.rn-feature-list li { display: flex; align-items: center; gap: 9px; color: #425268; font-size: 12px; }
.rn-feature-list li::before { content: ""; flex: 0 0 4px; width: 4px; height: 4px; border-radius: 50%; background: #4772c4; }
.rn-scope-note { display: flex; gap: 25px; align-items: baseline; margin-top: 26px; padding: 20px 24px; border-radius: 7px; background: #f3f6fa; }
.rn-scope-note > span { flex: 0 0 auto; color: #203f71; font-size: 11px; font-weight: 700; }
.rn-scope-note p { color: #566477; font-size: 12px; }

/* Delivery comparison */
.rn-model-section { background: #f4f6f9; border-block: 1px solid #e8edf3; }
.rn-model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px; }
.rn-model-card { padding: 35px 38px 31px; border: 1px solid var(--rn-line); border-radius: 12px; background: #fff; }
.rn-model-label { display: flex; align-items: center; justify-content: space-between; color: #4e617a; font-size: 10px; font-weight: 600; letter-spacing: .09em; }
.rn-model-label > span:last-child { font-size: 23px; font-weight: 400; }
.rn-model-card h3 { margin-top: 31px; font-size: 18px; font-weight: 600; }
.home-renewal .rn-model-intro { margin-top: 12px; font-size: clamp(25px, 2.4vw, 31px); line-height: 1.5; font-weight: 400; letter-spacing: -.04em; }
.rn-model-intro strong { font-weight: 700; }
.rn-model-intro + p { max-width: 450px; margin-top: 18px; color: var(--rn-muted); font-size: 13px; line-height: 1.9; }
.rn-model-checks { display: grid; gap: 9px; margin: 24px 0 28px; padding: 22px 0 0; border-top: 1px solid #dce3eb; list-style: none; }
.rn-model-checks li { display: flex; gap: 10px; color: #43546a; font-size: 13px; }
.rn-model-checks li::before { content: "✓"; color: #2258b9; font-weight: 750; }
.rn-model-card > a { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 4px; color: #214f9e; font-size: 13px; font-weight: 700; }
.rn-model-card > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.rn-model-card--license { border-color: #102842; background: #102842; color: #fff; }
.rn-model-card--license .rn-model-label { color: #b4c7df; }
.rn-model-card--license h3 { color: #accbff; }
.rn-model-card--license .rn-model-intro + p { color: #c1d0e2; }
.rn-model-card--license .rn-model-checks { border-color: #ffffff29; }
.rn-model-card--license .rn-model-checks li { color: #d4dfed; }
.rn-model-card--license .rn-model-checks li::before { color: #8cc3ff; }
.rn-model-card--license > a { color: #d9e9ff; }
.home-renewal .rn-model-card--license a:focus-visible { outline-color: #a8cbff; }
.rn-comparison { margin-top: 38px; padding: 31px 32px 16px; border: 1px solid #dce3eb; border-radius: 10px; background: #fff; }
.rn-comparison-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 23px; }
.rn-comparison-heading h3 { font-size: 18px; letter-spacing: -.035em; }
.rn-comparison-heading p { color: var(--rn-muted); font-size: 11px; }
.rn-table-wrap { overflow-x: auto; }
.home-renewal .rn-comparison-table { width: 100%; border-collapse: collapse; font-size: 12px; line-height: 1.8; }
.rn-comparison-table th, .rn-comparison-table td { padding: 17px 18px; border: 0; border-bottom: 1px solid #e4eaf0; text-align: left; vertical-align: top; }
.rn-comparison-table thead th { padding-block: 12px; background: #f1f5fa; color: #29466e; font-size: 11px; font-weight: 700; }
.rn-comparison-table thead th:first-child { width: 18%; }
.rn-comparison-table tbody th { color: #263b54; font-weight: 650; }
.rn-comparison-table td { width: 41%; color: #526176; }
.rn-comparison-table tbody tr:last-child > * { border-bottom: 0; }
.home-renewal .rn-custom-note { margin-top: 25px; color: #566578; font-size: 12px; }
.rn-custom-note strong { margin-right: 9px; color: #243b59; }

/* Process and questions */
.rn-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid #cdd8e5; }
.rn-process-grid li { min-width: 0; position: relative; padding: 27px 24px 0; border-left: 1px solid #e1e7ee; }
.rn-process-grid li:first-child { border-left: 0; padding-left: 0; }
.rn-process-grid li:last-child { padding-right: 0; }
.rn-process-number { display: block; margin-bottom: 38px; color: #2b58b3; font-size: 13px; font-weight: 750; }
.rn-process-grid h3 { font-size: 21px; }
.rn-process-grid p { min-height: 72px; margin-top: 13px; color: var(--rn-muted); font-size: 12px; line-height: 1.9; }
.rn-process-result { display: flex; flex-wrap: wrap; gap: 4px 9px; margin-top: 22px; color: #617187; font-size: 10px; }
.rn-process-result b { color: #29466d; font-weight: 650; }
.rn-faq-section { background: #f7f9fc; border-block: 1px solid #e5ebf2; }
.rn-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.rn-faq-heading h2 { margin-top: 15px; }
.rn-faq-heading > p:last-child { margin-top: 24px; color: var(--rn-muted); font-size: 14px; line-height: 1.9; }
.rn-faq-list { border-top: 2px solid #1c3658; }
.home-renewal .rn-faq-list details { margin: 0; padding: 0; border: 0; border-bottom: 1px solid #d8e1eb; border-radius: 0; background: transparent; }
.rn-faq-list summary { display: flex; align-items: start; justify-content: space-between; gap: 22px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 14px; font-weight: 650; line-height: 1.65; }
.rn-faq-list summary::-webkit-details-marker { display: none; }
.rn-faq-list summary::after { content: "+"; flex: 0 0 16px; color: #345d9c; font-size: 23px; font-weight: 400; line-height: 1; }
.rn-faq-list details[open] summary::after { content: "−"; }
.rn-faq-list details > div { padding: 0 35px 24px 0; color: #526176; font-size: 13px; line-height: 1.9; }

/* Editorial guides and closing invitation */
.rn-section-heading--guides { grid-template-columns: 1fr auto; }
.rn-text-link { display: inline-flex; align-items: center; gap: 18px; color: #2c517f; font-size: 12px; font-weight: 650; }
.rn-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.rn-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.rn-guide-card { display: flex; flex-direction: column; padding: 25px 25px 22px; border: 1px solid var(--rn-line); border-radius: 8px; }
.home-renewal .rn-guide-category { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 32px; color: #2d579d; font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.rn-guide-category span { color: #607084; font-size: 11px; letter-spacing: 0; }
.rn-guide-card h3 { font-size: 23px; line-height: 1.55; }
.rn-guide-card h3 a:hover { color: #1a50ad; }
.rn-guide-card h3 + p { margin-top: 14px; color: var(--rn-muted); font-size: 12px; line-height: 1.9; }
.rn-guide-card .rn-guide-more { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 34px; color: #2854a0; font-size: 12px; font-weight: 650; }
.rn-guide-more:hover { text-decoration: underline; text-underline-offset: 5px; }
.rn-contact-section { background: #173e91; color: #fff; }
.rn-contact-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding-block: 69px; }
.rn-contact-section .rn-eyebrow { color: #bcd3fc; font-size: 10px; }
.rn-contact-section h2 { margin-top: 17px; font-size: clamp(29px, 3.3vw, 43px); line-height: 1.38; }
.rn-contact-section h2 + p { margin-top: 20px; color: #cfdef8; font-size: 14px; line-height: 1.9; }
.rn-contact-action { display: grid; gap: 14px; justify-items: center; }
.home-renewal .rn-button--white { min-width: 227px; background: #fff; color: #183d82; }
.home-renewal .rn-button--white:hover { background: #edf4ff; }
.rn-contact-action > span { color: #cad9f4; font-size: 10px; }
.rn-service-notice { display: grid; grid-template-columns: 160px 1fr; gap: 25px; padding-block: 30px; }
.rn-service-notice strong { color: #364d69; font-size: 11px; font-weight: 700; }
.rn-service-notice p { color: #596b80; font-size: 11px; line-height: 1.9; }

@media (max-width: 1100px) {
  body .site-head .nav { gap: 8px 15px; }
  .rn-hero__grid { gap: 28px; min-height: 630px; }
  .home-renewal .rn-hero h1 { font-size: 47px; }
  .home-renewal .rn-hero__lead { font-size: 14px; }
  .rn-section-heading { gap: 40px; }
  .rn-platform-card { padding: 25px 22px; }
  .rn-scope-strip ul { gap: 16px; }
  .rn-scope-strip li { padding-left: 16px; font-size: 12px; }
  .rn-model-card { padding: 30px; }
  .rn-faq-grid { gap: 50px; }
  .rn-guide-card { padding-inline: 22px; }
  .rn-guide-card h3 { font-size: 21px; }
}
@media (max-width: 900px) {
  body .site-head .wrap { flex-direction: row; flex-wrap: wrap; gap: 8px 20px; min-height: 82px; }
  body .site-head .brand img { width: 175px; }
  body .site-head .nav { gap: 8px 14px; }
  body .site-head .nav a { font-size: 12px; }
  .rn-hero__grid { grid-template-columns: 1fr; gap: 30px; padding-block: 49px 38px; }
  .rn-hero__copy { max-width: 640px; }
  .home-renewal .rn-hero h1 { font-size: 59px; }
  .rn-hero__lead br.rn-desktop-break { display: none; }
  .rn-hero__bottom { max-width: 525px; }
  .rn-hero__visual { width: 100%; max-width: 720px; justify-self: center; padding-top: 8px; }
  .rn-scope-strip > .rn-shell { align-items: start; }
  .rn-scope-strip ul { max-width: 355px; row-gap: 14px; }
  .rn-scope-strip li { width: calc(50% - 8px); }
  .home-renewal .rn-section { padding-block: 78px; }
  .rn-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .rn-section-heading > p { max-width: 630px; font-size: 14px; }
  .rn-platform-grid { gap: 13px; }
  .rn-platform-card { padding: 23px 18px; }
  .rn-platform-card h3 { font-size: 19px; }
  .rn-platform-card h3 + p { font-size: 12px; }
  .rn-feature-list li { font-size: 11px; }
  .rn-scope-note { gap: 18px; }
  .rn-model-card { padding: 28px 24px; }
  .rn-model-card h3 { font-size: 16px; }
  .home-renewal .rn-model-intro { font-size: 25px; }
  .rn-comparison { padding: 26px 22px 15px; }
  .rn-comparison-heading { display: block; }
  .rn-comparison-heading p { margin-top: 8px; }
  .rn-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 35px; }
  .rn-process-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
  .rn-process-grid li:nth-child(2) { padding-right: 0; }
  .rn-process-number { margin-bottom: 23px; }
  .rn-process-grid p { min-height: 50px; }
  .rn-process-result { margin-top: 15px; }
  .rn-faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .rn-faq-heading > p:last-child { margin-top: 15px; }
  .rn-section-heading--guides { grid-template-columns: 1fr auto; }
  .rn-guide-grid { gap: 14px; }
  .rn-guide-card { padding: 23px 18px; }
  .rn-guide-card h3 { font-size: 19px; }
  .rn-guide-category { letter-spacing: 0; }
  .rn-contact-grid { gap: 28px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 135px; }
  body .site-head .wrap { padding: 14px 20px 10px; gap: 10px; }
  body .site-head .brand img { width: 170px; }
  body .site-head .nav { width: 100%; justify-content: space-between; gap: 4px 9px; }
  body .site-head .nav a { min-height: 32px; font-size: 11px; white-space: nowrap; }
  body .site-head .nav a:last-child { padding-inline: 10px; }
  body .site-foot .wrap { align-items: start; flex-direction: column; padding-inline: 20px; }
  .rn-shell { width: calc(100% - 40px); }
  .home-renewal { word-break: normal; }
  .home-renewal h2 { font-size: 30px; letter-spacing: -.045em; }
  .home-renewal .rn-section { padding-block: 63px; }
  .rn-section-heading { margin-bottom: 29px; gap: 17px; }
  .rn-section-heading > p { font-size: 13px; line-height: 1.9; }
  .rn-section-heading h2 { margin-top: 12px; }
  .home-renewal .rn-eyebrow { font-size: 9px; }
  .rn-hero__grid { padding-top: 40px; gap: 22px; }
  .rn-hero .rn-eyebrow { font-size: 8px; }
  .home-renewal .rn-hero h1 { margin-top: 23px; font-size: clamp(41px, 10.6vw, 56px); }
  .home-renewal .rn-hero__lead { margin-top: 22px; font-size: 13px; line-height: 1.95; }
  .rn-hero h1 .rn-hero__keyword { margin-bottom: 10px; font-size: .66em; }
  .rn-actions { margin-top: 25px; }
  .home-renewal .rn-button { min-width: 135px; min-height: 50px; padding: 12px 17px; gap: 23px; font-size: 13px; }
  .home-renewal .rn-hero__contact-note { font-size: 9px; }
  .rn-hero__bottom { margin-top: 25px; padding-top: 17px; font-size: 10px; }
  .rn-hero__visual-top { font-size: 7px; letter-spacing: .08em; }
  .rn-hero__visual-bottom { gap: 9px; font-size: 6px; letter-spacing: .02em; }
  .rn-hero__visual figcaption { font-size: 9px; }
  .rn-scope-strip > .rn-shell { flex-direction: column; gap: 21px; padding-block: 23px; }
  .rn-scope-strip ul { width: 100%; max-width: none; gap: 12px 20px; }
  .rn-scope-strip li { width: calc(50% - 10px); padding-left: 12px; font-size: 12px; }
  .rn-platform-grid { grid-template-columns: 1fr; gap: 15px; }
  .rn-platform-card { padding: 25px; }
  .rn-card-top { margin-bottom: 18px; }
  .rn-platform-card h3 { font-size: 23px; }
  .rn-platform-card h3 + p { font-size: 13px; }
  .rn-feature-list { margin-top: 20px; padding-top: 17px; }
  .rn-feature-list li { font-size: 12px; }
  .rn-scope-note { flex-direction: column; gap: 6px; padding: 19px 21px; }
  .rn-scope-note p { font-size: 11px; line-height: 1.9; }
  .rn-model-grid { grid-template-columns: 1fr; gap: 18px; }
  .rn-model-card { padding: 28px 26px; }
  .rn-model-card h3 { margin-top: 23px; font-size: 17px; }
  .home-renewal .rn-model-intro { font-size: 27px; }
  .rn-model-checks { margin-block: 22px; }
  .rn-model-intro + p, .rn-model-checks li { font-size: 12px; }
  .rn-comparison { margin-top: 27px; padding: 25px 16px 13px; }
  .rn-comparison-heading h3 { font-size: 17px; }
  .home-renewal .rn-comparison-table { font-size: 11px; }
  .rn-comparison-table th, .rn-comparison-table td { padding: 13px 7px; overflow-wrap: anywhere; }
  .rn-comparison-table thead th { font-size: 10px; }
  .rn-comparison-table thead th:first-child { width: 22%; }
  .rn-comparison-table td { width: 39%; }
  .home-renewal .rn-custom-note { font-size: 11px; line-height: 1.9; }
  .rn-custom-note strong { display: block; margin-bottom: 5px; }
  .rn-process-grid { gap: 28px 0; }
  .rn-process-grid li { padding: 23px 17px 0; }
  .rn-process-grid h3 { font-size: 18px; }
  .rn-process-grid p { min-height: 85px; margin-top: 10px; font-size: 11px; }
  .rn-process-result { display: grid; gap: 1px; font-size: 10px; }
  .rn-process-number { margin-bottom: 18px; font-size: 12px; }
  .rn-faq-grid { gap: 27px; }
  .rn-faq-heading > p:last-child { font-size: 12px; }
  .rn-faq-list summary { padding-block: 20px; gap: 15px; font-size: 13px; }
  .rn-faq-list details > div { padding-right: 13px; font-size: 12px; }
  .rn-section-heading--guides { grid-template-columns: 1fr; }
  .rn-text-link { justify-self: start; font-size: 11px; }
  .rn-guide-grid { grid-template-columns: 1fr; gap: 15px; }
  .rn-guide-card { padding: 25px; }
  .home-renewal .rn-guide-category { margin-bottom: 19px; font-size: 9px; }
  .rn-guide-card h3 { font-size: 23px; }
  .rn-guide-card .rn-guide-more { padding-top: 24px; }
  .rn-contact-grid { grid-template-columns: 1fr; gap: 29px; padding-block: 51px; }
  .rn-contact-section h2 { font-size: 31px; }
  .rn-contact-section h2 + p { font-size: 12px; }
  .rn-contact-action { justify-self: start; gap: 11px; }
  .home-renewal .rn-button--white { min-width: 226px; }
  .rn-service-notice { grid-template-columns: 1fr; gap: 7px; padding-block: 24px; }
  .rn-service-notice strong { font-size: 10px; }
  .rn-service-notice p { font-size: 10px; }
}
@media (max-width: 359px) {
  body .site-head .wrap { padding-inline: 16px; }
  body .site-head .nav { gap: 3px 6px; }
  body .site-head .nav a { font-size: 10px; }
  .rn-shell { width: calc(100% - 32px); }
  .home-renewal .rn-hero h1 { font-size: 38px; }
  .rn-actions { gap: 8px; }
  .home-renewal .rn-button { min-width: 128px; padding-inline: 15px; }
  .home-renewal h2 { font-size: 27px; }
  .rn-model-card { padding-inline: 22px; }
  .home-renewal .rn-model-intro { font-size: 24px; }
  .rn-process-grid li { padding-inline: 13px; }
  .rn-process-grid h3 { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { .home-renewal .rn-button { transition: none; } }
@media print {
  .rn-hero, .rn-model-card--license, .rn-contact-section { background: #fff !important; color: #16273b !important; }
  .rn-hero__visual, .rn-actions, .rn-contact-action { display: none; }
  .rn-hero__grid, .rn-faq-grid { display: block; }
  .home-renewal .rn-section { padding-block: 25px; }
}
