* { box-sizing: border-box; }
.section_pad { padding: 140px 0; }
.has-wave { padding-bottom: 230px; }
.js-scroll-in { opacity: 0; transform: translateY(50px); transition: opacity 1s ease,transform 1s cubic-bezier(0.2,0.8,0.2,1); }
.js-scroll-in.is-in { opacity: 1; transform: translateY(0); }
.common-sec-title { display: flex; flex-direction: column; align-items: center; margin-bottom: 70px; text-align: center; }
.common-sec-title.mb-20 { margin-bottom: 20px; }
.common-sec-title .en-title { color: #44b659; font-size: 14px; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 16px; font-family: 'Poppins',sans-serif; display: flex; align-items: center; justify-content: center; }
.common-sec-title .en-title.mb-8 { margin-bottom: 8px; }
.common-sec-title .title-logo-mark { display: inline-block; width: 24px; height: 16px; background: #44b659; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; margin-right: 12px; transform: translateY(-2px) rotate(-10deg); }
.common-sec-title .tw-title {color: #2c332d;font-size: 34px;font-weight: 900;letter-spacing: 0.08em;margin: 0;line-height: 1.4;}
.common-sec-title .tw-title.text-32 { font-size: 32px; }
.common-sec-title .title-line { width: 40px; height: 3px; background: #87c995; margin-top: 24px; border-radius: 2px; }
.common-sec-title .title-line.mt-16 { margin-top: 16px; }
.common-sec-title .tw-title span { font-size: 2rem; }
/* ==========================================================================
    (Background Decorations)
========================================================================== */.deco-blob { position: absolute; z-index: 0; pointer-events: none; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; animation: morphBlob 15s ease-in-out infinite alternate; opacity: 0.6; }
.deco-dot-grid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-image: radial-gradient(#cde0d1 2px,transparent 2px); background-size: 36px 36px; opacity: 0.3; pointer-events: none; }
.deco-flight-path { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg width='1440' height='600' viewBox='0 0 1440 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-100 500 C 300 400,600 100,1500 200' stroke='%2387c995' stroke-width='3' stroke-dasharray='10 15' opacity='0.3' fill='none'/%3E%3Cpath d='M-100 100 C 400 300,800 600,1500 100' stroke='%2344b659' stroke-width='2' stroke-dasharray='6 12' opacity='0.15' fill='none'/%3E%3C/svg%3E");background-size: cover; background-position: center; pointer-events: none; z-index: 0; }
.deco-spore { position: absolute; background: #44b659; border-radius: 50%; pointer-events: none; z-index: 0; animation: floatSpore linear infinite; opacity: 0.15; }
.deco-quote-mark { position: absolute; top: -50px; left: 5%; font-size: 500px; color: #fff; font-family: Georgia,serif; opacity: 0.4; line-height: 1; pointer-events: none; z-index: 0; user-select: none; text-shadow: 0 10px 30px rgba(0,0,0,0.02); }
/* åº•éƒ¨å…±ç”¨èƒŒæ™¯ (Feedback & Contact) - å¯¦å¿ƒåŒå¿ƒåœ“èˆ‡ç¹žåœ“å°é»ž */
.bottom-engagement-wrapper { position: relative; overflow: hidden; background: linear-gradient(180deg,#ffffff 0%,#f9fcf9 30%,#eef8f1 100%); padding-top: 40px; }
.deco-rings { position: absolute; top: 50%; left: 50%; width: 1600px; height: 1600px; pointer-events: none; z-index: 0; margin-top: -800px; margin-left: -800px; }
.deco-rings .ring { position: absolute; border: 1px solid rgba(68,182,89,0.15); border-radius: 50%; transform-origin: center; }
.deco-rings .ring::before { content: ''; position: absolute; top: 0; left: 50%; transform: translate(-50%,-50%); width: 12px; height: 12px; background: #44b659; border-radius: 50%; box-shadow: 0 0 10px rgba(68,182,89,0.4); }
.deco-rings .ring-1 { inset: 0; animation: ringSpinSlow 60s infinite linear; }
.deco-rings .ring-2 { inset: 200px; border-color: rgba(68,182,89,0.1); animation: ringSpinReverseSlow 80s infinite linear; }
.deco-rings .ring-2::before { width: 8px; height: 8px; background: #87c995; }
.deco-rings .ring-3 { inset: 450px; border-color: rgba(68,182,89,0.06); animation: ringSpinSlow 100s infinite linear; }
.deco-rings .ring-3::before { width: 10px; height: 10px; }
@keyframes morphBlob {
  0% { border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; transform: scale(1) rotate(0deg); }
  50% { border-radius: 60% 40% 30% 70%/50% 60% 40% 50%; transform: scale(1.05) rotate(5deg) translateY(-20px); }
  100% { border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; transform: scale(1) rotate(-5deg) translateY(0); }
}
@keyframes floatSpore {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  20% { opacity: 0.25; }
  80% { opacity: 0.25; }
  100% { transform: translateY(-150px) scale(1.2); opacity: 0; }
}
@keyframes ringSpinSlow {
  100% { transform: rotate(360deg); }
}
@keyframes ringSpinReverseSlow {
  100% { transform: rotate(-360deg); }
}

/*  (js-split) */
.js-split span { display: inline-block; opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.2,0.8,0.2,1),transform 0.6s cubic-bezier(0.2,0.8,0.2,1); }
.is-in .js-split span,.is-in.js-split span { opacity: 1; transform: translateY(0); }
/* SVG (Shape Dividers) */
.shape-divider { position: absolute; left: 0; width: 100%; overflow: hidden; line-height: 0; z-index: 6; pointer-events: none; }
.shape-divider svg { display: block; width: calc(100% + 1.3px); height: 200px; }
.shape-divider.z-20 { z-index: 20; }
.shape-bottom { bottom: -1px; }
/* Swiper  */
.swiper-button-next,.swiper-button-prev { color: #44b659 !important; background: rgba(255,255,255,0.8); width: 50px !important; height: 50px !important; border-radius: 50%; box-shadow: 0 4px 15px rgba(0,0,0,0.1); backdrop-filter: blur(4px); transition: all 0.3s; }
.swiper-button-next:after,.swiper-button-prev:after { font-size: 20px !important; font-weight: 900; }
.swiper-button-next:hover,.swiper-button-prev:hover { background: #44b659; color: #fff !important; transform: scale(1.1); }
.swiper-pagination-bullet { background: #cde0d1 !important; opacity: 1 !important; transition: all 0.3s; }
.swiper-pagination-bullet-active { background: #44b659 !important; transform: scale(1.3); }
/* ==========================================================================
   Section 2:News (#news)
========================================================================== */#news { background: #fff; position: relative; overflow: hidden; }
#news::before { content: ''; position: absolute; top: 0vw; right: -20vw; width: 27vw; height: 27vw; background: rgb(63 179 94/15%); border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; opacity: 0.8; animation: badgeRing 20s linear infinite; z-index: 0; }
#news::after { content: ''; position: absolute; bottom: 0vw; left: 41vw; width: 20vw; height: 20vw; background: radial-gradient(circle,rgba(135,201,149,0.15) 0%,transparent 70%); z-index: 0; }
#news .deco-blob.news-blob { width: 16vw; height: 16vw; background: rgb(63 179 94/15%); top: 15vw; left: -10vw; }
#news .workframe { position: relative; z-index: 2; }
#news .news-split-wrap { display: grid; grid-template-columns: repeat(2,1fr); gap: 80px; align-items: start; }
#news .news-col { display: flex; flex-direction: column; }
#news .news-col.delay-200 { transition-delay: 0.2s; }
#news .news-col-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 2px dashed #e2ece4; margin-bottom: 30px; }
#news .news-title-en { color: #2c332d; font-size: 26px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; margin: 0; font-family: 'Poppins',sans-serif; }
#news .news-list { display: flex; flex-direction: column; background: #ffffff; box-shadow: 0 12px 30px rgba(44,51,45,0.04); border-radius: 15px; padding: 11px 15px; }
#news .news-item {display: grid;grid-template-columns: 38% 54%;align-items: center;gap: 8%;padding: 24px 20px;border-radius: 5px;transition: all 0.4s ease;border: 1px solid transparent;margin-bottom: 8px;background: #ffffff;position: relative;z-index: 5;flex-direction: column;}
#news .news-item:not(:last-child) { border-bottom: rgb(235 235 235/68%) 1px solid; }
#news .news-item:hover { transform: translateY(-2px); background: #f2f9f3; border-color: rgba(68,182,89,0.15); box-shadow: 0 12px 30px rgba(44,51,45,0.04); }
#news .news-date { font-family: 'Poppins',sans-serif; color: #96a699; font-size: 14px; font-weight: 700; width: 100px; flex-shrink: 0; }
#news .news-tag { padding: 6px 14px; background: #eef8f1; color: #44b659; font-size: 12px; font-weight: 700; border-radius: 999px; margin-right: 20px; flex-shrink: 0; }
#news .news-tag.event { background: #eff6df; color: #7ab341; }
#news .news-text {color: #626e64;font-size: 15px;font-weight: 700;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.6;transition: color 0.3s;grid-column: 1 / -1;}
#news .news-item:hover .news-text { color: #44b659; }
#news .dooboox{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 20px 10px;
}
/* ==========================================================================
   Section 3:About Brand Story (#about_area)
========================================================================== */#about_area.spain_style_about { position: relative; overflow: hidden; background: radial-gradient(circle at 51% 27%,rgba(238,248,241,1),transparent 30%),radial-gradient(circle at 97% 42%,rgba(242,249,244,1),transparent 15%),#f9fcf9; isolation: isolate; }
#about_area .about_wrap {position: relative;z-index: 5;display: grid;grid-template-columns: minmax(430px,540px) minmax(0,1fr);align-items: center;gap: 120px;}
#about_area .about_bg_text { position: absolute; right: 2%; bottom: 9%; z-index: 1; text-transform: lowercase; white-space: nowrap; pointer-events: none; font-family: 'Poppins',sans-serif; font-size: clamp(72px,12vw,220px); font-weight: 800; line-height: 1; letter-spacing: 0.02em; background: linear-gradient(135deg,#3fb35e 0%,#6bd67f 45%,#FFEB3B 100%); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-text-fill-color: transparent; opacity: 0.15; }
#about_area .about_wave_line { position: absolute; left: 60%; top: 90px; z-index: 1; width: 320px; height: 42px; transform: translateX(-50%); opacity: .5; background: radial-gradient(12px 12px at 12px 22px,transparent 11px,rgba(135,201,149,.4) 12px,transparent 13px) 0 0/42px 42px repeat-x; animation: aboutWaveMove 16s linear infinite; }
#about_area .about_float { position: absolute; z-index: 2; pointer-events: none; animation: aboutFloat 8s ease-in-out infinite; }
#about_area .about_float_01 { left: -12vw; top: 25%; width: 20vw; height: 20vw; background: #eef8f1; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; animation-delay: .2s; }
#about_area .about_float_02 { left: 40%; top: 15%; width: 120px; height: 120px; border: 2px dashed rgba(135,201,149,0.4); border-radius: 50%; animation-delay: .8s; }
#about_area .about_float_03 {left: 42%;top: 40%;width: 160px;height: 160px;background: rgb(234 243 236 / 59%);border-radius: 30% 70% 50% 50%/50% 40% 60% 50%;animation-delay: 1.2s;}
#about_area .about_float_04 { right: -9vw; top: 8vw; width: 20vw; height: 20vw; border: 4px solid rgba(68,182,89,0.15); border-radius: 50%; animation-delay: .5s; }
#about_area .about_visual { position: relative; min-height: 560px; }
#about_area .visual_card_back {position: absolute;left: 12px;top: -27px;z-index: 2;width: 490px;height: 550px;border-radius: 300px 300px 40px 40px;background: #fff;box-shadow: 0 25px 60px rgba(44,51,45,0.08);transform: rotate(-3.5deg);transition: transform .6s cubic-bezier(.2,.8,.2,1);}
#about_area .about_visual:hover .visual_card_back { transform: rotate(-5.5deg) scale(1.02); }
#about_area .about_photo {position: absolute;left: 40px;top: 0;z-index: 4;width: 450px;height: 600px;margin: 0;overflow: hidden;border-radius: 220px 220px 40px 40px;box-shadow: 0 20px 50px rgba(44,51,45,0.1);transform: translateZ(0);}
#about_area .about_photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
#about_area .about_visual:hover .about_photo img { transform: scale(1.06); }
#about_area .about_logo_badge {position: absolute;left: -30px;top: 210px;z-index: 6;width: 130px;height: 130px;border-radius: 40% 60% 70% 30%/40% 50% 60% 50%;background: #44b659;color: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;box-shadow: 0 20px 40px rgba(68,182,89,0.3);animation: badgeBreath 4s ease-in-out infinite;}
#about_area .about_logo_badge::after { content: ""; position: absolute; inset: -10px; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; border: 1px dashed rgba(68,182,89,0.5); animation: badgeRing 6s linear infinite; }
#about_area .about_logo_badge span { font-size: 26px; line-height: 1; font-weight: 900; font-family: 'Poppins',sans-serif; letter-spacing: 0.05em; margin-bottom: 2px; }
#about_area .about_logo_badge small { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; }
#about_area .about_memo_card {position: absolute;right: 8px;bottom: 12px;z-index: 7;width: 210px;padding: 20px 24px;border-radius: 24px;background: rgba(255,255,255,0.9);box-shadow: 0 15px 35px rgba(44,51,45,0.08);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);transform: rotate(-2deg);transition: box-shadow .4s ease,transform .4s ease;border: 1px solid rgba(255,255,255,0.8);}
#about_area .about_visual:hover .about_memo_card { box-shadow: 0 20px 45px rgba(44,51,45,0.12); transform: translateY(-5px) rotate(-2deg); }
#about_area .about_memo_card .memo-title { display: block; color: #2c332d; font-size: 16px; font-weight: 900; margin-bottom: 6px; }
#about_area .about_memo_card .memo-desc {display: block;color: #87c995;font-size: 13px;font-weight: 700;line-height: 1.5;text-align: left;}
#about_area .about_pattern {position: absolute;left: -55px;bottom: 10px;z-index: 3;display: grid;grid-template-columns: repeat(4,15px);gap: 8px;opacity: 0.6;}
#about_area .about_pattern i { width: 15px; height: 15px; border-radius: 50%; background: #cde0d1; }
#about_area .about_pattern i:nth-child(even) { background: #87c995; }
#about_area .about_content { position: relative; z-index: 6; max-width: 620px; }
#about_area .section_kicker { margin: 0 0 20px; color: #87c995; font-size: 14px; font-weight: 900; letter-spacing: 0.15em; font-family: 'Poppins',sans-serif; text-transform: uppercase; display: flex; align-items: center; }
#about_area .section_kicker .title-logo-mark { display: inline-block; width: 22px; height: 14px; background: #87c995; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; margin-right: 10px; transform: translateY(-2px) rotate(-10deg); }
#about_area .about_content .main-title {margin: 0 0 5px;color: #2c332d;font-size: 2rem;line-height: 1.4;font-weight: 900;letter-spacing: 0.05em;text-align: left;}
#about_area .about_content .sub-title {position: relative;display: inline;margin: 0;color: #2c332d;font-size: 2rem;line-height: 1.6;font-weight: 700;letter-spacing: 0.05em;background: linear-gradient(transparent 60%,rgba(135,201,149,0.4) 60%);}
#about_area .about_text { margin-top: 30px; color: #626e64; font-size: 16px; line-height: 2; letter-spacing: 0.04em; max-width: 560px; }


/* ==========================================================================
   Section 3.5:Features (#features_area)
========================================================================== */#features_area {background: #f9fcf9;position: relative;z-index: 2;overflow: hidden;}
#features_area .deco-blob.feat-blob-1 { width: 500px; height: 500px; background: rgba(135,201,149,0.06); top: 10%; left: -150px; animation-duration: 18s; }
#features_area .deco-blob.feat-blob-2 { width: 350px; height: 350px; background: rgba(68,182,89,0.04); bottom: 5%; right: -50px; animation-duration: 22s; animation-direction: reverse; }
#features_area .feat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; margin-top: 50px; }
#features_area .feat-card { background: #fff; border-radius: 30px; padding: 50px 30px; text-align: center; box-shadow: 0 15px 40px rgba(44,51,45,0.03); transition: transform 0.4s ease,box-shadow 0.4s ease; border: 1px solid rgba(68,182,89,0.1); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 280px; z-index: 5; }
#features_area .feat-card.delay-100 { transition-delay: 0.1s; }
#features_area .feat-card.delay-200 { transition-delay: 0.2s; }
#features_area .feat-card.delay-300 { transition-delay: 0.3s; }
#features_area .feat-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(44,51,45,0.08); }
#features_area .feat-card::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(1); width: 120px; height: 120px; background: #eef8f1; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; z-index: 0; opacity: 0; transition: transform 0.6s ease,opacity 0.6s ease; pointer-events: none; }
#features_area .feat-card:hover::before { transform: translate(-50%,-50%) scale(2.5); opacity: 0.8; }
#features_area .feat-num { position: absolute; top: -10px; right: 10px; font-family: 'Poppins',sans-serif; font-size: 100px; font-weight: 900; color: transparent; -webkit-text-stroke: 2px #44b659; line-height: 1; z-index: 1; opacity: 0.05; transition: opacity 0.4s,transform 0.4s,color 0.4s; pointer-events: none; user-select: none; }
#features_area .feat-card:hover .feat-num { opacity: 0.03; transform: scale(1.05); }
#features_area .feat-icon-wrap { width: 72px; height: 72px; border-radius: 50%; background: #eef8f1; display: flex; align-items: center; justify-content: center; color: #44b659; margin-bottom: 24px; position: relative; z-index: 2; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); box-shadow: 0 8px 20px rgba(68,182,89,0.1); }
#features_area .feat-card:hover .feat-icon-wrap { background: #44b659; color: #fff; transform: translateY(-8px) scale(1.1); box-shadow: 0 12px 30px rgba(68,182,89,0.3); }
#features_area .feat-icon { width: 32px; height: 32px; }
#features_area .feat-title { font-size: 20px; font-weight: 900; color: #2c332d; margin-bottom: 0; position: relative; z-index: 2; letter-spacing: 0.05em; line-height: 1.6; transition: color 0.4s ease; }
#features_area .feat-card:hover .feat-icon-wrap img { filter: brightness(66666); }


#features_area .webh1{
    position: relative;
    padding: 100px 0 20px;
}
#features_area .webh1 .pageh1{
    position: relative;
    text-align: center;
    font-size: 1.25rem;
    border-top: #efefef 1px solid;
    border-bottom: #efefef 1px solid;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#features_area .webh1 .pageh1:before{content:"";position: absolute;width: 150px;height: 2px;background: linear-gradient(135deg, #3fb35e 0%, #6bd67f 45%, #f2dd22 100%);bottom: 0;}

h1.pageh1 {}
/* ==========================================================================
   Section 4:Product/Services (#product_area)
========================================================================== */#product_area { background: #fff; position: relative; padding-bottom: 180px; overflow: hidden; }
#product_area .deco-blob.feat-blob-3 { width: 40vw; height: 40vw; background: rgba(135,201,149,0.06); top: 5vw; left: 31vw; animation-duration: 18s; }
#product_area .workframe { position: relative; z-index: 2; }
#product_area .swiper.product-swiper { padding-top: 20px; padding-bottom: 80px; width: 100%; position: relative; z-index: 2; overflow: hidden; }
#product_area .swiper-slide { width: 80%; max-width: 1000px; display: flex; align-items: center; justify-content: center; }
#product_area .prod-card { width: 100%; background: #fff; border-radius: 40px; overflow: hidden; box-shadow: 0 20px 50px rgba(44,51,45,0.06); border: 1px solid rgba(0,0,0,0.03); display: flex; flex-direction: row; align-items: stretch; height: 100%; opacity: 0.2; transform: scale(0.85); transition: all 0.6s cubic-bezier(0.2,0.8,0.2,1); pointer-events: none; }
#product_area .swiper-slide-active .prod-card { opacity: 1; transform: scale(1); pointer-events: auto; }
#product_area .swiper-slide-active .prod-card:hover { transform: scale(1) translateY(-8px); box-shadow: 0 30px 60px rgba(44,51,45,0.1); border-color: rgba(68,182,89,0.15); }
#product_area .prod-img-wrap { position: relative; width: 50%; min-height: 380px; overflow: hidden; }
#product_area .prod-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; position: absolute; inset: 0; }
#product_area .swiper-slide-active .prod-card:hover .prod-img-wrap img { transform: scale(1.08); }
#product_area .prod-badge { position: absolute; top: 30px; left: 30px; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 8px 20px; border-radius: 999px; font-size: 13px; font-weight: 900; color: #44b659; letter-spacing: 0.1em; box-shadow: 0 4px 15px rgba(0,0,0,0.05); z-index: 2; }
#product_area .prod-content { width: 50%; padding: 50px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: left; }
#product_area .prod-title { font-size: 28px; font-weight: 900; color: #2c332d; margin-bottom: 20px; letter-spacing: 0.05em; }
#product_area .prod-desc { font-size: 16px; color: #626e64; line-height: 1.9; overflow: hidden; margin: 10px 0; height: 60px; text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
#product_area .prod-link { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; background: #eef8f1; color: #44b659; font-size: 16px; transition: all 0.6s cubic-bezier(0.16,1,0.3,1); margin-top: auto; text-decoration: none; margin-top: 15px; }
#product_area .swiper-slide-active .prod-card:hover .prod-link { background: #44b659; color: #fff; transform: scale(1.1); box-shadow: 0 8px 20px rgba(68,182,89,0.3); }
#product_area .swiper-button-prev { left: max(20px,calc(50% - 560px)); top: 45%; }
#product_area .swiper-button-next { right: max(20px,calc(50% - 560px)); top: 45%; }
#product_area .swiper-button-prev {left: max(20px,calc(49% - 560px));top: 45%;border: #3fb35e 2px solid;}
#product_area .swiper-button-next {right: max(20px,calc(49% - 560px));top: 45%;border: #3fb35e 2px solid;}

/* ==========================================================================
   Section 5:News Area/Blog (#news_area)
========================================================================== */#news_area { position: relative; background-image: radial-gradient(circle 136px at 78% 28%,rgb(135 201 149/18%) 0%,transparent 89%); overflow: hidden; background-color: #f2f9f3; }
#news_area::after { content: ''; position: absolute; bottom: -100px; right: -5vw; width: 20vw; height: 20vw; border: 2px dashed rgba(135,201,149,0.3); border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; animation: badgeRing 42s linear infinite; }
#news_area::before { content: ''; position: absolute; top: 10vw; left: -7vw; width: 14vw; height: 14vw; border: 2px dashed rgb(135 201 149/20%); border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; animation: badgeRing 42s linear infinite; }
#news_area .deco-spore.spore-1 { top: 20%; left: 10%; width: 16px; height: 16px; animation-duration: 9s; }
#news_area .deco-spore.spore-2 { top: 60%; left: 85%; width: 24px; height: 24px; animation-duration: 12s; background: #87c995; }
#news_area .deco-spore.spore-3 { top: 80%; left: 15%; width: 12px; height: 12px; animation-duration: 7s; }
#news_area .filter-tabs { display: flex; justify-content: center; gap: 16px; margin-bottom: 60px; flex-wrap: wrap; position: relative; z-index: 2; }
#news_area .filter-btn { padding: 12px 28px; background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 999px; color: #96a699; font-size: 14px; font-weight: 700; letter-spacing: 0.05em; cursor: pointer; transition: all 0.4s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
#news_area .filter-btn:hover { border-color: rgba(68,182,89,0.3); color: #44b659; transform: translateY(-2px); }
#news_area .filter-btn.active { background: #44b659; color: #fff; border-color: #44b659; box-shadow: 0 10px 25px rgba(68,182,89,0.25); }
#news_area .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 36px; position: relative; z-index: 2; }
#news_area .blog-card { background: #fff; border-radius: 30px; overflow: hidden; transition: all 0.5s ease; display: block; opacity: 1; transform: scale(1); box-shadow: 0 15px 40px rgba(44,51,45,0.03); border: 1px solid rgba(0,0,0,0.02); padding: 16px; text-decoration: none; display: flex; flex-direction: column; }
#news_area .blog-card.hide { display: none; opacity: 0; transform: scale(0.95); }
#news_area .blog-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px rgba(44,51,45,0.08); border-color: rgba(68,182,89,0.15); }
#news_area .blog-img { width: 100%; height: 220px; overflow: hidden; border-radius: 20px; }
#news_area .blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
#news_area .blog-card:hover .blog-img img { transform: scale(1.06); }
#news_area .blog-info { padding: 24px 12px 12px; display: flex; flex-direction: column; }
#news_area .blog-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
#news_area .blog-cat { color: #87c995; font-size: 12px; font-weight: 800; padding: 4px 12px; background: #f9fcf9; border-radius: 999px; letter-spacing: 0.05em; border: 1px solid rgba(135,201,149,0.2); }
#news_area .blog-date { color: #96a699; font-size: 13px; font-family: 'Poppins',sans-serif; font-weight: 500; }
#news_area .blog-title { font-size: 18px; font-weight: 900; color: #2c332d; line-height: 1.6; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s; }
#news_area .blog-card:hover .blog-title { color: #44b659; }
/* ==========================================================================
   Section 6 & 7:(Feedback & Contact)
========================================================================== */#feedback_area { position: relative; z-index: 5; padding: 120px 0 60px; }
#feedback_area .feed-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; border-bottom: 1px solid rgba(0,0,0,0.05); padding-bottom: 20px; }
#feedback_area .feed-title-group { position: relative; display: flex; flex-direction: column; gap: 4px; }
#feedback_area .feed-blob { position: absolute; top: -15px; left: -20px; width: 60px; height: 60px; background: #eef8f1; border-radius: 40% 60% 70% 30%/40% 50% 60% 50%; z-index: 0; }
#feedback_area .en-title { position: relative; z-index: 1; font-size: 38px; font-weight: 900; color: #2c332d; letter-spacing: 0.05em; font-family: 'Poppins',sans-serif; text-transform: uppercase; line-height: 1; margin: 0; }
#feedback_area .tw-title { position: relative; z-index: 1; font-size: 14px; font-weight: 700; color: #626e64; letter-spacing: 0.1em; margin: 0; }
#feedback_area .en-title span { font-size: 38px; }
#feedback_area .swiper.feedback-swiper { padding: 60px 0 20px; margin-top: 20px; overflow: visible; }
#feedback_area .feed-card { background: #fff; border-radius: 24px; padding: 0 24px 30px; box-shadow: 0 15px 40px rgba(44,51,45,0.05); border: 1px solid rgba(0,0,0,0.02); display: flex; flex-direction: column; transition: transform 0.4s ease; height: 100%; position: relative; margin-top: 40px; }
#feedback_area .feed-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(68,182,89,0.1); border-color: rgba(68,182,89,0.15); }
#feedback_area .feed-avatar { width: 100px; height: 100px; border-radius: 50%; margin: -50px auto 24px; border: 4px solid #fff; box-shadow: 0 10px 25px rgba(44,51,45,0.08); overflow: hidden; background: #f9fcf9; position: relative; z-index: 2; flex-shrink: 0; }
#feedback_area .feed-avatar img { width: 100%; height: 100%; object-fit: cover; }
#feedback_area .feed-quote {font-size: 16px;font-weight: 700;color: #2c332d;line-height: 1.6;margin-bottom: 24px;text-align: left;overflow: hidden;margin: 10px 0;height: 80px;text-align: left;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#feedback_area .feed-divider { width: 100%; height: 1px; background: rgba(0,0,0,0.06); margin-bottom: 24px; }
#feedback_area .feed-meta { list-style: none; padding: 0; margin: 0 0 24px 0; text-align: left; flex-grow: 1; display: flex; flex-direction: column; gap: 12px; }
#feedback_area .feed-meta li { font-size: 13px; color: #2c332d; font-weight: 700; display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
#feedback_area .feed-meta li i { color: #87c995; font-size: 15px; margin-top: 2px; width: 16px; text-align: center; flex-shrink: 0; }
#feedback_area .feed-author { font-size: 12px; color: #96a699; font-weight: 500; text-align: left; margin-top: auto; }
#feedback_area .feed-controls { display: flex; align-items: center; gap: 24px; margin-top: 50px; }
#feedback_area .feed-nav-btn { width: 48px; height: 48px; border-radius: 50%; background: #2c332d; color: #fff; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(44,51,45,0.15); font-size: 16px; aspect-ratio: 1/1; }
#feedback_area .feed-nav-btn.swiper-button-disabled { opacity: 0.3; cursor: not-allowed; box-shadow: none; }
#feedback_area .feed-nav-btn:not(.swiper-button-disabled):hover { background: #44b659; transform: scale(1.05); box-shadow: 0 10px 25px rgba(68,182,89,0.3); }
#feedback_area .swiper-scrollbar-feed { flex-grow: 1; height: 3px; background: rgba(0,0,0,0.08); position: relative; overflow: hidden; border-radius: 3px; }
#feedback_area .swiper-scrollbar-drag { background: #2c332d; position: absolute; left: 0; top: 0; height: 100%; border-radius: 3px; transition: transform 0.3s ease; }


/* ==========================================================================
   Animations & Keyframes
========================================================================== */
@keyframes heroZoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.15); }
}
@keyframes scrollLine {
  0% { left: -100%; }
  100% { left: 100%; }
}
@keyframes scrollTextLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes scrollTextRight {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
@keyframes aboutFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}
@keyframes aboutWaveMove {
  0% { background-position: 0 0; }
  100% { background-position: 84px 0; }
}
@keyframes badgeBreath {
  0%,100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
@keyframes badgeRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width:1024px) {
  .shape-divider svg { height: 140px; }
  .has-wave { padding-bottom: 180px; }
  .section_pad { padding: 100px 0; }
  #news .news-split-wrap { grid-template-columns: 1fr; gap: 60px; }
  #about_area .about_wrap { grid-template-columns: 1fr; gap: 60px; }
  #about_area .about_visual { width: 100%; max-width: 500px; min-height: 500px; margin: 0 auto; }
  #about_area .about_photo,#about_area .visual_card_back { left: 50%; transform: translateX(-50%); }
  #about_area .visual_card_back { transform: translateX(-50%) rotate(-3.5deg); }
  #about_area .about_content { margin: 0 auto; text-align: center; }
  #features_area .feat-grid { grid-template-columns: repeat(2,1fr); }
  #product_area .swiper-slide { width: 90%; }
  #product_area .prod-card { flex-direction: column; }
  #product_area .prod-img-wrap { width: 100%; height: 300px; border-radius: 40px 40px 0 0; }
  #product_area .prod-content { width: 100%; padding: 40px 30px; align-items: center; text-align: center; }
  #news_area .blog-grid { grid-template-columns: repeat(2,1fr); }
  #feedback_area { padding: 80px 0 40px; }

}
@media (max-width:768px) {
  .shape-divider svg { height: 100px; }
  .has-wave { padding-bottom: 140px; }
  #site-header .nav-links { display: none; }
  .mobile-menu-btn { display: block; }
  #news_area .blog-grid { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }
}
@media (max-width:640px) {
  .common-sec-title .tw-title span { font-size: 1.5rem; }
  .common-sec-title .en-title { margin-bottom: 5px; }
  .common-sec-title .title-line { margin-top: 10px; }
  .shape-divider svg { height: 60px; }
  .has-wave { padding-bottom: 100px; }
  .section_pad {padding: 40px 0 80px;}
  
  #news .news-item{display:flex;flex-direction: column;align-items: flex-start;gap: 10px;padding: 24px 10px;}
  #news .news-col-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  #news .news-tag{position:absolute;right: 0;top: 0;}
  #about_area .about_content .sub-title{text-align:left;font-size: 1.5rem;width: 100%;display: flex;}
  #about_area.spain_style_about { padding: 80px 0; }
  #about_area .about_visual { min-height: 400px; }
  #about_area .section_kicker{margin: 0 0 10px;}
  #about_area .about_photo,#about_area .visual_card_back { width: 280px; height: 380px; border-radius: 120px 120px 30px 30px; }
  #about_area .about_float_01 { left: 0; top: 28%; width: 150px; height: 150px; }
  #about_area .about_float_02 { left: 80%; top: 5%; width: 80px; height: 80px; }
  #about_area .about_logo_badge { left: 0; top: 200px; width: 100px; height: 100px; }
  #about_area .about_logo_badge span { font-size: 20px; }
  #about_area .about_memo_card { right: 0; bottom: 30px; width: 180px; padding: 16px; }
  #about_area .about_content .main-title { font-size: 26px; }
  #product_area{padding-bottom: 80px;}
  #features_area .feat-grid { grid-template-columns: 1fr; }
  #features_area .feat-card { padding: 40px 24px; min-height: auto; }
  #feedback_area .feed-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  #feedback_area .feed-controls { margin-top: 30px; gap: 16px; }
  #feedback_area .feed-nav-btn { width: 40px; height: 40px; font-size: 14px; }
}
