@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@custom-variant dark (&:is(.dark *));

:root {
  /* Colors */
  --primary-text: rgb(0, 0, 0);
  --page-background: rgb(255, 255, 255);
  --nav-button-default-background: rgba(0, 0, 0, 0);
  --nav-button-default-text: rgb(0, 0, 0);
  --nav-button-active-background: rgb(240, 240, 240);
  --nav-button-active-text: rgb(0, 0, 0);
  --bold-text: rgb(0, 0, 0);

  /* Typography */
  --font-family-base: 'Pretendard', sans-serif;

  /* Font sizes */
  --font-size: 16px;
  --h1-font-size: 28px;
  --p-font-size: 16px;
  --button-font-size: 16px;
  --nav-link-font-size: 16px;

  /* Font weights */
  --h1-font-weight: 700;
  --p-font-weight: 400;
  --button-font-weight: 400;
  --nav-link-font-weight: 400;
  --font-weight-medium: 500;
  --font-weight-normal: 400;

  /* Line heights */
  --h1-line-height: 36px;
  --p-line-height: 24px;
  --button-line-height: 24px;
  --nav-link-line-height: 24px;

  /* Shadcn defaults */
  --background: #ffffff;
  --foreground: oklch(0.145 0 0);
  --card: #ffffff;
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0.0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #ffffff;
  --border: rgba(0, 0, 0, 0.1);
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --ring: oklch(0.708 0 0);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --radius: 0.625rem;
  --sidebar: oklch(0.985 0 0);
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.97 0 0);
  --sidebar-accent-foreground: oklch(0.205 0 0);
  --sidebar-border: oklch(0.922 0 0);
  --sidebar-ring: oklch(0.708 0 0);
}

.dark {
  --background: oklch(0.145 0 0);
  --foreground: oklch(0.985 0 0);
  --card: oklch(0.145 0 0);
  --card-foreground: oklch(0.985 0 0);
  --popover: oklch(0.145 0 0);
  --popover-foreground: oklch(0.985 0 0);
  --primary: oklch(0.985 0 0);
  --primary-foreground: oklch(0.205 0 0);
  --secondary: oklch(0.269 0 0);
  --secondary-foreground: oklch(0.985 0 0);
  --muted: oklch(0.269 0 0);
  --muted-foreground: oklch(0.708 0 0);
  --accent: oklch(0.269 0 0);
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.396 0.141 25.723);
  --destructive-foreground: oklch(0.637 0.237 25.331);
  --border: oklch(0.269 0 0);
  --input: oklch(0.269 0 0);
  --ring: oklch(0.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.205 0 0);
  --sidebar-foreground: oklch(0.985 0 0);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.985 0 0);
  --sidebar-accent: oklch(0.269 0 0);
  --sidebar-accent-foreground: oklch(0.985 0 0);
  --sidebar-border: oklch(0.269 0 0);
  --sidebar-ring: oklch(0.439 0 0);
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-input-background: var(--input-background);
  --color-switch-background: var(--switch-background);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

@layer base {
  * {
    @apply border-border outline-ring/50;
  }

  body {
    @apply bg-background text-foreground;
    /*font-family: var(--font-family-base);*/
    background: var(--page-background);
    color: var(--primary-text);
  }
}

/**
 * Base typography. This is not applied to elements which have an ancestor with a Tailwind text class.
 */
@layer base {
  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) {
    h1 {
      font-family: var(--font-family-base);
      font-size: var(--h1-font-size);
      font-weight: var(--h1-font-weight);
      line-height: var(--h1-line-height);
      color: var(--primary-text);
    }

    h2 {
      font-family: var(--font-family-base);
      font-size: var(--text-xl);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h3 {
      font-family: var(--font-family-base);
      font-size: var(--text-lg);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    h4 {
      font-family: var(--font-family-base);
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    p {
      font-family: var(--font-family-base);
      font-size: var(--p-font-size);
      font-weight: var(--p-font-weight);
      line-height: var(--p-line-height);
      color: var(--primary-text);
    }

    label {
      font-family: var(--font-family-base);
      font-size: var(--text-base);
      font-weight: var(--font-weight-medium);
      line-height: 1.5;
    }

    button {
      font-family: var(--font-family-base);
      font-size: var(--button-font-size);
      font-weight: var(--button-font-weight);
      line-height: var(--button-line-height);
    }

    input {
      font-family: var(--font-family-base);
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: 1.5;
    }
  }
}

html {
  font-size: var(--font-size);
  font-family: var(--font-family-base);
}

/* Reset & Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: var(--page-background);
  color: var(--primary-text);
  /*font-family: var(--font-family-base);*/
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}


ol > li {
  list-style: decimal;
}

.wrap {
  overflow: visible !important;
  overflow-x: clip !important;
}

.com_sub_wrap {
  position: relative !important;
  padding: unset !important;
  padding-top: 6em;
  overflow: visible !important;
}

.sub_cont_wrap {
  overflow: visible !important;
  padding-top: 5em;
  margin:0 auto;
}

/* Layout */
.guide-layout {
  display: flex;
  min-height: 100vh;
  width: 100%;
}

/* Sidebar */
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  background: var(--page-background);
  border-right: 0.5px solid #c6c6c6;
  padding: 31px 14px 31px 30px;
  overflow-y: auto;
  flex-shrink: 0;
}

.sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.sidebar__header {
  display: flex;
  flex-direction: column;
  gap: 21px;
  padding-left: 14px;
}

