/* ==========================================
   LÊ THÀNH TÂM - LEARN PAGE STYLES
   Page-specific styles for "Hiểu về Mắt"
   ========================================== */

/* Page Container */
.desktop {
  width: 100%;
  background-color: #ffffff;
  min-height: 100vh;
}

/* Hero Section - Learn Page */
.desktop .hero,
.desktop .hero-section {
  width: 100%;
  height: 600px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(27, 86, 164, 0.9) 100%),
    url("../Images/LearnAboutEyes/banner.webp");
  background-color: #1b56a4;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: self-end;
  text-align: center;
  padding: 32px;
}

.desktop .frame,
.desktop .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 800px;
}

.desktop .text-wrapper-7,
.desktop .hero-title {
  font-family: "Inter-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.desktop .text-wrapper-8,
.desktop .hero-subtitle {
  font-family: "Inter-Regular", Helvetica, sans-serif;
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  opacity: 0.95;
}

/* Main Content Layout */
.desktop main {
  padding: 32px 16px;
  width: 100%;
}

.desktop .part,
.desktop .part-2,
.desktop .content-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}

/* Section Containers */
.desktop .container-3,
.desktop .container-11,
.desktop .section-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Typography Overrides for Learn Page */
.desktop h2,
.desktop .text-wrapper-9,
.desktop .text-wrapper-21,
.desktop .section-title {
  font-family: "Arimo-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #101727;
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
}

.desktop h3,
.desktop .text-wrapper-11,
.desktop .text-wrapper-13,
.desktop .text-wrapper-16,
.desktop .text-wrapper-25,
.desktop .text-wrapper-30,
.desktop .section-subtitle,
.desktop .card-title {
  font-family: "Arimo-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #101727;
  font-size: 20px;
  line-height: 1.4;
  margin: 12px 0;
}

