.navbar{z-index:1000;height:var(--nav-height);transition:background var(--transition), box-shadow var(--transition);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);background:#fffffff7}.navbar__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar__logo img{width:auto;height:44px}.navbar__nav{align-items:center;gap:2rem;display:flex}.navbar__links{align-items:center;gap:.25rem;display:flex}.navbar__item>a,.navbar__dropdown-trigger{color:#ffffffe6;transition:color var(--transition);border-radius:var(--radius-sm);align-items:center;gap:.25rem;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;display:flex}.navbar__item>a:hover,.navbar__dropdown-trigger:hover{color:var(--gold-light)}.navbar--scrolled .navbar__item>a,.navbar--scrolled .navbar__dropdown-trigger{color:var(--text)}.navbar--scrolled .navbar__item>a:hover,.navbar--scrolled .navbar__dropdown-trigger:hover{color:var(--green-deep)}.navbar__item--dropdown{position:relative}.navbar__chevron{transition:transform var(--transition);font-size:.625rem}.navbar__dropdown-trigger--open .navbar__chevron{transform:rotate(180deg)}.navbar__dropdown{background:var(--white);border-radius:var(--radius-md);min-width:220px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:all var(--transition);padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;transform:translateY(-8px)}.navbar__dropdown--open{opacity:1;visibility:visible;transform:translateY(0)}.navbar__dropdown a{color:var(--text);border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);padding:.625rem 1rem;font-size:.875rem;font-weight:500;display:block}.navbar__dropdown a:hover{background:var(--bg-alt);color:var(--green-deep)}.navbar__actions{align-items:center;gap:.75rem;display:flex}.navbar--scrolled .navbar__login{border-color:var(--green-deep);color:var(--green-deep)}.navbar--scrolled .navbar__login:hover{background:var(--green-deep);color:var(--white)}.navbar:not(.navbar--scrolled) .navbar__login{color:var(--white);border-color:#ffffffb3}.navbar:not(.navbar--scrolled) .navbar__login:hover{background:var(--white);color:var(--green-deep);border-color:var(--white)}.navbar__toggle{flex-direction:column;gap:5px;padding:4px;display:none}.navbar__toggle span{background:var(--white);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.navbar--scrolled .navbar__toggle span{background:var(--green-deep)}.navbar__toggle--active span:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__toggle--active span:nth-child(2){opacity:0}.navbar__toggle--active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.navbar__toggle{display:flex}.navbar__nav{top:var(--nav-height);background:var(--white);transition:transform var(--transition);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;padding:1.5rem;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.navbar__nav--open{transform:translate(0)}.navbar__links{flex-direction:column;align-items:stretch;gap:0;width:100%}.navbar__item>a,.navbar__dropdown-trigger{color:var(--text);justify-content:space-between;width:100%;padding:.875rem 0;font-size:1.0625rem}.navbar__dropdown{opacity:1;visibility:visible;box-shadow:none;background:0 0;padding:0 0 0 1rem;display:none;position:static;transform:none}.navbar__dropdown--open{display:block}.navbar__dropdown a{color:var(--text-muted);padding:.625rem 0}.navbar__actions{flex-direction:column;width:100%}.navbar__actions .btn{width:100%}}@media (width<=480px){.navbar__logo img{height:36px}}.hero{min-height:100vh;padding-top:var(--nav-height);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;object-position:center center;width:100%;height:100%}.hero__overlay{background:linear-gradient(135deg,#0d1f18eb 0%,#1b3d2fbf 50%,#0d1f1866 100%);position:absolute;inset:0}.hero__content{z-index:1;flex:1;justify-content:space-between;align-items:flex-end;gap:2rem;padding:4rem 1.5rem 6rem;display:flex;position:relative}.hero__text{max-width:620px}.hero__badge{background:var(--gold);color:var(--white);letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:1.25rem;font-size:clamp(2.25rem,5vw,3.5rem)}.hero__text p{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.hero__trust-strip{display:none}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__card{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-md);max-width:280px;color:var(--white);background:#ffffff1f;border:1px solid #ffffff26;flex-direction:column;gap:1rem;padding:1.5rem;animation:.8s .3s both slideUp;display:flex}.hero__card-main{flex-direction:column;gap:1rem;display:flex}.hero__card-icon{background:var(--gold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;font-weight:700;display:flex}.hero__card-copy strong{margin-bottom:.25rem;font-size:1.0625rem;display:block}.hero__card-copy p{color:#ffffffbf;margin:0;font-size:.875rem}.hero__card-link{color:var(--gold-light);transition:color var(--transition);font-size:.875rem;font-weight:600}.hero__card-link:hover{color:var(--white)}.hero__stats{z-index:1;background:0 0;padding:0 0 2rem;position:relative}.hero__stats-inner{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden;transform:translateY(-50%)}.hero__stat{text-align:center;padding:2rem;position:relative}.hero__stat:not(:last-child):after{content:"";background:var(--border);width:1px;height:50%;position:absolute;top:25%;right:0}.hero__stat-value{font-family:var(--font-serif);color:var(--green-deep);margin-bottom:.25rem;font-size:2rem;font-weight:700;display:block}.hero__stat-label{color:var(--text-muted);font-size:.875rem;font-weight:500}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.hero__content{flex-direction:column;align-items:stretch;padding-bottom:5rem}.hero__card{max-width:100%}}@media (width<=768px){.hero{justify-content:flex-start;min-height:auto}.hero__bg img{object-position:center 25%}.hero__overlay{background:linear-gradient(#0d1f188c 0%,#0d1f18b8 35%,#1b3d2fe0 70%,#0d1f18f2 100%)}.hero__content{gap:1.25rem;padding:2rem 1.25rem 1.5rem}.hero__badge{margin-bottom:1rem;font-size:.75rem}.hero h1{margin-bottom:1rem;font-size:clamp(1.875rem,7vw,2.5rem);line-height:1.15}.hero__title-break{display:none}.hero__text p{margin-bottom:1.25rem;font-size:1rem;line-height:1.65}.hero__trust-strip{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.625rem;margin-bottom:1.25rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.hero__trust-strip::-webkit-scrollbar{display:none}.hero__trust-chip{-webkit-backdrop-filter:blur(8px);color:var(--white);white-space:nowrap;background:#ffffff24;border:1px solid #fff3;border-radius:50px;flex-shrink:0;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero__trust-chip-icon{font-size:.8125rem}.hero__actions{flex-direction:column;gap:.75rem}.hero__actions .btn{width:100%;padding:1rem 1.5rem;font-size:1rem}.hero__card{background:#ffffff29;border-color:#a68b5b59;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;box-shadow:0 8px 32px #00000026}.hero__card-main{flex-direction:row;flex:1;align-items:center;gap:.875rem;min-width:0}.hero__card-icon{width:36px;height:36px;font-size:1rem}.hero__card-copy strong{font-size:.9375rem}.hero__card-copy p{font-size:.75rem;line-height:1.4}.hero__card-link{flex-shrink:0;padding:.5rem 0;font-size:.8125rem}.hero__stats{margin-top:.5rem;padding:0 1.25rem 2rem}.hero__stats-inner{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);transform:none}.hero__stat{padding:1.125rem .5rem}.hero__stat-value{font-size:1.375rem}.hero__stat-label{font-size:.6875rem;line-height:1.3}}@media (width<=380px){.hero__stat-value{font-size:1.25rem}.hero__stat-label{font-size:.625rem}.hero__card-link{display:none}}.scroll-reveal{--reveal-delay:0s;--reveal-duration:.7s}.scroll-reveal:not(.scroll-reveal--visible){opacity:0;transition:opacity var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay), transform var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay);will-change:opacity, transform}.scroll-reveal--visible{opacity:1;transition:opacity var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay), transform var(--reveal-duration) cubic-bezier(.22, 1, .36, 1) var(--reveal-delay);transform:none!important}.scroll-reveal--fade-up:not(.scroll-reveal--visible){transform:translateY(40px)}.scroll-reveal--fade-down:not(.scroll-reveal--visible){transform:translateY(-40px)}.scroll-reveal--fade-left:not(.scroll-reveal--visible){transform:translate(40px)}.scroll-reveal--fade-right:not(.scroll-reveal--visible){transform:translate(-40px)}.scroll-reveal--zoom-in:not(.scroll-reveal--visible){transform:scale(.92)}.scroll-reveal--fade:not(.scroll-reveal--visible){transform:none}@media (prefers-reduced-motion:reduce){.scroll-reveal:not(.scroll-reveal--visible),.scroll-reveal--visible{opacity:1;transition:none;transform:none!important}}.product-quick-links{background:var(--bg-alt)}.product-quick-links__grid .scroll-reveal,.product-quick-links__grid .link-card{height:100%}@media (width<=768px){.product-quick-links .page-section__header{text-align:left;margin-left:0;margin-right:0}.product-quick-links .page-section__header--center{text-align:left}.product-quick-links .section-desc{margin-left:0}.product-quick-links__grid{grid-template-columns:1fr;gap:1rem}.product-quick-links__grid .link-card img{height:160px}}@media (width>=769px) and (width<=1024px){.product-quick-links__grid{grid-template-columns:repeat(2,1fr)}}.rates-promo{background:var(--white)}.rates-promo .scroll-reveal,.rates-promo .rate-card{height:100%}.rates-promo__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.rates-promo__disclaimer{color:var(--text-light);text-align:center;margin-top:1.5rem;font-size:.75rem}@media (width<=768px){.rates-promo__header{flex-direction:column;align-items:flex-start;gap:1rem}.rates-promo__header .btn{width:100%}.rates-promo .rates-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.rates-promo .rate-card{padding:1.125rem .75rem}.rates-promo .rate-card__value{font-size:1.5rem}.rates-promo .rate-card__product{margin-bottom:.5rem;font-size:.6875rem}.rates-promo .rate-card__note{margin-top:.5rem;font-size:.6875rem}}@media (width<=360px){.rates-promo .rates-grid{grid-template-columns:1fr 1fr}}.why-choose{background:var(--bg-alt)}.why-choose .scroll-reveal,.why-choose .info-card{height:100%}@media (width<=768px){.why-choose .page-section__header--center{text-align:left}.why-choose .info-cards{grid-template-columns:repeat(2,1fr);gap:.75rem}.why-choose .info-card{padding:1.25rem}.why-choose .info-card h3{font-size:.9375rem}.why-choose .info-card p{font-size:.8125rem}}@media (width<=400px){.why-choose .info-cards{grid-template-columns:1fr}}.slide-carousel__viewport{position:relative;overflow:hidden}.slide-carousel__slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),visibility .65s;position:absolute;inset:0;transform:translate(24px)}.slide-carousel__slide--active{opacity:1;visibility:visible;pointer-events:auto;position:relative;transform:translate(0)}.slide-carousel__dots{justify-content:center;gap:.625rem;margin-top:2rem;display:flex}.slide-carousel__dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .35s}.slide-carousel__dot--active{background:var(--gold);border-radius:5px;width:28px}@media (prefers-reduced-motion:reduce){.slide-carousel__slide{transition:none;transform:none}}.projects{background:var(--white)}.projects__header{text-align:center;margin-bottom:3rem}.projects__showcase{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.projects__image{height:420px}.projects__image img{object-fit:cover;width:100%;height:100%;animation:.5s fadeIn}.projects__card{background:var(--white);border-radius:var(--radius-md);max-width:400px;box-shadow:var(--shadow-lg);padding:2rem;position:absolute;bottom:2rem;left:2rem}.projects__card-icon{background:var(--gold);width:44px;height:44px;color:var(--white);border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.25rem;display:inline-flex}.projects__card h3{margin-bottom:.75rem;font-size:1.25rem}.projects__card p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.6}.projects__dots{justify-content:center;gap:.625rem;margin-top:2rem;display:flex}.projects__dot{background:var(--border);width:10px;height:10px;transition:all var(--transition);border-radius:50%;padding:0}.projects__dot--active{background:var(--gold);border-radius:5px;width:28px}@media (width<=768px){.projects__image{height:300px}.projects__card{max-width:100%;margin-top:-2rem;margin-left:1rem;margin-right:1rem;position:static}}@media (width<=480px){.projects__card{padding:1.5rem}}.projects__stack{flex-direction:column;gap:1.5rem;display:flex}.projects__stack .projects__showcase{box-shadow:var(--shadow-md)}.projects__stack .projects__image{height:200px}.projects__stack .projects__card{max-width:100%;margin:0;position:static}.about-teaser{background:var(--white)}.about-teaser .section-desc{margin-bottom:0}.about-teaser .feature-list{margin:1.5rem 0 2rem}@media (width<=768px){.about-teaser .content-grid{flex-direction:column;gap:1.5rem;display:flex}.about-teaser .content-grid__visual{order:-1}.about-teaser .content-grid__visual img{border-radius:var(--radius-lg);height:220px}.about-teaser .btn{width:100%}}.testimonials{background:var(--bg-alt)}.testimonials__grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:3rem;display:grid}.testimonials__intro .btn{margin-top:1.5rem}.testimonials__cards{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.testimonial-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition);padding:2rem;position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-card__quote{font-family:var(--font-serif);color:var(--green-deep);opacity:.15;font-size:4rem;line-height:1;position:absolute;top:.5rem;left:1.25rem}.testimonial-card p{color:var(--text);z-index:1;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7;position:relative}.testimonial-card__author{align-items:center;gap:.875rem;display:flex}.testimonial-card__author img{object-fit:cover;border-radius:50%;width:48px;height:48px}.testimonial-card__author strong{color:var(--green-deep);font-size:.9375rem;display:block}.testimonial-card__author span{color:var(--text-muted);font-size:.8125rem}.testimonials__dots{justify-content:center;gap:.625rem;margin-top:2.5rem;display:flex}.testimonials__dot{background:var(--border);width:10px;height:10px;transition:all var(--transition);border-radius:50%;padding:0}.testimonials__dot--active{background:var(--gold);border-radius:5px;width:28px}@media (width<=900px){.testimonials__grid{grid-template-columns:1fr;gap:2rem}.testimonials__intro .btn{width:100%}}.testimonials-preview__slider{min-width:0}.testimonials-preview__track{grid-template-columns:repeat(2,1fr);gap:1.5rem;animation:.65s cubic-bezier(.22,1,.36,1) testimonialSlideIn;display:grid}.testimonials-preview__stack{flex-direction:column;gap:1rem;display:flex}.testimonials-preview__stack .testimonial-card{padding:1.5rem}@keyframes testimonialSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.testimonials-preview__track{animation:none}}.news-preview{background:var(--bg-alt)}.news-preview__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.news-preview__grid .scroll-reveal,.news-preview__grid .news-card{height:100%}@media (width<=768px){.news-preview__header{flex-direction:column;align-items:flex-start;gap:1rem}.news-preview__header .btn{width:100%}.news-preview__grid{grid-template-columns:1fr;gap:1rem}}@media (width>=769px){.news-preview__grid{grid-template-columns:repeat(3,1fr)}}.cta-banner{background:linear-gradient(135deg, var(--green-deep), var(--green-primary));padding:4rem 0}.cta-banner__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cta-banner h2{color:var(--white);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem)}.cta-banner p{color:#fffc;max-width:480px}.cta-banner__actions{flex-wrap:wrap;flex-shrink:0;gap:1rem;display:flex}@media (width<=768px){.cta-banner{padding:2.5rem 0}.cta-banner__inner{text-align:center;flex-direction:column}.cta-banner p{margin:0 auto}.cta-banner__actions{flex-direction:column;justify-content:center;width:100%}.cta-banner__actions .btn{width:100%}}.footer{background:var(--green-deep);color:#ffffffd9;padding:4rem 0 0}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.footer__logo{width:auto;height:48px;margin-bottom:1.25rem}.footer__brand p{max-width:320px;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.footer__subscribe{gap:.5rem;max-width:340px;display:flex}.footer__subscribe input{border-radius:var(--radius-sm);color:var(--white);transition:border-color var(--transition);background:#ffffff14;border:1px solid #fff3;outline:none;flex:1;padding:.625rem 1rem;font-size:.875rem}.footer__subscribe input::placeholder{color:#ffffff80}.footer__subscribe input:focus{border-color:var(--gold)}.footer__col h4{color:var(--white);font-family:var(--font-sans);margin-bottom:1.25rem;font-size:1rem;font-weight:600}.footer__col ul li{margin-bottom:.625rem}.footer__col a{color:#ffffffb3;transition:color var(--transition);font-size:.9375rem}.footer__col a:hover{color:var(--gold-light)}.footer__contact li{color:#ffffffb3;font-size:.9375rem}.footer__social{gap:.75rem;margin-top:1.25rem;display:flex}.footer__social a{width:36px;height:36px;transition:all var(--transition);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.footer__bottom{color:#ffffff80;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.875rem;display:flex}.footer__legal{gap:1.5rem;display:flex}.footer__legal a{color:#ffffff80;transition:color var(--transition)}.footer__legal a:hover{color:var(--gold-light)}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media (width<=560px){.footer__grid{grid-template-columns:1fr}.footer__subscribe{flex-direction:column;max-width:100%}.footer__bottom{text-align:center;flex-direction:column;gap:1rem}.footer__legal{flex-wrap:wrap;justify-content:center}}.home main{overflow-x:hidden}.page-hero{min-height:340px;padding:calc(var(--nav-height) + 3rem) 0 4rem;align-items:center;margin-top:0;display:flex;position:relative}.page-hero__bg{z-index:0;position:absolute;inset:0}.page-hero__bg img{object-fit:cover;width:100%;height:100%}.page-hero__overlay{background:linear-gradient(135deg,#0d1f18eb,#1b3d2fc7);position:absolute;inset:0}.page-hero__content{z-index:1;max-width:720px;position:relative}.page-hero__label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:inline-block}.page-hero h1{color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem)}.page-hero__content p{color:#ffffffd9;max-width:560px;font-size:1.0625rem;line-height:1.7}.page-hero__actions{flex-wrap:wrap;gap:1rem;margin-top:1.75rem;display:flex}.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:.875rem 0}.breadcrumb ol{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.breadcrumb a{color:var(--text-muted);transition:color var(--transition)}.breadcrumb a:hover{color:var(--green-deep)}.breadcrumb li:last-child span{color:var(--green-deep);font-weight:500}.breadcrumb__sep{color:var(--text-light);margin-left:.5rem}@media (width<=768px){.page-hero{min-height:260px;padding:calc(var(--nav-height) + 2rem) 0 2.5rem}.page-hero__bg img{object-position:center 30%}.page-hero__overlay{background:linear-gradient(#0d1f1899 0%,#1b3d2fe0 100%)}.page-hero h1{font-size:clamp(1.625rem,6vw,2.25rem)}.page-hero__content p{font-size:.9375rem}}.page-section{padding:4rem 0}.page-section--alt{background:var(--bg-alt)}.page-section--white{background:var(--white)}.page-section__header{max-width:640px;margin-bottom:2.5rem}.page-section__header--center{text-align:center;margin-left:auto;margin-right:auto}.page-section__header .section-desc{margin-top:.75rem}.content-grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:3rem;display:grid}.content-grid--reverse .content-grid__visual{order:-1}.content-grid__visual img{border-radius:var(--radius-md);box-shadow:var(--shadow-md);object-fit:cover;width:100%;height:360px}.feature-list{flex-direction:column;gap:.875rem;margin:1.5rem 0;display:flex}.feature-list li{align-items:flex-start;gap:.75rem;font-size:.9375rem;display:flex}.feature-list__check{background:var(--green-sage);width:22px;height:22px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.75rem;font-weight:700;display:flex}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow var(--transition), transform var(--transition);padding:1.75rem}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.product-card__rate{color:var(--gold);background:#a68b5b1f;border-radius:50px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;display:inline-block}.product-card h3{font-size:1.125rem;font-family:var(--font-sans);margin-bottom:1rem;font-weight:600}.product-card ul{flex-direction:column;gap:.5rem;display:flex}.product-card li{color:var(--text-muted);padding-left:1.25rem;font-size:.875rem;position:relative}.product-card li:before{content:"•";color:var(--green-sage);font-weight:700;position:absolute;left:0}.info-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.info-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-top:3px solid var(--gold);padding:2rem}.info-card h3{font-size:1.0625rem;font-family:var(--font-sans);margin-bottom:.625rem;font-weight:600}.info-card p{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.split-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.split-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:1.25rem;padding:1.5rem;display:flex}.split-card__icon{background:var(--green-deep);width:48px;height:48px;color:var(--white);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.split-card h3{font-size:1rem;font-family:var(--font-sans);margin-bottom:.375rem;font-weight:600}.split-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.link-card-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.link-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);display:block;overflow:hidden}.link-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.link-card img{object-fit:cover;width:100%;height:160px}.link-card__body{padding:1.25rem}.link-card__icon{margin-bottom:.5rem;font-size:1.5rem}.link-card h3{margin-bottom:.5rem;font-size:1.0625rem}.link-card p{color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem;line-height:1.5}.link-card__arrow{color:var(--gold);font-size:.875rem;font-weight:600}.rates-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.rate-card{background:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);border-bottom:3px solid var(--gold);padding:1.5rem}.rate-card__product{color:var(--text-muted);margin-bottom:.75rem;font-size:.8125rem;font-weight:600}.rate-card__value{font-family:var(--font-serif);color:var(--green-deep);font-size:2rem;font-weight:700;line-height:1}.rate-card__apy{color:var(--gold);margin-top:.25rem;font-size:.75rem;font-weight:600}.rate-card__note{color:var(--text-light);margin-top:.75rem;font-size:.75rem}.team-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.team-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);text-align:center;padding:1.75rem}.team-card__avatar{background:var(--green-deep);width:72px;height:72px;color:var(--white);font-family:var(--font-serif);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.25rem;font-weight:600;display:flex}.team-card h3{font-size:1rem;font-family:var(--font-sans);margin-bottom:.25rem;font-weight:600}.team-card__role{color:var(--gold);margin-bottom:.75rem;font-size:.8125rem;font-weight:600;display:block}.team-card p{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.timeline{border-left:2px solid var(--border);max-width:640px;padding-left:2rem;position:relative}.timeline__item{padding-bottom:2rem;position:relative}.timeline__item:before{content:"";background:var(--gold);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:calc(-2rem - 6px)}.timeline__year{font-family:var(--font-serif);color:var(--green-deep);margin-bottom:.375rem;font-size:1.25rem;font-weight:700}.timeline__event{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.form-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-form{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:2rem}.contact-form h3{font-size:1.25rem;font-family:var(--font-sans);color:var(--green-deep);margin-bottom:1.5rem;font-weight:600}.contact-form__success h3{color:var(--green-deep);margin-bottom:.75rem;font-size:1.25rem}.contact-form__success p{color:var(--text-muted);font-size:.9375rem}.form-field{margin-bottom:1.25rem}.form-field label{margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.form-field input,.form-field select,.form-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:border-color var(--transition);outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--green-sage)}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-info-block{flex-direction:column;gap:1.5rem;display:flex}.contact-info-item{gap:1rem;display:flex}.contact-info-item__icon{background:var(--bg-alt);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;display:flex}.contact-info-item strong{margin-bottom:.25rem;font-size:.9375rem;display:block}.contact-info-item span,.contact-info-item a{color:var(--text-muted);font-size:.875rem}.branch-list{flex-direction:column;gap:1rem;display:flex}.branch-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:3px solid var(--green-sage);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.branch-item--atm{border-left-color:var(--gold)}.branch-item h3{font-size:1rem;font-family:var(--font-sans);margin-bottom:.375rem;font-weight:600}.branch-item p{color:var(--text-muted);font-size:.875rem}.branch-item__meta{text-align:right;flex-shrink:0}.branch-item__type{color:var(--gold);background:#a68b5b1f;border-radius:50px;margin-bottom:.375rem;padding:.2rem .625rem;font-size:.75rem;font-weight:600;display:inline-block}.branch-item__hours{color:var(--text-light);font-size:.8125rem}.job-list{flex-direction:column;gap:1rem;display:flex}.job-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.job-item h3{font-size:1rem;font-family:var(--font-sans);margin-bottom:.375rem;font-weight:600}.job-item__meta{color:var(--text-muted);font-size:.8125rem}.news-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.news-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition);overflow:hidden}.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.news-card img{object-fit:cover;width:100%;height:180px}.news-card__body{padding:1.5rem}.news-card__category{text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.news-card h3{margin-bottom:.625rem;font-size:1.0625rem;line-height:1.4}.news-card p{color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.news-card__date{color:var(--text-light);font-size:.8125rem}.faq-page-list{max-width:800px}.faq-page-item{border-bottom:1px solid var(--border)}.faq-page-question{text-align:left;width:100%;color:var(--green-deep);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;font-size:1rem;font-weight:600;display:flex}.faq-page-toggle{background:var(--bg-alt);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.125rem;display:flex}.faq-page-item--open .faq-page-toggle{background:var(--gold);color:var(--white)}.faq-page-answer{padding-bottom:1.25rem}.faq-page-answer p{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.legal-content{max-width:760px}.legal-content h2{font-size:1.25rem;font-family:var(--font-sans);margin:2rem 0 .75rem;font-weight:600}.legal-content p,.legal-content li{color:var(--text-muted);margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem;list-style:outside}@media (width<=1024px){.product-grid,.info-cards,.link-card-grid,.team-grid,.rates-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.content-grid,.form-grid,.split-cards,.news-grid{grid-template-columns:1fr}.content-grid--reverse .content-grid__visual{order:0}.product-grid,.info-cards,.link-card-grid,.team-grid,.rates-grid,.news-preview__grid,.form-row{grid-template-columns:1fr}.branch-item{flex-direction:column}.branch-item__meta{text-align:left}}.about-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.about-testimonials .scroll-reveal{height:100%}.about-testimonial{background:var(--bg-alt);border-radius:var(--radius-md);border-left:3px solid var(--gold);height:100%;padding:2rem}.about-testimonial p{color:var(--text);margin-bottom:1rem;font-size:.9375rem;font-style:italic;line-height:1.7}.about-testimonial footer{color:var(--text-muted);font-size:.875rem}.about-testimonial strong{color:var(--green-deep)}@media (width<=900px){.about-testimonials__grid{grid-template-columns:1fr}}.security-alert{background:var(--bg-alt);border-left:4px solid var(--gold);border-radius:var(--radius-md);max-width:640px;padding:2rem}.security-alert h3{font-size:1.125rem;font-family:var(--font-sans);margin-bottom:.75rem;font-weight:600}.security-alert p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.security-alert a{color:var(--green-deep);font-weight:600}.auth-page{background:var(--bg);min-height:100vh}.auth-page__layout{min-height:calc(100vh - var(--nav-height));margin-top:var(--nav-height);grid-template-columns:1fr 1fr;display:grid}.auth-page__visual{position:relative;overflow:hidden}.auth-page__visual img{object-fit:cover;width:100%;height:100%}.auth-page__visual-overlay{color:var(--white);background:linear-gradient(135deg,#0d1f18e0,#1b3d2fb3);flex-direction:column;justify-content:center;padding:3rem;display:flex;position:absolute;inset:0}.auth-page__logo{width:auto;height:52px;margin-bottom:2rem}.auth-page__visual-overlay h2{color:var(--white);margin-bottom:1rem;font-size:2rem}.auth-page__visual-overlay p{opacity:.85;max-width:360px;font-size:1.0625rem;line-height:1.7}.auth-page__form-wrap{justify-content:center;align-items:center;padding:2rem;display:flex}.auth-form{width:100%;max-width:440px}.auth-form h1{margin-bottom:.5rem;font-size:1.75rem}.auth-form__subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem}.auth-form__field{margin-bottom:1.25rem}.auth-form__field label{color:var(--text);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.auth-form__field input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);outline:none;padding:.75rem 1rem;font-size:.9375rem}.auth-form__field input:focus{border-color:var(--green-sage);box-shadow:0 0 0 3px #748e5426}.auth-form__field select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);outline:none;width:100%;padding:.75rem 1rem;font-size:.9375rem}.auth-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.auth-form__extras{justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.875rem;display:flex}.auth-form__remember{color:var(--text-muted);cursor:pointer;align-items:center;gap:.5rem;display:flex}.auth-form__extras a{color:var(--gold);font-weight:500}.auth-form__extras a:hover{color:var(--green-deep)}.auth-form__terms{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;font-size:.8125rem;line-height:1.5;display:flex}.auth-form__terms a{color:var(--gold)}.auth-form__submit{width:100%;padding:1rem}.auth-form__footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9375rem}.auth-form__footer a{color:var(--green-deep);font-weight:600}.auth-form__footer a:hover{color:var(--gold)}.auth-form__error{color:#b91c1c;border-radius:var(--radius-sm);background:#fef2f2;border:1px solid #fecaca;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-form__info{color:#166534;border-radius:var(--radius-sm);background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.auth-form__link-btn{text-align:center;width:100%;color:var(--gold);cursor:pointer;background:0 0;border:none;margin-top:.75rem;font-size:.875rem;font-weight:600;display:block}.auth-form__demo{text-align:center;color:var(--text-light);margin-top:1rem;font-size:.75rem}.auth-loading{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.auth-loading__spinner{border:3px solid var(--border);border-top-color:var(--green-deep);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=900px){.auth-page__layout{grid-template-columns:1fr}.auth-page__visual{display:none}.auth-page__form-wrap{padding:2rem 1.5rem 3rem}}@media (width<=480px){.auth-form__row{grid-template-columns:1fr}}.auth-wizard-steps{gap:.5rem;margin-bottom:2rem;display:flex}.auth-wizard-step{text-align:center;color:var(--text-light);border-bottom:2px solid var(--border);flex:1;padding:.5rem;font-size:.75rem;font-weight:600}.auth-wizard-step--active{color:var(--green-deep);border-bottom-color:var(--gold)}.auth-wizard-step--done{color:var(--green-sage);border-bottom-color:var(--green-sage)}.auth-form--wide{max-width:560px}.auth-form__nav{gap:.75rem;margin-top:1.5rem;display:flex}.auth-form__nav .btn{flex:1}.auth-country-dropdown{position:relative}.auth-country-list{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);z-index:10;max-height:200px;box-shadow:var(--shadow-md);position:absolute;top:100%;left:0;right:0;overflow-y:auto}.auth-country-list button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.625rem 1rem;font-size:.875rem;display:block}.auth-country-list button:hover{background:var(--bg-alt)}.auth-review-grid{gap:.75rem;margin-bottom:1.5rem;font-size:.875rem;display:grid}.auth-review-grid div{border-bottom:1px solid var(--border);justify-content:space-between;padding-bottom:.5rem;display:flex}.auth-review-grid span:first-child{color:var(--text-muted)}.admin-shell{background:var(--bg-alt);min-height:100vh;display:flex}.admin-sidebar{background:var(--green-deep);width:260px;color:var(--white);z-index:40;transition:transform var(--transition);flex-direction:column;flex-shrink:0;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.admin-sidebar--open{transform:translate(0)}.admin-sidebar__brand{border-bottom:1px solid #ffffff1a;padding:1.5rem}.admin-sidebar__brand img{height:36px;margin-bottom:.75rem}.admin-sidebar__brand p{opacity:.75;font-size:.8125rem}.admin-sidebar__nav{flex:1;padding:1rem .75rem;overflow-y:auto}.admin-sidebar__link{border-radius:var(--radius-sm);color:#ffffffbf;transition:background var(--transition), color var(--transition);border-left:3px solid #0000;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:flex}.admin-sidebar__link:hover{color:var(--white);background:#ffffff14}.admin-sidebar__link--active{color:var(--gold-light);border-left-color:var(--gold);background:#a68b5b33}.admin-sidebar__icon{opacity:.85;flex-shrink:0;width:20px;height:20px}.admin-main{flex-direction:column;flex:1;min-width:0;margin-left:0;display:flex}.admin-header{background:var(--white);border-bottom:1px solid var(--border);z-index:30;justify-content:space-between;align-items:center;height:64px;padding:0 1.25rem;display:flex;position:sticky;top:0}.admin-header__left{align-items:center;gap:1rem;display:flex}.admin-header__menu-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.admin-header__title{color:var(--green-deep);font-size:1.125rem;font-weight:600}.admin-header__user{color:var(--text-muted);align-items:center;gap:1rem;font-size:.875rem;display:flex}.admin-header__logout{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);cursor:pointer;padding:.5rem 1rem;font-size:.8125rem;font-weight:600}.admin-header__logout:hover{border-color:var(--green-sage);color:var(--green-deep)}.admin-content{flex:1;padding:1.5rem;overflow-x:auto}.admin-overlay{z-index:35;background:#0006;position:fixed;inset:0}.admin-page-header{margin-bottom:1.5rem}.admin-page-header h1{color:var(--green-deep);margin-bottom:.25rem;font-size:1.5rem}.admin-page-header p{color:var(--text-muted);font-size:.9375rem}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.admin-stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem}.admin-stat-card__label{color:var(--text-muted);margin-bottom:.35rem;font-size:.8125rem}.admin-stat-card__value{color:var(--green-deep);font-size:1.5rem;font-weight:700}.admin-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.admin-card__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-card__header h2{font-size:1rem;font-weight:600}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1rem}.admin-table th{background:var(--bg-alt);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.admin-table tr:hover td{background:#748e540a}.admin-badge{text-transform:capitalize;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge--success{color:#166534;background:#dcfce7}.admin-badge--warning{color:#854d0e;background:#fef9c3}.admin-badge--error{color:#b91c1c;background:#fee2e2}.admin-badge--neutral{background:var(--bg-alt);color:var(--text-muted)}.admin-btn{border-radius:var(--radius-sm);cursor:pointer;transition:opacity var(--transition);border:none;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-btn--primary{background:var(--green-deep);color:var(--white)}.admin-btn--gold{background:var(--gold);color:var(--white)}.admin-btn--outline{background:var(--white);border:1px solid var(--border);color:var(--text)}.admin-btn--danger{color:var(--white);background:#dc2626}.admin-btn--sm{padding:.35rem .75rem;font-size:.75rem}.admin-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.admin-toolbar input,.admin-toolbar select{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:180px;padding:.5rem .75rem;font-size:.875rem}.admin-modal-backdrop{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:var(--white);border-radius:var(--radius-md);width:100%;max-width:520px;max-height:90vh;box-shadow:var(--shadow-lg);overflow-y:auto}.admin-modal__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.admin-modal__header h3{font-size:1.0625rem}.admin-modal__close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;font-size:1.5rem;line-height:1}.admin-modal__body{padding:1.25rem}.admin-modal__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.admin-form-field{margin-bottom:1rem}.admin-form-field label{margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.admin-form-field input,.admin-form-field select,.admin-form-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;padding:.625rem .75rem;font-size:.875rem}.admin-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.admin-alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.admin-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.admin-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.admin-loading{justify-content:center;align-items:center;min-height:200px;display:flex}.admin-loading__spinner{border:3px solid var(--border);border-top-color:var(--green-deep);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-login-page{background:linear-gradient(135deg, var(--green-deep), var(--dark));justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:2rem}.admin-login-card__logo{height:48px;margin-bottom:1.5rem}.admin-login-card h1{margin-bottom:.25rem;font-size:1.5rem}.admin-login-card__subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9375rem}@media (width>=1024px){.admin-sidebar{transform:translate(0)}.admin-main{margin-left:260px}.admin-header__menu-btn,.admin-overlay{display:none}}@media (width<=640px){.admin-form-row{grid-template-columns:1fr}.admin-content{padding:1rem}}.dash-app{background:#f4f6f4;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.dash-app__main{flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;min-height:100vh;margin-left:280px;display:flex}.dash-app__content{box-sizing:border-box;flex:1;width:100%;min-width:0;max-width:1280px;padding:1.5rem 2rem 2.5rem}.dash-sidebar{color:#fff;z-index:200;background:linear-gradient(#1b3d2f 0%,#142e24 100%);flex-direction:column;width:280px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.dash-sidebar__brand{border-bottom:1px solid #ffffff14;padding:1.5rem 1.25rem}.dash-sidebar__brand img{height:36px}.dash-sidebar__nav{flex:1;padding:1rem .75rem}.dash-sidebar__section{margin-bottom:1.25rem}.dash-sidebar__section-title{text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;padding:0 .75rem .5rem;font-size:.6875rem;font-weight:600}.dash-sidebar__link{color:#ffffffbf;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:2px;padding:.625rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.dash-sidebar__link:hover{color:#fff;background:#ffffff14}.dash-sidebar__link--active{color:#fff;border-left:3px solid var(--gold);background:#a68b5b40}.dash-sidebar__icon{text-align:center;width:1.25rem;font-size:1rem}.dash-sidebar__user{border-top:1px solid #ffffff14;grid-template-columns:auto 1fr;align-items:center;gap:.5rem .75rem;padding:1rem 1.25rem;display:grid}.dash-sidebar__avatar{background:var(--gold);width:40px;height:40px;color:var(--green-deep);border-radius:50%;grid-row:span 2;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.dash-sidebar__user strong{font-size:.875rem;display:block}.dash-sidebar__user span{color:#ffffff8c;word-break:break-all;font-size:.75rem}.dash-sidebar__logout{color:#fff9;text-align:left;grid-column:2;font-size:.8125rem}.dash-sidebar__logout:hover{color:var(--gold-light)}.dash-overlay{display:none}.dash-topnav{z-index:100;box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e7e5;align-items:center;gap:1rem;width:100%;min-width:0;padding:.75rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.dash-topnav__menu{padding:.25rem .5rem;font-size:1.25rem;display:none}.dash-topnav__search{background:#f4f6f4;border-radius:10px;flex:1;align-items:center;gap:.5rem;max-width:420px;padding:.5rem 1rem;display:flex}.dash-topnav__search input{background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.dash-topnav__actions{flex-shrink:0;align-items:center;gap:.75rem;margin-left:auto;display:flex}.dash-topnav__transfer{white-space:nowrap;align-items:center;gap:.375rem;display:inline-flex}.dash-topnav__transfer-icon{font-size:1rem;line-height:1;display:none}.dash-topnav__dropdown{position:relative}.dash-topnav__bell,.dash-topnav__profile{background:#f4f6f4;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;display:flex;position:relative}.dash-topnav__badge{color:#fff;background:#dc2626;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:.625rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.dash-topnav__avatar{background:var(--green-deep);color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:flex}.dash-topnav__panel{z-index:50;background:#fff;border-radius:12px;min-width:260px;padding:1rem;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 40px #0000001f}.dash-topnav__panel a{color:var(--green-deep);padding:.5rem 0;font-size:.875rem;display:block}.dash-topnav__notif{border-bottom:1px solid #eee;padding:.625rem 0;font-size:.8125rem}.dash-topnav__notif p{color:var(--text-muted);margin-top:.25rem}.dash-topnav__empty{color:var(--text-muted);font-size:.8125rem}.dash-page-header{min-width:0;margin-bottom:1.5rem}.dash-page-header h1{font-family:var(--font-serif);color:var(--green-deep);word-break:break-word;margin-bottom:.25rem;font-size:clamp(1.25rem,4.5vw,1.75rem);line-height:1.25}.dash-page-header p{color:var(--text-muted);word-break:break-word;font-size:clamp(.8125rem,2.5vw,.9375rem);line-height:1.5}.dash-hero{color:#fff;background:linear-gradient(135deg,#1b3d2f 0%,#2d5a40 50%,#748e54 100%);border-radius:16px;margin-bottom:1.5rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #1b3d2f40}.dash-hero:after{content:"";background:#a68b5b26;border-radius:50%;width:300px;height:300px;position:absolute;top:-50%;right:-20%}.dash-hero__label{opacity:.85;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.dash-hero__amount{font-family:var(--font-serif);letter-spacing:-.02em;word-break:break-word;margin:.5rem 0 1rem;font-size:clamp(1.75rem,8vw,2.75rem);font-weight:700;line-height:1.1}.dash-hero__stats{grid-template-columns:repeat(4,1fr);gap:1rem 1.5rem;display:grid}.dash-hero__stat strong{font-size:1.125rem;display:block}.dash-hero__stat span{opacity:.75;font-size:.75rem}.dash-hero__toggle{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;padding:.25rem .5rem;font-size:.875rem}.dash-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.dash-stat-card{background:#fff;border:1px solid #eef0ee;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #0000000f}.dash-stat-card__icon{margin-bottom:.5rem;font-size:1.5rem}.dash-stat-card__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.dash-stat-card__value{color:var(--green-deep);margin-top:.25rem;font-size:1.375rem;font-weight:700}.dash-quick-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.dash-quick-btn{text-align:center;color:var(--text);cursor:pointer;background:#fff;border:1px solid #eef0ee;border-radius:12px;padding:1rem .5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.dash-quick-btn:hover{border-color:var(--gold);color:var(--green-deep);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.dash-quick-btn__icon{margin-bottom:.375rem;font-size:1.5rem;display:block}.dash-grid-2{grid-template-columns:1fr 1.2fr;gap:1.5rem;display:grid}.dash-grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.dash-panel{background:#fff;border:1px solid #eef0ee;border-radius:14px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.dash-panel__title{color:var(--green-deep);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.dash-panel__link{color:var(--gold);font-size:.8125rem;font-weight:500}.dash-account-card{cursor:pointer;color:inherit;background:linear-gradient(135deg,#f8faf8,#fff);border:1px solid #eef0ee;border-radius:12px;padding:1.25rem;text-decoration:none;transition:all .2s;display:block}.dash-account-card:hover{border-color:var(--gold);box-shadow:0 4px 16px #0000000f}.dash-account-card--checking{border-left:4px solid #1b3d2f}.dash-account-card--savings{border-left:4px solid #748e54}.dash-account-card--investment{border-left:4px solid var(--gold)}.dash-account-card__type{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}.dash-account-card__name{margin:.25rem 0;font-weight:600}.dash-account-card__number{color:var(--text-muted);font-family:monospace;font-size:.8125rem}.dash-account-card__balance{color:var(--green-deep);margin-top:.75rem;font-size:1.375rem;font-weight:700}.dash-txn-item{border-bottom:1px solid #f0f2f0;justify-content:space-between;align-items:flex-start;gap:.75rem;min-width:0;padding:.875rem 0;display:flex}.dash-txn-item__amount--credit,.dash-txn-item__amount--debit{white-space:nowrap;flex-shrink:0;font-size:.875rem}.dash-txn-item:last-child{border-bottom:none}.dash-txn-item__icon{background:#f4f6f4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.125rem;display:flex}.dash-txn-item__info{flex:1;min-width:0}.dash-txn-item__info strong{font-size:.875rem;display:block}.dash-txn-item__meta{color:var(--text-muted);font-size:.75rem}.dash-txn-item__amount--credit{color:#16a34a;font-weight:600}.dash-txn-item__amount--debit{font-weight:600}.dash-badge{text-transform:capitalize;border-radius:999px;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;display:inline-block}.dash-badge--success{color:#166534;background:#dcfce7}.dash-badge--warning{color:#854d0e;background:#fef9c3}.dash-badge--error{color:#991b1b;background:#fee2e2}.dash-badge--neutral{color:#4b5563;background:#f3f4f6}.dash-form .form-field{margin-bottom:1rem}.dash-form label{color:var(--text);margin-bottom:.375rem;font-size:.8125rem;font-weight:600;display:block}.dash-form input,.dash-form select,.dash-form textarea{border:1px solid #dde0dd;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.dash-form input:focus,.dash-form select:focus,.dash-form textarea:focus{border-color:var(--green-sage);outline:none;box-shadow:0 0 0 3px #748e5426}.dash-wizard-steps{-webkit-overflow-scrolling:touch;gap:.5rem;margin-bottom:1.5rem;display:flex;overflow-x:auto}.dash-wizard-step{text-align:center;min-width:0;color:var(--text-muted);white-space:nowrap;background:#f4f6f4;border-radius:8px;flex:1;padding:.625rem .5rem;font-size:.75rem;font-weight:600}.dash-wizard-step--active{background:var(--green-deep);color:#fff}.dash-wizard-step--done{color:var(--green-deep);background:#748e5433}.dash-type-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.dash-type-card{cursor:pointer;text-align:left;border:2px solid #eef0ee;border-radius:12px;padding:1rem;transition:all .2s}.dash-type-card:hover,.dash-type-card--selected{border-color:var(--green-deep);background:#1b3d2f0a}.dash-type-card strong{margin-bottom:.25rem;font-size:.875rem;display:block}.dash-type-card span{color:var(--text-muted);font-size:.75rem}.dash-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#f4f6f4;border-radius:10px;gap:.25rem;margin-bottom:1.5rem;padding:.25rem;display:flex;overflow-x:auto}.dash-tabs::-webkit-scrollbar{display:none}.dash-tab{min-width:max-content;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:.625rem 1rem;font-size:.875rem;font-weight:600}.dash-tab--active{color:var(--green-deep);background:#fff;box-shadow:0 1px 3px #00000014}.dash-card-visual{color:#fff;background:linear-gradient(135deg,#1b3d2f,#2d5a40);border-radius:16px;flex-direction:column;justify-content:space-between;min-height:180px;padding:1.5rem;display:flex;position:relative;overflow:hidden}.dash-card-visual--credit{background:linear-gradient(135deg,#2c1810,#5c3d2e)}.dash-card-visual--frozen{opacity:.6;filter:grayscale(.5)}.dash-card-visual__chip{background:linear-gradient(135deg,#d4af37,#f0d060);border-radius:6px;width:40px;height:30px}.dash-card-visual__number{letter-spacing:3px;font-family:monospace;font-size:1.25rem}.dash-alert{border-radius:10px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.875rem}.dash-alert--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.dash-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.dash-alert--info{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.dash-account-item{border-bottom:1px solid #f0f2f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;padding:1rem 0;display:flex}.dash-account-item:last-child{border-bottom:none}.dash-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dash-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:1.5rem;overflow-y:auto}.dash-loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:4rem;display:flex}.dash-spinner{border:3px solid #eef0ee;border-top-color:var(--green-deep);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:.8s linear infinite dash-spin}@keyframes dash-spin{to{transform:rotate(360deg)}}.vt-toast-stack{z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.vt-toast{border-radius:10px;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;animation:.3s vt-slide-in;box-shadow:0 4px 20px #00000026}.vt-toast--success{color:#fff;background:#166534}.vt-toast--error{color:#fff;background:#b91c1c}.vt-toast--info{background:var(--green-deep);color:#fff}@keyframes vt-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (width<=1200px){.dash-quick-grid{grid-template-columns:repeat(3,1fr)}.dash-stats{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.dash-app__main{margin-left:0}.dash-sidebar{transition:transform .3s;transform:translate(-100%)}.dash-sidebar--open{transform:translate(0)}.dash-overlay{z-index:150;background:#0006;display:block;position:fixed;inset:0}.dash-topnav__menu{flex-shrink:0;display:flex}.dash-topnav__search{display:none}.dash-grid-2,.dash-grid-3{grid-template-columns:1fr}}@media (width<=768px){.dash-topnav{gap:.5rem;padding:.625rem .875rem}.dash-topnav__actions{gap:.375rem}.dash-topnav__transfer-label{display:none}.dash-topnav__transfer-icon{display:inline}.dash-topnav__transfer{border-radius:50%;justify-content:center;width:36px;min-width:36px;height:36px;padding:0}.dash-topnav__bell,.dash-topnav__profile{flex-shrink:0;width:36px;height:36px}.dash-app__content{padding:1rem .875rem 2rem}.dash-hero{border-radius:12px;padding:1.25rem 1rem}.dash-hero__stats{grid-template-columns:repeat(2,1fr);gap:.875rem 1rem}.dash-hero__stat strong{font-size:1rem}.dash-hero__stat span{font-size:.6875rem;line-height:1.3}.dash-quick-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.dash-quick-btn{padding:.75rem .25rem;font-size:.6875rem}.dash-quick-btn__icon{margin-bottom:.25rem;font-size:1.25rem}.dash-panel{border-radius:12px;padding:1rem}.dash-stat-card{padding:1rem}.dash-stat-card__value,.dash-account-card__balance{font-size:1.125rem}.dash-card-visual__number{letter-spacing:2px;font-size:1rem}.dash-modal{max-height:calc(100vh - 1rem);margin:.5rem}.vt-toast-stack{inset:auto .75rem 1rem}.vt-toast{box-sizing:border-box;width:100%}}@media (width<=480px){.dash-page-header h1{font-size:1.125rem}.dash-hero__amount{font-size:1.625rem}.dash-quick-grid{grid-template-columns:repeat(2,1fr)}.dash-stats{grid-template-columns:1fr 1fr;gap:.625rem}.dash-type-grid{grid-template-columns:1fr}.dash-wizard-step{padding:.5rem .375rem;font-size:.6875rem}.dash-txn-item{flex-wrap:wrap}.dash-txn-item__amount--credit,.dash-txn-item__amount--debit{text-align:right;width:100%;padding-left:3rem}.dash-topnav__panel{min-width:0;position:fixed;inset:auto .75rem .75rem}}.page-enter{animation:.4s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root{--green-deep:#1b3d2f;--green-primary:#1b4332;--green-sage:#748e54;--green-light:#a4b894;--gold:#a68b5b;--gold-light:#c4a574;--dark:#0d1f18;--text:#1a2e24;--text-muted:#5a6b62;--text-light:#8a9a90;--bg:#fafbf9;--bg-alt:#f0f4f1;--white:#fff;--border:#e2e8e4;--shadow-sm:0 2px 8px #1b3d2f0f;--shadow-md:0 8px 30px #1b3d2f1a;--shadow-lg:0 20px 60px #1b3d2f1f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Inter", system-ui, sans-serif;--transition:.25s ease;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--green-deep);font-weight:600;line-height:1.2}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:inline-block}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section-desc{color:var(--text-muted);max-width:560px;font-size:1.05rem}.btn{border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--green-deep);color:var(--white)}.btn-primary:hover{background:var(--green-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-gold{background:var(--gold);color:var(--white)}.btn-gold:hover{background:var(--gold-light);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{color:var(--green-deep);border:2px solid var(--green-deep);background:0 0}.btn-outline:hover{background:var(--green-deep);color:var(--white)}.btn-outline-light{color:var(--white);background:0 0;border:2px solid #fff9}.btn-outline-light:hover{background:var(--white);color:var(--green-deep);border-color:var(--white)}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}@media (width<=768px){:root{--nav-height:70px}.container{padding:0 1.25rem}.section{padding:3rem 0}.section-title{font-size:clamp(1.5rem,5vw,2rem)}}
