@font-face {
  font-family: 'Passion One';
  src: url('../fonts/PassionOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Passion One';
  src: url('../fonts/PassionOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Passion One';
  src: url('../fonts/PassionOne-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../../../common/fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../../../common/fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../../../../common/fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Bold';
  src: url('../../../../common/fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald Bold';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-blue-primary: #0081FF;
  --color-blue-stroke: #0985FF;
  --color-blue-text: #188DFF;
  --color-blue-dark: #007FFF;
  --color-glass-bg: rgba(255, 255, 255, 0.5);
  --grad-overlay-1: linear-gradient(156deg, #4BA6FF -44%, rgba(75, 166, 255, 0) 56%);
  --grad-overlay-2: linear-gradient(180deg, #4BA6FF -149%, rgba(75, 166, 255, 0) 87%);
  --grad-fade-in: linear-gradient(180deg, rgba(192, 223, 255, 0) 0%, #C0DFFF 54%);
  --grad-fade-out: linear-gradient(180deg, rgba(192, 223, 255, 0) 0%, #ffffff 100%);
  --shadow-nav: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  --blur-glass: blur(20px);
  --fs-nav: clamp(12px, 1.11vw, 16px);
  --fs-tag: clamp(7px, 0.67vw, 9.6px);
  --fs-hero: clamp(36px, 5.56vw, 80px);
  --fs-hsv: clamp(28px, 4.17vw, 60px);
  --fs-pills: clamp(14px, 1.67vw, 24px);
  --fs-card: clamp(12px, 1.25vw, 18px);
  --fs-quote: clamp(14px, 1.67vw, 24px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}

.part1 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.bg-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
}

.bg-photo img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}

.part1>.nav-placeholder,
.part1>.hero-content {
  position: relative;
  width: 100%;
  z-index: 10;
}

.part1>.nav-placeholder {
  height: 103px;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part1>.hero-content {
  min-height: 0;
}

.nav-placeholder {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 33px;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(16px, 3vh, 40px) clamp(16px, 2vw, 32px) clamp(32px, 5vh, 60px);
  gap: clamp(12px, 2vh, 24px);
  min-height: calc(100vh - 103px);
}

.hsv-badge {
  display: flex;
  justify-content: center;
}

.hsv-text {
  font-size: var(--fs-hsv);
  font-family: 'Passion One', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.hsv-text .l-stroke {
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 0.13em var(--color-white);
}

.hsv-text .l-mid {
  position: absolute;
  inset: 0;
  color: var(--color-blue-dark);
}

.hsv-text .l-top {
  position: relative;
  color: var(--color-blue-dark);
  -webkit-text-stroke: 0;
}

.headline-wrap {
  width: 100%;
  max-width: clamp(480px, 60vw, 864px);
  text-align: center;
}

.headline {
  font-size: var(--fs-hero);
  font-family: 'Passion One', sans-serif;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0.9;
  text-align: center;
  position: relative;
  display: inline-block;
}

.headline .l-stroke {
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 0.1em var(--color-blue-stroke);
  text-align: center;
}

.headline .l-mid {
  position: absolute;
  inset: 0;
  color: var(--color-blue-primary);
  text-align: center;
}

.headline .l-top {
  position: relative;
  color: var(--color-white);
  -webkit-text-stroke: 0.05em var(--color-blue-stroke);
  text-align: center;
}

.pills-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px clamp(4px, 0.5vw, 8px);
}

.pills-row span {
  font-size: var(--fs-pills);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
  color: var(--color-blue-stroke);
}

.pills-row .sep {
  color: var(--color-blue-stroke);
  font-size: var(--fs-pills);
  font-style: italic;
}

.cards-grid {
  width: 100%;
  max-width: clamp(480px, 60vw, 864px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(8px, 1.2vh, 16px) clamp(6px, 0.8vw, 12px);
}

.card {
  background: var(--color-glass-bg);
  backdrop-filter: var(--blur-glass);
  -webkit-backdrop-filter: var(--blur-glass);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 1.5vh, 16px) clamp(16px, 2vw, 32px);
  min-height: clamp(40px, 4vh, 56px);
}

.card span {
  font-size: var(--fs-card);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: var(--color-blue-text);
  text-align: center;
}

.quote {
  width: 100%;
  max-width: clamp(480px, 55vw, 792px);
  font-size: var(--fs-quote);
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
  color: var(--color-blue-text);
  text-align: center;
}

.part2 {
  width: 100%;
  position: relative;
  padding: 60px 0 70px;
  margin-top: 150px;
}

.part2-inner,
.part3-inner,
.part7-inner,
.part9-inner,
.part10-inner {
  max-width: 999px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.part2-inner {
  max-width: 1001px;
}

.part2-title,
.part3-title,
.part4-title,
.part5-title,
.part8-title,
.part9-title,
.part10-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  color: #188DFF;
  text-align: center;
  margin-bottom: 13px;
}

.part2-desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 20px;
}

.part2-keyfacts {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 24px;
}

.part2-icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(16px, 2vw, 32px);
  margin-bottom: 40px;
}

.part2-icon-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 280px;
}

.part2-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(75, 166, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.part2-icon-circle img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.part2-icon-item p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
}

.part2-takeaway {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
}

.part3 {
  width: 100%;
  background: #ffffff;
}


.part3-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 32px;
}

.part3-cards {
  width: 100%;
  display: flex;
  gap: clamp(16px, 2.6vw, 39px);
  align-items: stretch;
  margin-bottom: 0;
}

.hsv-card {
  flex: 1;
  border-radius: 12px;
  border: 2px solid #4BA6FF;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hsv-card-header {
  background: url('../img/item-cardBg.png') center / cover no-repeat;
  height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(18px, 1.67vw, 24px);
  color: #ffffff;
  padding: 0 16px;
}

.hsv-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hsv-card-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 18px;
}

.star-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.hsv-card-list li span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.11vw, 16px);
  color: #000000;
  line-height: 24px;
}

.hsv-card-footer {
  padding: 20px 24px 24px;
  display: flex;
  justify-content: center;
}

.part3-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  width: 100%;
  background: #4BA6FF;
  border: none;
  border-radius: 80px;
  cursor: pointer;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #ffffff;
  text-transform: capitalize;
}

