:root {
  --bg: #f6f8fb;
  --ink: #101828;
  --muted: #667085;
  --line: #d9e2ef;
  --blue: #1768e8;
  --cyan: #12b8d8;
  --green: #16a36f;
  --navy: #002e6f;
  --darknavy: #001a3f;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(16, 24, 40, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

h1,
h2,
h3,
p {
  word-break: keep-all;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  height:80px;
  align-items: center;
  justify-content: center;
  padding: 4px clamp(20px, 5vw, 72px);
  background: var(--white);
}
.header-container {
height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
width:min(1280px, calc(100% - 40px));
}
.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: 148px;
  height: auto;
}

.mini-mark {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 8px solid var(--blue);
  border-right-color: var(--cyan);
  border-bottom-color: var(--green);
  border-radius: 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  height:inherit;
  gap: 32px;
  color: #344054;
  font-size: 15px;
  font-weight: 500;
}

.site-nav a {
  display: flex;
  align-items: center;
  height: inherit;
  padding:2px 12px;
  position: relative;
}

.site-nav-title {
  display: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}
.site-nav a:hover {
color: var(--blue);
}
.site-nav a:hover::after,
.site-nav a.active::after {

  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 0;
  background: var(--white);
  border: 0;
  border-radius: 0;
}

.menu-toggle div {
  display: block;
  width: 24px;
  height: 3px;
  background: rgb(23, 23, 23);
  transition: 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.menu-toggle[aria-expanded="true"] div:nth-child(2) {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] div:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.section-shell {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}

main section[id] {
  scroll-margin-top: 96px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  padding: 120px 0 0;
  background-color: #eaf8f8;
  background-image: url("../images/bg_line_circle1.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 span,
h2 span {
  color: var(--cyan);
}

h2 {
  margin-bottom: 60px;
  font-size: clamp(26px, 4.5vw, 44px);
  line-height: 1.4;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text,
.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(23, 104, 232, 0.26);
}

.button.ghost {
  background: var(--white);
  border-color: var(--line);
}

.button.light {
  background: var(--white);
  color: var(--blue);
  box-shadow: none;
}

.hero-visual {
  display: block;
  width: 100%;
  max-width: 1280px;
}

.hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-partners {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 80px;
  margin-bottom: 60px;
}

.hero-partners img {
  display: block;
  width: min(239px, 40vw);
  max-height: 48px;
  object-fit: contain;
}

.hero-partners img:first-child {
  width: min(200px, 40vw);
}

.why-section {
  padding: 160px 0;
}

.intro-banner {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 48px;
  margin-bottom: 0;
  padding: 60px 48px;
  background: linear-gradient(90deg, #d7cdc3 17%, #e8e6e2 100%);
  border-radius: 32px;
}

.intro-banner-copy {
  flex: 0 1 46%;
}

.intro-banner-copy .eyebrow {
  color: #fdfdfd;
  font-size: 20px;
}

.intro-banner-copy h2 {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.4;
}

.intro-banner-copy h2 span {
  color: #92b4d5;
}

.intro-banner-copy p {
  margin-bottom: 16px;
  color: #fdfdfd;
  font-size: 20px;
  font-weight: 700;
}

.intro-button {
  margin-top: 8px;
  background: var(--white);
  border-radius: 12px;
  color: #92b4d5;
  font-size: 20px;
}

.intro-button::after {
  margin-left: 24px;
  content: "→";
}

.intro-banner-media {
  flex: 1 1 0;
  padding: 20px;
}

.intro-banner-media img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.why-section h2 span {
  color: var(--cyan);
}

.why-cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 32px;
}

.why-card {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  min-height: 424px;
  padding: 48px 32px;
  background: #ffffff;
  border-radius: 32px;
  text-align: center;
}

.why-card-accent {
  background: linear-gradient(90deg, var(--blue) 0%, var(--cyan) 100%);
  color: var(--white);
}

.count-circle {
  display: grid;
  width: 180px;
  min-height: 180px;
  place-items: center;
  align-content: center;
  background: #edf6ff;
  border-radius: 999px;
}

.why-card-accent .count-circle {
  background: rgba(255, 255, 255, 0.12);
}

.count-circle img {
  width: 88px;
}

.count-circle strong {
  color: rgba(0, 46, 111, 0.5);
  font-size: 28px;
  line-height: 1;
}

.why-card-accent .count-circle strong {
  color: rgba(255, 255, 255, 0.72);
}

.why-card p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.5px;
}

.why-card-accent p {
  color: var(--white);
}

.feature-list article,
.faq details {
  background: var(--white);
}

.counter {
  display: block;
  color: var(--blue);
  font-size: 72px;
  font-weight: 900;
  line-height: 1;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.feature-section {
  margin-top: 64px;
  padding: 160px 0;
  background: var(--darknavy);
  border-radius: 100px 100px 0 0;
  color: var(--white);
}

.cta {
  background: var(--navy);
  color: var(--white);
}

.feature-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-heading {
  max-width: 720px;
}

.feature-heading h2,
.gallery-head h2,
.app-panel h3 {
  color: var(--white);
}

.feature-showcase {
  display: flex;
  justify-content: center;
  align-items: center;
}


.app-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.68fr);
  gap: 28px;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  padding: 80px 0;
}

.app-panel p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.app-panel .mockup {
  align-self: end;
  width: min(100%, 320px);
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.24));
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.feature-list article {
  min-height: 230px;
  padding: 32px;
  background: #FFFFFF0D;
  border: 2px solid #FFFFFF33;
  border-radius: 32px;
}

