@charset "UTF-8";

:root {
  --sg-primary: #163a5f;
  --sg-primary-deep: #102b47;
  --sg-care: #2f8f83;
  --sg-warm: #e7a46b;
  --sg-ink: #17212b;
  --sg-muted: #5e6a73;
  --sg-mist: #eef4f3;
  --sg-white: #ffffff;
  --sg-line: #d7e1e3;
  --sg-soft: #f6f8f8;
  --sg-container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sg-ink);
  background: var(--sg-white);
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}

body,
button,
a,
input,
textarea,
select {
  letter-spacing: 0;
}

body.sg-option-b h1,
body.sg-option-b h2,
body.sg-option-b .sg-brand strong,
body.sg-option-b .sg-quote {
  font-family: "Noto Serif KR", serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.28;
}

.sg-container {
  width: min(calc(100% - 48px), var(--sg-container));
  margin-inline: auto;
}

.sg-skip {
  position: fixed;
  z-index: 1200;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--sg-white);
  background: var(--sg-primary-deep);
  transform: translateY(-160%);
}

.sg-skip:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--sg-warm);
  outline-offset: 3px;
}

.sg-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.sg-icon > svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
}

.sg-button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--sg-white);
  background: var(--sg-care);
  font-weight: 760;
  cursor: pointer;
}

.sg-button:hover {
  filter: brightness(0.96);
}

.sg-button--light {
  color: var(--sg-primary);
  background: var(--sg-white);
}

.sg-button--line {
  border-color: currentColor;
  color: var(--sg-primary);
  background: transparent;
}

.sg-button--header {
  min-height: 42px;
  padding: 8px 14px;
  color: var(--sg-primary);
  background: var(--sg-white);
}

.sg-option-b .sg-button--header {
  border-color: var(--sg-primary);
}

.sg-icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 8px;
  place-items: center;
  color: inherit;
  background: transparent;
}

.sg-icon-button > .sg-icon {
  width: 24px;
  height: 24px;
}

.sg-header {
  position: relative;
  z-index: 50;
  height: 82px;
  color: var(--sg-white);
  background: var(--sg-primary-deep);
}

.sg-option-b .sg-header {
  height: 76px;
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-ink);
  background: var(--sg-white);
}

.sg-header__inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sg-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.sg-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}

.sg-brand > span:last-child {
  display: grid;
  line-height: 1.22;
}

.sg-brand strong {
  font-size: 17px;
}

.sg-brand small {
  font-size: 10px;
  font-weight: 500;
}

.sg-nav {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 13px;
  font-weight: 680;
}

.sg-nav a {
  position: relative;
  padding: 28px 0;
  white-space: nowrap;
}

.sg-option-b .sg-nav a {
  padding: 25px 0;
}

.sg-nav a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--sg-warm);
  content: "";
  opacity: 0;
}

.sg-nav a:hover::after,
.sg-nav a[aria-current="page"]::after {
  opacity: 1;
}

.sg-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
}

.sg-menu-button,
.sg-mobile-menu {
  display: none;
}

.sg-home-hero,
.sg-page-hero {
  position: relative;
  overflow: hidden;
}

.sg-home-hero {
  min-height: 600px;
  height: 67vh;
  max-height: 760px;
  color: var(--sg-white);
  background: var(--sg-primary-deep);
}

.sg-option-b .sg-home-hero {
  min-height: 480px;
  height: 52vh;
  max-height: 580px;
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-ink);
  background: var(--sg-soft);
}

.sg-home-hero > img,
.sg-page-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-home-hero > img {
  object-position: center 47%;
}

.sg-option-b .sg-home-hero > img {
  object-position: center;
  opacity: 0.3;
}

.sg-option-a .sg-home-hero::after,
.sg-option-a .sg-page-hero::after {
  position: absolute;
  inset: 0;
  background: rgba(10, 33, 53, 0.58);
  content: "";
}