.part4 {
  width: 100%;
  background: rgba(237, 246, 255, 0.4);
  padding: 70px 0;
  margin-bottom: 70px;
}

.part4-inner,
.part5-inner {
  max-width: 794px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.part4-title,
.part5-title {
  line-height: 1;
}

.part4-fact,
.part5-fact {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 28px;
}

.part4-rows,
.part5-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.part4-row,
.part5-row {
  width: 100%;
  min-height: 90px;
  background: #E6F3FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 3vw, 48px);
}

.part4-row span,
.part5-row span {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  line-height: 32px;
}

.part4-quote,
.part5-quote,
.part9-quote {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #188DFF;
  text-align: center;
  line-height: 32px;
}

.part5 {
  width: 100%;
  background: rgba(237, 246, 255, 0.4);
  padding: 70px 0;
  margin-top: 70px;
}

.part5-inner {
  max-width: 794px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.part5-fact {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 28px;
}

.part5-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}

.part5-row {
  width: 100%;
  min-height: 90px;
  background: #E6F3FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 0 clamp(20px, 3vw, 48px);
}

.part5-row span {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  line-height: 32px;
}

.part6 {
  position: relative;
  width: 100%;
  min-height: 692px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.part6-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

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

.part6-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 128, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.part6-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(140, 199, 251, 0) 0%, #8CC7FB 100%);
  pointer-events: none;
}

.part6-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px clamp(16px, 2vw, 32px) 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.part6-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 13px;
  line-height: 1;
}

.part6-desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-bottom: 36px;
}

.part6-cards {
  width: 100%;
  display: flex;
  gap: clamp(16px, 2.6vw, 39px);
  align-items: stretch;
}

.part6-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  padding: 28px 18px 28px 18px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.part6-card-heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  line-height: 32px;
  margin-bottom: 8px;
}

.part6-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.part6-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 10px 0;
}

.part6-star {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 5px;
}

.part6-list li span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.11vw, 16px);
  color: #000000;
  line-height: 24px;
}

.part6-btn-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.part6-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 20px;
  width: 100%;
  background: #4BA6FF;
  border: none;
  border-radius: 80px;
  cursor: pointer;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #FFFFFF;
  text-transform: capitalize;
}