.sidebar__title {
  font-size: 15px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: normal;
}

.sidebar__divider {
  width: 219.5px;
  height: 0.5px;
  background: #c6c6c6;
}

.sidebar__section {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.sidebar__section-title {
  font-size: 15px;
  font-weight: 700;
  color: #626262;
  padding-left: 14px;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-left: 29px;
}

.sidebar__item {
  font-size: 15px;
  font-weight: 400;
  color: #adadad;
  line-height: normal;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
  padding: 6px 12px;
  border-radius: 4px;
  margin-left: -12px;
}

.sidebar__item:hover {
  color: var(--nav-button-active-text);
  background: var(--nav-button-active-background);
}

.sidebar__item.active {
  background: white;
  color: var(--black);
  font-weight: 500;
}

/* Main Content */
.main-content {
  flex: 1;
  padding: 70px 60px;
  max-width: 1440px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  margin-bottom: 85px;
}

.hero__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.37px;
  color: #000;
}

.hero__search-hints {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #535353;
}

.hero__links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #535353;
  text-decoration: underline;
  transition: color 0.2s;
}

.hero__link:hover {
  color: #000;
}

/* Guide Cards */
.guide-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 85px;
}

.card {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 141px;
  transition: box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #d0d0d0;
}

.card__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.44px;
  color: #000;
}

.card__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.31px;
  color: #535353;
}

.card__icon {
  color: #535353;
  font-size: 20px;
  flex-shrink: 0;
}

/* Download Section */
.download {
  display: flex;
  flex-direction: column;
  gap: 57px;
  align-items: center;
  margin-bottom: 85px;
}

.download__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.download__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.37px;
  color: #000;
}

.download__description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #535353;
}

.download__platforms {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.platform-card {
  background: #313131;
  border-radius: 16px;
  padding: 32px;
  width: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.platform-card__image {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.platform-card__image-element {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 비율 유지하면서 영역 안에 맞춤 */
  display: block;
}

.platform-card__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: white;
}

.platform-card__button {
  background: white;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 9px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #000;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.platform-card__button:hover {
  background: #f0f0f0;
}

/* Support Section */
.support {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  margin-bottom: 85px;
}

.support__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.37px;
  color: #000;
}

.support__methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #535353;
}

.support__link {
  text-decoration: underline;
  transition: color 0.2s;
}

.support__link:hover {
  color: #000;
}

.support__contact {
  color: #535353;
}

/* Detailed Content Section */

/* globals.css */
@keyframes slide-up-fade {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

/* 모션 민감 사용자 배려 */
@media (prefers-reduced-motion: reduce) {
  .reveal-up { animation: none !important; opacity: 1 !important; transform: none !important; }
}

/* 초기 상태 + 애니메이션 적용 */
.content-section__image.reveal-up,
.content-section__image-element.reveal-up {
  animation: slide-up-fade 2400ms cubic-bezier(.2,.7,.2,1) forwards;
  will-change: transform, opacity;
}

.detailed-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  /*margin-top: 120px;*/
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.content-section__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.content-section__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
}

.content-section__image {
  margin: 24px 0;
  display: flex;
  justify-content: left;
}

.content-section__image-element {
  width: 100%;
  max-width: 1060px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  background-color: #f5f5f5; /* 기존 placeholder의 배경색 유지 */
}

.content-section__body {
  display: flex;
  flex-direction: column;
  gap: 27px;
}

.content-section__subtitle {
  font-size: 15px;
  font-weight: 400;
  color: #adadad;
  line-height: normal;
}

.content-section__heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.content-section__text {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

.content-section__text--highlight {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  margin-top: 20px;
}

/* Feature List */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-left: 28px;
}

.feature-list__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.feature-list__emoji {
  font-size: 21px;
  flex-shrink: 0;
}

.feature-list__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #535353;
}

.feature-list--detailed {
  gap: 31px;
}

.feature-list__item--detailed {
  flex-direction: column;
  gap: 8px;
}

.feature-list__header {
  display: flex;
  gap: 8px;
  align-items: center;
}

.feature-list__title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.feature-list__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #535353;
  padding-left: 29px;
}

/* Divider */
.divider {
  width: 100%;
  height: 0.5px;
  background: #c6c6c6;
}

/* System Requirements Section */
.system-requirements {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.system-requirements__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 792px;
}

.system-requirements__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.system-requirements__list-item {
  line-height: 50px;
}

.system-requirements__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

/* Requirements Details */
.requirements-details {
  display: flex;
  flex-direction: column;
  gap: 83px;
  max-width: 641px;
}

.requirements-details__content {
  display: flex;
  flex-direction: column;
  gap: 41px;
  background: white;
}

.requirement-category {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.requirement-category__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.requirement-category__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  padding: 0;
}

.requirement-category__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #000;
}

.requirements-details__note {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

/* MacOS Notice Section */
.macos-notice {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 590px;
}

.macos-notice__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.23px;
  color: #000;
}

.macos-notice__link {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
  text-decoration: underline;
  text-underline-position: from-font;
  transition: color 0.2s;
  cursor: pointer;
}

.macos-notice__link:hover {
  color: #535353;
}

/* Installation Guide Section */
.installation-guide {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.installation-guide__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 576px;
}

.installation-guide__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.installation-guide__list-item {
  line-height: 50px;
}

.installation-guide__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

.installation-guide__content {
  display: flex;
  flex-direction: column;
  gap: 76px;
  /*max-width: 1137px;*/
}