.sg-home-hero__inner,
.sg-page-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.sg-option-b .sg-home-hero__inner {
  align-items: center;
}

.sg-home-hero__copy {
  max-width: 790px;
  padding-bottom: 70px;
}

.sg-option-b .sg-home-hero__copy {
  max-width: 760px;
  padding: 0 0 0 42px;
  border-left: 4px solid var(--sg-care);
}

.sg-eyebrow {
  margin: 0 0 14px;
  color: #bfe9e4;
  font-size: 15px;
  font-weight: 780;
}

.sg-option-b .sg-eyebrow {
  color: var(--sg-care);
}

.sg-home-hero h1 {
  margin: 0;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.08;
}

.sg-option-b .sg-home-hero h1 {
  font-size: 52px;
  line-height: 1.24;
}

.sg-home-hero__statement {
  margin: 16px 0 0;
  color: var(--sg-white);
  font-size: 30px;
  font-weight: 680;
}

.sg-home-hero__lead {
  max-width: 640px;
  margin: 18px 0 28px;
  color: #edf6f6;
  font-size: 18px;
}

.sg-option-b .sg-home-hero__lead {
  color: #475761;
}

.sg-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sg-option-a .sg-home-hero .sg-button--light {
  border-color: var(--sg-white);
  color: var(--sg-white);
  background: transparent;
}

.sg-page-hero {
  min-height: 430px;
  height: 48vh;
  max-height: 520px;
  color: var(--sg-white);
  background: var(--sg-primary);
}

.sg-page-hero > img {
  object-position: center;
}

.sg-page-hero__copy {
  max-width: 780px;
  padding-bottom: 62px;
}

.sg-page-hero h1 {
  margin: 0;
  font-size: 52px;
}

.sg-page-hero p:last-child {
  max-width: 650px;
  margin: 20px 0 0;
  color: #edf6f6;
  font-size: 18px;
}

.sg-option-b .sg-page-hero {
  min-height: 360px;
  height: 40vh;
  max-height: 430px;
  border-bottom: 1px solid var(--sg-line);
  color: var(--sg-ink);
  background: var(--sg-soft);
}

.sg-option-b .sg-page-hero > img {
  opacity: 0.26;
}

.sg-option-b .sg-page-hero__inner {
  align-items: center;
}

.sg-option-b .sg-page-hero__copy {
  padding: 0 0 0 36px;
  border-left: 4px solid var(--sg-care);
}

.sg-option-b .sg-page-hero h1 {
  font-size: 46px;
}

.sg-option-b .sg-page-hero p:last-child {
  color: #475761;
}

.sg-quick {
  border-bottom: 1px solid var(--sg-line);
  background: var(--sg-white);
}

.sg-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sg-quick a,
.sg-quick button {
  display: flex;
  min-height: 112px;
  padding: 21px 22px;
  border: 0;
  border-right: 1px solid var(--sg-line);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--sg-primary);
  background: var(--sg-white);
  text-align: left;
  cursor: pointer;
}

.sg-quick__grid > :last-child {
  border-right: 0;
}