.desktop h4,
.desktop .text-wrapper-18 {
  font-family: "Arimo-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #101727;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.desktop p,
.desktop .text-wrapper-10,
.desktop .text-wrapper-14,
.desktop .text-wrapper-15,
.desktop .text-wrapper-17,
.desktop .text-wrapper-22,
.desktop .text-wrapper-24,
.desktop .text-wrapper-26,
.desktop .text-wrapper-28,
.desktop .info-text {
  font-family: "Arimo-Regular", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

.desktop .paragraph-text {
  font-family: "Arimo", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

/* Highlight Bold - Must come after .paragraph-text */
.desktop .bold-text,
.desktop .highlight-bold {
  font-family: "Arimo-Bold", Helvetica, sans-serif;
  font-weight: 700;
  color: #00a63e;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

/* Font Weight Utility */
.font-bold {
  font-weight: bold !important;
}

.desktop .text-wrapper-20,
.desktop .list-text {
  font-family: "Arimo-Regular", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

/* Images */
.desktop figure {
  width: fit-content;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.desktop figure img,
.desktop .figure-image {
  display: block;
  width: 100%;
  height: auto;
}

/* Feature Cards */
.desktop .container-4,
.desktop .container-13,
.desktop .container-31,
.desktop .feature-section {
  background: linear-gradient(
    117deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border: 1px solid #daeafe;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.desktop .container-5,
.desktop .features-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.desktop .container-6,
.desktop .feature-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

/* Numbered Badges */
.desktop .container-7,
.desktop .number-badge {
  min-width: 40px;
  height: 40px;
  background-color: #155dfc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.desktop .text-wrapper-12,
.desktop .badge-text {
  color: #fff;
  font-weight: bold;
}

.desktop .container-8,
.desktop .container-9,
.desktop .feature-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

/* Grid Layouts */
.desktop .div-2,
.desktop .list-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

/* Warning Cards - Different Colors */
.desktop .container-14,
.desktop .refraction-card {
  background-color: #fef2f2;
  border: 1px solid #ffc9c9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.desktop .container-15,
.desktop .refraction-hyperopia {
  background-color: #fff7ed;
  border: 1px solid #ffd6a7;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.desktop .container-16,
.desktop .refraction-astigmatism {
  background-color: #fefce8;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Harm Section */
.desktop .container-17,
.desktop .harm-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.desktop .container-18,
.desktop .impact-grid,
.desktop .info-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.desktop .container-19,
.desktop .container-20,
.desktop .container-21,
.desktop .container-22,
.desktop .impact-card {
  background-color: #fef2f2;
  border: 1px solid #ffc9c9;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.desktop .icon,
.desktop .icon-2,
.desktop .icon-3,
.desktop .icon-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  flex-shrink: 0;
}

/* Disease Cards */
.desktop .container-24,
.desktop .disease-grid,
.desktop .tips-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.desktop .container-25,
.desktop .container-26,
.desktop .container-27,
.desktop .container-28,
.desktop .disease-card {
  background-color: rgba(255, 223, 32, 0.15);
  border: 1px solid #ffe033;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: start;
}

.desktop .icon,
.desktop .icon-2,
.desktop .icon-3,
.desktop .icon-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  flex-shrink: 0;
}

/* Callout Boxes */
.desktop .container-10,
.desktop .icon-wrapper,
.desktop .blockquote-wrapper {
  background-color: #fefce8;
  border-left: 4px solid #fdc700;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.desktop .container-23,
.desktop .solution-box,
.desktop .care-tips-grid {
  background-color: #f0fdf4;
  border-left: 4px solid #05df72;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.desktop .container-29,
.desktop .warning-box,
.desktop .contact-cards-grid {
  background-color: #fefce8;
  border-left: 4px solid #155cfb;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.desktop .container-33 {
  background-color: #fefce8;
  border-left: 4px solid #fdc700;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.desktop .text-wrapper,
.desktop .logo-title {
  font-family: "Arimo-Bold", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #101727;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.desktop .i-m-t-kh-ng-c-kh-n,
.desktop .ki-m-so-t-c-n-th-h-c {
  font-size: 15px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

/* Lists */
.desktop .list,
.desktop .list-2,
.desktop .list-3,
.desktop .list-4,
.desktop .container-32 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop .div-3,
.desktop .list-item,
.desktop .list .list-item,
.desktop .list-2 .list-item,
.desktop .list-3 .list-item,
.desktop .list-4 .list-item,
.desktop .contact-list .list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.desktop .recommendation-card .list-item {
  text-align: left;
  gap: 16px;
  padding: 8px 0;
}

.desktop .text-wrapper-19,
.desktop .text-wrapper-29,
.desktop .checkmark,
.desktop .bullet-icon,
.desktop .checkmark-icon {
  color: #00a63e;
  font-weight: bold;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.desktop .text,
.desktop .text-4,
.desktop .text-5,
.desktop .text-6,
.desktop .text-7,
.desktop .text-8,
.desktop .text-9 {
  flex-shrink: 0;
}

.desktop .ki-m-so-t-c-n-th-h-c-wrapper,
.desktop .div-wrapper,
.desktop .div-wrapper-2,
.desktop .div-wrapper-3,
.desktop .div-wrapper-4 {
  display: flex;
  flex-direction: column;
}

/* Special Sections */
.desktop .container-30,
.desktop .contact-card {
  background: linear-gradient(
    117deg,
    rgba(239, 246, 255, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border: 1px solid #daeafe;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.desktop .container-34,
.desktop .recommendation-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px 0;
}

.desktop .recommendation-cards-grid > .section-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #101727;
  text-align: start;
  margin: 0;
  line-height: 1.3;
}

.desktop .paragraph-2 {
  font-size: 16px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

.desktop .container-35,
.desktop .info-box {
  background-color: #f0fdf4;
  border: 1px solid #daeafe;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Treatment Card - Green Theme */
.desktop .treatment-card {
  background: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.desktop .treatment-card .contact-info {
  border-radius: 8px;
  padding: 12px 0;
}

.desktop .treatment-card .logo-title {
  font-size: 18px;
  font-weight: 700;
}

.desktop .treatment-card .list-3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.desktop .treatment-card .list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.desktop .treatment-card .checkmark-icon {
  color: #16a34a;
  font-weight: bold;
  flex-shrink: 0;
}

.desktop .treatment-card .checkmark {
  color: #00a63e;
  text-align: left;
}

/* Companion Card - Blue Gradient Theme */
.desktop .companion-card {
  background: linear-gradient(
    117deg,
    rgba(21, 93, 252, 1) 0%,
    rgba(25, 60, 184, 1) 100%
  );
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.desktop .companion-card h3,
.desktop .companion-card .section-subtitle {
  color: #ffffff;
}

.desktop .companion-card p,
.desktop .companion-card .paragraph-text {
  color: #daeafe;
}

/* Blue CTA Box - Legacy Support */
.desktop .container-36,
.desktop .recommendation-card {
  background: linear-gradient(
    117deg,
    rgba(21, 93, 252, 1) 0%,
    rgba(25, 60, 184, 1) 100%
  );
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(21, 93, 252, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.desktop .recommendation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(21, 93, 252, 0.35);
}

.desktop .container-36 h3,
.desktop .container-36 .text-wrapper-30,
.desktop .recommendation-card h3,
.desktop .recommendation-card .section-subtitle {
  color: #ffffff;
}

.desktop .container-36 p,
.desktop .m-i-i-m-t-c-a-tr-l-m,
.desktop .recommendation-card p,
.desktop .recommendation-card .paragraph-text {
  color: #daeafe;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.desktop .m-i-i-m-t-c-a-tr-l-m-wrapper {
  width: 100%;
}

.desktop .blockquote {
  margin: 24px 0 0;
  padding: 20px 24px;
  border-left: 4px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

.desktop .quote p,
.desktop .h-y-ki-m-tra-m-t-nh,
.desktop .blockquote p,
.desktop .quote-text {
  color: #ffffff;
  font-family: "Tinos-Italic", Helvetica, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.desktop .text-wrapper-27,
.desktop .highlight-text {
  font-weight: 700;
  color: #101727;
  font-size: 20px;
  line-height: 1.6;
  text-align: start;
  padding: 16px 0;
}

.desktop .nh-c-th-amblyopia-l-wrapper,
.desktop .th-ng-xu-t-hi-n-tr-t-wrapper {
  width: 100%;
}

.desktop .nh-c-th-amblyopia-l,
.desktop .th-ng-xu-t-hi-n-tr-t {
  font-size: 16px;
  line-height: 1.6;
  color: #495565;
  margin: 0;
}

/* Icon Animation in Recommendation Cards */
.desktop .recommendation-card .icon {
  animation: pulse-heart 2s ease-in-out infinite;
}

@keyframes pulse-heart {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

/* Responsive Design - Learn Page */
@media (max-width: 1200px) {
  .desktop .container-24 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .desktop .container-18,
  .desktop .impact-grid,
  .desktop .info-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .desktop .div-2,
  .desktop .list-item {
    grid-template-columns: repeat(2, 1fr);
  }

  .desktop .icon-wrapper,
  .desktop .care-tips-grid,
  .desktop .contact-cards-grid,
  .desktop .blockquote-wrapper {
    padding: 18px;
  }

  .desktop .recommendation-card {
    padding: 32px 24px;
  }

  .desktop .recommendation-cards-grid > .section-subtitle {
    font-size: 28px;
  }

  .desktop .highlight-text {
    font-size: 18px;
  }

  .desktop .highlight-bold {
    font-size: 24px;
  }
}
/* Tablet Styles */
@media (max-width: 768px) {
  .desktop .hero,
  .desktop .hero-section {
    height: 320px;
    padding: 40px 24px;
  }

  .desktop .frame,
  .desktop .hero-content {
    gap: 20px;
  }

  .desktop .text-wrapper-7,
  .desktop .hero-title {
    font-size: 36px;
    letter-spacing: 1px;
  }

  .desktop .text-wrapper-8,
  .desktop .hero-subtitle {
    font-size: 18px;
  }

  .desktop main {
    padding: 40px 24px;
  }

  .desktop .part,
  .desktop .part-2,
  .desktop .content-section {
    padding: 0;
    gap: 32px;
  }

  .desktop h2,
  .desktop .text-wrapper-9,
  .desktop .text-wrapper-21,
  .desktop .section-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .desktop h3,
  .desktop .text-wrapper-11,
  .desktop .text-wrapper-16,
  .desktop .text-wrapper-25,
  .desktop .section-subtitle {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .desktop .section-intro {
    gap: 16px;
    margin-bottom: 24px;
  }

  .desktop .container-18,
  .desktop .container-24,
  .desktop .div-2,
  .desktop .impact-grid,
  .desktop .disease-grid,
  .desktop .tips-showcase-grid,
  .desktop .list-item,
  .desktop .info-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .desktop .container-4,
  .desktop .container-13,
  .desktop .container-31,
  .desktop .container-30,
  .desktop .container-35,
  .desktop .feature-section,
  .desktop .contact-card,
  .desktop .info-box {
    padding: 24px;
    gap: 20px;
  }

  .desktop .container-14,
  .desktop .container-15,
  .desktop .container-16,
  .desktop .refraction-card {
    padding: 20px;
    gap: 12px;
  }

  .desktop .container-19,
  .desktop .container-20,
  .desktop .container-21,
  .desktop .container-22,
  .desktop .impact-card {
    padding: 20px;
    gap: 12px;
  }

  .desktop .container-25,
  .desktop .container-26,
  .desktop .container-27,
  .desktop .container-28,
  .desktop .disease-card {
    aspect-ratio: auto;
    padding: 24px;
    gap: 12px;
  }

  .desktop .container-7,
  .desktop .number-badge {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .desktop figure {
    width: 100%;
    margin: 20px 0;
    border-radius: 12px;
  }

  .desktop figure img,
  .desktop .figure-image {
    width: 100%;
    min-height: 250px;
    object-fit: contain;
  }

  .desktop .container-10,
  .desktop .container-23,
  .desktop .container-29,
  .desktop .container-33,
  .desktop .icon-wrapper,
  .desktop .blockquote-wrapper,
  .desktop .care-tips-grid,
  .desktop .contact-cards-grid {
    padding: 20px;
    gap: 16px;
    max-width: 100%;
  }

  .desktop .container-36,
  .desktop .recommendation-card,
  .desktop .treatment-card,
  .desktop .companion-card {
    padding: 28px;
    gap: 20px;
  }

  .desktop .container-34,
  .desktop .recommendation-cards-grid {
    gap: 28px;
    padding: 20px 0;
  }

  .desktop .blockquote {
    margin: 20px 0 0;
    padding: 20px;
  }

  .desktop .list,
  .desktop .list-2,
  .desktop .list-3,
  .desktop .list-4,
  .desktop .container-32 {
    gap: 12px;
  }

  .desktop .icon-4 span,
  .desktop .icon span {
    font-size: 36px !important;
  }
}

@media (max-width: 480px) {
  .desktop .hero,
  .desktop .hero-section {
    height: 240px;
  }

  .desktop .recommendation-cards-grid > .section-subtitle {
    font-size: 24px;
  }

  .desktop .highlight-text {
    font-size: 16px;
    padding: 12px 0;
  }

  .desktop .highlight-bold {
    font-size: 22px;
  }

  .desktop .recommendation-card {
    padding: 24px 20px;
  }

  .desktop .blockquote {
    padding: 16px 20px;
  }

  .desktop .quote-text {
    font-size: 18px;
  }

  .desktop .text-wrapper-7,
  .desktop .hero-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .desktop .text-wrapper-8,
  .desktop .hero-subtitle {
    font-size: 15px;
  }

  .desktop .part,
  .desktop .part-2,
  .desktop .content-section {
    padding: 30px 12px;
    gap: 30px;
  }

  .desktop h2,
  .desktop .text-wrapper-9,
  .desktop .text-wrapper-21,
  .desktop .section-title {
    font-size: 22px;
  }

  .desktop h3,
  .desktop .text-wrapper-11,
  .desktop .text-wrapper-13,
  .desktop .text-wrapper-16,
  .desktop .text-wrapper-25,
  .desktop .section-subtitle,
  .desktop .card-title {
    font-size: 18px;
  }

  .desktop h4,
  .desktop .text-wrapper-18 {
    font-size: 15px;
  }

  .desktop p,
  .desktop .text-wrapper-10,
  .desktop .text-wrapper-14,
  .desktop .text-wrapper-15,
  .desktop .text-wrapper-17,
  .desktop .paragraph-text {
    font-size: 15px;
  }

  .desktop .container-4,
  .desktop .container-13,
  .desktop .container-31,
  .desktop .container-30,
  .desktop .container-35,
  .desktop .feature-section,
  .desktop .contact-card,
  .desktop .info-box {
    padding: 16px;
    gap: 16px;
  }

  .desktop .container-25,
  .desktop .container-26,
  .desktop .container-27,
  .desktop .container-28,
  .desktop .disease-card {
    padding: 16px;
    min-height: 120px;
  }

  .desktop .container-6,
  .desktop .feature-card {
    gap: 12px;
  }

  .desktop .container-7,
  .desktop .number-badge {
    min-width: 32px;
    height: 32px;
  }

  .desktop .text-wrapper-12,
  .desktop .badge-text {
    font-size: 14px;
  }

  .desktop figure img,
  .desktop .figure-image {
    min-height: 200px;
    object-fit: contain;
  }

  .desktop .icon span,
  .desktop .icon-2 span,
  .desktop .icon-3 span {
    font-size: 20px !important;
  }

  .desktop .container-36,
  .desktop .recommendation-card,
  .desktop .treatment-card,
  .desktop .companion-card {
    padding: 20px;
  }

  .desktop .companion-card .icon span {
    font-size: 32px !important;
  }

  .desktop .icon-4 span {
    font-size: 32px !important;
  }

  .desktop .quote p,
  .desktop .h-y-ki-m-tra-m-t-nh,
  .desktop .blockquote p,
  .desktop .quote-text {
    font-size: 17px;
  }

  .desktop .container-10,
  .desktop .container-23,
  .desktop .container-29,
  .desktop .container-33,
  .desktop .icon-wrapper,
  .desktop .care-tips-grid,
  .desktop .contact-cards-grid,
  .desktop .blockquote-wrapper {
    padding: 16px;
    gap: 12px;
    max-width: 100%;
  }

  .desktop .div-2,
  .desktop .list-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

/* Print Styles */
@media print {
  .desktop .hero,
  .desktop .hero-section {
    height: auto;
    padding: 40px 20px;
  }
}
