.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,153,168,.1);transition:all .25s ease}.header--scrolled{box-shadow:0 4px 6px #00000012}.header__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.header__container{padding-left:3rem;padding-right:3rem}}.header__container{display:flex;align-items:center;justify-content:space-between;height:70px}@media (min-width: 1024px){.header__container{height:80px}}.header__logo{display:flex;align-items:center;gap:.5rem}.header__logo-icon{width:40px;height:40px}@media (min-width: 1024px){.header__logo-icon{width:48px;height:48px}}.header__logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;color:#1a1a2e}@media (min-width: 1024px){.header__logo-text{font-size:1.25rem}}.header__logo-text span{background:linear-gradient(135deg,#0099a8,#006d7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:none}@media (min-width: 1024px){.header__nav{display:flex;align-items:center;gap:2rem}}.header__nav-link{font-size:.875rem;font-weight:500;color:#4a4a5a;transition:color .15s ease}.header__nav-link:hover{color:#0099a8}.header__cta{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0099a8,#006d7a);border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;text-decoration:none}.header__cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.header__cta{padding:.5rem 1.5rem;font-size:.875rem}@media (min-width: 1024px){.header__cta{padding:1rem 2rem;font-size:1rem}}.header__mobile-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}@media (min-width: 1024px){.header__mobile-toggle{display:none}}.header__mobile-toggle span{display:block;width:24px;height:2px;background:#1a1a2e;transition:all .15s ease}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden;background:linear-gradient(180deg,#fff,#f8f9fa)}.hero:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:linear-gradient(135deg,#0099a80d,#006d7a1a);clip-path:polygon(20% 0,100% 0,100% 100%,0% 100%);z-index:0}@media (min-width: 1024px){.hero:before{width:60%}}.hero__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.hero__container{padding-left:3rem;padding-right:3rem}}.hero__container{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.hero__container{grid-template-columns:1fr 1fr;gap:6rem}}.hero__content{opacity:0;animation:fadeInLeft 1s ease .3s forwards}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background:#0099a81a;border-radius:9999px;font-size:.875rem;font-weight:600;color:#0099a8;margin-bottom:1.5rem}.hero__badge-year{background:#0099a8;color:#fff;padding:2px .5rem;border-radius:9999px;font-size:.75rem}.hero__title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:800;line-height:1.1;color:#1a1a2e;margin-bottom:1.5rem}@media (min-width: 768px){.hero__title{font-size:3rem}}@media (min-width: 1024px){.hero__title{font-size:3.75rem}}.hero__title span{background:linear-gradient(135deg,#0099a8,#006d7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:1.125rem;font-weight:500;color:#0099a8;margin-bottom:1rem;letter-spacing:2px;text-transform:uppercase}@media (min-width: 1024px){.hero__subtitle{font-size:1.25rem}}.hero__description{font-size:1.125rem;color:#4a4a5a;margin-bottom:3rem;max-width:500px}@media (min-width: 1024px){.hero__description{font-size:1.25rem}}.hero__pillars{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero__pillar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;font-size:.875rem;font-weight:500}.hero__pillar-icon{width:24px;height:24px;background:linear-gradient(135deg,#0099a8,#006d7a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem}.hero__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0099a8,#006d7a);border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;text-decoration:none}.hero__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.hero__button--secondary{background:transparent;color:#0099a8;border:2px solid #0099a8}.hero__button--secondary:hover{background:#0099a81a}.hero__visual{position:relative;opacity:0;animation:fadeInRight 1s ease .5s forwards}@media (min-width: 1024px){.hero__visual{padding-left:4rem}}.hero__image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #00000026}.hero__image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(26,26,46,.4) 100%);z-index:1}.hero__image{width:100%;aspect-ratio:4/5;object-fit:cover;background:linear-gradient(135deg,#e8e8e8,#f5f5f5)}.hero__image-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(135deg,#eef1f4,#f8f9fa);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;color:#6a6a7a;text-align:center;padding:2rem}.hero__image-placeholder svg{width:60px;height:60px;opacity:.5}.hero__floating-card{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 20px 40px #00000026;animation:float 4s ease-in-out infinite;z-index:2}@media (min-width: 1024px){.hero__floating-card{bottom:40px;left:-40px;padding:2rem}}.hero__floating-card-title{font-size:.75rem;color:#6a6a7a;text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.hero__floating-card-value{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#0099a8,#006d7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width: 1024px){.hero__floating-card-value{font-size:1.875rem}}.positioning{padding-top:4rem;padding-bottom:4rem}@media (min-width: 1024px){.positioning{padding-top:8rem;padding-bottom:8rem}}.positioning{background:#fff;position:relative}.positioning__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.positioning__container{padding-left:3rem;padding-right:3rem}}.positioning__header{text-align:center;max-width:800px;margin:0 auto 6rem}.positioning__tagline{background:linear-gradient(135deg,#0099a8,#006d7a);color:#fff;padding:1rem 1.5rem;border-radius:8px;font-weight:600;display:inline-block;margin-bottom:1.5rem;font-size:.875rem}.positioning__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#1a1a2e}@media (min-width: 768px){.positioning__title{font-size:2.25rem}}@media (min-width: 1024px){.positioning__title{font-size:3rem}}.positioning__title{margin-bottom:1.5rem}.positioning__subtitle{font-size:1.125rem;color:#4a4a5a}@media (min-width: 1024px){.positioning__subtitle{font-size:1.25rem}}.positioning__content{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 1024px){.positioning__content{grid-template-columns:1fr 1fr;align-items:center}}.positioning__text h3{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:#1a1a2e}@media (min-width: 768px){.positioning__text h3{font-size:1.875rem}}.positioning__text h3{margin-bottom:1.5rem}.positioning__text p{font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.positioning__highlight{background:#0099a80d;border-left:4px solid #0099a8;padding:1.5rem;margin:2rem 0;border-radius:0 8px 8px 0}.positioning__highlight p{margin:0;font-weight:500;color:#1a1a2e}.positioning__quote{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-style:italic;color:#006d7a;text-align:center;padding:3rem;background:linear-gradient(135deg,#0099a80d,#006d7a0d);border-radius:12px;position:relative}@media (min-width: 1024px){.positioning__quote{font-size:1.5rem}}.positioning__quote:before{content:'"';position:absolute;top:-10px;left:20px;font-size:80px;color:#0099a833;font-family:Playfair Display,Georgia,serif;line-height:1}.strategy{padding-top:4rem;padding-bottom:4rem}@media (min-width: 1024px){.strategy{padding-top:8rem;padding-bottom:8rem}}.strategy{background:#f8f9fa}.strategy__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.strategy__container{padding-left:3rem;padding-right:3rem}}.strategy__header{text-align:center;max-width:800px;margin:0 auto 6rem}.strategy__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#1a1a2e}@media (min-width: 768px){.strategy__title{font-size:2.25rem}}@media (min-width: 1024px){.strategy__title{font-size:3rem}}.strategy__title{margin-bottom:1.5rem}.strategy__intro{font-size:1.125rem;color:#4a4a5a;max-width:700px;margin:0 auto}.strategy__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.strategy__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.strategy__grid{grid-template-columns:repeat(3,1fr)}}.strategy__card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;padding:2rem;transition:all .25s ease}.strategy__card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-4px)}.strategy__card{text-align:center}.strategy__card-icon{width:70px;height:70px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#0099a8,#006d7a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem}.strategy__card-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1a1a2e}.strategy__card-text{color:#4a4a5a;line-height:1.7}.pillars{padding-top:4rem;padding-bottom:4rem}@media (min-width: 1024px){.pillars{padding-top:8rem;padding-bottom:8rem}}.pillars{background:#fff}.pillars__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.pillars__container{padding-left:3rem;padding-right:3rem}}.pillars__header{text-align:center;max-width:900px;margin:0 auto 6rem}.pillars__badge{background:linear-gradient(135deg,#0099a8,#006d7a);color:#fff;padding:1rem 1.5rem;border-radius:8px;font-weight:600;display:inline-block;margin-bottom:1.5rem}.pillars__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#1a1a2e}@media (min-width: 768px){.pillars__title{font-size:2.25rem}}@media (min-width: 1024px){.pillars__title{font-size:3rem}}.pillars__title{margin-bottom:1.5rem}.pillars__pillar{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:6rem;padding-bottom:6rem;border-bottom:1px solid rgba(0,153,168,.1)}@media (min-width: 1024px){.pillars__pillar{grid-template-columns:1fr 1fr;align-items:center}}.pillars__pillar:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media (min-width: 1024px){.pillars__pillar--reversed{direction:rtl}.pillars__pillar--reversed>*{direction:ltr}}.pillars__content-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#0099a8,#006d7a);color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;border-radius:12px;margin-bottom:1.5rem}.pillars__content-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.3;color:#1a1a2e}@media (min-width: 768px){.pillars__content-title{font-size:1.875rem}}.pillars__content-title{margin-bottom:1.5rem}.pillars__content-text{font-size:1.125rem;line-height:1.8;color:#4a4a5a}.pillars__content-text strong{color:#1a1a2e}.pillars__visual{background:linear-gradient(135deg,#f8f9fa,#eef1f4);border-radius:20px;padding:3rem;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.pillars__visual{min-height:400px}}.pillars__diagram{width:100%;max-width:400px}.pillars__chart{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #00000012;width:100%;max-width:400px}.pillars__chart-title{font-size:.875rem;color:#6a6a7a;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;text-align:center}.pillars__chart-bars{display:flex;flex-direction:column;gap:1rem}.pillars__chart-bar-label{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.pillars__chart-bar-track{height:12px;background:#f8f9fa;border-radius:9999px;overflow:hidden}.pillars__chart-bar-fill{height:100%;background:linear-gradient(90deg,#0099a8,#006d7a);border-radius:9999px;transition:width 1s ease}.tips{padding-top:4rem;padding-bottom:4rem}@media (min-width: 1024px){.tips{padding-top:8rem;padding-bottom:8rem}}.tips{background:linear-gradient(135deg,#0099a8,#006d7a);color:#fff}.tips__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.tips__container{padding-left:3rem;padding-right:3rem}}.tips__header{text-align:center;margin-bottom:6rem}.tips__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media (min-width: 1024px){.tips__title{font-size:2.25rem}}.tips__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.tips__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.tips__grid{grid-template-columns:repeat(3,1fr)}}.tips__card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;transition:all .25s ease}.tips__card:hover{background:#ffffff26;transform:translateY(-5px)}.tips__card-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;color:#006d7a;font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:700;border-radius:8px;margin-bottom:1.5rem}.tips__card-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.tips__card-text{color:#ffffffe6;line-height:1.7}.tips__quote{grid-column:1/-1;text-align:center;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-style:italic;padding:3rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.2)}@media (min-width: 1024px){.tips__quote{font-size:1.5rem}}.cta{padding-top:4rem;padding-bottom:4rem}@media (min-width: 1024px){.cta{padding-top:8rem;padding-bottom:8rem}}.cta{background:#fff;text-align:center}.cta__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.cta__container{padding-left:3rem;padding-right:3rem}}.cta__container{max-width:800px}.cta__title{font-family:Playfair Display,Georgia,serif;font-size:1.875rem;font-weight:700;line-height:1.2;color:#1a1a2e}@media (min-width: 768px){.cta__title{font-size:2.25rem}}@media (min-width: 1024px){.cta__title{font-size:3rem}}.cta__title{margin-bottom:1.5rem}.cta__text{font-size:1.125rem;color:#4a4a5a;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta__button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0099a8,#006d7a);border:none;border-radius:8px;cursor:pointer;transition:all .25s ease;text-decoration:none}.cta__button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.cta__button{padding:1.5rem 4rem;font-size:1.125rem}.cta__info{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem;padding-top:3rem;border-top:1px solid #eef1f4}.cta__info-item{display:flex;align-items:center;gap:.5rem;color:#4a4a5a;font-size:.875rem}.cta__info-item svg{color:#0099a8}.footer{background:#1a1a2e;color:#fff;padding:6rem 0 3rem}.footer__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.footer__container{padding-left:3rem;padding-right:3rem}}.footer__grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.footer__grid{grid-template-columns:2fr 1fr 1fr}}.footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.footer__brand-logo svg{width:40px;height:40px}.footer__brand-logo span{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700}.footer__brand-text{color:#ffffffb3;line-height:1.8;max-width:350px}.footer__links-title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer__links-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__links-item a{color:#ffffffb3;font-size:.875rem;transition:color .15s ease}.footer__links-item a:hover{color:#33adb8}.footer__contact-title{font-family:Playfair Display,Georgia,serif;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;color:#ffffffb3;font-size:.875rem}.footer__contact-item svg{flex-shrink:0;margin-top:2px;color:#33adb8}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}@media (min-width: 768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#ffffff80;font-size:.875rem}.footer__social{display:flex;gap:1rem}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;color:#fff;transition:all .15s ease}.footer__social-link:hover{background:#0099a8;transform:translateY(-2px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:#1a1a2e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:#0099a8;text-decoration:none;transition:color .15s ease}a:hover{color:#006d7a}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,serif;line-height:1.2;color:#1a1a2e}p{margin-bottom:1rem;color:#4a4a5a}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width: 1024px){.container{padding-left:3rem;padding-right:3rem}}.text-center{text-align:center}.text-primary{color:#0099a8}.gradient-text{background:linear-gradient(135deg,#0099a8,#006d7a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fadeInUp{animation:fadeInUp .8s ease forwards}.animate-fadeInLeft{animation:fadeInLeft .8s ease forwards}.animate-fadeInRight{animation:fadeInRight .8s ease forwards}.animate-scaleIn{animation:scaleIn .6s ease forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}::selection{background:#0099a833;color:#1a1a2e}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#0099a8;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#006d7a}