.sg-quick a > span:first-child,
.sg-quick button > span:first-child {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sg-quick strong,
.sg-quick small {
  display: block;
}

.sg-quick strong {
  font-size: 17px;
}

.sg-quick small {
  margin-top: 2px;
  color: var(--sg-muted);
  font-size: 12px;
}

.sg-ledger {
  border-bottom: 1px solid var(--sg-line);
  background: var(--sg-white);
}

.sg-ledger__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.sg-ledger article {
  min-height: 128px;
  padding: 24px 22px;
  border-right: 1px solid var(--sg-line);
}

.sg-ledger article:last-child {
  border-right: 0;
}

.sg-ledger small {
  display: block;
  margin-bottom: 9px;
  color: var(--sg-care);
  font-weight: 800;
}

.sg-ledger strong {
  display: block;
  font-size: 18px;
}

.sg-ledger p {
  margin: 3px 0 0;
  color: var(--sg-muted);
  font-size: 13px;
}

.sg-band {
  padding: 104px 0;
  background: var(--sg-white);
}

.sg-band--mist {
  background: var(--sg-mist);
}

.sg-band--primary {
  color: var(--sg-white);
  background: var(--sg-primary);
}

.sg-band--primary p {
  color: #dbe8ef;
}

.sg-section-head {
  display: flex;
  margin-bottom: 46px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 42px;
}

.sg-section-head > div,
.sg-section-head > h2 {
  max-width: 650px;
}

.sg-section-head h2,
.sg-section-head > h2 {
  margin: 10px 0 0;
  font-size: 40px;
}

.sg-section-head > p {
  max-width: 430px;
  margin: 0;
  color: var(--sg-muted);
}

.sg-section-head--rule {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  padding-bottom: 32px;
  border-bottom: 1px solid var(--sg-ink);
}

.sg-status {
  display: inline-flex;
  min-height: 29px;
  padding: 3px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  align-items: center;
  font-size: 12px;
  font-weight: 760;
}

.sg-step-grid,
.sg-principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sg-step-grid article,
.sg-principle-grid article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  background: var(--sg-white);
}

.sg-step-grid h3,
.sg-principle-grid h3 {
  margin: 18px 0 10px;
  font-size: 22px;
}

.sg-step-grid p,
.sg-principle-grid p {
  margin: 0;
  color: var(--sg-muted);
}

.sg-option-b .sg-step-grid,
.sg-option-b .sg-principle-grid {
  gap: 0;
  border-top: 1px solid var(--sg-line);
}

.sg-option-b .sg-step-grid article,
.sg-option-b .sg-principle-grid article {
  min-height: 190px;
  border: 0;
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
  border-radius: 0;
}

.sg-option-b .sg-step-grid article:last-child,
.sg-option-b .sg-principle-grid article:last-child {
  border-right: 0;
}

.sg-split {
  display: grid;
  grid-template-columns: minmax(360px, 0.98fr) minmax(0, 1.02fr);
  gap: 72px;
  align-items: center;
}

.sg-split--reverse .sg-copy {
  order: -1;
}

.sg-copy h2 {
  margin: 12px 0 18px;
  font-size: 40px;
}

.sg-copy > p {
  color: var(--sg-muted);
}

.sg-media {
  margin: 0;
}

.sg-media img {
  width: 100%;
  max-height: 590px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.sg-option-b .sg-media img {
  border-radius: 2px;
}

.sg-media figcaption {
  margin-top: 10px;
  color: var(--sg-muted);
  font-size: 12px;
}

.sg-link-list {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--sg-line);
}

.sg-link-list > a,
.sg-link-list > span {
  display: flex;
  min-height: 68px;
  padding: 12px 0;
  border-bottom: 1px solid var(--sg-line);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 720;
}

.sg-link-list small,
.sg-link-list strong {
  display: block;
}

.sg-link-list small {
  margin-top: 2px;
  color: var(--sg-muted);
  font-size: 12px;
  font-weight: 500;
}

.sg-evidence-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}

.sg-evidence-layout .sg-link-list {
  margin-top: 0;
}

.sg-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.sg-cta-row > div {
  max-width: 760px;
}

.sg-cta-row h2 {
  margin: 10px 0 12px;
  font-size: 38px;
}

.sg-cta-row p {
  margin-bottom: 0;
}

.sg-quote {
  margin-top: 26px;
  padding: 24px 0 24px 22px;
  border-left: 4px solid var(--sg-care);
  color: var(--sg-primary);
  font-size: 24px;
  font-weight: 650;
}

.sg-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  border-top: 1px solid var(--sg-line);
  border-left: 1px solid var(--sg-line);
}

.sg-fact-grid > div {
  min-height: 124px;
  padding: 24px;
  border-right: 1px solid var(--sg-line);
  border-bottom: 1px solid var(--sg-line);
  background: var(--sg-white);
}

