:root{--bg-primary:#effbfc;--bg-secondary:#286c83;--text-dark:#000;--text-primary:#244655;--text-secondary:#265364;--text-light:#fafafa;--text-white:#fff;--font-logo:"Amarante", serif;--font-main:"Open Sans", sans-serif;--border-radius-lg:35px;--border-radius-md:20px;--border-radius-sm:10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-primary);color:var(--text-dark);overflow-x:hidden}.container{max-width:1160px;margin:0 auto;padding:0 24px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-sm{gap:10px}.gap-md{gap:20px}.gap-lg{gap:32px}.gap-xl{gap:48px}section{margin-bottom:56px}.section-title{color:var(--text-primary);text-align:center;margin-bottom:36px;font-size:52px;font-weight:700;line-height:1.2}@media (width<=1024px){.section-title{font-size:42px}}@media (width<=768px){.section-title{font-size:32px}.container{padding:0 15px}section{margin-bottom:40px}}.invest-back-link{color:#38748c;background:#286c8314;border-radius:999px;align-items:center;gap:8px;width:fit-content;margin-bottom:20px;padding:8px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.invest-back-link:hover{background:#286c8329;transform:translate(-3px)}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:24px;right:24px}.toast{color:#fff;pointer-events:auto;border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:420px;padding:14px 20px;font-size:14px;font-weight:600;animation:.35s ease-out toastSlideIn;display:flex;box-shadow:0 8px 32px #0000002e}.toast-success{background:linear-gradient(135deg,#2e7d32 0%,#43a047 100%)}.toast-error{background:linear-gradient(135deg,#c62828 0%,#e53935 100%)}.toast-info{background:linear-gradient(135deg,#1565c0 0%,#1e88e5 100%)}.toast-warning{background:linear-gradient(135deg,#e65100 0%,#fb8c00 100%)}.toast-icon{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-message{flex:1;line-height:1.4}.toast-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:20px;line-height:1;transition:color .2s}.toast-close:hover{color:#fff}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (width<=480px){.toast-container{top:12px;left:12px;right:12px}.toast{min-width:unset;max-width:unset}}html{scroll-behavior:smooth;scroll-padding-top:132px}body{overflow-x:clip}:where(button,a,input,select,textarea):focus-visible{outline-offset:3px;outline:2px solid #38748c}button:disabled{cursor:not-allowed}.route-fallback{color:var(--text-secondary);justify-content:center;padding:96px 24px;font-weight:600;display:flex}@keyframes coralEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.auth-container,.form-invest-container,.confirm-card,.profile-container,.upload-container,.update-container,.pdv2-card,.admin-content{animation:.35s ease-out coralEnter}.hero-banner{animation:.5s ease-out coralEnter}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=768px){input,select,textarea{min-width:0;max-width:100%}.container{padding-left:16px;padding-right:16px}.section-title{margin-bottom:24px;font-size:32px}.toast-message{overflow-wrap:anywhere;min-width:0}}@media (prefers-reduced-motion:no-preference){.reveal-fade-up,.reveal-fade-left,.reveal-fade-right,.reveal-scale{opacity:0;will-change:opacity, transform;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.reveal-fade-up{transform:translateY(32px)}.reveal-fade-left{transform:translate(-40px)}.reveal-fade-right{transform:translate(40px)}.reveal-scale{transform:scale(.92)}.reveal-fade-up.revealed,.reveal-fade-left.revealed,.reveal-fade-right.revealed,.reveal-scale.revealed{opacity:1;transform:translate(0)scale(1)}.reveal-stagger.revealed>*{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) forwards revealStaggerChild;transform:translateY(20px)}.reveal-stagger.revealed>:first-child{animation-delay:0s}.reveal-stagger.revealed>:nth-child(2){animation-delay:.1s}.reveal-stagger.revealed>:nth-child(3){animation-delay:.2s}.reveal-stagger.revealed>:nth-child(4){animation-delay:.3s}.reveal-stagger.revealed>:nth-child(5){animation-delay:.4s}.reveal-stagger.revealed>:nth-child(6){animation-delay:.5s}.reveal-stagger.revealed>:nth-child(7){animation-delay:.6s}.reveal-stagger.revealed>:nth-child(8){animation-delay:.7s}@keyframes revealStaggerChild{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-reveal-delay="100"]{transition-delay:.1s!important}[data-reveal-delay="200"]{transition-delay:.2s!important}[data-reveal-delay="300"]{transition-delay:.3s!important}[data-reveal-delay="400"]{transition-delay:.4s!important}[data-reveal-delay="500"]{transition-delay:.5s!important}}.navbar{justify-content:space-between;align-items:center;padding-top:30px;padding-bottom:30px;display:flex}.navbar-logo{font-family:var(--font-logo);color:var(--text-dark);font-size:50px}.navbar-links{align-items:center;gap:60px;display:flex}.nav-link{color:var(--text-dark);font-size:20px;font-weight:600;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--bg-secondary)}.navbar-right{flex-shrink:0;position:relative}.navbar-menu-wrap{padding-bottom:8px;position:relative}.navbar-profile-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:4px;padding:8px;transition:background .2s;display:flex}.navbar-profile-btn:hover{background:#2f617414}.navbar-dropdown{z-index:999;background:#fff;border:1px solid #e0f2f1;border-radius:12px;min-width:200px;animation:.15s dropdownFadeIn;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 32px #2f617426}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#1a3f50;align-items:center;gap:10px;padding:14px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.dropdown-item:hover{background:#48b0b0}.nav-active{position:relative;color:var(--bg-secondary)!important}.nav-active:after{content:"";background:var(--bg-secondary);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:0;right:0}.navbar-auth-links{align-items:center;display:flex}.navbar-signin-btn{background:var(--bg-secondary);color:#fff;border-radius:999px;align-items:center;padding:8px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:background .3s,transform .15s;display:inline-flex}.navbar-signin-btn:hover{background:#1a3f50;transform:translateY(-1px)}.dropdown-user-info{flex-direction:column;gap:2px;padding:14px 20px 10px;display:flex}.dropdown-user-email{color:#1a3f50;word-break:break-all;font-size:13px;font-weight:600}.dropdown-user-role{color:#38748c;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.dropdown-divider{background:#e0f2f1;height:1px;margin:4px 0}.dropdown-logout{text-align:left;cursor:pointer;color:#c62828;background:0 0;border:none;width:100%}.dropdown-logout:hover{background:#fff5f5}@media (width<=1024px){.navbar{gap:16px;padding-top:18px;padding-bottom:18px}.navbar-logo{white-space:nowrap;font-size:32px}.navbar-links{white-space:nowrap;gap:20px}.nav-link{font-size:15px}.navbar-login{white-space:nowrap;padding:7px 22px;font-size:15px}}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);background:#effbfcf0;border-bottom:1px solid #286c831f;transition:background .3s,box-shadow .3s;position:sticky;top:0;box-shadow:0 4px 20px #1a47560d}.navbar-dropdown{max-width:calc(100vw - 32px)}@media (width<=768px){.navbar{flex-wrap:wrap;gap:0 12px;padding-top:8px;padding-bottom:4px}.navbar-logo{font-size:24px}.navbar-right{margin-left:auto}.navbar-menu-wrap{padding-bottom:0}.navbar-profile-btn,.navbar-signin-btn{min-height:44px}.navbar-links{order:3;justify-content:space-between;gap:8px;width:100%}.nav-link{align-items:center;min-height:44px;font-size:14px;display:inline-flex}.nav-active:after{bottom:4px}}.page-transition{will-change:opacity, transform}.page-enter{animation:.4s ease-out both pageEnterAnim}.page-exit{animation:.25s ease-in both pageExitAnim}@keyframes pageEnterAnim{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes pageExitAnim{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.page-enter,.page-exit{opacity:1;animation:none;transform:none}}.scroll-to-top{z-index:9000;color:#fff;cursor:pointer;opacity:0;visibility:hidden;background:linear-gradient(135deg,#286c83 0%,#38a8c4 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:opacity .3s,transform .3s,visibility .3s,box-shadow .2s;display:flex;position:fixed;bottom:32px;right:32px;transform:translateY(16px)scale(.8);box-shadow:0 4px 16px #286c8359}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.scroll-to-top:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 6px 24px #286c8380}.scroll-to-top:active{transform:translateY(0)scale(.95)}@media (width<=768px){.scroll-to-top{width:44px;height:44px;bottom:20px;right:20px}}@media (prefers-reduced-motion:reduce){.scroll-to-top{transition:none}}.hero-section{margin-top:16px;margin-bottom:64px}.hero-banner{border-radius:var(--border-radius-lg,24px);background-color:#1a4756;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #1a475629}.hero-image{object-fit:cover;object-position:center;width:100%;height:440px;display:block}.hero-overlay{z-index:2;background:linear-gradient(90deg,#0e2c37eb 0%,#143c4bd1 42%,#1a475673 75%,#0e2c3733 100%);align-items:center;padding:48px 64px;display:flex;position:absolute;inset:0}.hero-content{flex-direction:column;align-items:flex-start;gap:18px;max-width:680px;display:flex}.hero-tag{color:#b2ebf2;letter-spacing:.03em;background:#ffffff1f;border:1px solid #87d5e84d;border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.hero-title{color:#fff;text-shadow:0 2px 12px #0000004d;letter-spacing:-.02em;margin:0;font-size:44px;font-weight:800;line-height:1.18}.hero-subtitle{color:#effbfce6;text-shadow:0 1px 6px #0003;max-width:580px;margin:0;font-size:16.5px;font-weight:400;line-height:1.65}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;margin-top:10px;display:flex}.hero-btn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#38a8c4 0%,#226c83 100%);border:1px solid #ffffff40;box-shadow:0 8px 24px #288ca859}.hero-btn-primary:hover{background:linear-gradient(135deg,#42b9d8 0%,#287c97 100%);transform:translateY(-2px);box-shadow:0 12px 30px #288ca880}.hero-btn-primary:hover svg{transition:transform .2s;transform:translate(4px)}.hero-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1.5px solid #fff6}.hero-btn-secondary:hover{background:#ffffff3d;border-color:#fff;transform:translateY(-2px)}@media (width<=1024px){.hero-banner{min-height:460px}.hero-image{height:480px}.hero-overlay{padding:36px 40px}.hero-title{font-size:36px}.hero-subtitle{font-size:15px}}@media (width<=768px){.hero-section{margin-top:10px;margin-bottom:40px}.hero-banner{border-radius:18px;min-height:auto}.hero-image{height:460px}.hero-overlay{background:linear-gradient(#0e2c37d9 0%,#0e2c37f2 100%);align-items:flex-start;padding:28px 20px}.hero-title{font-size:27px;line-height:1.25}.hero-subtitle{font-size:14px;line-height:1.55}.hero-actions{flex-direction:column;gap:10px;width:100%}.hero-btn{width:100%;padding:12px 20px;font-size:14px}}.about-section{padding-top:48px}.about-grid{grid-template-columns:340px 1fr;align-items:center;gap:48px;max-width:1060px;margin:0 auto;display:grid}.about-logo-container{justify-content:center;align-items:center;display:flex}.about-logo-image{object-fit:contain;width:100%;max-width:280px;height:auto}.about-text-container{flex-direction:column;gap:15px;display:flex}.about-title{color:var(--text-primary);letter-spacing:-.01em;font-size:42px;font-weight:800}.about-subtitle{color:var(--bg-secondary);letter-spacing:.03em;font-size:22px;font-weight:700}.about-description{color:#335362;text-align:left;font-size:17px;font-weight:400;line-height:1.75}@media (width<=1024px){.about-grid{text-align:center;grid-template-columns:1fr}.about-description{text-align:left}}@media (width<=768px){.about-section{margin-bottom:64px;padding-top:24px}.about-grid{gap:24px}.about-logo-image{max-width:200px}.about-title{font-size:30px}.about-subtitle{font-size:18px}.about-description{text-align:left;font-size:15px;line-height:1.65}}.impact-section{padding-top:40px}.impact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.impact-left{flex-direction:column;gap:32px;display:flex}.impact-intro h3{color:var(--text-primary);margin-bottom:14px;font-size:1.5rem;font-weight:700;line-height:1.3}.impact-intro p{color:var(--text-secondary);font-size:15px;line-height:1.65}.impact-icons{flex-direction:column;gap:20px;display:flex}.icon-item{align-items:center;gap:20px;display:flex}.icon-wrapper{background:var(--bg-secondary);width:50px;height:50px;color:var(--accent-color,#4dd0e1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-wrapper svg{width:28px;height:28px}.icon-text{flex-direction:column;display:flex}.stat-value{color:var(--text-primary);font-size:1.8rem;font-weight:700;line-height:1.2}.stat-label{color:var(--text-secondary);font-size:1rem}.impact-right{flex-direction:column;gap:20px;display:flex}.stat-card{background:var(--bg-secondary);border-radius:20px;align-items:flex-start;gap:20px;padding:25px;transition:transform .2s,background .3s;display:flex}.stat-card:hover{background:#245a6d;transform:translateY(-3px)}.stat-icon{background:var(--bg-primary);width:50px;height:50px;color:var(--accent-color,#4dd0e1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.stat-icon svg{width:28px;height:28px}.stat-content{flex-direction:column;gap:8px;display:flex}.stat-title{color:#dae4e5;margin:0;font-size:1.3rem;font-weight:600}.stat-subtitle{color:#4ddd;margin:0;font-size:.95rem;font-weight:500}.stat-description{color:#dae4e5;margin:0;font-size:.95rem;line-height:1.6}@media (width<=1024px){.impact-grid{grid-template-columns:1fr}.impact-icons{flex-flow:wrap;gap:20px}.icon-item{flex:200px}}@media (width<=768px){.impact-section{padding-top:48px}.impact-grid,.impact-left{gap:24px}.impact-intro h3{margin-bottom:12px;font-size:24px}.impact-intro p{font-size:16px}.stat-card{gap:14px;padding:20px 16px}.stat-content{min-width:0}}.vm-section{max-width:1060px;margin:0 auto;padding-top:24px}.vm-grid{grid-template-columns:repeat(2,1fr);gap:28px;margin-bottom:32px;display:grid}.vm-card{background:#286c83;border-radius:18px;flex-direction:column;height:auto;min-height:280px;display:flex;overflow:hidden;box-shadow:0 10px 24px #286c831a}.vm-card-header{background:#dceced;border-bottom:1px solid #286c8333;border-radius:18px 18px 0 0;justify-content:center;align-items:center;height:56px;display:flex}.vm-card-title{letter-spacing:-.01em;color:#286c83;margin:0;font-family:Open Sans,sans-serif;font-size:22px;font-weight:700}.vm-card-body{flex:1;align-items:center;padding:24px 28px;display:flex}.vm-card-text{color:#fff;margin:0;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:1.7}.vm-list{color:#fff;margin:0;padding-left:20px;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:1.65;list-style:decimal}.vm-list li{margin-bottom:12px}.vm-list li:last-child{margin-bottom:0}.vm-list li strong{color:#fff;font-weight:700}.vm-message{text-align:center;margin-top:24px;padding:16px 0}.vm-message p{color:#286c83;max-width:800px;margin:0 auto;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.7}@media (width<=768px){.vm-grid{grid-template-columns:1fr;gap:40px}.vm-card{height:auto;min-height:400px}.vm-card-header{height:70px}.vm-card-title{font-size:36px;line-height:50px}.vm-list{padding-left:20px}.vm-section{padding-top:16px}.vm-section .section-title{margin-bottom:24px;font-size:32px}.vm-grid{gap:20px;margin-bottom:24px}.vm-card{min-height:0}.vm-card-title{font-size:28px}.vm-card-header{flex-shrink:0;height:64px}.vm-card-body{padding:20px}.vm-card-text,.vm-list{font-size:17px;line-height:1.7}.vm-list li{margin-bottom:12px}.vm-message{margin-top:20px;padding:0}.vm-message p{font-size:17px}}.project-state-card{text-align:center;background:#fff;border:1px solid #e0f2f1;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:720px;margin:24px auto;padding:36px 32px;animation:.3s ease-out stateFadeIn;display:flex;box-shadow:0 10px 30px #286c8314}@keyframes stateFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.project-state-loading .state-spinner{border:4px solid #e0f2f1;border-top-color:#38a8c4;border-radius:50%;width:44px;height:44px;margin-bottom:4px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.state-loading-title{color:#244655;margin:0;font-size:17px;font-weight:700}.state-loading-subtitle{color:#5a7e8d;margin:0;font-size:13.5px}.project-state-error{background:#fffdfd;border-color:#ffcdd2}.state-error-icon{color:#d32f2f;background:#ffebee;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:700;display:flex}.state-error-title{color:#c62828;margin:0;font-size:18px;font-weight:700}.state-error-desc{color:#616161;max-width:480px;margin:0;font-size:14px;line-height:1.5}.state-retry-btn{color:#fff;cursor:pointer;background:#286c83;border:none;border-radius:999px;align-items:center;gap:8px;margin-top:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.state-retry-btn:hover{background:#1a4756;transform:translateY(-1px)}.project-state-empty{border-color:#e0f2f1}.state-empty-icon{color:#38748c;background:#effbfc;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.state-empty-title{color:#244655;margin:0;font-size:18px;font-weight:700}.state-empty-desc{color:#5a7e8d;margin:0;font-size:14px;line-height:1.5}.inline-alert{border-radius:12px;align-items:center;gap:12px;margin-bottom:16px;padding:12px 16px;font-size:13.5px;line-height:1.45;animation:.2s stateFadeIn;display:flex}.inline-alert-error{color:#c62828;background:#ffebee;border:1px solid #ffcdd2}.inline-alert-info{color:#0277bd;background:#e1f5fe;border:1px solid #b3e5fc}.inline-alert-warning{color:#e65100;background:#fff8e1;border:1px solid #ffe082}.projects-section{padding-top:24px}.projects-container{background:var(--bg-secondary);border-radius:20px;padding:32px 36px;position:relative}.projects-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.projects-subtitle{color:var(--text-white);font-size:28px;font-weight:700;line-height:1.25}.projects-description{color:#ffffffe6;margin-top:6px;font-size:15px;font-weight:400;line-height:1.6}.projects-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.project-card{background:var(--bg-primary);border-radius:16px;height:320px;transition:transform .3s;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-10px)}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:40px 20px 20px;position:absolute;bottom:0;left:0;right:0}.project-title{margin:0;font-size:24px;font-weight:600}.project-subtitle-card{color:#fffc;margin:4px 0 0;font-size:13px;font-weight:400}.btn-view-more{background:var(--text-white);color:var(--text-dark);cursor:pointer;border:none;border-radius:100px;padding:10px 30px;font-size:18px;font-weight:600;transition:background .3s,color .3s}.btn-view-more:hover{background:#e0e0e0}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}.projects-subtitle{font-size:40px}.ph-bar-long{width:250px}.ph-bar-short{width:120px}}@media (width<=768px){.projects-grid{grid-template-columns:1fr}.projects-header{flex-direction:column;gap:20px}.projects-header-bars{align-items:flex-start}.projects-description{font-size:20px}.projects-section{padding-top:16px}.projects-container{padding:24px 16px}.projects-header{margin-bottom:24px}.projects-subtitle{font-size:28px}.projects-description{margin-top:8px;font-size:16px}.projects-grid{gap:20px;min-width:0;margin-bottom:24px}.project-card{min-width:0;height:320px}.project-title{overflow-wrap:anywhere}}.faq-section{padding-top:40px}.faq-list{flex-direction:column;gap:30px;display:flex}.faq-item{background:var(--bg-secondary);border-radius:var(--border-radius-lg);cursor:pointer;width:100%;transition:transform .2s,background .3s;overflow:hidden}.faq-item:hover{background:#245a6d;transform:scale(1.01)}.faq-question{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 30px;font-size:1.1rem;font-weight:500;display:flex}.faq-icon{margin-left:20px;font-size:1.5rem;line-height:1;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 30px;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:500px;padding-bottom:20px}.faq-answer p{color:#ffffffe6;margin:0;line-height:1.6}.faq-question{color:#fff;list-style:1.6;margin:0}@media (width<=768px){.faq-section{padding-top:16px}.faq-list{gap:16px}.faq-question{gap:12px;padding:18px 20px;font-size:15px;line-height:1.5}.faq-icon{flex-shrink:0;margin-left:0}.faq-answer{padding-inline:20px;font-size:14px}.faq-item.active .faq-answer{max-height:none}}.footer-section{width:100%;color:var(--text-white);background:linear-gradient(#245d71 0%,#1a4756 100%);margin-top:48px;padding:24px 0 16px;position:relative;box-shadow:0 -2px 16px #0000000d}.footer-section:before{content:"";background:linear-gradient(90deg,#38a8c4 0%,#87d5e8 50%,#38a8c4 100%);height:2px;position:absolute;top:0;left:0;right:0}.footer-container{flex-direction:column;gap:16px;display:flex}.footer-main-row{justify-content:space-between;align-items:center;gap:36px;display:flex}.footer-brand{flex-direction:column;gap:6px;max-width:360px;display:flex}.footer-brand-header{color:#fff;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.footer-logo-img{object-fit:cover;background:#fff;border:1.5px solid #ffffff4d;border-radius:50%;width:38px;height:38px}.footer-brand-title{font-family:var(--font-logo);letter-spacing:.06em;color:#fff;font-size:20px;font-weight:700}.footer-tagline{color:#effbfcd1;margin:0;font-size:12.5px;line-height:1.5}.footer-heading{letter-spacing:.08em;text-transform:uppercase;color:#8ce8f2;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.footer-nav{flex-direction:column;display:flex}.footer-nav-list{align-items:center;gap:18px;margin:0;padding:0;list-style:none;display:flex}.footer-nav-list li a{color:#effbfcd9;font-size:13.5px;text-decoration:none;transition:color .2s}.footer-nav-list li a:hover{color:#fff;text-decoration:underline}.footer-contact{flex-direction:column;display:flex}.footer-contact-items{flex-direction:column;gap:4px;display:flex}.footer-contact-link{color:#effbfcd9;align-items:center;gap:7px;font-size:13px;text-decoration:none;display:inline-flex}.footer-contact-link.clickable{transition:color .2s}.footer-contact-link.clickable:hover{color:#fff;text-decoration:underline}.contact-icon{color:#72d8eb;flex-shrink:0}.ext-icon{opacity:.6}.footer-bottom{color:#effbfc99;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:12px;font-size:11.5px;display:flex}.footer-copyright{margin:0}.footer-subtext{letter-spacing:.02em;font-weight:500}@media (width<=860px){.footer-main-row{flex-direction:column;align-items:flex-start;gap:20px}.footer-nav-list{flex-wrap:wrap;gap:14px}.footer-brand{max-width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px}}.error-boundary{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.error-boundary-card{text-align:center;background:var(--text-white);border-radius:var(--border-radius-md);max-width:480px;padding:48px 36px;box-shadow:0 8px 30px #286c8326}.error-boundary-title{color:var(--text-primary);margin-bottom:12px;font-size:28px;font-weight:700}.error-boundary-desc{color:var(--text-secondary);margin-bottom:28px;line-height:1.6}.error-boundary-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.error-boundary-btn{border-radius:var(--border-radius-sm);cursor:pointer;border:2px solid var(--bg-secondary);padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none}.error-boundary-btn.primary{background:var(--bg-secondary);color:var(--text-white)}.error-boundary-btn.secondary{color:var(--bg-secondary);background:0 0}