.part7 {
  width: 100%;
  background: #ffffff;
  padding: 75px 0;
}

.part7-fact {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(13px, 1.11vw, 16px);
  color: #000000;
  line-height: 24px;
  filter: none;
  padding: 12px 18px 0;
}

.part7-quote {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #188DFF;
  line-height: 32px;
  filter: none;
  padding: 8px 18px 47px;
}

.part7 .hsv-card-list li span,
.part7 .hsv-card-header {
  filter: none;
}

.part8 {
  width: 100%;
  background: #ffffff;
  padding: 70px 0;
}

.part8-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part8-title {
  line-height: 1.2;
  margin-bottom: 16px;
}

.part8-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 36px;
}

.part8-layout {
  width: 100%;
  display: flex;
  gap: clamp(16px, 2.6vw, 24px);
  align-items: flex-start;
}

.part8-media {
  position: relative;
  width: 487px;
  min-width: 280px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.part8-media img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.part8-play-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.part8-play-circle img {
  width: 16px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.part8-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0;
}

.part8-section-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  line-height: 32px;
  margin-bottom: 4px;
  margin-top: 16px;
}

.part8-section-title:first-child {
  margin-top: 0;
}

.part8-section-title--italic {
  font-style: italic;
}

.part8-item-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-style: italic;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  line-height: 32px;
  margin-bottom: 0;
}

.part8-item-desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  line-height: 32px;
  margin-bottom: 8px;
}

.part8-bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}

.part8-star {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.part8-bullet span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.11vw, 16px);
  color: #000000;
  line-height: 32px;
}

.part9 {
  width: 100%;
  background: rgba(237, 246, 255, 0.4);
  padding: 70px 0;
}


.part9-desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-bottom: 8px;
}

.part9-body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  text-align: left;
  line-height: 32px;
  margin-bottom: 40px;
  max-width: 999px;
}

.part9-cards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 40px);
  margin-bottom: 40px;
}

.part9-card {
  flex: 1;
  max-width: 320px;
  min-height: 175px;
  background: #E6F3FF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 16px;
}

.part9-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(75, 166, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.part9-icon-circle img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.part9-card p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin: 0;
}

.part9-quote {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #188DFF;
  text-align: center;
  line-height: 32px;
}

.part10 {
  width: 100%;
  background: #ffffff;
  margin-top: 70px;
  padding-bottom: 70px;
}

.part10-title {
  margin-bottom: 81px;
}

.part10-list {
  width: 100%;
  max-width: 857px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.part10-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.part10-num {
  font-family: 'Oswald Bold', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3.33vw, 48px);
  color: #4BA6FF;
  line-height: 32px;
  flex-shrink: 0;
  width: 71px;
}

.part10-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.part10-q {
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(16px, 1.67vw, 24px);
  color: #000000;
  line-height: auto;
}

.part10-a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  color: #000000;
  line-height: 24px;
}

.part11 {
  width: 100%;
  background: #ffffff;
  padding: 0 0 70px;
}

.part11-inner {
  max-width: 1002px;
  margin: 0 auto;
  padding: 0 clamp(16px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.part11-title {
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 2.5vw, 36px);
  color: #188DFF;
  text-align: center;
  margin-bottom: 73px;
}

.part11-list {
  width: 100%;
}

.part11-item {
  width: 100%;
}

.part11-divider {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
}

.part11-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 0;
  cursor: pointer;
}

.part11-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: invert(55%) sepia(80%) saturate(400%) hue-rotate(185deg) brightness(105%);
}

.part11-label {
  flex: 1;
  font-family: 'Open Sans Bold', sans-serif;
  font-size: clamp(14px, 1.25vw, 18px);
  color: #000000;
  line-height: 26px;
}

.part11-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  filter: brightness(0);
}

.part11-copyright {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  color: #000000;
  text-align: center;
  line-height: 32px;
  margin-top: 32px;
}