.sg-fact-grid dt {
  color: var(--sg-muted);
  font-size: 13px;
}

.sg-fact-grid dd {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 720;
}

.sg-requirement-list {
  display: grid;
  border-top: 1px solid var(--sg-ink);
}

.sg-requirement-list article {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1.2fr) auto;
  min-height: 100px;
  padding: 20px 0;
  border-bottom: 1px solid var(--sg-line);
  align-items: center;
  gap: 30px;
}

.sg-requirement-list article > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sg-requirement-list h3,
.sg-requirement-list p {
  margin: 0;
}

.sg-requirement-list p {
  color: var(--sg-muted);
}

.sg-ordered-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: sg-step;
}

.sg-ordered-list li {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1.2fr);
  min-height: 76px;
  padding: 18px 0;
  border-bottom: 1px solid var(--sg-line);
  counter-increment: sg-step;
  gap: 20px;
}

.sg-ordered-list span {
  color: var(--sg-muted);
}

.sg-profile-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 64px;
}

.sg-profile-placeholder {
  display: grid;
  min-height: 430px;
  padding: 32px;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  place-content: center;
  justify-items: center;
  color: var(--sg-primary);
  background: var(--sg-mist);
  text-align: center;
}

.sg-profile-placeholder > .sg-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
}

.sg-profile-placeholder > .sg-icon > svg {
  width: 46px;
  height: 46px;
}

.sg-profile-placeholder strong {
  font-size: 22px;
}

.sg-profile-placeholder span:last-child {
  margin-top: 6px;
  color: var(--sg-muted);
}

.sg-profile-fields {
  margin: 0;
  border-top: 1px solid var(--sg-ink);
}

.sg-profile-fields > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 70px;
  padding: 16px 0;
  border-bottom: 1px solid var(--sg-line);
  align-items: center;
}

.sg-profile-fields dt {
  font-weight: 720;
}

.sg-profile-fields dd {
  margin: 0;
  color: var(--sg-muted);
}

.sg-faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
}

.sg-faq-layout h2 {
  margin: 12px 0;
  font-size: 40px;
}

.sg-faq-layout > div:first-child p {
  color: var(--sg-muted);
}

.sg-faq {
  border-top: 1px solid var(--sg-ink);
}

.sg-faq details {
  border-bottom: 1px solid var(--sg-line);
}

.sg-faq summary {
  display: flex;
  min-height: 74px;
  padding: 18px 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 720;
  cursor: pointer;
  list-style: none;
}

.sg-faq summary::-webkit-details-marker {
  display: none;
}

.sg-faq details p {
  margin: 0;
  padding: 0 40px 22px 0;
  color: var(--sg-muted);
}

.sg-table-wrap {
  overflow-x: auto;
  border-top: 1px solid var(--sg-ink);
}

.sg-fee-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.sg-fee-table caption {
  padding: 0 0 14px;
  color: var(--sg-muted);
  font-size: 13px;
  text-align: left;
}

.sg-fee-table th,
.sg-fee-table td {
  padding: 22px 18px;
  border-bottom: 1px solid var(--sg-line);
  vertical-align: top;
}

.sg-fee-table thead th {
  color: var(--sg-primary);
  background: var(--sg-mist);
  font-size: 13px;
}

.sg-fee-table tbody th {
  min-width: 240px;
}

.sg-fee-table tbody td {
  color: var(--sg-muted);
}

.sg-table-meta {
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  gap: 24px;
  color: var(--sg-muted);
  font-size: 12px;
}

.sg-notice-box {
  display: flex;
  min-height: 180px;
  padding: 30px;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  align-items: flex-start;
  gap: 16px;
  background: var(--sg-white);
}

.sg-notice-box strong {
  font-size: 18px;
}

.sg-notice-box p {
  margin: 8px 0 0;
  color: var(--sg-muted);
}