/* Installation Platform */
.installation-platform {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
}

.installation-platform__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.installation-platform__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: decimal;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.installation-platform__item {
  line-height: 27px;
}

/* Onboarding Guide Section */
.onboarding-guide {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.onboarding-guide__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1018px;
}

.onboarding-guide__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 30px;
}

.onboarding-guide__list-item {
  line-height: normal;
}

.onboarding-guide__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.23px;
  color: #000;
}

.onboarding-guide__screenshot {
  width: 100%;
  max-width: 1087px;
  margin: 0;
}

.onboarding-guide__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.onboarding-guide__content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 778px;
}

.onboarding-guide__content-header {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.onboarding-guide__content-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.onboarding-guide__steps {
  display: flex;
  flex-direction: column;
  gap: 39px;
}

.onboarding-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onboarding-step__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
}

.onboarding-step__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  padding-left: 27px;
  position: relative;
}

.onboarding-step__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #535353;
  position: relative;
}

.onboarding-step__item::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #535353;
}

.onboarding-guide__completion {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}

/* Update User Onboarding Section */
.update-onboarding {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.update-onboarding__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1009px;
}

.update-onboarding__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50pxl;
  color: #000;
  list-style: decimal;
  padding-left: 30px;
}

.update-onboarding__list-item {
  line-height: normal;
}

.update-onboarding__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.23px;
  color: #000;
}

.update-onboarding__content {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 742px;
}

.update-onboarding__method-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.update-onboarding__method-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.update-onboarding__method-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.update-onboarding__screenshot {
  width: 100%;
  max-width: 587px;
  margin: 0;
}

.update-onboarding__screenshot--large {
  max-width: 1087px;
}

.update-onboarding__image {
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.update-onboarding__details {
  display: flex;
  flex-direction: column;
  gap: 73px;
  max-width: 1087px;
}

.update-onboarding__info {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 778px;
}

.update-onboarding__info-header {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.update-onboarding__info-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

/* Onboarding Method */
.onboarding-method {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.onboarding-method__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
}

.onboarding-method__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  padding-left: 27px;
  position: relative;
}

.onboarding-method__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #535353;
  position: relative;
}

.onboarding-method__item::before {
  content: "•";
  position: absolute;
  left: -15px;
  color: #535353;
}

/* Feedback Section */
.feedback {
  background: #fbfbfb;
  border-radius: 20px;
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 5em 0;
  
}

.feedback__title {
  font-size: 23px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}

.feedback__subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #626262;
}

.feedback__buttons {
  display: flex;
  gap: 30px;
  margin-top: 24px;
}

.feedback__button {
  background: white;
  border: none;
  border-radius: 10px;
  padding: 11px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  min-width: 132px;
}

.feedback__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feedback__icon {
  width: 63px;
  height: 68px;
  object-fit: contain;
  vertical-align: middle;
}

.feedback__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #626262;
}

/* Feedback with Images */
.feedback--with-images .feedback__button {
  padding: 11px 15px;
  min-width: 132px;
}

.feedback__image-wrapper {
  height: 68px;
  width: 63px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedback__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .sidebar {
    width: 200px;
  }

  .main-content {
    padding: 50px 40px;
  }

  .guide-cards {
    grid-template-columns: 1fr;
  }

  .download__platforms {
    flex-direction: column;
    align-items: stretch;
  }

  .platform-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .onboarding-guide__header,
  .onboarding-guide__screenshot,
  .onboarding-guide__content {
    max-width: 100%;
  }

  .onboarding-guide__list {
    font-size: 32px;
    padding-left: 45px;
  }

  .update-onboarding__header,
  .update-onboarding__content,
  .update-onboarding__details,
  .update-onboarding__info,
  .update-onboarding__screenshot {
    max-width: 100%;
  }

  .update-onboarding__list {
    font-size: 32px;
    padding-left: 45px;
  }
}

