 @font-face {
      font-family: 'Brandon Grotesque Black';
      src: url('brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_black-BF64a625c944b08.otf') format('opentype');
      font-weight: 900;
      font-style: normal;
    }
    @font-face {
      font-family: 'Brandon Grotesque Medium italic';
      src: url('brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_medium_italic-BF64a625c928c55.otf') format('opentype');
      font-weight: 900;
      font-style: normal;
    }
    @font-face {
      font-family: 'Brandon Grotesque Bold';
      src: url('brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_bold-BF64a625c9151d5.otf') format('opentype');
      font-weight: 700;
      font-style: normal;
    }
    @font-face {
      font-family: 'Brandon Grotesque Medium';
      src: url('brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_medium-BF64a625c84a521.otf') format('opentype');
      font-weight: 500;
      font-style: normal;
    }

    @font-face {
      font-family: 'Brandon Grotesque Regular';
      src: url('brandon-grotesque-font-family/HvDTrial_Brandon_Grotesque_regular-BF64a625c9311e1.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;*/
      line-height: 1.6;
      color: #333;
      background-color: #ffffff;
    }
 /* Header Menu */
    .menu {
	background-color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      
      margin: 0 auto;
      width: 100%;
      padding: 0 2rem;
    }

    .header__branding {
	  width:100%;
      display: flex;
      align-items: center;     
	  padding-left:70px;
	  padding-bottom: 50px;
    }

    .packed-purpose-image {
      height: 120px;
      width: auto;
    }

    .header__branding a {
      display: inline-block;
    }


    .header__top {
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }

    .to-distribution-area {
      position: relative;
      display: inline-block;
    }
	
    .to-distribution-area__icon {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      transition: all .3s ease;
      color: #401e1f;
      font-size: 28px;
      letter-spacing: -0.28px;
      line-height: 25px;
      text-decoration: none;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
    }

    .to-distribution-area__icon svg {
      width: 18px;
      height: 25px;
      fill: #fcb900;
    }

    .to-distribution-area__text {
      transition: all .3s ease;
      color: #401e1f;
      font-size: 28px;
      letter-spacing: -0.28px;
      line-height: 25px;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
    }

    .to-distribution-area__options {
      position: absolute;
      top: 100%;
      left: 0;
      background: #401e1f;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      list-style: none;
      padding: 0.5rem 0;
      margin: 0;
      z-index: 1000;
      min-width: 150px;
      opacity: 0;
      visibility: hidden;
      display: block;
      transform: translateY(-10px);
      transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
    }

    .to-distribution-area__options.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .to-distribution-area__options li {
      padding: 0.5rem 1rem;
    }

    .to-distribution-area__options a {
      text-decoration: none;
      color: #ffffff;
      display: block;
      padding: 0;
      margin: 0;
      font-size: 23px;
      line-height: 1;
      border: 0;
      box-sizing: inherit;
    }

    .lang-switch a {
      transition: all .3s ease;
      color: #401e1f;
      font-size: 20px;
      letter-spacing: -0.28px;
      line-height: 25px;
      text-decoration: none;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      display: inline-block;
      padding: 4px 8px;
      border: 2px solid #401e1f;
      border-radius: 0;
    }

    .header__navigation {
      display: flex;
      align-items: flex-start;
      gap: 2rem;
      margin-left: auto;
    }

    .nav-utility-section {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 1rem;
	  padding-right:70px;
    }

    .nav-utility-top {
      display: flex;
      align-items: center;
      gap: 1rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .nav-utility-bottom {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-left: auto;
      justify-content: flex-end;
    }

    .nav-utility-bottom .nav-menu {
      margin: 0;
      padding: 0;
    }

    .menu-toggle {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 0rem;
    }

    .nav-menu {
      display: flex;
      list-style: none;
      gap: 2rem;
      margin: 0;
      padding: 0;
      align-items: center;
    }

    .menu-utility {
      display: flex;
      align-items: center;
    }

    .nav-menu a {
      transition: all .3s ease;
      color: #401e1f;
      font-size: 28px;
      letter-spacing: -0.28px;
      line-height: 25px;
      text-decoration: none;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
    }

    .nav-menu a:hover {
      color: #401e1f;
      opacity: 0.8;
    }

    .header__search {
      position: relative;
      display: flex;
      align-items: center;
      margin-left: 1rem;
    }

    .to-search {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0;
      position: relative;
      padding-right: 0;
    }

    .to-search .header__top {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 0;
    }

    .search-input {
      padding: 0.5rem;
      border: 1px solid #401e1f;
	  font-family: 'Poppins-Regular', sans-serif !important;
	  font-size: 20px;
      border-radius: 4px;
      width: 0;
	  
          opacity: 1;
      visibility: hidden;
      transform: translateX(10px);
      margin-left: 0;
      overflow: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease, width 0.4s ease, margin-left 0.4s ease, padding 0.4s ease;
      padding-left: 0;
      padding-right: 0;
	  color:#401e1f;
    }

    .search-input.show {
      width: 130px;
      opacity: 1;
      visibility: visible;
	  font-family: 'Poppins-Regular', sans-serif !important;
      transform: translateX(0);    
      border: 1px solid #401e1f;	  
      padding-left: 0.5rem;
      padding-right: 0.5rem;
	  margin-right: 10px;    
    }

    .nav-menu {
      transition: transform 0.4s ease;
    }

    .nav-menu.search-open {
      transform: translateX(-5px);
    }

    .to-open-close-search {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #401e1f;
    }

    .to-open-close-search svg {
      width: 20px;
      height: 20px;
      fill: #401e1f;
    }

    .srt {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

    .social {
      margin-top: 1rem;
    }

    .social__title {
      font-weight: bold;
      color: #000000;
      margin-bottom: 0.5rem;
      font-size: 0.875rem;
    }

    .social ul {
      display: flex;
      list-style: none;
      gap: 1rem;
      padding: 0;
      margin: 0;
    }

    .social ul a {
      display: flex;
      align-items: center;
      color: #2c3e50;
    }

    .social ul svg {
      width: 20px;
      height: 20px;
      fill: #2c3e50;
    }

    .to-open-close-menu-mobile {
      display: none;
    }

    .hide-collapsed {
      display: block;
    }

    .just-collapsed {
      display: none;
    }

    @media (max-width: 768px) {
      .hide-collapsed {
        display: none;
      }

      .just-collapsed {
        display: block;
      }

      .menu-toggle {
        display: block;
      }

      .nav-menu {
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 1rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        display: none;
      }

      .nav-menu.active {
        display: flex;
      }
    }

    /* Hero Section */
    .hero {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
    }
   .hero-div {
     text-align:center;padding-bottom:0;
    }
	.hero-div-image {
     display:block;
	 margin:0 auto;
	 width:100%;
    }

    .hero-image {
      position: absolute;
      height: 603px;
      left: 0%;
      right: -4.86%;
      top: calc(50% - 603px/2 - 1882.5px);
      width: 104.86%;
      z-index: 0;
      overflow: hidden;
    }

    .hero-image img {
      width: 100%;
      height: 603px;
      object-fit: cover;
      display: block;
    }

    .hero-content {
      text-align: center;
      z-index: 1;
      padding-top: 4rem;
      background-color: white;
      position: relative;
      margin-top: 0;
      width: 100%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .hero-content h1 {
      font-family: 'Brandon Grotesque Black';
      font-size: 4rem;
      font-weight: 900;
      color: #2c3e50;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .hero-content .subtitle {
      font-size: 1.5rem;
      color: #2c3e50;
      font-weight: 500;
      margin-bottom: 1rem;
    }

    /* BBrandon Grotesque Regular for subtitle with font-size:40px */
    .hero-content .subtitle[style*="font-size:40px"] {
      font-family: 'Brandon Grotesque Regular';
    }

    /* Brandon Grotesque Regular for subtitle with font-size:20px in hero */
    .hero-content .subtitle[style*="font-size:21px"] {
      font-family: 'Brandon Grotesque Regular';
    }

    /* Container */
    .container {
     
      margin: 0 auto;
      padding-bottom:1rem;

    }
	.container-why-participate {    
      margin: 0 auto;
         padding-top: 0px;
   padding-right: 110px;
    padding-bottom: 0px;
     padding-left: 16px;

    }

    /* About Section */
    .about-section {
      padding: 11rem 0;
      background-color: #ffffff;
      position: relative;
    }

    .about-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0rem;
      align-items: center;
    }

   /* .about-image-family {
      position: absolute;
      width: 758px;
      height: 392px;
      left: 682px;
      top: 1302px;
      background: url(images/Family.png);
      background-size: cover;
      background-position: center;
      z-index: 1;
    }*/

    .about-text h2 {
	   font-family:'Brandon Grotesque bold';
      font-size: 2.5rem;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 1.5rem;
      text-transform: uppercase;
    }

    .about-text p {
	  font-family:'Brandon Grotesque regular';
      font-size: 21px;
      line-height: 1.8;
      color: #555;
      margin-bottom: 2rem;
	  padding-right:30px
    }

    .learn-more-btn {
	 border-radius: 5px;
	 background-color: #401e1f;
	 color: #fff;
	 font-size: 30px;
	 font-weight: 700;
	 font-style: normal;
	 letter-spacing: 0.6px;
	 line-height: normal;
	 text-align: center;
	 padding: 8px 24px 9px 29px;
	 font-family: 'Brandon Grotesque Bold';  
	 text-decoration: none;
    }

    .learn-more-btn:hover {
      background-color: #654321;
    }

    .about-image {
      width: 100%;
      height: 400px;
      padding-top:95px;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      
      font-style: italic;
    }

    /* Challenge Section */
    .challenge-section {
      padding-top:4rem;
	  padding-top:4rem;
      background-color: white;
      text-align: center;
    }

    .challenge-section h2 {
	  font-family:'Brandon Grotesque black';
      font-size: 3rem;
      font-weight: bold;
      color: #2c3e50;
      margin-bottom: 2rem;
      text-transform: uppercase;
    }

    .challenge-section p {
	  font-family:'Brandon Grotesque medium';
      font-size: 1.25rem;
      line-height: 1.8;
      color: #555;
      padding-bottom:2rem;
      margin: 0 auto;
	 
    }

    /* How to Enter Section */
    .how-to-enter {
    
      background-color: #ffffff;
		 
		padding-left:110px;
		
    }

    .how-to-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0rem;
      align-items: start;
	  
    }

    .how-to-text h2 {
      font-family: 'Brandon Grotesque Bold';
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 2rem;
    }

    .steps {
      display: flex;
      flex-direction: column;
      gap: 2rem;
	  padding-top:3rem;
	  padding-bottom:45px;	 
    }

    .step {
      display: flex;
     padding-bottom:40px;
      align-items: start;
	  
    }

    .step-icon {
      width: 60px;
      height: 60px;
      background-color: #FFD700;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      font-size: 1.5rem;
      font-weight: bold;
      color: #2c3e50;
	  

    }
.step-content{
	padding-left:4rem;
	margin-top:-20px;
	
	
}
    .step-content h3 {
      font-family: 'Brandon Grotesque Medium';
	  font-size:30px;     
      font-weight: 500;
      color: #2c3e50;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
	  
    }

    .step-content p {
      font-family: 'Brandon Grotesque Regular';
      font-size: 1rem;
      line-height: 1.6;
      color: #555;
      
    }

    /* Brandon Grotesque Medium for email address (b tag) */
    .step-content p b {
      font-family: 'Brandon Grotesque Medium';
      font-weight: 500;
    }

    .step-content ul {
      font-family: 'Brandon Grotesque Regular';
      list-style: none;
      padding-left: 0;
      margin-top: 0.5rem;
    }

    .step-content ul li {
      font-family: 'Brandon Grotesque Regular';
      font-size: 0.95rem;
      color: #666;
      margin-bottom: 0.25rem;
    }

    .step-content ul li::before {
      content: "o ";
      margin-right: 5px;
    }

    .how-to-image {
      width: 100%;
      height: 500px;
      background: linear-gradient(135deg, white 0%, white 100%);
      border-radius: 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #999;
      font-style: italic;
    }

    /* Submission Banner */
    .submission-banner {
      background: linear-gradient(90deg, white 0%, white 100%);
      
      text-align: center;
      color: white;
    }

.submission-banner .container {
     
    }
    .submission-banner h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
      color: #FFD700;
      text-transform: uppercase;
    }

    .submission-banner .dates {
      font-size: 1.25rem;
      font-weight: bold;
    }

    /* Why Participate Section */
    .why-participate {
      padding: 5rem 0;
      background-color: white;
	  padding-left:90px;
    }

    .why-participate h2 {
      font-family: 'Brandon Grotesque Bold';
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 1rem;
    }

    .why-participate .subheading {
      text-align: center;
      font-size: 1.25rem;
      color: #555;
      margin-bottom: 3rem;
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 3rem;
      margin-top: 3rem;
	  padding-left:4rem;
    }

    .benefit {
      text-align: center;
    }

    .benefit-icon {
      width: 120px;
      height: 120px;
      background-color: #FFD700;
      border: 3px solid #2c3e50;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1.5rem;
      font-size: 3rem;
    }

    .benefit p {
      font-size: 1rem;
      line-height: 1.6;
      color: #555;
    }

    /* Footer */
    .footer {
      font-size: 25px;
      text-decoration: none;
      font-weight: bold;
      font-family: 'Poppins', sans-serif;
      padding: 0px 0 0px;
    }

    .footer .social__title {
      padding-right: 10px;
    }

    .footer .social ul li {
      margin: 0 0 0 20px;
    }

    /* Social Media Styles from style.css */
    .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-align-content: center;
      align-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      position: relative;
      color:black;
    }

    .social__title div {
      font-size: 25px;
      line-height: 49px;
    }

    .social ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-align-content: center;
      align-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .social ul li {
      margin: 0 18px;
    }

    .social ul li a {
      display: block;
    }

    .social ul li a svg {
      transition: all .3s ease;
      display: block;
      position: relative;
      fill: #faa12a;
    }

    @media (min-width: 768px) {
      .social ul li a:hover svg,
      .social ul li a:focus svg {
        fill: #401e1f;
      }

      .social a svg:hover path {
        fill: #401e1f;
      }
    }

    @media (max-width: 767px) {
      .social {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      .social__title {
        width: 100%;
        margin-bottom: 6px;
      }

      .social ul li:first-child {
        width: 100%;
      }
    }

    .footer__medium {
      margin: 50px 0 30px;
    }

    .footer__medium ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-align-content: center;
      align-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer__medium ul li {
      margin: 0 30px;
      text-transform: uppercase;
    }

    .footer__bottom ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-align-content: center;
      -ms-align-content: center;
      align-content: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer__bottom ul li {
      margin-left: 40px;
    }

    .footer__bottom ul li:first-child {
      margin-left: 0;
    }

    .footer__bottom ul li a {
      font-size: 17px;
      line-height: 23px;
      line-height: 23px;
      text-transform: none;
      color: #2c3e50;
      text-decoration: none;
    }

    .footer__bottom ul li:after {
      content: "|";
      margin-left: 40px;
    }

    .footer__bottom ul li:last-child:after {
      content: "";
    }

    .footer__copyright {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 20px 0;
    }

    .footer__copyright p {
      font-size: 17px;
      line-height: 23px;
      margin: 0;
    }

    @media (max-width: 1024px) {
      .footer__medium ul li {
        margin: 0 18px;
      }
    }

    @media (max-width: 1120px) {
      .footer__bottom ul li {
        margin-left: 30px;
      }

      .footer__bottom ul li:after {
        content: "|";
        margin-left: 30px;
      }
    }

    @media (max-width: 979px) {
      .footer__bottom ul li {
        margin-left: 20px;
      }

      .footer__bottom ul li:after {
        content: "|";
        margin-left: 20px;
      }
    }

    @media (max-width: 767px) {
      .footer {
        padding: 30px 0 0;
      }

      .footer__medium {
        margin: 33px 0 13px;
      }

      .footer__medium ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      .footer__medium ul li {
        margin: 0 0 13px;
      }

      .footer__bottom ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-align-content: center;
        align-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }

      .footer__bottom ul li {
        margin: 0 0 7px;
      }

      .footer__bottom ul li::after {
        content: "";
        margin: 0;
      }

      .footer__copyright {
        margin: 15px 0 30px;
        padding: 0 20px;
      }

      .footer__copyright p {
        font-size: 15px;
        line-height: 23px;
        text-align: center;
      }
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .about-content,
      .how-to-content {
        grid-template-columns: 1fr;
      }

      .benefits {
        grid-template-columns: 1fr;
      }

      .hero h1 {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      .header__branding {
        flex-direction: column;
        align-items: flex-start;
      }

      .hero h1 {
        font-size: 2rem;
      }

      .hero .subtitle {
        font-size: 1.125rem;
      }
    }