.sg-text-link {
  display: inline-flex;
  margin-top: 16px;
  align-items: center;
  gap: 7px;
  color: var(--sg-primary);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sg-location-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1.15fr) minmax(320px, 0.85fr);
  gap: 64px;
}

.sg-map-placeholder {
  display: grid;
  min-height: 480px;
  padding: 38px;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  place-content: center;
  justify-items: center;
  background: var(--sg-mist);
  text-align: center;
}

.sg-map-placeholder > .sg-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: var(--sg-care);
}

.sg-map-placeholder > .sg-icon > svg {
  width: 50px;
  height: 50px;
}

.sg-map-placeholder strong {
  font-size: 24px;
}

.sg-map-placeholder span {
  margin: 8px 0 24px;
  color: var(--sg-muted);
}

.sg-location-facts {
  margin: 0;
  border-top: 1px solid var(--sg-ink);
}

.sg-location-facts > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 76px;
  padding: 16px 0;
  border-bottom: 1px solid var(--sg-line);
  align-items: center;
}

.sg-location-facts dt {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 720;
}

.sg-location-facts dd {
  margin: 0;
  color: var(--sg-muted);
}

.sg-footer {
  color: #dbe8ef;
  background: var(--sg-primary-deep);
}

.sg-footer__top {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  padding-top: 58px;
  padding-bottom: 42px;
  gap: 48px;
}

.sg-footer__top strong {
  display: block;
  color: var(--sg-white);
  font-size: 22px;
}

.sg-footer__top p {
  margin: 8px 0 0;
}

.sg-footer nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
}

.sg-footer nav a {
  min-height: 36px;
}

.sg-footer__bottom {
  display: flex;
  min-height: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
}

.sg-footer__bottom p {
  margin: 0;
}

.sg-footer__bottom a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--sg-white);
  font-weight: 720;
}

.sg-demo-notice {
  margin: 0;
  padding: 15px 24px;
  color: #33434e;
  background: #f5f7f7;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.sg-mobile-actions {
  display: none;
}

.sg-toast {
  position: fixed;
  z-index: 1200;
  right: 24px;
  bottom: 24px;
  max-width: min(380px, calc(100% - 48px));
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--sg-white);
  background: var(--sg-ink);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sg-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sg-compare {
  background: var(--sg-soft);
}

.sg-compare-header {
  height: 72px;
  border-bottom: 1px solid var(--sg-line);
  background: var(--sg-white);
}

.sg-compare-header .sg-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sg-compare-header strong {
  color: var(--sg-primary);
  font-size: 20px;
}

.sg-compare-header span {
  color: var(--sg-muted);
  font-size: 14px;
}

.sg-compare-main {
  padding: 72px 0 96px;
}

.sg-compare-intro {
  max-width: 820px;
  margin-bottom: 44px;
}

.sg-compare-intro h1 {
  margin: 0;
  font-size: 46px;
}

.sg-compare-intro > p:last-child {
  margin: 18px 0 0;
  color: var(--sg-muted);
  font-size: 17px;
}

.sg-option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.sg-option-card {
  overflow: hidden;
  border: 1px solid var(--sg-line);
  border-radius: 8px;
  background: var(--sg-white);
}

.sg-option-card__media {
  height: 340px;
  overflow: hidden;
}

.sg-option-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sg-option-card:nth-child(2) .sg-option-card__media img {
  opacity: 0.72;
}

.sg-option-card__body {
  padding: 30px;
}

.sg-option-card__body > span {
  color: var(--sg-care);
  font-size: 13px;
  font-weight: 780;
}

.sg-option-card h2 {
  margin: 8px 0 10px;
  font-size: 30px;
}

.sg-option-card p {
  min-height: 54px;
  color: var(--sg-muted);
}

.sg-compare-footer {
  min-height: 72px;
  color: #dbe8ef;
  background: var(--sg-primary-deep);
}

.sg-compare-footer .sg-container {
  display: flex;
  min-height: 72px;
  align-items: center;
}

.sg-compare-footer p {
  margin: 0;
}