@media (max-width: 768px) {
  .guide-layout {
    flex-direction: column;
  }

  .sidebar {
    position: relative;
    width: 100%;
    height: auto;
    border-right: none;
    border-bottom: 0.5px solid #c6c6c6;
    padding: 20px;
  }

  .sidebar__nav {
    gap: 20px;
  }

  .sidebar__section {
    gap: 8px;
  }

  .main-content {
    padding: 40px 20px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero__links {
    flex-direction: column;
    gap: 12px;
  }

  .card {
    flex-direction: column;
    gap: 16px;
  }

  .card__icon {
    align-self: flex-end;
  }

  .download__title,
  .support__title {
    font-size: 28px;
    line-height: 36px;
  }

  .content-section__image-placeholder {
    height: 300px;
  }

  .detailed-content {
    gap: 100px;
    margin-top: 80px;
  }

  .divider {
    margin: 60px 0;
  }

  .feedback__buttons {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .feedback__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 24px;
    line-height: 32px;
  }

  .card__title {
    font-size: 16px;
  }

  .card__description {
    font-size: 14px;
    line-height: 22px;
  }

  .download__title,
  .support__title {
    font-size: 24px;
    line-height: 32px;
  }

  .platform-card {
    padding: 24px;
  }

  .content-section__title {
    font-size: 20px;
    line-height: 36px;
  }

  .content-section__heading {
    font-size: 18px;
  }

  .feature-list__text,
  .feature-list__title,
  .feature-list__desc {
    font-size: 16px;
    line-height: 26px;
  }

  .system-requirements__header,
  .requirements-details,
  .macos-notice {
    max-width: 100%;
  }

  .system-requirements__list {
    font-size: 20px;
    line-height: 36px;
  }

  .system-requirements__description,
  .requirement-category__item {
    font-size: 16px;
    line-height: 26px;
  }

  .requirement-category__title,
  .requirements-details__note {
    font-size: 18px;
    line-height: 32px;
  }

  .macos-notice__description {
    font-size: 20px;
    line-height: 36px;
  }

  .macos-notice__link {
    font-size: 16px;
    line-height: 24px;
  }

  .onboarding-guide__header,
  .onboarding-guide__screenshot,
  .onboarding-guide__content {
    max-width: 100%;
  }

  .onboarding-guide__list {
    font-size: 28px;
    padding-left: 40px;
  }

  .onboarding-guide__description {
    font-size: 20px;
    line-height: 36px;
  }

  .onboarding-guide__content-title {
    font-size: 18px;
    line-height: 32px;
  }

  .onboarding-step__title {
    font-size: 16px;
    line-height: 24px;
  }

  .onboarding-step__item {
    font-size: 16px;
    line-height: 26px;
  }

  .onboarding-guide__completion {
    font-size: 16px;
    line-height: 24px;
  }

  .update-onboarding__header,
  .update-onboarding__content,
  .update-onboarding__details,
  .update-onboarding__info,
  .update-onboarding__screenshot {
    max-width: 100%;
  }

  .update-onboarding__list {
    font-size: 28px;
    padding-left: 40px;
  }

  .update-onboarding__description,
  .update-onboarding__method-title {
    font-size: 20px;
    line-height: 36px;
  }

  .update-onboarding__info-title {
    font-size: 18px;
    line-height: 32px;
  }

  .onboarding-method__title {
    font-size: 16px;
    line-height: 24px;
  }

  .onboarding-method__item {
    font-size: 16px;
    line-height: 26px;
  }
}


/* Dashboard Section */
.dashboard-section {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.dashboard-section__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.dashboard-section__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 30px;
}

.dashboard-section__list-item {
  line-height: normal;
}

.dashboard-section__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.23px;
  color: #000;
}

.dashboard-section__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.dashboard-section__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Dashboard Items */
.dashboard-items {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.dashboard-items__header {
  display: flex;
  flex-direction: column;
}

.dashboard-items__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.dashboard-items__list {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

/* Dashboard Item */
.dashboard-item {
  display: flex;
  gap: 39px;
  align-items: flex-start;
}

.dashboard-item__image-wrapper {
  width: 363.5px;
  height: 211.5px;
  flex-shrink: 0;
  margin: 0;
}

.dashboard-item__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.dashboard-item__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 14px;
  flex: 1;
}

.dashboard-item--with-note .dashboard-item__content,
.dashboard-item--with-cards .dashboard-item__content {
  gap: 22px;
}

.dashboard-item__text {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.dashboard-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.dashboard-item__title--large {
  font-size: 22px;
  line-height: 36px;
}

.dashboard-item__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

.dashboard-item__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #9b9b9b;
}

/* Dashboard Cards */
.dashboard-item__cards {
  display: flex;
  gap: 7.912px;
  align-items: center;
}

.dashboard-card {
  width: 180px;
  height: 130px;
  margin: 0;
  flex-shrink: 0;
}

.dashboard-card:last-child {
  width: 163.5px;
  height: 118px;
}

.dashboard-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* License Status Section */
.license-status {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.license-status__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.license-status__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.license-status__list-item {
  line-height: 50px;
}

.license-status__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

.license-status__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.license-status__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* License Items */
.license-items {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}



.license-item__list-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.member-feature__list-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.member-feature-additional__item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.free-trial-feature__item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.local-fonts-notice__item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.favorites-feature__item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.library__feature-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.export-library__completion-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.import-option__detail-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.search-mode__feature-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}

.settings-option__feature-item::before {
    content: "• ";
    color: #535353;
    font-size: 1.5em;
    vertical-align: inherit;
}


.license-items__header {
  display: flex;
  flex-direction: column;
}

.license-items__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.license-items__list {
  display: flex;
  flex-direction: column;
  gap: 43px;
}

/* License Item */
.license-item {
  display: flex;
  gap: 39px;
  align-items: flex-start;
}

.license-item__image-wrapper {
  width: 362px;
  height: 211px;
  flex-shrink: 0;
  margin: 0;
}

.license-item__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.license-item__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 14px;
  flex: 1;
}

.license-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.license-item__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.license-item__list-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Member Management Section */
.member-management {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.member-management__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.member-management__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.member-management__list-item {
  line-height: 50px;
}

.member-management__description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

.member-management__screenshot {
  width: 100%;
  max-width: 1060px;
  margin: 0;
}

.member-management__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Member Info */
.member-info {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-width: 1060px;
}

.member-info__header {
  display: flex;
  flex-direction: column;
}

.member-info__label {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.member-info__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.member-info__text {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
  margin: 0;
}

/* Member Features */
.member-features {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

/* Member Feature - Admin Account */
.member-feature {
  display: flex;
  align-items: flex-start;
}

.member-feature__image-wrapper {
  width: 396px;
  height: 420px;
  flex-shrink: 0;
  margin: 0;
}

.member-feature__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.member-feature__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 14px;
  flex: 1;
}

.member-feature__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.member-feature__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.member-feature__list-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Member Feature Additional */
.member-feature-additional {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.member-feature-additional__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
}

.member-feature-additional__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: disc;
  /*padding-left: 27px;*/
}

.member-feature-additional__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

.member-feature-additional__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
  margin: 0;
  white-space: pre;
}

