/* WHY Page Styles */

.about-page {
  background-color: #f1f4f6;
}

/* Navbar */
.about-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 32px 80px 16px;
  z-index: 999;
  transition: background-color 0.3s ease;
}

.about-navbar.scrolled {
  background-color: rgba(241, 244, 246, 0.95);
  backdrop-filter: blur(10px);
  padding: 20px 80px 12px;
}

.about-navbar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
}

.about-navbar-brand {
  flex: 1;
}

.about-navbar-brand .brand-text {
  color: #3b444a;
  transition: all 0.3s ease;
  text-decoration: none;
}

.about-navbar-brand .brand-text:hover {
  color: #000000;
}

/* Menu Dots Button */
.menu-dots-btn {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  padding: 0;
  align-items: center;
  justify-items: center;
  transition: all 0.3s ease;
}

.menu-dots-btn .dot {
  width: 4px;
  height: 4px;
  background-color: #3b444a;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.menu-dots-btn:hover .dot {
  background-color: #0f90e5;
}

/* Side Menu */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

.side-menu.active {
  transform: translateX(0);
}

.side-menu-content {
  display: flex;
  flex-direction: column;
  padding: 0;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-menu-header {
  position: absolute;
  top: 30px;
  right: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  padding: 0;
  margin: 0;
  border: none;
}

.side-menu-header .brand-text {
  display: none;
}

.close-menu-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  z-index: 1001;
}

.close-menu-btn:hover svg {
  stroke: #0f90e5;
}

.close-menu-btn svg {
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
}

.side-menu-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.side-menu-item {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  padding: 10px 0;
  letter-spacing: -0.4px;
}

.side-menu-item.active {
  color: #0f90e5;
}

.side-menu-item:hover {
  color: #0f90e5;
}

.side-menu-cta {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.lets-talk-btn {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #0f90e5;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.lets-talk-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(15, 144, 229, 0.3);
}

.btn-text {
  font-family: "Futura LT Pro", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0;
  padding: 0;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}

/* ============================================
   WHY CONTENT
   ============================================ */

.why-content {
  width: 100%;
  overflow: hidden;
}

/* --- Shared Label Style --- */
.why-hero-label,
.solution-label,
.video-label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #0f90e5;
  text-transform: uppercase;
}

.label-line {
  width: 40px;
  height: 1px;
  background-color: #0f90e5;
}

/* ============================================
   HERO SECTION
   ============================================ */

.why-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 80px 80px;
  position: relative;
}

.why-hero-inner {
  max-width: 900px;
  padding-bottom: 80px;
}

.why-hero-label {
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}

.why-hero-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 8vw, 96px);
  color: #3b444a;
  line-height: 1.05;
  margin: 0 0 40px 0;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}

.title-outline {
  -webkit-text-stroke: 2px #3b444a;
  color: transparent;
}

.title-accent {
  color: #0f90e5;
}

.why-hero-subtitle {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 24px);
  color: #666666;
  line-height: 1.7;
  max-width: 560px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}

.why-hero-scroll-hint {
  position: absolute;
  bottom: 24px;
  left: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-family: "Futura LT Pro", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: #999;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 1s;
}

.scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, #0f90e5, transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ============================================
   ORIGIN STORY
   ============================================ */

.why-origin {
  padding: 120px 80px;
  position: relative;
}

.origin-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.origin-year {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 120px;
}

.year-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: 72px;
  color: #3b444a;
  line-height: 1;
}

.year-label {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 3px;
  color: #0f90e5;
}

.origin-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.origin-lead {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(24px, 3vw, 32px);
  color: #3b444a;
  line-height: 1.5;
}

.origin-body {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #666666;
  line-height: 1.8;
  max-width: 640px;
}

.origin-image {
  grid-column: 1 / -1;
  margin-top: 48px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.origin-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

/* ============================================
   TURNING POINT / QUOTE
   ============================================ */

.why-turning {
  padding: 100px 80px;
  background-color: #3b444a;
  position: relative;
  overflow: hidden;
}

.why-turning::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, #f1f4f6, transparent);
  z-index: 1;
}

.why-turning::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to top, #f1f4f6, transparent);
  z-index: 1;
}

.turning-quote-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
}

.quote-mark {
  font-family: "Monument Extended", sans-serif;
  font-size: 120px;
  color: #0f90e5;
  opacity: 0.4;
  line-height: 0.6;
  margin-bottom: 20px;
}

.turning-quote {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  margin: 0;
  border: none;
  padding: 0;
}

/* ============================================
   SOLUTION SECTION
   ============================================ */

.why-solution {
  padding: 120px 80px;
}