@media (max-width: 1100px) {
  .sg-nav {
    gap: 12px;
    font-size: 12px;
  }

  .sg-brand small {
    display: none;
  }

  .sg-header__actions .sg-button {
    display: none;
  }
}

@media (max-width: 900px) {
  .sg-nav,
  .sg-header__actions {
    display: none;
  }

  .sg-menu-button {
    display: grid;
  }

  .sg-mobile-menu {
    position: absolute;
    z-index: 60;
    top: 82px;
    right: 16px;
    left: 16px;
    padding: 10px;
    border: 1px solid var(--sg-line);
    border-radius: 8px;
    color: var(--sg-ink);
    background: var(--sg-white);
    box-shadow: 0 18px 44px rgba(16, 43, 71, 0.2);
  }

  .sg-option-b .sg-mobile-menu {
    top: 76px;
  }

  .sg-mobile-menu[hidden] {
    display: none;
  }

  .sg-mobile-menu:not([hidden]) {
    display: block;
  }

  .sg-mobile-menu > a {
    display: block;
    min-height: 46px;
    padding: 11px 12px;
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-mobile-menu__head {
    display: flex;
    min-height: 44px;
    padding: 6px 12px;
    align-items: center;
    justify-content: space-between;
    color: var(--sg-muted);
    font-size: 12px;
  }

  .sg-mobile-menu__head a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sg-primary);
    font-weight: 720;
  }

  .sg-quick__grid,
  .sg-ledger__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-quick a,
  .sg-quick button,
  .sg-ledger article {
    border-bottom: 1px solid var(--sg-line);
  }

  .sg-quick__grid > :nth-child(2),
  .sg-ledger__grid > :nth-child(2) {
    border-right: 0;
  }

  .sg-split,
  .sg-evidence-layout,
  .sg-profile-layout,
  .sg-faq-layout,
  .sg-location-layout {
    grid-template-columns: 1fr;
  }

  .sg-split--reverse .sg-copy {
    order: 0;
  }

  .sg-fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sg-location-layout,
  .sg-profile-layout {
    gap: 38px;
  }

  .sg-option-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body:not(.sg-compare) {
    padding-bottom: 68px;
  }

  .sg-container {
    width: min(calc(100% - 32px), var(--sg-container));
  }

  .sg-header,
  .sg-option-b .sg-header {
    height: 68px;
  }

  .sg-brand__mark {
    width: 38px;
    height: 38px;
  }

  .sg-brand strong {
    font-size: 15px;
  }

  .sg-brand small {
    display: none;
  }

  .sg-mobile-menu,
  .sg-option-b .sg-mobile-menu {
    top: 68px;
  }

  .sg-home-hero,
  .sg-option-b .sg-home-hero {
    min-height: 520px;
    height: 63vh;
    max-height: 590px;
  }

  .sg-option-a .sg-home-hero > img {
    object-position: 62% 50%;
  }

  .sg-home-hero__copy {
    padding-bottom: 44px;
  }

  .sg-option-b .sg-home-hero__copy {
    padding-left: 18px;
  }

  .sg-home-hero h1,
  .sg-option-b .sg-home-hero h1 {
    font-size: 42px;
  }

  .sg-home-hero__statement {
    font-size: 23px;
  }

  .sg-home-hero__lead {
    margin: 14px 0 22px;
    font-size: 15px;
  }

  .sg-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .sg-page-hero,
  .sg-option-b .sg-page-hero {
    min-height: 380px;
    height: 46vh;
    max-height: 430px;
  }

  .sg-page-hero__copy {
    padding-bottom: 40px;
  }

  .sg-option-b .sg-page-hero__copy {
    padding-left: 18px;
  }

  .sg-page-hero h1,
  .sg-option-b .sg-page-hero h1 {
    font-size: 36px;
  }

  .sg-page-hero p:last-child {
    font-size: 15px;
  }

  .sg-quick a,
  .sg-quick button {
    min-height: 104px;
    padding: 16px 12px;
  }

  .sg-quick a > span:first-child,
  .sg-quick button > span:first-child {
    display: grid;
    gap: 4px;
  }

  .sg-quick a > .sg-icon:last-child,
  .sg-quick button > .sg-icon:last-child {
    display: none;
  }

  .sg-ledger article {
    min-height: 116px;
    padding: 18px 14px;
  }

  .sg-ledger strong {
    font-size: 16px;
  }

  .sg-band {
    padding: 72px 0;
  }

  .sg-section-head,
  .sg-section-head--rule {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 32px;
    gap: 18px;
  }

  .sg-section-head h2,
  .sg-section-head > h2,
  .sg-copy h2,
  .sg-cta-row h2,
  .sg-faq-layout h2 {
    font-size: 31px;
  }

  .sg-step-grid,
  .sg-principle-grid {
    grid-template-columns: 1fr;
  }

  .sg-step-grid article,
  .sg-principle-grid article,
  .sg-option-b .sg-step-grid article,
  .sg-option-b .sg-principle-grid article {
    min-height: 0;
    padding: 25px;
    border-right: 1px solid var(--sg-line);
  }

  .sg-split {
    gap: 34px;
  }

  .sg-media img {
    max-height: 430px;
  }

  .sg-cta-row {
    display: grid;
    gap: 24px;
  }

  .sg-fact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sg-fact-grid > div {
    min-height: 112px;
    padding: 18px;
  }

  .sg-requirement-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .sg-ordered-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .sg-profile-placeholder {
    min-height: 320px;
  }

  .sg-profile-fields > div,
  .sg-location-facts > div {
    grid-template-columns: 130px 1fr;
  }

  .sg-faq-layout {
    gap: 28px;
  }

  .sg-fee-table {
    min-width: 680px;
  }

  .sg-table-meta {
    display: grid;
    gap: 4px;
  }

  .sg-notice-box {
    min-height: 0;
  }

  .sg-map-placeholder {
    min-height: 350px;
    padding: 26px;
  }

  .sg-footer__top {
    grid-template-columns: 1fr;
    padding-top: 46px;
    gap: 32px;
  }

  .sg-footer nav {
    grid-template-columns: 1fr 1fr;
  }

  .sg-footer__bottom {
    display: grid;
    padding: 22px 0;
  }

  .sg-demo-notice {
    padding: 14px 16px;
    text-align: left;
  }

  .sg-mobile-actions {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 68px;
    border-top: 1px solid var(--sg-line);
    background: var(--sg-white);
    box-shadow: 0 -8px 24px rgba(16, 43, 71, 0.12);
  }

  .sg-mobile-actions a,
  .sg-mobile-actions button {
    display: grid;
    min-width: 0;
    min-height: 68px;
    padding: 7px 4px;
    border: 0;
    border-right: 1px solid var(--sg-line);
    place-content: center;
    justify-items: center;
    gap: 2px;
    color: var(--sg-primary);
    background: var(--sg-white);
    font-size: 12px;
    font-weight: 720;
  }

  .sg-mobile-actions button {
    color: var(--sg-white);
    background: var(--sg-care);
  }

  .sg-mobile-actions > :last-child {
    border-right: 0;
  }

  .sg-mobile-actions .sg-icon {
    width: 22px;
    height: 22px;
  }

  .sg-mobile-actions .sg-icon > svg {
    width: 18px;
    height: 18px;
  }

  .sg-toast {
    right: 16px;
    bottom: 84px;
    left: 16px;
    max-width: none;
  }

  .sg-compare-header {
    height: 64px;
  }

  .sg-compare-main {
    padding: 52px 0 72px;
  }

  .sg-compare-intro h1 {
    font-size: 34px;
  }

  .sg-option-card__media {
    height: 240px;
  }

  .sg-option-card__body {
    padding: 24px;
  }

  .sg-option-card h2 {
    font-size: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