/* Member Notice */
.member-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
}

.member-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.member-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.member-notice__content {
  flex: 1;
  max-width: 949px;
}

.member-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.member-notice__label {
  font-weight: 600;
}


/* Duplicate Font Cleanup Section */
.duplicate-font-cleanup {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 100%;
}

.duplicate-font-cleanup__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 100%;
}

.duplicate-font-cleanup__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.duplicate-font-cleanup__list-item {
  line-height: 50px;
}

.duplicate-font-cleanup__description {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.duplicate-font-cleanup__text {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
  margin: 0;
}

.duplicate-font-cleanup__screenshot {
  width: 100%;
  max-width: 1060px;
  margin: 0;
}

.duplicate-font-cleanup__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.duplicate-font-cleanup__info {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
  margin: 0;
  white-space: pre-wrap;
}

/* Duplicate Font Notice */
.duplicate-font-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
}

.duplicate-font-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.duplicate-font-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.duplicate-font-notice__content {
  flex: 1;
}

.duplicate-font-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.duplicate-font-notice__label {
  font-weight: 600;
}

.duplicate-font-notice__description {
  font-weight: 500;
}

/* Fonco Fonts Section */
.fonco-fonts {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.fonco-fonts__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.fonco-fonts__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.fonco-fonts__list-item {
  line-height: 50px;
}

.fonco-fonts__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  white-space: pre-wrap;
}

.fonco-fonts__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.fonco-fonts__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.fonco-fonts__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.fonco-fonts__content-header {
  display: flex;
  flex-direction: column;
}

.fonco-fonts__content-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}


/* Font Items */
.font-items {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.font-item {
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.font-item__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.font-item__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.font-item__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 14px;
  flex: 1;
  max-width: 695px;
}

.font-item__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}

.font-item__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

/* Fonco Fonts Notice */
.fonco-fonts-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.fonco-fonts-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.fonco-fonts-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.fonco-fonts-notice__content {
  flex: 1;
  max-width: 949px;
}

.fonco-fonts-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.fonco-fonts-notice__label {
  font-weight: 600;
}

.fonco-fonts-notice__description {
  font-weight: 500;
}


/* All Fonts View Section */
.all-fonts-view {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.all-fonts-view__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.all-fonts-view__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.all-fonts-view__list-item {
  line-height: 50px;
}

.all-fonts-view__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  white-space: pre-wrap;
}

.all-fonts-view__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.all-fonts-view__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.all-fonts-view__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.all-fonts-view__content-header {
  display: flex;
  flex-direction: column;
}

.all-fonts-view__content-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

/* All Fonts Features */
.all-fonts-features {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.all-fonts-feature {
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.all-fonts-feature__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.all-fonts-feature__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.all-fonts-feature__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 14px;
  flex: 1;
  max-width: 695px;
}

.all-fonts-feature__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}

.all-fonts-feature__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

/* All Fonts Notice */
.all-fonts-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.all-fonts-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.all-fonts-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.all-fonts-notice__content {
  flex: 1;
  max-width: 949px;
}

.all-fonts-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.all-fonts-notice__label {
  font-weight: 600;
}

.all-fonts-notice__description {
  font-weight: 500;
}

/* Free Trial Fonts Section */
.free-trial-fonts {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.free-trial-fonts__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.free-trial-fonts__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  /*padding-left: 37.5px;*/
}

.free-trial-fonts__list-item {
  line-height: 50px;
}

.free-trial-fonts__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  white-space: pre-wrap;
}

.free-trial-fonts__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.free-trial-fonts__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.free-trial-fonts__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.free-trial-fonts__content-header {
  display: flex;
  flex-direction: column;
}

.free-trial-fonts__content-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