.feature-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  object-fit: contain;
}

.gallery {
  padding: 0;
}

.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gallery-head h2 {
  max-width: 680px;
  margin-bottom: 0;
}

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

.swiper-actions button {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 12px;
  color: var(--white);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

.swiper-actions button::before {
  display: block;
  width: 11px;
  height: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.swiper-button-prev-custom::before {
  transform: translateX(2px) rotate(-135deg);
}

.swiper-button-next-custom::before {
  transform: translateX(-2px) rotate(45deg);
}

.swiper-actions button:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.news-carousel {
  margin-top: 160px;
  padding: 40px 0;
}

.news-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.news-slide {
  display: block;
  overflow: hidden;
  height: 17vw;
  min-height: 260px;
  background: transparent;
  border-radius: 0;
}

.news-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.news-pagination {
  bottom: 0 !important;
}

.news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.news-swiper-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: transparent;
  border: 0;
  color: #2d3f54;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transform: translateY(-50%);
}

.news-swiper-button::before {
  display: block;
  width: 13px;
  height: 13px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.news-swiper-button-prev {
  left: 18px;
}

.news-swiper-button-prev::before {
  transform: translateX(2px) rotate(-135deg);
}

.news-swiper-button-next {
  right: 18px;
}

.news-swiper-button-next::before {
  transform: translateX(-2px) rotate(45deg);
}

.sephrus-swiper {
  overflow: hidden;
  padding: 4px 4px 46px;
}

.gallery-slide {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--white);
  border: 0;
  border-radius: 0;
}

.gallery-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background: #9fb2c8;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--blue);
}

.faq {
  padding: 104px 0;
}
.faq .section-heading h2 {margin-bottom:16px;}
.faq-list {
  display: grid;
  gap: 14px;
}

.faq details {
border-radius: 20px;
  overflow: hidden;
  padding: 24px 28px;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.faq summary {
  position: relative;
  display: block;
  padding-right: 34px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 600;
  outline: 0;
  transition: color 0.35s ease;
}

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

.faq summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.35s ease;
}

.faq details[open] {
  border-color: rgba(23, 104, 232, 0.3);
}

.faq details[open] summary {
  color: var(--blue);
}

.faq details[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.faq summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(23, 104, 232, 0.08);
}

.faq details p {
  margin: 18px 0 0;
  color: var(--muted);
}

.detail-section {
  display: flex;
  min-height: 1358px;
  flex-direction: column;
  background-image: url("../images/bg_line_circle2.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-color: var(--white);
}

.detail-section-inner {
  display: flex;
  width: min(1280px, calc(100% - 40px));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 160px 0 80px 0;
}

.detail-section .eyebrow {
  margin-bottom: 16px;
  font-family: Pretendard, Mont, Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}

.detail-section h2 {
  color: var(--ink);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.detail-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
}

.detail-cta-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 24px;
  background: var(--navy);
  border-radius: 12px;
  color: #eaf8f8;
  font-size: 20px;
  font-weight: 700;
}

.detail-cta-button::after {
  display: block;
  width: 0.72em;
  height: 0.72em;
  border-top: 0.16em solid currentColor;
  border-right: 0.16em solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.detail-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.detail-column {
  display: flex;
  min-width: 0;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.detail-column:nth-child(1) {
  flex-basis: 31.631%;
}

.detail-column:nth-child(2),
.detail-column:nth-child(3) {
  flex-basis: 33.33%;
}

.detail-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 32px;
}

.about-hero {
  padding: 160px 0 0;
  background: var(--white);
  color: var(--ink);
  text-align: center;
}

.about-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-hero-content h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: 32px;
  font-weight: 700;
}