.solution-header {
  max-width: 1200px;
  margin: 0 auto 80px;
}

.solution-label {
  margin-bottom: 24px;
}

.solution-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(40px, 6vw, 72px);
  color: #3b444a;
  line-height: 1.1;
  margin: 0;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.solution-card {
  background: white;
  border-radius: 24px;
  padding: 48px 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.card-icon {
  width: 48px;
  height: 48px;
}

.card-icon svg {
  width: 100%;
  height: 100%;
}

.card-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #3b444a;
  letter-spacing: 2px;
  margin: 0;
}

.card-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}

/* ============================================
   UNEP ENDORSEMENT
   ============================================ */

.why-endorsement {
  padding: 120px 80px;
  background: linear-gradient(180deg, #f1f4f6 0%, #e8edf1 50%, #f1f4f6 100%);
  position: relative;
}

.endorsement-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.endorsement-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.endorsement-badge span {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 4px;
  color: #0f90e5;
  white-space: nowrap;
}

.badge-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, #0f90e5);
}

.badge-line:last-child {
  background: linear-gradient(to left, transparent, #0f90e5);
}

.endorsement-quote-block {
  background: white;
  border-radius: 28px;
  padding: 64px 60px 56px;
  position: relative;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(15, 144, 229, 0.08);
  margin-bottom: 64px;
}

.endorsement-pretext {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #999;
  margin: 0 0 24px 0;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.endorsement-quote-mark {
  font-family: "Monument Extended", sans-serif;
  font-size: 100px;
  color: #0f90e5;
  opacity: 0.15;
  line-height: 0.5;
  position: absolute;
  top: 40px;
  left: 48px;
}

.endorsement-quote {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 26px);
  color: #3b444a;
  line-height: 1.8;
  margin: 0 0 48px 0;
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.endorsement-attribution {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.unep-logo {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}

.unep-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.attribution-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.attribution-name {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #3b444a;
  letter-spacing: 1px;
}

.attribution-role {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  letter-spacing: 0.5px;
}

.endorsement-credibility {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.credibility-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  flex: 1;
}

.credibility-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  color: #3b444a;
  line-height: 1.1;
}

.credibility-label {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #0f90e5;
  letter-spacing: 3px;
}

.credibility-detail {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999;
}

.credibility-divider {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, #ccc, transparent);
  flex-shrink: 0;
}

/* ============================================
   CREDIBILITY BANNER (after hero)
   ============================================ */

.why-credibility-banner {
  padding: 40px 80px 80px;
  position: relative;
  z-index: 2;
}

/* ============================================
   IMPACT NUMBERS
   ============================================ */

.why-impact {
  padding: 100px 80px;
  position: relative;
  overflow: hidden;
}

.impact-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(100px, 18vw, 280px);
  color: rgba(15, 144, 229, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.impact-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.impact-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  flex: 1;
}

.stat-number {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(48px, 7vw, 80px);
  color: #3b444a;
  line-height: 1;
}

.stat-label {
  font-family: "Monument Extended", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #0f90e5;
  letter-spacing: 3px;
}

.stat-detail {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #999;
}

.impact-divider {
  width: 1px;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #ddd, transparent);
  flex-shrink: 0;
}

/* ============================================
   VIDEO SECTION
   ============================================ */

.why-video {
  padding: 80px 80px 120px;
  max-width: 1000px;
  margin: 0 auto;
}

.why-video-top {
  padding: 40px 80px 100px;
}

.video-label {
  margin-bottom: 40px;
}

.video-container {
  width: 100%;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
  background: #3b444a;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-caption {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  text-align: center;
  margin-top: 24px;
  letter-spacing: 0.5px;
}

/* ============================================
   CLOSING SECTION
   ============================================ */

.why-closing {
  padding: 120px 80px 140px;
  text-align: center;
}

.closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.closing-pretext {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #0f90e5;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.closing-title {
  font-family: "Monument Extended", sans-serif;
  font-weight: 800;
  font-size: clamp(36px, 5.5vw, 64px);
  color: #3b444a;
  line-height: 1.15;
  margin: 0 0 32px 0;
}

.closing-body {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 48px;
}

.closing-cta {
  display: flex;
  justify-content: center;
}

.why-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #0f90e5;
  color: white;
  text-decoration: none;
  padding: 20px 40px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.why-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 144, 229, 0.35);
}

.why-cta-btn:hover .cta-arrow {
  transform: translateX(4px);
}

.cta-text {
  font-family: "Futura LT Pro", sans-serif;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 1px;
}

.cta-arrow {
  transition: transform 0.3s ease;
}