@media (min-width: 761px) and (max-width: 950px) {
  .part1 {
    display: grid;
    grid-template-rows: auto;
    position: relative;
  }

  .part1::before {
    display: none;
  }

  .bg-photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    grid-row: 1;
    grid-column: 1;
  }

  .bg-photo img {
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
  }

  .part1>.nav-placeholder,
  .part1>.hero-content {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 10;
    width: 100%;
  }

  .part1>.nav-placeholder {
    align-self: start;
    height: 80px;
    font-size: 16px;
  }

  .part1>.hero-content {
    align-self: start;
    top: auto;
    bottom: auto;
    margin-top: 80px;
  }

  .hero-content {
    padding: 16px 40px 40px;
    gap: 14px;
  }

  .headline-wrap {
    max-width: 100%;
  }

  .cards-grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .quote {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .part1 {
    display: grid;
    grid-template-rows: auto;
    position: relative;
  }

  .part1::before {
    display: none;
  }

  .bg-photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    grid-row: 1;
    grid-column: 1;
  }

  .bg-photo img {
    display: block;
    width: 100%;
    height: auto;
    visibility: visible;
  }

  .part1>.nav-placeholder,
  .part1>.hero-content {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 10;
    width: 100%;
  }

  .part1>.nav-placeholder {
    align-self: start;
    height: 52px;
    font-size: 14px;
  }

  .part1>.hero-content {
    align-self: start;
    top: auto;
    bottom: auto;
    margin-top: 52px;
  }

  .hero-content {
    padding: 16px 32px 40px;
    gap: 14px;
  }

  .headline {
    font-size: clamp(36px, 6vw, 56px);
  }

  .hsv-text {
    font-size: clamp(28px, 5vw, 48px);
  }

  .cards-grid {
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .quote {
    max-width: 100%;
    font-size: clamp(14px, 2.2vw, 20px);
    padding: 0 16px;
  }

  .part2 {
    padding: 48px 0 56px;
  }

  .part2-inner {
    padding: 0 24px;
  }

  .part2-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part2-desc,
  .part2-keyfacts {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part2-icons {
    gap: 20px;
  }

  .part2-icon-item p {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part2-takeaway {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part3 {
    padding: 48px 0;
  }

  .part3-inner {
    padding: 0 24px;
  }

  .part3-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part3-subtitle {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part3-cards {
    flex-direction: column;
    gap: 24px;
  }

  .hsv-card-header {
    font-size: clamp(16px, 2.2vw, 22px);
  }

  .hsv-card-list li span {
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.6;
  }

  .part3-btn {
    font-size: clamp(13px, 1.8vw, 16px);
  }

  .part4 {
    padding: 48px 0;
    margin-bottom: 0;
  }

  .part4-inner {
    padding: 0 24px;
  }

  .part4-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part4-fact {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part4-row {
    width: 100%;
    padding: 0 24px;
  }

  .part4-row span {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part4-quote {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part5 {
    padding: 48px 0;
    margin-top: 0;
  }

  .part5-inner {
    padding: 0 24px;
  }

  .part5-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part5-fact {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part5-row {
    width: 100%;
    padding: 0 24px;
  }

  .part5-row span {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part5-quote {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part6-inner {
    padding: 48px 24px;
  }

  .part6-bg img {
    display: none;
  }

  .part6-bg {
    background: url('../img/transmiteMobile.webp') center / contain no-repeat;
  }

  .part6-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part6-desc {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

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

  .part6-card-heading {
    font-size: clamp(15px, 2vw, 20px);
  }

  .part6-list li span {
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.6;
  }

  .part6-btn {
    font-size: clamp(13px, 1.8vw, 16px);
  }

  .part7 {
    padding: 48px 0;
  }

  .part7-inner {
    padding: 0 24px;
  }

  .part7 .part3-cards {
    flex-direction: column;
    gap: 24px;
  }

  .part7-fact {
    font-size: clamp(13px, 1.6vw, 15px);
  }

  .part7-quote {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part8 {
    padding: 48px 0;
  }

  .part8-inner {
    padding: 0 24px;
  }

  .part8-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part8-subtitle {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part8-layout {
    flex-direction: column;
    gap: 24px;
  }

  .part8-media {
    width: 100%;
    min-width: unset;
  }

  .part8-media img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
  }

  .part8-section-title {
    font-size: clamp(15px, 2vw, 20px);
  }

  .part8-item-title,
  .part8-item-desc {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part8-bullet span {
    font-size: clamp(13px, 1.6vw, 15px);
    line-height: 1.6;
  }

  .part9 {
    padding: 48px 0;
  }

  .part9-inner {
    padding: 0 24px;
  }

  .part9-title {
    font-size: clamp(18px, 2.5vw, 28px);
  }

  .part9-desc {
    font-size: clamp(12px, 1.6vw, 14px);
    line-height: 1.6;
  }

  .part9-body {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .part9-cards {
    gap: 16px;
    margin-bottom: 32px;
  }

  .part9-card {
    max-width: 200px;
    padding: 16px 12px;
  }

  .part9-card p {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.4;
  }

  .part9-quote {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part10 {
    margin-top: 48px;
    padding-bottom: 48px;
  }

  .part10-inner {
    padding: 0 24px;
  }

  .part10-title {
    font-size: clamp(18px, 2.5vw, 28px);
    margin-bottom: 48px;
  }

  .part10-num {
    font-size: clamp(28px, 4vw, 40px);
    width: 56px;
  }

  .part10-q {
    font-size: clamp(15px, 2vw, 20px);
    line-height: 1.4;
  }

  .part10-a {
    font-size: clamp(13px, 1.8vw, 16px);
    line-height: 1.6;
  }

  .part11-inner {
    padding: 0 24px;
  }

  .part11-title {
    font-size: clamp(18px, 2.5vw, 28px);
    margin-bottom: 48px;
  }

  .part11-label {
    font-size: clamp(13px, 1.8vw, 16px);
  }

  .part11-copyright {
    font-size: clamp(12px, 1.6vw, 15px);
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .part1 {
    display: grid;
    grid-template-rows: auto;
    position: relative;
  }

  .part1::before {
    display: none;
  }

  .bg-photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 0;
    grid-row: 1;
    grid-column: 1;
    background: url('../img/backBgMobile.webp') center top / 100% 100% no-repeat;
  }

  .bg-photo img {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden;
  }

  .part1>.nav-placeholder,
  .part1>.hero-content {
    grid-row: 1;
    grid-column: 1;
    position: relative;
    z-index: 10;
    width: 100%;
  }

  .part1>.nav-placeholder {
    align-self: start;
    height: 52px;
    font-size: 14px;
  }

  .part1>.hero-content {
    align-self: start;
    top: auto;
    bottom: auto;
    margin-top: 52px;
  }

  .hero-content {
    padding: 8px 37px 32px;
    gap: 10px;
  }

  .hsv-text {
    font-size: 27px;
  }

  .headline {
    font-size: 36px;
    line-height: 0.875;
  }

  .headline-wrap {
    max-width: 100%;
  }

  .pills-row span,
  .pills-row .sep {
    font-size: 12px;
  }

  .cards-grid {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .card {
    width: 100%;
    min-height: 40px;
    padding: 8px 0;
    border-radius: 80px;
  }

  .card span {
    font-size: 14px;
    color: #000000;
  }

  .quote {
    font-size: 14px;
    max-width: 100%;
    line-height: 1.5;
    padding: 0 20px;
  }

  .part2 {
    padding: 30px 0 40px;
  }

  .part2-inner {
    padding: 0 16px;
    gap: 0;
  }

  .part2-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.375;
  }

  .part2-desc {
    font-size: 14px;
    line-height: 1.714;
    margin-bottom: 16px;
    padding: 0 44px;
  }

  .part2-keyfacts {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.357;
    margin-bottom: 16px;
  }

  .part2-icons {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
  }

  .part2-icon-item {
    max-width: 280px;
    width: 100%;
    gap: 12px;
  }

  .part2-icon-circle {
    width: 56px;
    height: 56px;
  }

  .part2-icon-circle img {
    width: 42px;
    height: 42px;
  }

  .part2-icon-item p {
    font-size: 14px;
    line-height: 1.357;
  }

  .part2-takeaway {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
    max-width: 263px;
    margin: 0 auto;
  }

  .part3 {
    padding: 40px 0;
  }

  .part3-inner {
    padding: 0 20px;
  }

  .part3-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .part3-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .part3-cards {
    flex-direction: column;
    gap: 24px;
  }

  .hsv-card {
    width: 100%;
  }

  .hsv-card-header {
    height: 56px;
    font-size: 16.8px;
  }

  .hsv-card-list li {
    padding: 7px 7px 7px 12.6px;
  }

  .hsv-card-list li span {
    font-size: 13px;
    line-height: 1.6;
  }

  .part3-btn {
    font-size: 13px;
    padding: 11px 14px;
  }

  .part4 {
    padding: 24px 0 24px;
    margin-bottom: 0;
  }

  .part4-inner {
    padding: 0 16px;
  }

  .part4-title {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 8px;
  }

  .part4-fact {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.357;
    margin-bottom: 16px;
  }

  .part4-rows {
    gap: 8px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
  }

  .part4-row {
    width: 343px;
    max-width: 100%;
    min-height: 60px;
    height: 60px;
    padding: 0 42px 0 42px;
    border-radius: 12px;
  }

  .part4-row span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.357;
  }

  .part4-quote {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.714;
    max-width: 219px;
  }

  .part5 {
    padding: 40px 0;
    margin-top: 0;
  }

  .part5-inner {
    padding: 0 16px;
  }

  .part5-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .part5-fact {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .part5-rows {
    gap: 8px;
    margin-bottom: 28px;
  }

  .part5-row {
    max-width: 100%;
    min-height: 60px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .part5-row span {
    font-size: 14px;
    line-height: 1.6;
  }

  .part5-quote {
    font-size: 14px;
    line-height: 1.6;
  }

  .part6 {
    min-height: auto;
  }

  .part6-bg img {
    display: none;
  }

  .part6-bg {
    background: url('../img/transmiteMobile.webp') center / contain no-repeat;
  }

  .part6-inner {
    padding: 24px 16px 40px;
  }

  .part6-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .part6-desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .part6-cards {
    flex-direction: column;
    gap: 16px;
  }

  .part6-card {
    width: 100%;
    border-radius: 16.8px;
    padding: 20px 16px;
  }

  .part6-card-heading {
    font-size: 16.8px;
    line-height: 1.5;
  }

  .part6-list li span {
    font-size: 13px;
    line-height: 1.6;
  }

  .part6-btn {
    font-size: 13px;
    padding: 11px 14px;
    border-radius: 56px;
  }

  .part7 {
    padding: 40px 0;
  }

  .part7-inner {
    padding: 0 20px;
  }

  .part7 .part3-cards {
    flex-direction: column;
    gap: 24px;
  }

  .part7-fact {
    font-size: 13px;
    padding: 10px 12px 0;
  }

  .part7-quote {
    font-size: 14px;
    padding: 6px 12px 32px;
    line-height: 1.6;
  }

  .part8 {
    padding: 40px 0;
  }

  .part8-inner {
    padding: 0 16px;
  }

  .part8-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .part8-subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .part8-layout {
    flex-direction: column;
    gap: 20px;
  }

  .part8-media {
    width: 100%;
    min-width: unset;
  }

  .part8-media img {
    width: 100%;
    height: 203px;
    border-radius: 8px;
  }

  .part8-section-title {
    font-size: 16px;
  }

  .part8-item-title {
    font-size: 14px;
  }

  .part8-item-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  .part8-bullet span {
    font-size: 13px;
    line-height: 1.6;
  }

  .part9 {
    padding: 24px 0 24px;
  }

  .part9-inner {
    padding: 0 50px;
  }

  .part9-title {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 8px;
  }

  .part9-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.333;
    margin-bottom: 24px;
  }

  .part9-body {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.714;
    margin-bottom: 24px;
    max-width: 343px;
    text-align: center;
  }

  .part9-cards {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    width: 100%;
  }

  .part9-card {
    max-width: 224px;
    width: 100%;
    flex: none;
    min-height: 80px;
    height: 80px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    gap: 9.6px;
    justify-content: flex-start;
  }

  .part9-icon-circle {
    width: 44.8px;
    height: 44.8px;
    flex-shrink: 0;
  }

  .part9-icon-circle img {
    width: 33.6px;
    height: 33.6px;
  }

  .part9-card p {
    font-size: 14.4px;
    font-weight: 600;
    line-height: 25.6px;
    margin: 0;
  }

  .part9-quote {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.357;
    max-width: 219px;
  }

  .part10 {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .part10-inner {
    padding: 0 16px;
  }

  .part10-title {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .part10-list {
    max-width: 100%;
    gap: 32px;
  }

  .part10-item {
    gap: 8px;
    align-items: flex-start;
  }

  .part10-num {
    font-size: 24px;
    width: 36px;
    line-height: 1.2;
  }

  .part10-q {
    font-size: 16px;
    line-height: 1.4;
  }

  .part10-a {
    font-size: 14px;
    line-height: 1.6;
  }

  .part11 {
    padding: 0 0 40px;
  }

  .part11-inner {
    padding: 0 16px;
  }

  .part11-title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .part11-row {
    padding: 15px 0;
    gap: 4px;
  }

  .part11-icon {
    width: 18px;
    height: 18px;
  }

  .part11-label {
    font-size: 13px;
    line-height: 1.4;
  }

  .part11-arrow {
    width: 18px;
    height: 18px;
  }

  .part11-copyright {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
  }
}


/* ===== Site Navigation ===== */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s;
}

.site-nav--scrolled {
  background: linear-gradient(180deg, #a3d1f5 0%, #b8dcf7 100%);
}

.site-nav__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 64px;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.site-nav__logo-img {
  height: 36px;
  width: auto;
}

.site-nav__menu {
  display: flex;
  list-style: none;
  gap: 32px;
  margin: 0;
  padding: 0;
  align-items: center;
}

.site-nav__link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.site-nav__link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav__auth {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav__auth-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}

.site-nav__auth-link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.site-nav__auth-link--signup {
  background: #4BA6FF;
  color: #fff;
  padding: 8px 20px;
  border-radius: 80px;
}

.site-nav__auth-link--signup:hover {
  background: #3a95ee;
  color: #fff;
}

.site-nav__hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.site-nav__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}

.site-nav__hamburger span:nth-child(1) { top: 0; }
.site-nav__hamburger span:nth-child(2) { top: 9px; }
.site-nav__hamburger span:nth-child(3) { top: 18px; }

.site-nav__hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.site-nav__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.site-nav__hamburger.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}

.site-nav__mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
}

.site-nav__mobile-overlay.active {
  display: block;
}

.site-nav__mobile-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 16px 24px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
}

.site-nav__mobile-menu.active {
  display: block;
}

.site-nav__mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__mobile-list li {
  border-bottom: 1px solid #f0f0f0;
}

.site-nav__mobile-list .site-nav__link {
  display: block;
  padding: 14px 0;
  font-size: 16px;
}

.site-nav__mobile-auth {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.site-nav__mobile-auth .site-nav__auth-link {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
}

.site-nav__mobile-auth .site-nav__auth-link--signup {
  background: none;
  color: #333;
  padding: 14px 0;
  border-radius: 0;
}

.site-nav__mobile-auth .site-nav__auth-link--signup:hover {
  background: none;
  color: rgba(0, 0, 0, 0.5);
}

/* ===== Logged-in User Dropdown ===== */
.site-nav__user {
  position: relative;
  display: flex;
  align-items: center;
}

.site-nav__user-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px 0;
  user-select: none;
}

.site-nav__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

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

.site-nav__username {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-nav__dropdown-arrow {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.site-nav__user.open .site-nav__dropdown-arrow {
  transform: rotate(180deg);
}

.site-nav__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  z-index: 1001;
  overflow: hidden;
}

.site-nav__user.open .site-nav__dropdown {
  display: block;
}

.site-nav__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.site-nav__dropdown ul li a {
  display: block;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  transition: background 0.15s;
}

.site-nav__dropdown ul li a:hover {
  background: #f5f5f5;
}

/* Push page content below fixed nav */
.part1 {
  padding-top: 64px;
}

/* ===== Nav Mobile Responsive ===== */
@media (max-width: 768px) {
  .site-nav__inner {
    padding: 0 16px;
    height: 56px;
  }

  .site-nav__menu {
    display: none;
  }

  .site-nav__auth {
    display: none;
  }

  .site-nav__user {
    display: none;
  }

  .site-nav__hamburger {
    display: block;
  }

  .site-nav__mobile-menu {
    top: 56px;
    max-height: calc(100vh - 56px);
  }

  .site-nav__logo-img {
    height: 30px;
  }

  .part1 {
    padding-top: 56px;
  }
}