.about-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
}

.about-symbol {
  width: 80px;
  margin-bottom: 24px;
}

.about-hero h1 {
  margin-bottom: 16px;
  color: var(--cyan);
  font-family: Mont, Inter, Pretendard, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.about-hero p {
  max-width: 760px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
}

.about-visual-band {
  min-height: 480px;
  overflow: hidden;
}

.about-visual-band img {
  display: block;
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  object-position: center;
}

.privacy-page {
  background: #f7fafc;
}

.privacy-hero {
  padding: 148px 0 54px;
}

.privacy-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(36px, 6vw, 64px);
}

.privacy-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
}

.privacy-content {
  margin-bottom: 100px;
  padding: 48px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.privacy-content h2 {
  margin: 42px 0 16px;
  font-size: 28px;
  line-height: 1.35;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content h3 {
  margin: 24px 0 10px;
  font-size: 19px;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.privacy-content p + p {
  margin-top: 10px;
}

.privacy-content ul {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
  padding-left: 22px;
}

.privacy-content strong {
  color: var(--ink);
}

.history {
  padding: 120px 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  width: 1px;
  background: var(--line);
  content: "";
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 64px;
  padding: 0 0 54px;
}

.timeline li:last-child {
  padding-bottom: 0;
}

.timeline li::before {
  position: absolute;
  top: 8px;
  left: 173px;
  width: 15px;
  height: 15px;
  background: var(--white);
  border: 4px solid var(--blue);
  border-radius: 50%;
  content: "";
}

.timeline time {
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
}

.timeline strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.25;
}

.timeline p {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 17px;
}

.cta .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 42px;
  min-height: 360px;
  align-items: center;
  padding: 72px 0;
}

.cta img {
  display: block;
  width: 100%;
  max-height: 310px;
  object-fit: contain;
}

.site-footer {
  background: #041426;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  width: min(1120px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1fr) 180px 220px;
  gap: 36px;
  margin: 0 auto;
  padding: 58px 0;
}

.site-footer .brand {
  margin-bottom: 22px;
  color: var(--white);
}

.site-footer .brand img {
  width: 166px;
}

.site-footer h3 {
  margin-bottom: 14px;
  color: var(--white);
  font-size: 15px;
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .hero-visual img {
    height: 400px;
    object-fit: contain;
  }

  .hero-partners {
    min-height: 32px;
  }

  .news-swiper {
    padding-bottom: 20px;
  }

  .news-slide {
    height: 66vw;
    min-height: 0;
  }

  .detail-section-inner {
    width: min(100% - 40px, 1312px);
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .site-header {
    z-index: 80;
    height: 72px;
    padding: 0 4px;
  }

  .menu-toggle {
    position: relative;
    z-index: 91;
    display: flex;
    background: transparent;
    border: 0;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    height: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    padding: 112px 28px 44px;
    background: var(--white);
    color: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 260ms ease, transform 260ms ease;
  }

  .site-nav-title {
    display: block;
    margin-bottom: 36px;
    color: var(--ink);
    font-size: clamp(28px, 8vw, 36px);
    font-weight: 900;
    line-height: 1.3;
  }

  .site-nav-title .navy {
    color: var(--navy);
  }

  .site-nav-title .cyan {
    color: var(--cyan);
  }

  .site-nav a {
    height: auto;
    padding: 22px 8px;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    font-size: clamp(20px, 5vw, 24px);
    font-weight: 800;
    line-height: 1.15;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  body.menu-open {
    overflow: hidden;
  }

  .intro-banner,
  .feature-showcase,
  .app-panel,
  .cta .section-shell,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 120px;
  }

  .why-section {
    padding: 100px 0;
  }

  .intro-banner {
      flex-direction: column;
    align-items: stretch;
    gap: 36px;
    padding: 48px 28px;
  }

  .intro-banner-copy {
    flex-basis: auto;
  }

  .intro-banner-media {
    padding: 0;
  }

  .why-cards {
    flex-direction: column;
    gap: 20px;
  }

  .why-card {
  flex: none;
    min-height: 0;
    padding: 32px 20px;
  }

  .count-circle {
    width: 140px;
    min-height: 140px;
  }

  .count-circle strong {
    font-size: 20px;
  }

  .counter {
    font-size: 48px;
  }

  .why-card p {
    font-size: 18px;
  }

  .feature-list,
  .gallery-head {
    align-items: start;
    flex-direction: column;
  }
  .faq .section-heading h2 { margin-bottom: 8px; }
  .feature-section {
    padding: 100px 0;
    border-radius: 72px 72px 0 0;
  }

  .feature-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-icon {
  width:48px;
  height:48px;
  }
  .app-panel {gap:40px;}
  .app-panel .mockup {
    justify-self: center;
  }

  .detail-grid {
    align-items: stretch;
    flex-direction: column;
    gap: 32px;
  }

  .detail-column,
  .detail-column:nth-child(n) {
    flex-basis: auto;
  }

  .about-hero {
    padding: 112px 0 0;
  }

  .about-visual-band,
  .about-visual-band img {
    min-height: 360px;
  }

  .privacy-hero {
    padding-top: 118px;
  }

  .privacy-content {
    padding: 32px 24px;
  }

  .history {
    padding: 82px 0;
  }

  .timeline::before {
    left: 8px;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 34px;
  }

  .timeline li::before {
    left: 1px;
  }

  .footer-inner {
    gap: 22px;
    text-align: center;
  }
  .site-footer .brand img { margin: 0 auto;}

  .hero {
    padding: 160px 20px 0;
  }

  .hero-inner {
    gap: 60px;
  }

  .hero-visual img {
    height: auto;
  }

  .why-section {
    padding: 80px 0 0;
  }

  .why-section .section-shell {
    width: min(100% - 40px, 1312px);
  }

  .why-section .eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .why-section h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.4;
  }

  .why-cards {
    gap: 20px;
  }

  .why-card {
    gap: 20px;
    padding: 32px 20px;
  }

  .count-circle {
    width: 140px;
    min-height: 140px;
  }

  .why-card-accent .count-circle img {
    width: 64px;
  }

  .news-carousel {
    padding: 20px 0;
  }

  .detail-section {
    min-height: 10em;
  }

  .detail-section-inner {
    width: min(100% - 40px, 1312px);
    margin-bottom: 0;
    padding-top: 60px;
  }

  .detail-section .eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .detail-section h2 {
  margin-bottom: 28px;
    font-size: 26px;
    text-align: center;
  }

  .detail-actions {
    gap: 12px;
    margin-bottom: 40px;
  }

  .detail-cta-button {
    min-height: 44px;
    font-size: 16px;
    padding: 8px 20px;
  }
}

@media (max-width: 520px) {
  .section-shell,
  .footer-inner {
    width: min(100% - 28px, 1120px);
  }

  h1 {
    font-size: 40px;
  }

  .intro-banner {
      flex-direction: column;
    padding: 32px 20px;
  }

  .hero {
    padding: 160px 20px 0;
  }

  .hero-inner {
    gap: 60px;
  }

  .hero-visual img {
    height: auto;
  }

  .hero-partners {
    gap: 20px 36px;
    margin-bottom: 40px;
  }

  .hero-partners img,
  .hero-partners img:first-child {
    width: min(210px, 76vw);
    max-height: 44px;
  }

  .intro-banner-copy .eyebrow {
    font-size: 12px;
  }

  .intro-banner-copy h2 {
    font-size: 24px;
  }

  .intro-banner-copy p,
  .intro-button {
    font-size: 16px;
  }

  .hero-text,
  .section-heading p {
    font-size: 16px;
  }

  .feature-list article {
    padding: 22px;
  }

  .faq summary {
    font-size: 16px;
  }

  .why-section .section-shell {
    width: min(100% - 40px, 1312px);
  }

  .counter {
    font-size: 48px;
  }

  .about-hero-content h2 {
    font-size: 24px;
  }

  .about-message {
    padding: 32px 20px;
  }

  .about-hero h1 {
    font-size: 20px;
  }

  .about-hero p {
    font-size: 16px;
  }

  .about-visual-band,
  .about-visual-band img {
    min-height: 200px;
  }

  .privacy-hero p:not(.eyebrow),
  .privacy-content p,
  .privacy-content li {
    font-size: 16px;
  }

  .privacy-content {
    margin-bottom: 72px;
  }

  .privacy-content h2 {
    font-size: 23px;
  }

  .timeline time {
    font-size: 17px;
  }

  .timeline strong {
    font-size: 21px;
  }
}