/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scrollPulse {
  0%, 100% {
    opacity: 0.4;
    transform: scaleY(1);
  }
  50% {
    opacity: 1;
    transform: scaleY(1.2);
  }
}

/* Scroll reveal */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .about-navbar {
    padding: 24px 60px 16px;
  }

  .why-hero {
    padding: 140px 60px 80px;
  }

  .why-origin {
    padding: 100px 60px;
  }

  .origin-grid {
    grid-template-columns: 200px 1fr;
    gap: 60px;
  }

  .why-turning {
    padding: 80px 60px;
  }

  .why-solution {
    padding: 100px 60px;
  }

  .why-credibility-banner {
    padding: 20px 60px 60px;
  }

  .why-impact {
    padding: 80px 60px;
  }

  .why-endorsement {
    padding: 100px 60px;
  }

  .why-video {
    padding: 60px 60px 100px;
  }

  .why-closing {
    padding: 100px 60px 120px;
  }
}

@media (max-width: 768px) {
  .about-navbar {
    padding: 24px 20px 16px;
  }

  .about-navbar.scrolled {
    padding: 16px 20px 10px;
  }

  .why-hero {
    padding: 120px 24px 60px;
    min-height: 85vh;
  }

  .why-hero-label {
    margin-bottom: 24px;
  }

  .why-hero-title {
    margin-bottom: 24px;
  }

  .why-hero-scroll-hint {
    left: 24px;
    bottom: 24px;
  }

  .hide-mobile {
    display: none;
  }

  .why-origin {
    padding: 80px 24px;
  }

  .origin-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .origin-year {
    position: static;
    flex-direction: row;
    align-items: baseline;
    gap: 16px;
  }

  .year-number {
    font-size: 48px;
  }

  .why-turning {
    padding: 80px 24px;
  }

  .why-turning::before,
  .why-turning::after {
    height: 40px;
  }

  .quote-mark {
    font-size: 80px;
  }

  .why-solution {
    padding: 80px 24px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-card {
    padding: 36px 28px;
  }

  .why-credibility-banner {
    padding: 0 24px 40px;
  }

  .why-impact {
    padding: 80px 24px;
  }

  .impact-grid {
    flex-direction: column;
    gap: 48px;
  }

  .impact-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
  }

  .why-endorsement {
    padding: 80px 24px;
  }

  .endorsement-quote-block {
    padding: 48px 32px 40px;
  }

  .endorsement-quote-mark {
    font-size: 72px;
    top: 28px;
    left: 24px;
  }

  .endorsement-attribution {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .endorsement-credibility {
    flex-direction: column;
    gap: 32px;
  }

  .credibility-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, #ccc, transparent);
  }

  .endorsement-badge span {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .badge-line {
    width: 30px;
  }

  .why-video {
    padding: 60px 24px 80px;
  }

  .why-video-top {
    padding: 20px 24px 60px;
  }

  .video-wrapper {
    border-radius: 14px;
  }

  .why-closing {
    padding: 80px 24px 100px;
  }

  .closing-body {
    font-size: 18px;
  }

  .side-menu {
    max-width: 100%;
  }

  .side-menu-content {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .side-menu-header {
    top: 22px;
    right: 16px;
  }

  .side-menu-item {
    font-size: 28px;
  }

  .about-navbar {
    padding: 24px 20px 16px;
  }

  .why-hero {
    padding: 100px 20px 60px;
  }

  .why-origin {
    padding: 60px 20px;
  }

  .origin-lead {
    font-size: 22px;
  }

  .origin-body {
    font-size: 17px;
  }

  .why-turning {
    padding: 60px 20px;
  }

  .why-solution {
    padding: 60px 20px;
  }

  .card-title {
    font-size: 15px;
  }

  .card-text {
    font-size: 15px;
  }

  .why-endorsement {
    padding: 60px 20px;
  }

  .endorsement-quote-block {
    padding: 40px 24px 36px;
    border-radius: 20px;
  }

  .endorsement-badge {
    margin-bottom: 40px;
  }

  .why-credibility-banner {
    padding: 0 20px 40px;
  }

  .why-impact {
    padding: 60px 20px;
  }

  .stat-number {
    font-size: 48px;
  }

  .why-video {
    padding: 40px 20px 60px;
  }

  .why-closing {
    padding: 60px 20px 80px;
  }

  .closing-pretext {
    font-size: 13px;
  }

  .closing-body {
    font-size: 16px;
  }

  .why-cta-btn {
    padding: 18px 32px;
    width: 100%;
    justify-content: center;
  }
}

/* Floating animations for decorations */
@keyframes float-up {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes float-down {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
}
