      @font-face {
        font-family: "RixYeoljeongdo_Regular";
        src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2102-01@1.0/RixYeoljeongdo_Regular.woff")
          format("woff");
        font-weight: normal;
        font-style: normal;
      }

      :root {
        --primary-color: #69c6dd;
        --secondary-color: #eaf5f7;
        --dark-color: #253036;
        --gray-color: #d6d7d7;
        --blue-color: #0459a5;
        --orange-color: #ecab86;
        --light-bg: #ebeae6;
        --blue-gray: #b2c6d3;
        --text-gray: #63666a;
        --white: #ffffff;
      }

      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
          "Malgun Gothic", sans-serif;
        line-height: 1.6;
        color: var(--text-gray);
        background-color: var(--white);
      }

	  p:lang(ko), div:lang(ko) {
        word-break: keep-all;
        white-space: normal;
      }

      /* Header */
      .header {
        background: var(--white);
        background: rgba(0, 0, 0, 0);
        padding: 1rem 2rem;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        transition: all 0.3s ease-in-out;
        opacity: 1; 
      }

      .header-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content:space-between;
      }

      .logo {
        font-size: 1.5rem;
        font-weight: bold;
        color: var(--primary-color);
		display: flex;
		align-items: center;
        justify-content: center;
      }

      .logo img {
        width: 100px;
      }

	  .header-social {
        display: flex;
        align-items: center;
      }

      .instagram-link {
        color: var(--white);
        font-size: 1.6rem;
        text-decoration: none;
        transition: all 0.3s ease;
        /* padding: 0.5rem; */
        border-radius: 8px;
      }

      .instagram-link:hover {
        color: var(--primary-color);
        /* background: rgba(255, 255, 255, 0.1); */
        transform: scale(1.1);
      }

      .instagram-link i {
        transition: all 0.3s ease;
      }


      /* Hero Section */
      .hero {
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.3),
            rgba(0, 0, 0, 0)
          ),
          url("../img/bg_tree.jpeg");
        background-size: cover;
        background-position: center;
        height: 100vh;
        min-height: 100vh;
        max-height: 100svh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: auto;
        color: var(--white);
      }

      .hero-content {
        max-width: 800px;
        padding: 6rem 1.2rem;
        position: relative;
        margin-bottom: 6rem;
      }

      .hero h1 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.4;
        font-family: "RixYeoljeongdo_Regular", "Malgun Gothic", sans-serif;
        position: relative;
        overflow: visible;
      }

      .hero-content h1::after{
        content: "";
        position: absolute;
        background: url('../img/circle_1.svg') no-repeat;
        background-size: contain;
        left:70px;
        top: -20px;
        width: 280px;
        height: 300px;
      }

      .hero h2 {
        font-size: 3.5rem;
        font-weight: 700;
        margin-bottom: 2rem;
        line-height: 1.2;
		margin-top: 2rem;
      }

      .hero h2 span {
        color: var(--orange-color);
        font-weight: 400;
        font-family: "RixYeoljeongdo_Regular", "Malgun Gothic", sans-serif;
      }

      .hero-subtitle {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        color: var(--dark-color);
        background: rgba(235, 234, 230, 0.9); 
        box-decoration-break: clone;
        display: inline; 
      }
      
      /* .hero-subtitle span {
        color: var(--blue-color);
      } */

      .hero-details {
        font-size: 1.1rem;
        margin-bottom: 3rem;
        opacity: 0.9;
        line-height: 1.8;
      }

      /* Main Content Container */
      .main-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 4rem 2rem;
      }

      /* Section Title */
      .section-title {
        text-align: center;
        font-size: 3rem;
        line-height: 1.3;
        font-weight: 300;
        color: var(--dark-color);
        margin: 2rem 0;
		margin-bottom: 1.5rem !important;
        font-family: "RixYeoljeongdo_Regular", "Malgun Gothic", sans-serif;

      }

      .section-subtitle {
        text-align: center;
        font-size: 1.1rem;
        color: var(--text-gray);
        margin-bottom: 3rem;
      }

      
      /* Insta Section */
      .insta-video-section {
        background: var(--white);
        padding: 4rem 0;
        position: relative;
        overflow: hidden;
		background-image: url('../img/bg_airport.jpg');
        background-size: cover;
      }

      .insta-video-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('../img/pattern.svg') repeat;
        opacity: 0.05;
        z-index: 1;
      }

      .insta-video-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
        z-index: 2;
        text-align: center;
      }

      .insta-video-wrapper {
        max-width: 350px;
        margin: 2rem auto;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
      }

      .insta-video-wrapper:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
      }

      .insta-video-thumbnail {
        width: 100%;
        aspect-ratio: 1179/2060; /* 인스타그램 세로 비율 */
        background: url('../img/insta_thumb.jpg') center center;
        background-size: cover;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .insta-video-thumbnail::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0.1) 0%,
          rgba(0, 0, 0, 0.3) 50%,
          rgba(0, 0, 0, 0.1) 100%
        );
        z-index: 1;
      }

      .insta-play-button {
        width: 70px;
        height: 70px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 2;
        position: relative;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 3px solid rgba(255, 255, 255, 0.3);
      }

      .insta-play-button:hover {
        background: var(--primary-color);
        transform: scale(1.1);
        box-shadow: 0 8px 25px rgba(105, 198, 221, 0.4);
      }

      .insta-play-button:hover i {
        color: var(--white);
      }

      .insta-play-button i {
        color: var(--dark-color);
        font-size: 1.8rem;
        margin-left: 3px;
        transition: all 0.3s ease;
      }

      .insta-video-player {
        width: 100%;
        aspect-ratio: 1179/2060;
        position: relative;
      }

      .insta-video-player video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
      }

      .insta-video-info {
        margin-top: 2rem;
        padding: 0 1rem;
      }

      .insta-video-info h3 {
        font-size: 1.4rem;
        font-weight: 700;
        color: var(--dark-color);
        margin-bottom: 0.5rem;
      }

      .insta-video-info p {
        font-size: 1rem;
        color: var(--text-gray);
        line-height: 1.6;
      }

      /* Job Cards Section */
      .jobs-section {
        padding: 4rem 0;
        background-image: repeating-linear-gradient(
          45deg,       
          var(--primary-color) 0,       
          var(--primary-color) 30px,    
          var(--white) 30px,         
          var(--white) 60px
        );
      }

      .jobs-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        margin-top: 2rem;
      }

      .job-card {
        background: var(--primary-color);
        border: 4px solid var(--primary-color);
        mix-blend-mode: normal;
        border-radius: 15px;
        padding: 2rem 1.5rem;
        height: 360px;
        text-align: center;
        transition: all 0.3s ease;
        cursor: pointer;
        overflow: hidden;
        position: relative;
      }

      .job-card:nth-child(1) {
        background-image: url('../img/job_01.jpg');
        background-size: cover;
        background-position: right bottom;
      }
      
      .job-card:nth-child(2) {
        background-image: url('../img/job_02.jpg');
        background-size: cover;
        background-position: center top;

      }

      .job-card:nth-child(3) {
        background-image: url('../img/job_03.jpg');
        background-size: cover;
        background-position: center top;
      }

      .job-card:hover {
        border-color: var(--orange-color);
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(105, 198, 221, 0.2);
      }

      .job-description{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -1px;
        padding: 1rem;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 0.5); 
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
      }

      .job-name {
        font-size: 2rem;
        color: var(--dark-color);
        font-family: "RixYeoljeongdo_Regular", "Malgun Gothic", sans-serif;
       }

      .job-position {
        font-size: 0.95rem;
        color: var(--dark-color);
        margin-bottom: 0.5rem;
      }

      .job-description {
        font-size: 0.9rem;
        color: var(--text-gray);
        line-height: 1.5;
      }


      /* Reward Section */
      .rewards-section {
        background: var(--primary-color);
        padding: 4rem 0 0 0;
        position: relative;
        overflow: hidden;
        min-height: 600px;
      }

      .rewards-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        position: relative;
        z-index: 2;
      }

      .rewards-content {
        text-align: center;
        margin-bottom: 3rem;
      }

	  .rewards-content > .section-title {
		/* margin-bottom: 2rem !important; */
		/* background-color: red; */
	  }

      .rewards-content .section-subtitle {
        color: rgba(255, 255, 255, 0.9);
      }

      .rewards-illustration {
        position: relative;
        height: 500px;
        margin-top: 6rem;
      }

      .illustration-bg {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 900px;
        height: 600px;
        background: url('../img/illust_reward.svg') no-repeat center bottom;
        background-size: contain;
        z-index: 1;
      }

      .reward-card {
        position: absolute;
        width: 180px;
        height: 180px;
        background: rgba(255, 255, 255, 0.75);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 3px solid rgba(255, 255, 255, 0.3);
        transition: all 0.4s ease;
        cursor: pointer;
        z-index: 3;
      }

      .reward-card:hover {
        transform: scale(1.1) translateY(-10px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
        background: rgba(255, 255, 255, 1);
      }

      .card-inner {
        text-align: center;
        padding: 1rem;
      }

      .card-icon {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
        display: block;
      }

      .card-inner h3 {
        font-size: 1.3rem;
        font-weight: bold;
        color: var(--dark-color);
        margin-bottom: 0.5rem;
      }

      .card-inner p {
        font-size: 0.9rem;
        color: var(--text-gray);
        line-height: 1.4;
      }

      /* 카드 위치 설정 */
      .left-card {
        top: 100px;
        left: 15%;
      }

      .center-card {
        top: 250px;
        left: 40%;
        transform: translateX(-50%);
      }

      .right-card {
        top: 100px;
        right: 8%;
      }

      .reward-card.revealed {
        animation: float 3s ease-in-out infinite;
      }

      .left-card.revealed {
        animation-delay: 0s;
      }

      .center-card.revealed {
        animation-delay: 1s;
      }

      .right-card.revealed {
        animation-delay: 2s;
      }



      /* Benefits Section */
      .benefits-section {
        padding: 4rem 0;
        background: var(--white);
      }

      .benefits-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }

      .benefit-card {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        padding: 1.5rem;
		padding-right: 2rem;
        background: var(--secondary-color);
        color: var(--dark-color);
        border-radius: 15px;
        transition: all 0.3s ease;
        min-height: 200px;
        justify-content: flex-start; 
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
		opacity: 0.15;
        background-blend-mode: luminosity;
      }

