.header{z-index:1000;-webkit-backdrop-filter:blur(20px);-webkit-user-select:none;user-select:none;background:#f5f3efe6;padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .3s;position:fixed;top:0;left:0;right:0}.header--scrolled{box-shadow:0 4px 30px #0000000f}@media (min-width:768px){.header{padding:20px 40px}}.header__inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.header__logo{align-items:center;text-decoration:none;display:flex}.header__logo img{height:auto;max-height:40px}.header__nav{align-items:center;display:flex}@media (max-width:768px){.header__nav{display:none}}.header__nav-link{color:#2d5a4a;background:#f5f3efe6;border:2px solid #4972634d;padding:10px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;position:relative;transform:skew(-10deg)translate(0);box-shadow:4px 4px #2d5a4a33,8px 8px #2d5a4a1a}.header__nav-link span{display:inline-block;transform:skew(10deg)}.header__nav-link:hover{background:#2d5a4a1a;border-color:#2d5a4a66;transform:skew(-10deg)translate(2px,2px);box-shadow:2px 2px #2d5a4a40,4px 4px #2d5a4a26}.header__nav-link:active{transform:skew(-10deg)translate(4px,4px);box-shadow:0 0 #2d5a4a4d,2px 2px #2d5a4a33}.header__dropdown{position:relative}.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transition:opacity .25s,visibility .25s,transform .25s;transform:translateY(0)}.header__dropdown:hover .header__dropdown-chevron{transform:skew(10deg)rotate(180deg)}.header__nav-link--dropdown{cursor:pointer;appearance:none;outline:none;align-items:center;gap:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-flex}.header__dropdown-chevron{flex-shrink:0;transition:transform .3s;display:inline-block;transform:skew(10deg)}.header__dropdown-menu{-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:100;background:#f5f3eff7;border:2px solid #49726333;border-radius:12px;min-width:220px;padding:8px 0;transition:opacity 0s .3s,visibility 0s .3s,transform 0s .3s;position:absolute;top:calc(100% + 8px);transform:translateY(-8px)translate(-50%);box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a}.header__dropdown-menu:before{content:"";background:#f5f3eff7;border-top:2px solid #49726333;border-left:2px solid #49726333;width:12px;height:12px;position:absolute;top:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.header__dropdown-item{color:#2d5a4a;white-space:nowrap;align-items:center;gap:12px;padding:10px 20px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header__dropdown-item svg{opacity:.7;flex-shrink:0;transition:opacity .2s}.header__dropdown-item:hover{background:#2d5a4a14}.header__dropdown-item:hover svg{opacity:1}.header__dropdown-item:first-child{border-radius:8px 8px 0 0}.header__dropdown-item:last-child{border-radius:0 0 8px 8px}.header__dropdown-item--active{background:#2d5a4a1f;font-weight:600;position:relative}.header__dropdown-item--active:before{content:"";background:#2d5a4a;border-radius:0 2px 2px 0;width:3px;height:60%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.header__dropdown-item--active svg{opacity:1;color:#2d5a4a}.header__dropdown-item--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.header__dropdown-item--disabled svg{opacity:.3}.header__dropdown-item--disabled:hover{background:0 0}.header__dropdown-item--disabled:hover svg{opacity:.3}.header__cta{color:#fff;background:#2d5a4a;border-radius:100px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.header__cta:hover{background:#3d7a64;transform:translateY(-2px)}@keyframes clFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes clFadeIn{0%{opacity:0}to{opacity:1}}.cl-hero{justify-content:center;align-items:center;min-height:85vh;padding-top:84px;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.cl-hero{min-height:100vh}}.cl-hero__bg{z-index:0;position:absolute;inset:0}.cl-hero__bg img{object-fit:cover;object-position:center;filter:brightness(.18);-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.cl-hero__content{z-index:2;text-align:center;max-width:900px;padding:2rem 1rem;animation:.9s ease-out clFadeInUp;position:relative}@media (min-width:768px){.cl-hero__content{padding:3rem 1.5rem}}.cl-hero__badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;letter-spacing:.05em;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;animation:1s ease-out .3s both clFadeIn;display:inline-flex}@media (min-width:768px){.cl-hero__badge{margin-bottom:2rem}}.cl-hero__title{color:#fff;text-shadow:0 2px 20px #0000004d;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,5vw,3.75rem);font-weight:700;line-height:1.2}@media (min-width:768px){.cl-hero__title{margin-bottom:1.5rem}}.cl-hero__title span{color:#a8e6cf}.cl-hero__subtitle{color:#ffffffe6;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.75;animation:1s ease-out .5s both clFadeIn}@media (min-width:768px){.cl-hero__subtitle{margin-bottom:3rem}}.cl-hero__actions{flex-direction:column;align-items:center;gap:1rem;animation:.9s ease-out .6s both clFadeInUp;display:flex}@media (min-width:640px){.cl-hero__actions{flex-direction:row;justify-content:center}}.cl-hero__cta{color:#2d5a4a;cursor:pointer;background:#fff;border:none;border-radius:9999px;align-items:center;gap:.5rem;min-height:48px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;box-shadow:0 4px 24px #00000026}@media (min-width:768px){.cl-hero__cta{padding:1rem 3rem;font-size:1.125rem}}.cl-hero__cta:hover{background:#f0fff5;transform:translateY(-2px);box-shadow:0 8px 32px #0003}.cl-hero__cta--outline{color:#fff;box-shadow:none;background:0 0;border:2px solid #ffffff80}.cl-hero__cta--outline:hover{box-shadow:none;background:#ffffff1a;border-color:#fffc}.cl-hero__scroll-hint{z-index:2;color:#ffffffb3;flex-direction:column;align-items:center;gap:.25rem;font-size:.875rem;animation:1.2s ease-out 1s both clFadeIn;display:none;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (min-width:768px){.cl-hero__scroll-hint{display:flex}}.cl-hero__scroll-hint-arrow{border-bottom:2px solid #fff9;border-right:2px solid #fff9;width:24px;height:24px;transform:rotate(45deg)}
.cl-problems{background:#f5f3ef;padding:3rem 0}.cl-problems__container{max-width:1480px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.cl-problems__header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.cl-problems__header{margin-bottom:4rem}}.cl-problems__label{color:#2d5a4a;text-transform:uppercase;letter-spacing:.08em;background:#2d5a4a14;border-radius:9999px;margin-bottom:1rem;padding:.25rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.cl-problems__title{color:#2a2520;margin-bottom:1rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}.cl-problems__title span{color:#c0392b}.cl-problems__subtitle{color:#6b6560;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.75}@media (min-width:768px){.cl-problems__subtitle{font-size:1.125rem}}.cl-problems__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.cl-problems__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.cl-problems__grid{gap:2rem}}.cl-problems__swiper{width:100%;padding-bottom:3rem}.cl-problems__swiper .swiper-pagination{bottom:0}.cl-problems__swiper .swiper-pagination-bullet{opacity:.3;background:#2d5a4a;width:8px;height:8px;transition:all .3s ease-in-out}.cl-problems__swiper .swiper-pagination-bullet-active{opacity:1;border-radius:9999px;width:24px}.cl-problems__card{background:#fff;border:1px solid #2a25201a;border-radius:1.5rem;padding:2rem;transition:all .3s ease-in-out}@media (min-width:768px){.cl-problems__card{padding:3rem}}.cl-problems__card:hover{border-color:#2d5a4a33;transform:translateY(-2px);box-shadow:0 4px 6px #2a25201f}.cl-problems__card-icon{color:#2d5a4a;background:#2d5a4a14;border-radius:1rem;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;display:flex}.cl-problems__card-title{color:#2a2520;margin-bottom:.5rem;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;line-height:1.2}.cl-problems__card-desc{color:#6b6560;font-size:1rem;line-height:1.75}