/* Free Trial Features */
.free-trial-features {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.free-trial-feature {
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.free-trial-feature__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.free-trial-feature__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.free-trial-feature__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 14px;
  flex: 1;
  max-width: 695px;
}

.free-trial-feature__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.free-trial-feature__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.free-trial-feature__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Free Trial Notice */
.free-trial-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.free-trial-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.free-trial-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.free-trial-notice__content {
  flex: 1;
  max-width: 940px;
}

.free-trial-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.free-trial-notice__label {
  font-weight: 600;
}

.free-trial-notice__description {
  font-weight: 500;
}


/* Local Fonts Section */
.local-fonts {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.local-fonts__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.local-fonts__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.local-fonts__list-item {
  line-height: 50px;
}

.local-fonts__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  white-space: pre-wrap;
}

.local-fonts__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.local-fonts__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.local-fonts__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.local-fonts__content-header {
  display: flex;
  flex-direction: column;
}

.local-fonts__content-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

/* Local Fonts Features */
.local-fonts-features {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.local-fonts-feature {
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.local-fonts-feature__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.local-fonts-feature__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.local-fonts-feature__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 14px;
  flex: 1;
  max-width: 695px;
}

.local-fonts-feature__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}

.local-fonts-feature__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

/* Local Fonts Notice */
.local-fonts-notice {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.local-fonts-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.local-fonts-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.local-fonts-notice__content {
  flex: 1;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  justify-content: center;
}

.local-fonts-notice__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.2px;
  color: #000;
  margin: 0;
}

.local-fonts-notice__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.local-fonts-notice__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

/* Favorites Activation Section */
.favorites-activation {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.favorites-activation__header {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1059px;
}

.favorites-activation__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.favorites-activation__list-item {
  line-height: 50px;
}

.favorites-activation__screenshot {
  width: 100%;
  max-width: 1059px;
  margin: 0;
}

.favorites-activation__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.favorites-activation__content {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.favorites-activation__content-header {
  display: flex;
  flex-direction: column;
}

.favorites-activation__content-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

/* Favorites Features */
.favorites-features {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.favorites-feature {
  display: flex;
  gap: 41px;
  align-items: flex-start;
}

.favorites-feature__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.favorites-feature__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.favorites-feature__content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-top: 14px;
  flex: 1;
  max-width: 695px;
}

.favorites-feature__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.favorites-feature__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.favorites-feature__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Favorites Notice */
.favorites-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.favorites-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.favorites-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.favorites-notice__content {
  flex: 1;
  max-width: 100%;
}

.favorites-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.favorites-notice__label {
  font-weight: 600;
}

.favorites-notice__description {
  font-weight: 500;
}


/* Library Section */
.library {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 100%;
}

.library__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.library__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.library__list-item {
  line-height: 50px;
}

.library__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  max-width: 815px;
}

.library__screenshot {
  width: 100%;
  max-width: 1061px;
  margin: 0;
}

.library__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.library__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.library__content-header {
  display: flex;
  flex-direction: column;
}

.library__content-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.library__features-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: disc;
  /*padding-left: 28.5px;*/
}

.library__feature-item {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.19px;
  color: #000;
}

/* Library Notice */
.library-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
  margin-top: 64px;
}

.library-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.library-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.library-notice__content {
  flex: 1;
  max-width: 949px;
}

.library-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.library-notice__label {
  font-weight: 600;
}

.library-notice__description {
  font-weight: 500;
}

/* Export Library Section */
.export-library {
  display: flex;
  flex-direction: column;
  gap: 75px;
  width: 100%;
}

.export-library__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1059px;
}

.export-library__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.export-library__list-item {
  line-height: 50px;
}

.export-library__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  max-width: 815px;
}

.export-library__screenshot {
  width: 100%;
  max-width: 1061px;
  margin: 0;
}

.export-library__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.export-library__content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.export-library__content-header {
  display: flex;
  flex-direction: column;
}

.export-library__content-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.export-library__features-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: none;
  padding-left: 0;
}

.export-library__feature-item {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  padding-left: 22px;
  position: relative;
}

.export-library__feature-item::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: 600;
}

.export-library__feature-label {
  font-weight: 600;
}

.export-library__feature-text {
  font-weight: 500;
}

.export-library__feature-item--nested {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.export-library__nested-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: decimal;
  padding-left: 22px;
  margin-top: 3px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.export-library__nested-item {
  line-height: 41px;
}

.export-library__completion {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.export-library__completion-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  color: #000;
}

.export-library__completion-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: disc;
  /*padding-left: 27px;*/
}

.export-library__completion-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #535353;
}

.export-library__notification {
  width: 382px;
  height: 88px;
  margin: 28px 0 0 0;
}

.export-library__notification-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Export Library Notice */
.export-library-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.export-library-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.export-library-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.export-library-notice__content {
  flex: 1;
  max-width: 949px;
}

.export-library-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.export-library-notice__label {
  font-weight: 600;
}

.export-library-notice__description {
  font-weight: 500;
}