/*    .benefit-card:nth-child(1){
        background-image: url('../img/benefit_01.png');
      }
      
      .benefit-card:nth-child(2){
        background-image: url('../img/benefit_02.png');
      }
      
      .benefit-card:nth-child(3){
        background-image: url('../img/benefit_03.png');
      }
      
      .benefit-card:nth-child(4){
        background-image: url('../img/benefit_04.png');
      }
      
      .benefit-card:nth-child(5){
        background-image: url('../img/benefit_05.png');
      }
      
      .benefit-card:nth-child(6){
        background-image: url('../img/benefit_06.png');
      }  
*/

      .benefit-card:hover {
        background: var(--primary-color);
        /* color: var(--white); */
        transform: translateY(-3px);
      }

      .benefit-icon {
        width: 60px;
        height: 60px;
        background: var(--white);
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .benefit-icon i {
        font-size: 1.5rem;
        color: var(--primary-color);
      }

      .benefit-content h3 {
        font-size: 1.6rem;
        font-weight: 300;
        margin-bottom: 0.5rem;
        font-family: "RixYeoljeongdo_Regular", "Malgun Gothic", sans-serif;
      }

      .benefit-content p {
        font-size: 0.95rem;
        opacity: 0.9;
      }

	  /* Photo Section */
      .photo-section{
        background-image: linear-gradient(
          rgba(0,0,0,0.2),
          rgba(0,0,0,0.5)),
          url("../img/bg_jet.jpg");
        /* padding: 4rem 0; */
        width: 100vw;
        height: 30vh;
        background-size: cover;
        background-position: right center;
      }

      /* FAQ Section */
      .faq-section {
        background: var(--secondary-color);
        padding: 4rem 0;
      }

      .faq-list {
        max-width: 800px;
        margin: 0 auto;
      }

      .faq-item {
        background: var(--primary-color);
        border-radius: 10px;
        margin-bottom: 1rem;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		font-size: 1rem;
      }

      .faq-question {
        padding: 1.5rem 2rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        color: var(--dark-color);
        transition: all 0.3s ease;
      }

      .faq-question:hover {
        background: var(--orange-color);
      }

      .faq-answer {
        padding: 0 2rem;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        background: var(--white);
      }

      .faq-answer.active {
        padding: 1.5rem 2rem;
        max-height: 200px;
      }

      .faq-answer p {
        color: var(--text-gray);
        line-height: 1.6;
      }

      /* Application */
      .application-section {
        background: var(--dark-color);
        padding: 4rem 0;
        text-align: center;
      }

      .application-content {
        color: var(--white);
      }

      .application-content>p{
        position: relative;
      }

      .application-content>p::after {
        content: "";
        position: absolute;
        background: url('../img/arrrow.svg') no-repeat center center;
        background-size: contain;
        left:50%;
        transform: translateX(-50%);
        bottom: -100px;
        width: 200px;
        height: 100px;
        display: none;
      }

      /* .application-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
      } */

      .application-content p {
        font-size: 1.2rem;
        margin-bottom: 6rem;
        opacity: 0.9;
      }

      /* Apply Button */
      .apply-button {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15%;
        display: inline-block;
        background: var(--primary-color);
        color: var(--dark-color);
        padding: 1.2rem 3rem;
        border-radius: 50px;
        font-size: 1.6rem;
        font-weight: 1000;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border: 4px solid var(--text-gray);
        overflow: visible;
        z-index: 10000;
      }

      .apply-button::before {
        content: "";
        position: absolute;
        width: 39px;
        height: 39px;
        left: 30%;
        top: -22px;
        transform: rotate(90deg);
        background: url("../img/wing.svg") no-repeat center center;
        transition: transform 0.3s ease;
      }

      .apply-button::after {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        right: 30%;
        bottom: -22px;
        transform: rotate(270deg);
        background: url("../img/wing.svg") no-repeat center center;
        transition: transform 0.3s ease;
      }

      .apply-button:hover {
        background: var(--blue-color);
        color: var(--white);
        transform: translateY(calc(-50%+-3px));
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        background-size: contain;
      }

      .apply-button:hover::before {
        transform: rotate(90deg) translateY(-30px);
      }

      .apply-button:hover::after {
        transform: rotate(270deg) translateY(-30px);
      }

      /* Footer */
      .footer {
        background: var(--dark-color);
        color: var(--white);
        padding: 2rem 0;
        text-align: center;
        border-top: 1px solid var(--white);
      }

      .footer p {
        opacity: 0.8;
      }

      /* Mobile Responsive */
      @media (max-width: 1024px) {
        .hero h2 {
          font-size: 2.5rem;
        }

        .hero-subtitle {
          font-size: 1.4rem;
        }

        .jobs-grid {
          grid-template-columns: repeat(2, 1fr);
        }
        .illustration-bg {
          width: 800px;
        }
        
        .reward-card {
          width: 150px;
          height: 150px;
        }
        
        .card-icon {
          font-size: 2rem;
        }
        
        .card-inner h3 {
          font-size: 1.1rem;
        }
        
        .card-inner p {
          font-size: 0.8rem;
        }
        
        .left-card {
          left: 10%;
          top: 140px;
        }
        
        .right-card {
          right: 10%;
          top: 140px;
        }

      }

      @media (max-width: 768px) {
        .hero h1 {
          font-size: 4.5rem;
        }

        .hero h2 {
          font-size: 2.8rem;
        }

        .hero-content h1::after{
        left:60px;
        top: -10px;
        width: 220px;
        }

        .hero-subtitle {
          font-size: 1.3rem;
        }

        .hero-details {
          font-size: 1rem;
        }

        .main-container {
          padding: 2rem 1rem;
        }

        .section-title {
          font-size: 2rem;
        }

        .insta-video-section {
          padding: 3rem 0;
        }
        
        .insta-video-wrapper {
          max-width: 280px;
        }
        
        .insta-play-button {
          width: 60px;
          height: 60px;
        }
        
        .insta-play-button i {
          font-size: 1.5rem;
        }
        
        .insta-video-info h3 {
          font-size: 1.2rem;
        }
        
        .insta-video-info p {
          font-size: 0.95rem;
        }

        .jobs-grid {
          grid-template-columns: 1fr;
          gap: 1rem;
        }

        .rewards-section {
          padding: 3rem 0 0 0;
          min-height: 500px;
        }
        
        .rewards-content .section-title {
          font-size: 2rem;
        }
        
        .rewards-content .section-subtitle {
          font-size: 1rem;
        }
        
        .rewards-illustration {
          height: 400px;
        }
        
        .illustration-bg {
          width: 90vw;
          max-width: 500px;
          height: 300px;
        }
        
        .reward-card {
          width: 120px;
          height: 120px;
        }
        
        .card-inner {
          padding: 0.5rem;
        }
        
        .card-inner h3 {
          font-size: 1rem;
          margin-bottom: 0.3rem;
        }
        
        .card-inner p {
          font-size: 0.75rem;
        }
        
        .left-card {
          top: 50px;
          left: 4px;
        }
        
        .center-card {
          top: -30px;
          left: 40%;
          transform: translateX(-50%);
        }
        
        .right-card {
          top: 50px;
          right: 4px;
        }
        .benefits-grid {
          grid-template-columns: 1fr;
        }

        .application-content h2 {
          font-size: 2rem;
        }

        .apply-button {
          width: 60%;
          font-size: 1.4rem;
          font-weight: 800;
          padding: 1rem 1.4rem;
          bottom: 13%;
        }
      }

      @media (max-width: 480px) {
        .hero {
          min-height: 560px;
        }
        .hero h1 {
          font-size: 3rem;
        }

        .hero h2 {
          font-size: 2rem;
        }

        .hero-content h1::after{
        left: 16%;
        top: -24px;
        width: 200px;
        }
        
        .section-title {
          font-size: 1.5rem;
		  margin-bottom: 1rem;
        }

        .insta-video-section {
          padding: 2rem 0;
          min-height: 100vh;
          display: flex;
          align-items: center;
        }
        
        .insta-video-container {
          padding: 0 1rem;
        }
        
        .insta-video-wrapper {
          max-width: 90vw;
          max-height: 70vh;
        }
        
        .insta-video-thumbnail,
        .insta-video-player {
          max-height: 85vw;
          height: auto;
        }

          .insta-video-thumbnail {
          width: 100%;
          height: 75vh;
          max-height: 600px;
          min-height: 400px;
          aspect-ratio: unset;
        }
        
        .insta-video-player {
          width: 100%;
          height: 75vh;
          max-height: 600px;
          min-height: 400px;
          aspect-ratio: unset;
        }
        
        .insta-video-player video {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
              
        .insta-play-button {
          width: 80px;
          height: 80px;
        }
        
        .insta-play-button i {
          font-size: 2rem;
        }
 
     
        .section-subtitle {
          font-size: 1rem;
          margin-bottom: 2rem;
        }

        .jobs-section, .benefits-section, .faq-section {
          padding: 2rem 0;
        }

        .job-card,
        .benefit-card {
          padding: 1.5rem 1rem;
        }

        .job-name {
          font-size: 1.2rem;
        }

        .rewards-section {
          min-height: 450px;
        }
        
        .rewards-content .section-title {
          font-size: 1.8rem;
          margin-bottom: 1rem;
        }
        
        .rewards-illustration {
          height: 350px;
        }
        
        .illustration-bg {
          width: 95vw;
          height: 250px;
        }
        
        .reward-card {
          width: 120px;
          height: 120px;
        }
        
      
        .card-inner h3 {
          /* font-size: 0.9rem; */
        }
        
        .card-inner p {
          /* font-size: 0.7rem; */
        }
        
        .faq-question,
        .faq-answer {
          padding: 1.2rem 1.2rem;
        }
        
        .faq-answer.active {
          padding: 1rem 1.2rem;
        }

        .faq-answer {
          max-height:fit-content;
        }

        .faq-question i{
          display: none;
        }

        .application-content p {
          margin-bottom: 4rem;
        }

        .apply-button {
          width: 80%;
          font-size: 1.2rem;
          font-weight: 800;
          padding: 1rem 1.4rem;
          bottom: 12%;
        }

        .footer{
          padding: 1rem 0;
        }
      }

      @media (max-width: 380px){
        .hero h1 {
          font-size: 2.4rem;
        }

        .hero h2 {
          font-size: 1.6rem;
        }

        .hero-content h1::after{
        left: 22%;
        top: -14px;
        width: 140px;
        }

        .hero-subtitle {
          font-size: 1.2rem;
        }

        .insta-video-wrapper {
          max-width: 90vw;
        }
        
        .insta-video-thumbnail {
          height: 70vh;
          min-height: 350px;
        }
        
        .insta-video-player {
          height: 70vh;
          min-height: 350px;
        }

        .reward-card {
          /* width: 110px;
          height: 110px; */
        }
      
      
        .card-inner h3 {
          /* font-size: 0.8rem; */
        }
        
        .card-inner p {
          /* font-size: 0.65rem; */
        }
        
        .section-title {
          /* font-size: 1.5rem; */
        }
        
        .section-subtitle {
          font-size: 0.9rem;
        }
      } 

      /* Animations */
      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(30px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .fade-in {
        animation: fadeInUp 0.8s ease-out;
      }

      /* Scroll Reveal */
      .scroll-reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.6s ease-out;
      }

      .scroll-reveal.revealed {
        opacity: 1;
        transform: translateY(0);
      }