@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap");:root{--primary:#105974;--primary-container:#33728e;--primary-fixed:#c0e8ff;--primary-fixed-dim:#92cfee;--on-primary:#ffffff;--on-primary-container:#d8f0ff;--secondary:#006876;--secondary-container:#69e8fe;--secondary-fixed-dim:#55d7ed;--on-secondary:#ffffff;--on-secondary-container:#006774;--tertiary:#1b4fa9;--tertiary-container:#3b68c3;--on-tertiary:#ffffff;--background:#f7f9fb;--surface:#f7f9fb;--surface-low:#f2f4f6;--surface-container:#eceef0;--surface-high:#e6e8ea;--surface-highest:#e0e3e5;--surface-lowest:#ffffff;--on-surface:#191c1e;--on-surface-variant:#3f484c;--outline:#6f797d;--outline-variant:#bfc8cc;--error:#ba1a1a;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.75rem;--radius-full:9999px;--shadow-ambient:0 4px 24px rgba(16,89,116,0.06);--shadow-float:0 8px 40px rgba(16,89,116,0.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--background);color:var(--on-surface);line-height:1.6}h1,h2,h3,h4,h5{font-family:Manrope,sans-serif;font-weight:700;line-height:1.2;letter-spacing:-.02em}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.section-label{font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary)}.chip{gap:.375rem;padding:.35rem 1rem;background:var(--secondary-container);color:var(--on-secondary-container);border-radius:var(--radius-full);font-size:.8rem;font-weight:600}.btn-primary,.chip{display:inline-flex;align-items:center}.btn-primary{justify-content:center;gap:.5rem;padding:.85rem 1.5rem;background:var(--primary);color:var(--on-primary);border-radius:var(--radius-md);font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--primary-container);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.5rem;background:transparent;color:var(--on-primary);border:1.5px solid rgba(255,255,255,.45);border-radius:var(--radius-md);font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;cursor:pointer;transition:background .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-secondary:hover{background:rgba(255,255,255,.12)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;color:var(--primary);border:1.5px solid var(--primary);border-radius:var(--radius-md);font-family:Manrope,sans-serif;font-weight:700;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-outline:hover{background:var(--primary-fixed)}.btn-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.9rem 1.5rem;background:#25d366;color:#fff;border-radius:var(--radius-md);font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;border:none;cursor:pointer;transition:background .2s}.btn-whatsapp:hover{background:#1ebe5d}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(247,249,251,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--outline-variant);border-left:3px solid var(--primary);border-right:3px solid var(--primary)}@media (min-width:768px){.nav{border-left:none;border-right:none}}.nav__inner{justify-content:space-between;height:64px}.nav__inner,.nav__logo{display:flex;align-items:center}.nav__logo{gap:.6rem}.nav__logo-img{width:44px;height:44px;object-fit:contain}.nav__logo-text{font-family:Manrope,sans-serif;font-weight:800;font-size:1rem;color:var(--primary);letter-spacing:-.02em}.nav__logo-sub{font-size:.6rem;font-weight:500;color:var(--outline);letter-spacing:.08em;text-transform:uppercase;margin-top:-2px}.nav__cta,.nav__links{display:none}.nav__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;border-radius:var(--radius-sm)}.nav__hamburger span{display:block;height:2px;background:var(--primary);border-radius:2px;transition:transform .25s,opacity .2s}.nav__hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.nav__hamburger.open span:nth-child(2){opacity:0}.nav__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__mobile{display:none;flex-direction:column;background:var(--surface-lowest);border-top:1px solid var(--outline-variant);padding:1rem 1.25rem 1.5rem;gap:.25rem}.nav__mobile.open{display:flex}.nav__mobile a{padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:500;color:var(--on-surface-variant);transition:color .15s,background .15s}.nav__mobile a.active,.nav__mobile a:hover{color:var(--primary);background:var(--primary-fixed)}.nav__mobile .btn-primary{margin-top:.75rem;width:100%}@media (min-width:768px){.nav__inner{height:68px}.nav__logo-img{width:52px;height:52px}.nav__hamburger{display:none}.nav__links{display:flex;align-items:center;gap:.25rem}.nav__links a{padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--on-surface-variant);transition:color .15s,background .15s}.nav__links a.active,.nav__links a:hover{color:var(--primary);background:var(--primary-fixed)}.nav__cta{display:flex;align-items:center;gap:.75rem}}.hero{min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:64px;background:var(--primary)}@media (min-width:768px){.hero{padding-top:68px}}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.4;display:block}.hero__bg-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--primary) 0,rgba(16,89,116,.65) 50%,transparent 100%)}.hero__inner{position:relative;z-index:1;padding:2.5rem 0 3rem;width:100%}@media (min-width:1024px){.hero__inner{padding:5rem 0}}.hero__content{max-width:680px}.hero__badge{display:inline-block;padding:.35rem 1rem;background:var(--secondary-container);color:var(--on-secondary-container);border-radius:var(--radius-full);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.2rem,6vw,4.5rem);font-weight:800;color:#fff;margin-bottom:1.25rem;letter-spacing:-.03em;line-height:1.1}.hero__desc{font-size:1rem;color:var(--primary-fixed);margin-bottom:2.5rem;line-height:1.75;font-weight:500;max-width:520px}@media (min-width:768px){.hero__desc{font-size:1.15rem}}.hero__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width:400px){.hero__actions{flex-direction:row;flex-wrap:wrap}}.hero__btn-white{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:#fff;color:var(--primary);border-radius:var(--radius-lg);font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:box-shadow .2s,transform .15s}.hero__btn-white:hover{box-shadow:0 8px 32px rgba(0,0,0,.2);transform:translateY(-1px)}.hero__btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius-lg);font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s}.hero__btn-ghost:hover{background:rgba(255,255,255,.1)}.section{padding:3.5rem 0}@media (min-width:640px){.section{padding:5rem 0}}@media (min-width:1024px){.section{padding:6rem 0}}.section--alt{background:var(--surface-low)}.section--dark{background:var(--primary);color:var(--on-primary)}.section__header{text-align:center;margin-bottom:2.5rem}@media (min-width:640px){.section__header{margin-bottom:3.5rem}}@media (min-width:1024px){.section__header{margin-bottom:4rem}}.section__title{font-size:clamp(1.5rem,4vw,2.5rem);color:var(--on-surface);margin-top:.5rem}.section--dark .section__title{color:var(--on-primary)}.section__subtitle{font-size:.95rem;color:var(--on-surface-variant);max-width:560px;margin:.75rem auto 0}.section--dark .section__subtitle{color:rgba(255,255,255,.7)}.grid-2,.grid-3,.grid-4{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.grid-2,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.card{background:var(--surface-lowest);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-ambient);transition:transform .2s,box-shadow .2s}@media (min-width:1024px){.card{padding:2rem}}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float)}.card__icon{width:48px;height:48px;background:var(--primary-fixed);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1.25rem}.card__title{font-size:1.1rem;color:var(--on-surface);margin-bottom:.5rem}.card__desc{font-size:.875rem;color:var(--on-surface-variant);line-height:1.65}.course-card{background:var(--surface-lowest);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-ambient);transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.course-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float)}.course-card__header{padding:1.5rem;background:linear-gradient(135deg,var(--primary),var(--primary-container));color:var(--on-primary)}.course-card__tag{display:inline-block;padding:.25rem .75rem;background:rgba(255,255,255,.2);border-radius:var(--radius-full);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.course-card__title{font-size:1.3rem;font-weight:800;margin-bottom:.35rem}.course-card__sub{font-size:.82rem;opacity:.8}.course-card__body{padding:1.25rem 1.5rem;flex:1 1;display:flex;flex-direction:column}.course-card__info{display:flex;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--surface-container);flex-wrap:wrap}.course-card__info-item{display:flex;flex-direction:column;gap:.2rem}.course-card__info-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--outline)}.course-card__info-value{font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;color:var(--on-surface)}.course-card__features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;flex:1 1}.course-card__feature{display:flex;align-items:center;gap:.5rem;font-size:.845rem;color:var(--on-surface-variant)}.course-card__feature:before{content:"✓";color:var(--secondary);font-weight:700;flex-shrink:0}.stats-bar{background:linear-gradient(90deg,var(--primary) 0,var(--primary-container) 100%);padding:2rem 0}@media (min-width:640px){.stats-bar{padding:3rem 0}}.stats-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;text-align:center}@media (min-width:1024px){.stats-bar__grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.stats-bar__value{font-family:Manrope,sans-serif;font-size:1.8rem;font-weight:800;color:var(--primary-fixed-dim);letter-spacing:-.02em}@media (min-width:640px){.stats-bar__value{font-size:2.5rem}}.stats-bar__label{font-size:.82rem;color:rgba(255,255,255,.75);margin-top:.25rem}.testimonial{background:var(--surface-container);border-radius:var(--radius-lg);padding:1.5rem}@media (min-width:640px){.testimonial{padding:2rem}}.testimonial__stars{color:#f59e0b;font-size:1rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial__text{font-size:.92rem;color:var(--on-surface-variant);line-height:1.7;margin-bottom:1.25rem}.testimonial__author{display:flex;align-items:center;gap:.75rem}.testimonial__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--secondary),var(--tertiary));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem;flex-shrink:0}.testimonial__name{font-family:Manrope,sans-serif;font-weight:700;font-size:.9rem;color:var(--on-surface)}.testimonial__role{font-size:.78rem;color:var(--outline)}.cta-banner{background:linear-gradient(135deg,var(--primary),var(--tertiary));border-radius:var(--radius-lg);padding:2.5rem 1.75rem;color:#fff;display:flex;flex-direction:column;gap:1.75rem;overflow:hidden;position:relative}@media (min-width:768px){.cta-banner{flex-direction:row;align-items:center;justify-content:space-between;padding:3.5rem 3rem;gap:2rem}.cta-banner:before{content:"⚓";position:absolute;right:3rem;top:50%;transform:translateY(-50%);font-size:8rem;opacity:.06}}.cta-banner__title{font-size:1.5rem;font-weight:800;margin-bottom:.4rem}@media (min-width:768px){.cta-banner__title{font-size:1.8rem}}.cta-banner__sub{color:rgba(255,255,255,.75);font-size:.95rem}.cta-banner__actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}@media (min-width:400px){.cta-banner__actions{flex-direction:row;flex-wrap:wrap}}.cta-full{padding:3rem 0}.cta-full__card{padding:3rem 2rem}.cta-full__card:after,.cta-full__card:before{content:"";position:absolute;width:16rem;height:16rem;background:rgba(255,255,255,.1);border-radius:50%;filter:blur(3rem);pointer-events:none}.cta-full__card:before{top:-5rem;right:-5rem}.cta-full__card:after{bottom:-5rem;left:-5rem}.cta-full__title{font-family:Manrope,sans-serif;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;position:relative;z-index:1}.cta-full__sub{font-size:1rem;max-width:38rem;position:relative;z-index:1}.cta-full__btn{padding:1.1rem 2.5rem;border-radius:var(--radius-lg);font-size:1.1rem;box-shadow:0 8px 30px rgba(0,0,0,.18);position:relative;z-index:1}.cta-full__btn:hover{transform:scale(1.04);box-shadow:0 12px 36px rgba(0,0,0,.22)}.cta-full__btn:active{transform:scale(.97)}.page-hero{background:linear-gradient(135deg,var(--primary) 0,#0a3d52 100%);padding:7rem 0 3.5rem;color:#fff;position:relative;overflow:hidden}@media (min-width:768px){.page-hero{padding:9rem 0 4.5rem}}@media (min-width:1024px){.page-hero{padding:10rem 0 5rem}}.page-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 Q15 20 30 30 Q45 40 60 30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1.5'/%3E%3C/svg%3E") repeat}.page-hero__inner{position:relative;z-index:1}.page-hero__title{font-size:clamp(1.75rem,6vw,3rem);font-weight:800;letter-spacing:-.03em;margin-top:.5rem;margin-bottom:.75rem}.page-hero__desc{font-size:1rem;color:rgba(255,255,255,.75);max-width:560px}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.form-group label{font-size:.825rem;font-weight:600;color:var(--on-surface-variant)}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;border:1.5px solid var(--outline-variant);border-radius:var(--radius-md);background:var(--surface-lowest);color:var(--on-surface);font-family:Inter,sans-serif;font-size:.9rem;transition:border-color .15s;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}.form-group textarea{resize:vertical;min-height:120px}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--surface-container)}.contact-info-item:last-child{border-bottom:none}.contact-info-icon{width:44px;height:44px;background:var(--primary-fixed);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.contact-info-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--outline);margin-bottom:.2rem}.contact-info-value{font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;color:var(--on-surface)}.footer{background:#f7f9fb;border-top:1px solid #e2e8f0}.footer__grid{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;padding:4rem 0 3rem}@media (min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (min-width:1024px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}}.footer__brand-name{display:flex;align-items:center;gap:.6rem;font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:800;color:var(--primary);margin-bottom:1rem}.footer__logo-img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.footer__brand-desc{font-size:.85rem;color:#64748b;line-height:1.7;max-width:280px;margin-bottom:1.5rem}.footer__socials{display:flex;gap:.75rem}.footer__social-btn{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;color:var(--primary);transition:color .15s,box-shadow .15s;flex-shrink:0}.footer__social-btn:hover{color:var(--secondary);box-shadow:0 2px 8px rgba(0,0,0,.15)}.footer__title{font-family:Manrope,sans-serif;font-size:.9rem;font-weight:700;color:var(--primary);margin-bottom:1.25rem}.footer__links{display:flex;flex-direction:column;gap:.85rem}.footer__links a{font-size:.875rem;color:#64748b;transition:color .15s;text-underline-offset:3px}.footer__links a:hover{color:var(--secondary);text-decoration:underline}.footer__address{font-size:.875rem;color:#64748b;line-height:1.8}.footer__bottom{padding:1.5rem 0;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;color:#94a3b8}@media (min-width:640px){.footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-links{display:flex;gap:2rem}.footer__bottom-links a{color:#94a3b8;font-size:.75rem;transition:color .15s}.footer__bottom-links a:hover{color:var(--primary)}.about-split{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:1024px){.about-split{grid-template-columns:1fr 1fr;gap:5rem}}.about-visual{position:relative}.infra-img-placeholder{width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden;margin-bottom:1.25rem}.infra-img-placeholder svg{display:block}.about-img-placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,var(--primary),var(--primary-container));border-radius:var(--radius-lg);position:relative;overflow:hidden}.about-badge{position:absolute;bottom:-1.5rem;right:-.5rem;background:var(--surface-lowest);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-float);text-align:center}@media (min-width:1024px){.about-badge{right:-1.5rem}}.about-badge__value{font-family:Manrope,sans-serif;font-size:2rem;font-weight:800;color:var(--primary)}.about-badge__label{font-size:.78rem;color:var(--outline)}.team-card{background:var(--surface-lowest);border-radius:var(--radius-lg);padding:1.75rem;text-align:center;box-shadow:var(--shadow-ambient)}.team-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;flex-shrink:0}.team-avatar svg{display:block}.team-name{font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;color:var(--on-surface);margin-bottom:.2rem}.team-role{font-size:.8rem;color:var(--secondary);font-weight:600;margin-bottom:.5rem}.team-desc{font-size:.82rem;color:var(--on-surface-variant);line-height:1.6}.founders-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}@media (min-width:1024px){.founders-grid{grid-template-columns:1fr 1fr;gap:2rem}}.founder-card{background:var(--surface-lowest);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-ambient);display:flex;flex-direction:column;gap:1.5rem}.founder-card__header{display:flex;align-items:center;gap:1.25rem}.founder-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.founder-avatar svg{display:block}.founder-name{font-family:Manrope,sans-serif;font-size:1.4rem;font-weight:800;color:var(--primary);letter-spacing:-.02em;margin-bottom:.15rem}.founder-age,.founder-role{display:block;font-size:.78rem;color:var(--outline)}.founder-role{color:var(--secondary);font-weight:600;margin-top:.2rem}.founder-bio{font-size:.9rem;color:var(--on-surface-variant);line-height:1.75;padding-bottom:1.5rem;border-bottom:1px solid var(--surface-container)}.founder-tags-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--outline);margin-bottom:.75rem}.founder-tags{display:flex;flex-wrap:wrap;gap:.5rem}.founder-tag{display:inline-block;padding:.3rem .8rem;background:var(--surface-low);color:var(--on-surface-variant);border-radius:var(--radius-full);font-size:.78rem;font-weight:500}.founder-tag--highlight{background:var(--primary-fixed);color:var(--primary);font-weight:700}.founder-personal{background:var(--surface-low);border-radius:var(--radius-md);padding:1.25rem;margin-top:auto}.founder-personal__title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--outline);margin-bottom:.75rem}.founder-personal__items{display:flex;flex-direction:column;gap:.4rem}.founder-personal__item{font-size:.845rem;color:var(--on-surface-variant);display:flex;align-items:center;gap:.5rem}.founder-personal__item:before{content:"✦";color:var(--secondary);font-size:.6rem;flex-shrink:0}.founders-quote{background:linear-gradient(135deg,var(--primary),var(--tertiary));border-radius:var(--radius-lg);padding:2.5rem;text-align:center;color:#fff}.founders-quote p{font-family:Manrope,sans-serif;font-size:clamp(1rem,2vw,1.2rem);font-weight:500;line-height:1.7;color:rgba(255,255,255,.9);margin-bottom:1.25rem;font-style:italic}.founders-quote span{font-size:.82rem;color:rgba(255,255,255,.6);font-weight:600;letter-spacing:.04em}.value-item{gap:1.25rem;padding:1.5rem;background:var(--surface-lowest);box-shadow:var(--shadow-ambient)}.value-icon,.value-item{display:flex;border-radius:var(--radius-md)}.value-icon{width:48px;height:48px;background:var(--primary-fixed);align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.service-card{background:var(--surface-lowest);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-ambient);transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float)}.service-card__top{padding:1.5rem;background:linear-gradient(135deg,var(--secondary) 0,#004e59 100%);color:#fff}@media (min-width:640px){.service-card__top{padding:2rem}}.service-card__icon{font-size:2rem;margin-bottom:.75rem}.service-card__title{font-size:1.1rem;font-weight:700;margin-bottom:.35rem}.service-card__sub{font-size:.82rem;opacity:.8}.service-card__body{padding:1.5rem}@media (min-width:640px){.service-card__body{padding:1.5rem 2rem}}.service-card__list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.service-card__list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--on-surface-variant)}.service-card__list li:before{content:"→";color:var(--secondary);font-weight:700}.contact-split{display:grid;grid-template-columns:1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}@media (min-width:1024px){.contact-split{grid-template-columns:1fr 1fr;gap:4rem}}.course-row{background:var(--surface-lowest);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-ambient);margin-bottom:1.5rem}.course-row__inner{display:grid;grid-template-columns:1fr}@media (min-width:768px){.course-row__inner{grid-template-columns:1fr 2fr;min-height:260px}}.course-row__side{padding:2rem 1.5rem;color:#fff;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.course-row__side{padding:2.5rem}}.course-row__body{padding:1.5rem}@media (min-width:768px){.course-row__body{padding:2.5rem}}.course-row__cols{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.5rem}@media (min-width:640px){.course-row__cols{grid-template-columns:1fr 1fr}}.course-col-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--outline);margin-bottom:.75rem;font-weight:600}.courses-hero{position:relative;padding:6rem 0;overflow:hidden;background:linear-gradient(135deg,var(--primary),var(--primary-container))}.courses-hero__dots{position:absolute;inset:0;opacity:.1;pointer-events:none;background-image:radial-gradient(circle,#fff 1px,transparent 0);background-size:40px 40px}.courses-hero__badge{display:inline-block;padding:.375rem 1rem;background:rgba(0,104,118,.2);color:#fff;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.courses-hero__title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem}.courses-hero__desc{font-size:1.05rem;color:var(--primary-fixed);line-height:1.7;opacity:.9;max-width:48rem}.courses-overlap{margin-top:-5rem;position:relative;z-index:20;padding-bottom:4rem}.courses-grid-v2{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.courses-grid-v2{grid-template-columns:repeat(2,1fr)}}.course-card-v2{background:var(--surface-lowest);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.07);border:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;transition:box-shadow .5s}.course-card-v2:hover{box-shadow:0 20px 50px rgba(0,0,0,.13)}@media (min-width:640px){.course-card-v2{flex-direction:row}}.course-card-v2__img-wrap{position:relative;height:14rem;overflow:hidden;flex-shrink:0}@media (min-width:640px){.course-card-v2__img-wrap{width:40%;height:auto}}.course-card-v2__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.course-card-v2:hover .course-card-v2__img{transform:scale(1.1)}.course-card-v2__img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,89,116,.4),transparent)}.course-card-v2__level{position:absolute;top:1rem;left:1rem;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--primary);padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.course-card-v2__body{padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.course-card-v2__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.course-card-v2__title{font-size:1.35rem;font-weight:900;color:var(--primary)}.course-card-v2__icon{color:var(--secondary);flex-shrink:0}.course-card-v2__desc{font-size:.875rem;color:var(--on-surface-variant);font-weight:500;line-height:1.6;margin-bottom:1.25rem}.course-card-v2__details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.course-card-v2__detail{display:flex;align-items:flex-start;gap:.6rem}.course-card-v2__detail-icon{color:var(--secondary);flex-shrink:0;margin-top:2px}.course-card-v2__detail-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#94a3b8;margin-bottom:.1rem}.course-card-v2__detail-value{font-size:.75rem;font-weight:600;color:var(--on-surface)}.course-card-v2__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:var(--surface-container);color:var(--primary);font-family:Manrope,sans-serif;font-weight:700;padding:.75rem 1rem;border-radius:var(--radius-md);border:none;cursor:pointer;font-size:.9rem;transition:background .2s,color .2s;text-decoration:none}.course-card-v2:hover .course-card-v2__btn{background:var(--primary);color:#fff}.bento-section{padding:5rem 0 4rem}.bento-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr)}}.bento-card{border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column}.bento-card--primary{background:var(--primary);padding:3rem;justify-content:center}@media (min-width:768px){.bento-card--primary{grid-column:span 2}}.bento-card--primary h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;color:#fff;margin-bottom:1.25rem}.bento-card--primary p{color:var(--primary-fixed);font-size:1rem;line-height:1.7;opacity:.9}.bento-card--stat{background:var(--surface-container);align-items:center;justify-content:center;text-align:center}.bento-stat__value{font-size:3.5rem;font-weight:900;color:var(--primary);line-height:1;margin-bottom:.5rem}.bento-stat__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--on-surface-variant)}.bento-card--secondary{background:var(--secondary)}.bento-card--secondary .bento-card__desc,.bento-card--secondary .bento-card__title{color:#fff}.bento-card--secondary .bento-card__desc{color:var(--secondary-fixed-dim)}.bento-card--surface{background:var(--surface-lowest);border:1px solid var(--outline-variant)}.bento-card--surface .bento-card__icon,.bento-card--surface .bento-card__title{color:var(--primary)}.bento-card--surface .bento-card__desc{color:var(--on-surface-variant);opacity:1}.bento-card--tertiary{background:var(--tertiary)}.bento-card--tertiary .bento-card__desc,.bento-card--tertiary .bento-card__title{color:#fff}.bento-card__icon{width:2.5rem;height:2.5rem;margin-bottom:1.5rem;flex-shrink:0}.bento-card__title{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.bento-card__desc{font-size:.875rem;line-height:1.6}.cta-full__card{background:var(--secondary);border-radius:2rem;padding:4rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-full__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#fff;margin-bottom:1rem}.cta-full__sub{color:var(--secondary-fixed-dim);font-size:1.05rem;max-width:40rem;margin:0 auto 2.5rem;line-height:1.7}.cta-full__btn{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--secondary);padding:1.25rem 2.5rem;border-radius:1.25rem;font-family:Manrope,sans-serif;font-weight:800;font-size:1.05rem;text-decoration:none;box-shadow:0 8px 32px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s}.cta-full__btn:hover{transform:scale(1.03);box-shadow:0 12px 40px rgba(0,0,0,.2)}.sv-hero{padding:5rem 0}.sv-hero__grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (min-width:1024px){.sv-hero__grid{grid-template-columns:repeat(2,1fr)}}.sv-hero__badge{display:inline-block;background:var(--secondary-container);color:var(--on-secondary-container);padding:.375rem 1rem;border-radius:var(--radius-full);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem}.sv-hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--primary);line-height:1.1;margin-bottom:2rem;letter-spacing:-.03em}.sv-hero__title span{color:var(--secondary)}.sv-hero__desc{font-size:1.05rem;color:var(--on-surface-variant);line-height:1.7;margin-bottom:2.5rem;max-width:32rem}.sv-hero__actions{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (min-width:640px){.sv-hero__actions{flex-direction:row;align-items:center}}.sv-hero__btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:var(--on-primary);padding:1rem 2rem;border-radius:var(--radius-lg);font-family:Manrope,sans-serif;font-weight:700;font-size:1rem;text-decoration:none;transition:background .2s;box-shadow:0 4px 20px rgba(16,89,116,.15)}.sv-hero__btn:hover{background:var(--primary-container)}.sv-hero__social{display:flex;align-items:center;gap:.75rem;padding:0 .5rem}.sv-hero__avatars{display:flex}.sv-hero__avatar{width:40px;height:40px;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}.sv-hero__avatar:not(:first-child){margin-left:-.5rem}.sv-hero__avatar--1{background:var(--surface-highest);color:var(--on-surface)}.sv-hero__avatar--2{background:var(--secondary);color:#fff}.sv-hero__social-text{font-size:.875rem;font-weight:500;color:var(--on-surface-variant)}.sv-hero__img-side{position:relative}.sv-hero__img-wrap{aspect-ratio:4/5;border-radius:2rem;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.18);position:relative;z-index:10}.sv-hero__img{width:100%;height:100%;object-fit:cover;display:block}.sv-hero__float{position:absolute;bottom:-2.5rem;left:-2.5rem;background:rgba(255,255,255,.93);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:2rem;border-radius:1.25rem;box-shadow:0 8px 32px rgba(0,0,0,.12);z-index:20;border:1px solid rgba(255,255,255,.2);display:none;max-width:280px}@media (min-width:768px){.sv-hero__float{display:block}}.sv-hero__float-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.sv-hero__float-icon{width:48px;height:48px;border-radius:50%;background:var(--primary-fixed);display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0}.sv-hero__float-label{font-size:.65rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.15rem}.sv-hero__float-title{font-weight:800;font-size:1rem;color:var(--on-surface)}.sv-hero__float-desc{font-size:.8rem;color:var(--on-surface-variant);line-height:1.5}.sv-bento-section{padding:6rem 0}.sv-bento-header{margin-bottom:4rem}.sv-bento-header h2{font-size:clamp(1.75rem,3vw,2rem);font-weight:800;color:var(--primary);margin-bottom:1rem}.sv-bento-header p{color:var(--on-surface-variant);max-width:36rem;line-height:1.7}.sv-bento-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.sv-bento-grid{grid-template-columns:repeat(3,1fr)}}.sv-card{border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;transition:box-shadow .3s,border-color .2s}.sv-card--featured{background:var(--surface-lowest);border:1px solid rgba(0,0,0,.06)}.sv-card--featured:hover{box-shadow:0 20px 50px rgba(16,89,116,.07)}@media (min-width:768px){.sv-card--featured{grid-column:span 2}}.sv-card--primary{background:var(--primary)}.sv-card--surface{background:var(--surface-lowest);border:1px solid var(--outline-variant)}.sv-card--surface:hover{border-color:var(--secondary)}.sv-card__icon-wrap{width:56px;height:56px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;transition:background .2s,color .2s;flex-shrink:0}.sv-card--featured .sv-card__icon-wrap{background:rgba(16,89,116,.06);color:var(--primary)}.sv-card--featured:hover .sv-card__icon-wrap{background:var(--primary);color:#fff}.sv-card--primary .sv-card__icon-wrap{background:rgba(255,255,255,.12);color:#fff}.sv-card--primary:hover .sv-card__icon-wrap{background:#fff;color:var(--primary)}.sv-card--surface .sv-card__icon-wrap{background:rgba(0,104,118,.05);color:var(--secondary);width:48px;height:48px;margin-bottom:1.5rem}.sv-card__title{font-size:1.35rem;font-weight:800;margin-bottom:1rem;color:var(--on-surface)}.sv-card--primary .sv-card__title{color:#fff}.sv-card--surface .sv-card__title{font-size:1.1rem}.sv-card__desc{color:var(--on-surface-variant);line-height:1.7;margin-bottom:2rem;flex:1 1}.sv-card--primary .sv-card__desc{color:var(--primary-fixed);margin-bottom:0}.sv-card--surface .sv-card__desc,.sv-card__list{font-size:.875rem}.sv-card__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.875rem;gap:.875rem;font-weight:500;color:var(--on-surface)}.sv-card__list-item{display:flex;align-items:center;gap:.5rem}.sv-card__list-icon{color:var(--secondary);flex-shrink:0}.sv-card__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-top:2rem;transition:transform .2s}.sv-card__link:hover{transform:translateX(6px)}.sv-expertise{padding:0 0 3rem}.sv-expertise__card{background:var(--secondary);padding:3rem;border-radius:2.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}@media (min-width:768px){.sv-expertise__card{flex-direction:row;justify-content:space-between;text-align:left}}.sv-expertise__bg{position:absolute;inset:0;opacity:.1;pointer-events:none}.sv-expertise__content{position:relative;z-index:1}.sv-expertise__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:800;color:#fff;margin-bottom:.5rem}.sv-expertise__sub{color:var(--secondary-fixed-dim);font-size:1.05rem}.sv-expertise__btn{position:relative;z-index:1;background:#fff;color:var(--secondary);padding:1rem 2rem;border-radius:var(--radius-lg);font-family:Manrope,sans-serif;font-weight:800;border:none;cursor:pointer;white-space:nowrap;transition:background .2s;text-decoration:none;flex-shrink:0}.sv-expertise__btn:hover{background:var(--secondary-fixed-dim)}.sv-trust{padding:6rem 0;border-top:1px solid var(--surface-container)}.sv-trust__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem;gap:3rem;text-align:center}@media (min-width:768px){.sv-trust__grid{grid-template-columns:repeat(4,1fr)}}.sv-trust__value{font-size:2.5rem;font-weight:900;color:var(--primary);margin-bottom:.5rem}.sv-trust__label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--on-surface-variant)}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.4);transition:transform .2s,box-shadow .2s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,.5)}.whatsapp-float img{width:30px;height:30px;object-fit:contain}.post{padding-bottom:5rem}.post__cover-wrap{width:100%;max-height:480px;overflow:hidden}.post__cover{width:100%;height:100%;max-height:480px;object-fit:cover;display:block}.post__inner{max-width:760px;margin:0 auto;padding-top:2.5rem}.post__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--primary);margin-bottom:2rem;transition:opacity .15s}.post__back:hover{opacity:.7}.post__header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--outline-variant)}.post__header .blog-card__category,.post__title{margin-bottom:1rem}.post__title{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:800;color:var(--on-surface);letter-spacing:-.03em;line-height:1.2}.post__excerpt{font-size:1.1rem;color:var(--on-surface-variant);line-height:1.7;margin-bottom:1rem}.post__date{display:block;font-size:.82rem;color:var(--outline);margin-top:.5rem}.post__body{font-size:1rem;line-height:1.8;color:var(--on-surface)}.post__body h1,.post__body h2,.post__body h3,.post__body h4{font-family:Manrope,sans-serif;font-weight:700;color:var(--on-surface);margin-top:2.25rem;margin-bottom:.75rem;line-height:1.3;letter-spacing:-.02em}.post__body h1{font-size:1.75rem}.post__body h2{font-size:1.4rem}.post__body h3{font-size:1.15rem}.post__body h4{font-size:1rem}.post__body p{margin-bottom:1.25rem}.post__body a{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.post__body a:hover{color:var(--primary-container)}.post__body strong{font-weight:700}.post__body em{font-style:italic}.post__body ol,.post__body ul{padding-left:1.5rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.4rem}.post__body ul{list-style:disc}.post__body ol{list-style:decimal}.post__body blockquote{border-left:3px solid var(--primary);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--primary-fixed);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--on-surface-variant)}.post__body code{background:var(--surface-container);padding:.15em .45em;border-radius:var(--radius-sm);font-size:.875em;font-family:monospace}.post__body pre{background:var(--on-surface);color:var(--surface-lowest);padding:1.25rem;border-radius:var(--radius-md);overflow-x:auto;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6}.post__body pre code{background:none;padding:0;font-size:inherit;color:inherit}.post__body img{border-radius:var(--radius-md);margin:1.5rem auto;display:block;max-width:100%}.post__body hr{border:none;margin:2rem 0}.post__body hr,.post__footer{border-top:1px solid var(--outline-variant)}.post__footer{margin-top:3rem;padding-top:2rem}.page-blog{padding-top:64px;min-height:100vh;background:var(--background)}@media (min-width:768px){.page-blog{padding-top:68px}}.blog__header{padding:3.5rem 0 2.5rem;text-align:center;border-bottom:1px solid var(--surface-high)}@media (min-width:768px){.blog__header{padding:5rem 0 3rem}}.blog__header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--on-surface);letter-spacing:-.03em;display:inline-block;position:relative;margin-bottom:1rem}.blog__header h1:after{content:"";position:absolute;bottom:-.4rem;left:0;width:2.5rem;height:3px;background:var(--primary);border-radius:2px}.blog__header p{font-size:1rem;color:var(--on-surface-variant);max-width:520px;margin:0 auto;line-height:1.7}.blog__content{padding:3rem 0 5rem}.blog__grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.blog__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.blog-card{background:var(--surface-lowest);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-ambient);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;border:1px solid var(--outline-variant)}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-float)}.blog-card__img-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface-container)}.blog-card__img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-card__img{transform:scale(1.04)}.blog-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-fixed) 0,var(--surface-container) 100%);font-size:2.5rem}.blog-card__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1 1;gap:.5rem}.blog-card__category{display:inline-block;padding:.2rem .7rem;background:var(--primary-fixed);color:var(--primary);border-radius:var(--radius-full);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.blog-card__title{font-family:Manrope,sans-serif;font-size:1.05rem;font-weight:700;color:var(--on-surface);line-height:1.35;-webkit-line-clamp:2}.blog-card__excerpt,.blog-card__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt{font-size:.855rem;color:var(--on-surface-variant);line-height:1.65;-webkit-line-clamp:3;flex:1 1}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--surface-container)}.blog-card__date{font-size:.75rem;color:var(--outline)}.blog-card__read-more{font-size:.78rem;font-weight:700;color:var(--primary);letter-spacing:.02em}.blog__empty{text-align:center;padding:5rem 0;color:var(--on-surface-variant)}.blog__empty-icon{font-size:3rem;margin-bottom:1rem}.blog__empty h2{font-size:1.25rem;margin-bottom:.5rem;color:var(--on-surface)}.blog__empty p{font-size:.9rem}.blog__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.blog__pagination a{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem 1.25rem;background:var(--surface-lowest);border:1.5px solid var(--outline-variant);border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--primary);transition:background .15s,border-color .15s}.blog__pagination a:hover{background:var(--primary-fixed);border-color:var(--primary)}.blog__pagination span{font-size:.875rem;color:var(--on-surface-variant)}