/* Import Library Section */
.import-library {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.import-library__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.import-library__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.import-library__list-item {
  line-height: 50px;
}

.import-library__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.import-library__screenshot {
  width: 100%;
  max-width: 1071px;
  margin: 0;
}

.import-library__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Import Library Path Section */
.import-library__path {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.import-library__path-header {
  display: flex;
  flex-direction: column;
}

.import-library__path-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.import-library__path-list {
  display: flex;
  flex-direction: column;
  list-style: decimal;
  padding-left: 32px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.import-library__path-item {
  line-height: 41px;
}

/* Import Library Options Section */
.import-library__options {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.import-library__options-header {
  display: flex;
  flex-direction: column;
}

.import-library__options-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.import-library__options-list {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

/* Import Option */
.import-option {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

.import-option__video-wrapper {
  width: 603px;
  height: 501px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}

.import-option__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.import-option__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 14px;
  max-width: 695px;
}

.import-option__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}

.import-option__details {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.import-option__detail-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Import Library Notice */
.import-library-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.import-library-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.import-library-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.import-library-notice__content {
  flex: 1;
  max-width: 949px;
}

.import-library-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.import-library-notice__label {
  font-weight: 600;
}

.import-library-notice__description {
  font-weight: 500;
}


/* Exception Handling Section */
.exception-handling {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.exception-handling__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.exception-handling__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.exception-handling__list-item {
  line-height: 50px;
}

.exception-handling__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.exception-handling__screenshot {
  width: 100%;
  max-width: 1060px;
  margin: 0;
}

.exception-handling__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Exception Handling Alert Section */
.exception-handling__alert {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.exception-handling__alert-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: disc;
  padding-left: 30px;
}

.exception-handling__alert-item {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.exception-handling__alert-quote {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  padding-left: 32px;
  margin: 0;
  border: none;
}


/* Exception Notice */
.exception-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.exception-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.exception-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.exception-notice__content {
  flex: 1;
  max-width: 949px;
}

.exception-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.exception-notice__label {
  font-weight: 600;
}

.exception-notice__description {
  font-weight: 500;
}


/* Search Modes Section */
.search-modes {
  display: flex;
  flex-direction: column;
  gap: 84px;
  width: 100%;
}

.search-modes__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.search-modes__list-item {
  line-height: 50px;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
}

.search-modes__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.search-modes__screenshot {
  width: 100%;
  max-width: 1060px;
  margin: 0;
}

.search-modes__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Search Modes Content Section */
.search-modes__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}

/* Search Mode Card */
.search-mode {
  display: flex;
  gap: 41px;
  align-items: flex-start;
  width: 100%;
}

.search-mode__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.search-mode__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.search-mode__content {
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-top: 14px;
  max-width: 695px;
}

.search-mode__header {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.search-mode__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}

.search-mode__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

.search-mode__features {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.search-mode__features-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.search-mode__features-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.search-mode__feature-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

/* Search Modes Notice */
.search-modes-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.search-modes-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.search-modes-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.search-modes-notice__content {
  flex: 1;
  max-width: 940px;
}

.search-modes-notice__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.2px;
  color: #000;
  margin: 0 0 19px 0;
}

.search-modes-notice__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: disc;
  padding-left: 27px;
}

.search-modes-notice__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #000;
}

/* Synchronization Section */
.synchronization {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.synchronization__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.synchronization__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.synchronization__list-item {
  line-height: 50px;
}

.synchronization__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.synchronization__screenshot {
  width: 100%;
  max-width: 851px;
  height: 128px;
  margin: 0;
}

.synchronization__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Synchronization Features Section */
.synchronization__features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.synchronization__features-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.synchronization__sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

/* Sync Section */
.sync-section {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.sync-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  list-style: disc;
  margin-left: 30px;
}

.sync-section__title::marker {
  content: '•  ';
  color: #000;
}


.sync-section__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 32px;
  width: 100%;
  max-width: 931px;
}

.sync-section__list--numbered {
  list-style: decimal;
  padding-left: 59px;
}

.sync-section__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

/* Synchronization Notice */
.synchronization-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
}

.synchronization-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.synchronization-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.synchronization-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
}

.synchronization-notice__label {
  font-weight: 600;
}

.synchronization-notice__description {
  font-weight: 500;
}

/* Announcements Section */
.announcements {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.announcements__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.announcements__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.announcements__list-item {
  line-height: 50px;
}

.announcements__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.announcements__screenshot {
  width: 100%;
  max-width: 851px;
  height: 412px;
  margin: 0;
}

.announcements__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Announcements Features Section */
.announcements__features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.announcements__features-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

/* Announcement Section */
.announcement-section {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}

.announcement-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
  list-style: disc;
  margin-left: 30px;
}

.announcement-section__title::marker {
  content: '•  ';
  color: #000;
}

.announcement-section__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 32px;
  width: 100%;
  max-width: 931px;
}

.announcement-section__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.announcement-section__item::before {
  content: '•  ';
  margin-left: -27px;
  padding-right: 9px;
}


/* Settings Preferences Section */
.settings-preferences {
  display: flex;
  flex-direction: column;
  gap: 63px;
  width: 100%;
}

.settings-preferences__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.settings-preferences__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 30px;
}

.settings-preferences__list-item {
  line-height: 50px;
}

.settings-preferences__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.settings-preferences__screenshot {
  width: 100%;
  max-width: 851px;
  height: 224px;
  margin: 0;
}

.settings-preferences__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Settings Preferences Options Section */
.settings-preferences__options {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.settings-preferences__options-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

/* Settings Options Container */
.settings-options {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

/* Settings Option Card */
.settings-option {
  display: flex;
  gap: 41px;
  align-items: flex-start;
  width: 100%;
}

.settings-option__image-wrapper {
  width: 361px;
  height: 210px;
  flex-shrink: 0;
  margin: 0;
}

.settings-option__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.settings-option__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding-top: 14px;
  max-width: 695px;
}

.settings-option__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.settings-option__features-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.settings-option__feature-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

.settings-option__feature-label {
  font-weight: 600;
}

/* Settings Notice */
.settings-notice {
  display: flex;
  gap: 36px;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  max-width: 100%;
  position: relative;
}

.settings-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.settings-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.settings-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  margin: 0;
  max-width: 949px;
}

.settings-notice__label {
  font-weight: 600;
}

.settings-notice__description {
  font-weight: 500;
}

.settings-notice__button-inline {
  display: inline-block;
  background: linear-gradient(rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.11) 100%), 
              linear-gradient(90deg, rgb(0, 122, 255) 0%, rgb(0, 122, 255) 100%);
  color: #fff;
  font-size: 13.553px;
  font-weight: 600;
  padding: 2px 38px;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 0.616px rgba(40, 200, 64, 0.12);
}

/* Font Cache Deletion Section */
.font-cache-deletion {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.font-cache-deletion__title {
  font-size: 23px;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: -0.23px;
  color: #000;
}

.font-cache-deletion__description {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.font-cache-deletion__content {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

.font-cache-deletion__screenshot {
  width: 468px;
  height: 226px;
  margin: 0;
}

.font-cache-deletion__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.font-cache-deletion__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.font-cache-deletion__info-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.font-cache-deletion__info-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}


/* Help Section */
.help {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.help__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.help__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.help__list-item {
  line-height: 50px;
}

.help__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.help__screenshot {
  width: 100%;
  max-width: 867px;
  height: 229px;
  margin: 0;
}

.help__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Help Options Section */
.help__options {
  display: flex;
  flex-direction: column;
  gap: 37px;
  width: 100%;
}

.help__options-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.help__sections {
  display: flex;
  flex-direction: column;
  gap: 43px;
  width: 100%;
}

/* Help Section */
.help-section {
  display: flex;
  flex-direction: column;
  gap: 19px;
  width: 100%;
  padding-top: 14px;
}

.help-section__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.help-section__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  padding-left: 27px;
  width: 100%;
  max-width: 665px;
}

.help-section__item {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #535353;
}

.help-section__item::before {
  content: '•  ';
  margin-left: -27px;
  padding-right: 9px;
}

/* Help Tutorial */
.help-tutorial {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.help-tutorial__label {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #535353;
}

.help-tutorial__screenshot {
  width: 100%;
  margin: 0;
}

.help-tutorial__screenshot--home {
  max-width: 772px;
  height: 446px;
}

.help-tutorial__screenshot--font {
  max-width: 787px;
  height: 464px;
}

.help-tutorial__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Font Name Conversion Section */
.font-name-conversion {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}

.font-name-conversion__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 795px;
}

.font-name-conversion__list {
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  list-style: decimal;
  padding-left: 37.5px;
}

.font-name-conversion__list-item {
  line-height: 50px;
}

.font-name-conversion__description {
  font-size: 20px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.2px;
  color: #000;
}

.font-name-conversion__screenshot {
  width: 100%;
  max-width: 851px;
  height: 104.855px;
  margin: 0;
}

.font-name-conversion__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Font Name Conversion Features Section */
.font-name-conversion__features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 100%;
}

.font-name-conversion__features-title {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  color: #adadad;
}

.font-name-conversion__features-description {
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
}

/* Font Name Comparison */
.font-name-conversion__comparison {
  width: 100%;
  max-width: 659px;
  height: 204px;
  margin: 0;
}

.font-name-conversion__comparison-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Font Name Conversion Notice */
.font-name-conversion-notice {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 52px 51px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  width: 100%;
}

.font-name-conversion-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.font-name-conversion-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.font-name-conversion-notice__text {
  font-size: 17px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.17px;
  color: #000;
  max-width: 949px;
}

.font-name-conversion-notice__label {
  font-weight: 600;
}

/* installation-platform Notice */
.installation-platform-notice {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  padding: 52px 51px;
  Margin-bottom: 80px;
}

.installation-platform-notice__icon {
  width: 87px;
  height: 78px;
  flex-shrink: 0;
  margin: 0;
}

.installation-platform-notice__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.installation-platform-notice__content {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
  justify-content: center;
}

.installation-platform-notice__title {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  color: #000;
  margin: 0;
}

.installation-platform-notice__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  list-style: disc;
  /*padding-left: 27px;*/
}

.installation-platform-notice__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #000;
}

.article-footer-container {
    padding: 45px;
    background-color: #fbfbfb;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 7em;
}

/* 초기 투표 영역 (Initial Vote) */
.initial-vote {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 34px;
}

.vote-question {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.vote-question h2 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.vote-question p {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
    margin: 0;
}

.vote-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.vote-button {
    width: 133px;
  height: 116px;
    padding: 11px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: transform 0.1s;
    text-decoration: none;
}

.vote-button:hover {
    transform: translateY(-2px);
}

.vote-button img {
    width: 63px;
    height: 68px;
    object-fit: contain;
}

.vote-button span {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}

/* 피드백 폼 영역 (Feedback Form) */
.feedback-form-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.feedback-content {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.feedback-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.feedback-textarea-wrapper {
    width: 471px; /* Figma width */
    height: 152px;
    padding: 11px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    gap: 1px;
    box-sizing: border-box;
}

.feedback-textarea-wrapper textarea {
    width: 100%;
    height: 100%;
    flex:1;
    border: none;
    outline: none;
    resize: none;
    font-family: inherit; /* 전역 폰트 설정 상속 */
    font-size: 15px;
    color: #000;
    padding: 0;
    margin: 0;
}

.feedback-textarea-wrapper textarea::placeholder {
    color: #c3c3c3;
}

.feedback-submit-button {
    padding: 11px 31px;
    background-color: #fff;
    border-radius: 8px;
    /* Figma Shadow: 0px 0px 0px 0.6160457730293274px rgba(40, 200, 64, 0.12), 0px 1.2320915460586548px 3.080228567123413px 0px rgba(40, 200, 64, 0.26) */
    box-shadow: 0 0 0 0.62px rgba(40, 200, 64, 0.12), 0 1.23px 3.08px rgba(40, 200, 64, 0.26);
    outline: 0.5px solid #535353;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: background-color 0.1s;
    text-decoration: none;
}

.feedback-submit-button:hover {
    background-color: #e0e0e0;
}

/* 감사 메시지 영역 (Thanks Message) */
.thanks-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 50px;
}

.thanks-message img {
    width: 63px;
    height: 68px;
    object-fit: contain;
}

.thanks-message p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

/* 초기 상태는 JS에서 제어하지만, HTML에 display:none이 없으므로 기본적으로 표시되지 않도록 설정 */
.initial-vote, .feedback-form-container, .thanks-message {
    display: none;
}

/* JS에서 display: flex로 변경하여 표시 */
#initial-vote {
    display: flex; /* 초기 로드 시 initial-vote만 표시 */
}