*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-navy: #0a192f;--bg-card: #112240;--bg-box: #0b1f36;--border-color: #233554;--border-subtle: #1d3557;--border-dark: #1e293b;--accent-teal: #64ffda;--text-slate: #8892b0;--text-light: #ccd6f6;--text-white: #e6f1ff}html{scroll-behavior:smooth;color-scheme:dark;max-width:100vw;overflow-x:hidden}body{background-color:var(--bg-navy);color:var(--text-slate);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden;max-width:100vw;width:100%;min-height:100vh;word-break:normal;overflow-wrap:break-word}a:focus-visible,button:focus-visible{outline:2px solid var(--accent-teal);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-navy)}::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-teal)}.text-fluid-h1{font-size:clamp(2.25rem,5.5vw,4.25rem);line-height:1.15}.text-fluid-h2{font-size:clamp(1.35rem,3.2vw,2.25rem);line-height:1.25}.text-fluid-section{font-size:clamp(1.3rem,2.8vw,2rem);line-height:1.3}.text-fluid-card-title{font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.35}.text-fluid-body{font-size:clamp(.95rem,1.6vw,1.125rem);line-height:1.65}.text-fluid-sub{font-size:clamp(.875rem,1.2vw,1rem);line-height:1.55}.header-root{position:fixed;top:0;left:0;width:100%;z-index:50;background-color:#0a192fe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid #1e293b;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .2s ease}.header-container{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;height:5rem;display:flex;align-items:center;justify-content:space-between;min-width:0}@media (min-width: 640px){.header-container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.header-container{padding-left:2rem;padding-right:2rem}}.header-logo-btn{font-size:1.125rem;font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#64ffda;background:none;border:none;transition:opacity .2s ease;letter-spacing:.025em;min-height:44px;display:flex;align-items:center;cursor:pointer;min-width:0;word-break:normal}.header-logo-btn:hover{opacity:.8}@media (min-width: 640px){.header-logo-btn{font-size:1.25rem}}.header-desktop-nav{display:none}@media (min-width: 768px){.header-desktop-nav{display:flex;align-items:center;gap:1.5rem}}.header-nav-list{display:flex;align-items:center;gap:1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;list-style:none}.header-nav-link-btn{background:none;border:none;color:#ccd6f6;transition:color .2s ease;padding:.5rem .25rem;cursor:pointer;min-height:44px;display:flex;align-items:center}.header-nav-link-btn:hover{color:#64ffda}.header-nav-number{color:#64ffda;margin-right:.25rem}.header-resume-link{border:1px solid #64ffda;color:#64ffda;padding:10px;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;letter-spacing:.025em;display:flex;align-items:center;justify-content:center;text-decoration:none}.header-resume-link:hover{background-color:#64ffda1a}.header-socials-group{display:flex;align-items:center;gap:.75rem;border-left:1px solid #233554;padding-left:1rem}.header-social-icon{color:#8892b0;font-size:1.25rem;transition:color .2s ease;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.header-social-icon:hover{color:#64ffda}.header-mobile-toggle-btn{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#64ffda;font-size:1.5rem;padding:.75rem;border-radius:.5rem;min-height:44px;min-width:44px;transition:background-color .2s ease;cursor:pointer;z-index:50}.header-mobile-toggle-btn:hover{background-color:#112240}.header-mobile-toggle-btn:focus{outline:none;box-shadow:0 0 0 2px #64ffda}@media (min-width: 768px){.header-mobile-toggle-btn{display:none}}.mobile-drawer-root{position:fixed;inset:0;z-index:40;display:flex;flex-direction:column}@media (min-width: 768px){.mobile-drawer-root{display:none}}.mobile-drawer-overlay{position:fixed;inset:0;background-color:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:opacity .3s ease}.mobile-drawer-panel{position:relative;top:5rem;width:100%;background-color:#0a192f;border-bottom:1px solid #1e293b;box-shadow:0 25px 50px -12px #00000040;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;max-height:calc(100vh - 80px);overflow-y:auto;z-index:50;transition:all .3s ease}.mobile-drawer-nav{display:flex;flex-direction:column;gap:.5rem}.mobile-drawer-link-btn{width:100%;text-align:left;background:none;border:none;padding:.875rem 1rem;border-radius:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1rem;color:#ccd6f6;transition:all .2s ease;min-height:44px;display:flex;align-items:center;cursor:pointer}.mobile-drawer-link-btn:hover{color:#64ffda;background-color:#112240}.mobile-drawer-nav-num{color:#64ffda;margin-right:.75rem;font-weight:600}.mobile-drawer-footer{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #1d3557}.mobile-drawer-resume-btn{width:100%;border:1px solid #64ffda;color:#64ffda;padding:.75rem;border-radius:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-align:center;font-size:.875rem;font-weight:600;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-drawer-resume-btn:hover{background-color:#64ffda1a}.mobile-drawer-socials{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-top:.5rem}.mobile-drawer-social-icon{color:#8892b0;font-size:1.5rem;padding:.75rem;border-radius:9999px;transition:all .2s ease;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-drawer-social-icon:hover{color:#64ffda;background-color:#112240}.hero-section{width:100%;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding-top:1rem;padding-bottom:2rem;gap:1.25rem;min-width:0;max-width:100%}@media (min-width: 640px){.hero-section{padding-top:2rem;padding-bottom:3rem;gap:1.5rem}}@media (min-width: 768px){.hero-section{padding-top:4rem;padding-bottom:4rem}}.hero-profile-row{display:flex;align-items:center;gap:1rem;margin-bottom:.25rem;min-width:0}.hero-avatar-container{position:relative;width:5rem;height:5rem;border-radius:9999px;overflow:hidden;border:2px solid #64ffda;box-shadow:0 20px 25px -5px #64ffda1a,0 8px 10px -6px #64ffda1a;flex-shrink:0}@media (min-width: 640px){.hero-avatar-container{width:6rem;height:6rem}}@media (min-width: 768px){.hero-avatar-container{width:7rem;height:7rem}}.hero-avatar-img{width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.hero-greeting-box{display:flex;flex-direction:column;gap:.35rem;min-width:0}.hero-greeting-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.95rem,1.8vw,1.25rem);color:#64ffda;letter-spacing:.025em;word-break:normal;display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem}.hero-name-inline{color:#e6f1ff;font-weight:800;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.3rem,2.5vw,1.75rem);letter-spacing:-.01em}.hero-hire-badge{display:inline-block;padding:.25rem .75rem;font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background-color:#112240;color:#64ffda;border-radius:9999px;border:1px solid #233554;width:fit-content;margin-top:.15rem;white-space:normal;word-break:normal}.hero-promoted-headline{font-weight:700;color:#e6f1ff;letter-spacing:-.02em;min-width:0;word-break:normal;overflow-wrap:break-word;max-width:56rem;line-height:1.15;margin-top:.5rem}.hero-description{color:#8892b0;max-width:44rem;line-height:1.65;margin-top:.5rem;min-width:0;word-break:normal;overflow-wrap:break-word}.hero-actions-group{display:flex;flex-direction:column;align-items:stretch;gap:1rem;margin-top:1.25rem;min-width:0}@media (min-width: 640px){.hero-actions-group{flex-direction:row;align-items:center;margin-top:1.75rem}}.hero-btn-primary{border:2px solid #64ffda;color:#0a192f;background-color:#64ffda;padding:.75rem 1.5rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;font-weight:700;letter-spacing:.025em;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 15px -3px #64ffda26}.hero-btn-primary:hover{background-color:#52e0be;border-color:#52e0be;transform:translateY(-2px)}.hero-btn-secondary{border:2px solid #64ffda;color:#64ffda;background:transparent;padding:.75rem 1.5rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;font-weight:600;letter-spacing:.025em;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.hero-btn-secondary:hover{background-color:#64ffda1a;transform:translateY(-2px)}.about-section{width:100%;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:6rem;min-width:0;max-width:100%}.section-header-row{display:flex;align-items:center;gap:1rem;width:100%;min-width:0}.section-heading-title{font-weight:700;color:#e6f1ff;display:flex;align-items:center;min-width:0;word-break:normal;overflow-wrap:break-word}.section-heading-number{color:#64ffda;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;margin-right:.5rem;flex-shrink:0}.section-heading-line{height:1px;background-color:#233554;flex:1;margin-left:.5rem}@media (min-width: 640px){.section-heading-line{margin-left:1rem}}.about-content-row{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;min-width:0;width:100%}@media (min-width: 1024px){.about-content-row{flex-direction:row}}.about-narrative-text{flex:1;display:flex;flex-direction:column;gap:1.25rem;color:#8892b0;line-height:1.65;min-width:0;word-break:normal;overflow-wrap:break-word}.about-highlights-grid{width:100%;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;flex-shrink:0;min-width:0}@media (min-width: 640px){.about-highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.about-highlights-grid{width:26rem;max-width:100%;grid-template-columns:repeat(1,minmax(0,1fr))}}.highlight-card{background-color:#112240;border:1px solid #233554;border-radius:.75rem;padding:1rem;display:flex;align-items:flex-start;gap:.875rem;transition:all .2s ease;box-shadow:0 4px 6px -1px #0000001a;min-width:0;max-width:100%}.highlight-card:hover{border-color:#64ffda80;transform:translateY(-2px)}.highlight-icon-box{padding:.625rem;background-color:#0b1f36;border-radius:.5rem;border:1px solid #1d3557;flex-shrink:0;display:flex;align-items:center;justify-content:center}.highlight-icon{color:#64ffda;font-size:1.25rem}.highlight-text-box{display:flex;flex-direction:column;min-width:0}.highlight-title{font-size:.95rem;font-weight:700;color:#e6f1ff;min-width:0;word-break:normal;overflow-wrap:break-word;line-height:1.35}.highlight-desc{font-size:.875rem;color:#8892b0;margin-top:.25rem;line-height:1.45;min-width:0;word-break:normal;overflow-wrap:break-word}.skills-section{width:100%;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:6rem;min-width:0;max-width:100%}.skills-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;min-width:0;width:100%}@media (min-width: 480px){.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.skills-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.skill-card{background-color:#112240e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid #233554;border-radius:.625rem;padding:1rem;transition:all .2s ease;display:flex;flex-direction:column;gap:.875rem;box-shadow:0 4px 6px -1px #0000001a;min-width:0;max-width:100%}.skill-card:hover{border-color:#64ffda80;transform:translateY(-.25rem)}.skill-header-row{display:flex;align-items:center;gap:.625rem;border-bottom:1px solid #233554;padding-bottom:.625rem;min-width:0}.skill-category-icon-box{padding:.375rem;background-color:#0b1f36;border:1px solid #1d3557;border-radius:.375rem;color:#64ffda;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.skill-category-title{color:#64ffda;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;min-width:0;word-break:normal;overflow-wrap:break-word;line-height:1.3}.skill-items-list{display:flex;flex-direction:column;gap:.625rem;min-width:0}.skill-item-row{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#e6f1ff;min-width:0}.skill-item-icon{color:#64ffda;font-size:1rem;flex-shrink:0;display:flex;align-items:center}.skill-item-name{color:#ccd6f6;font-size:.875rem;min-width:0;word-break:normal;overflow-wrap:break-word;line-height:1.35}.projects-section{width:100%;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:6rem;min-width:0;max-width:100%}.projects-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;min-width:0;width:100%}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-card{background-color:#112240e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid #233554;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;box-shadow:0 20px 25px -5px #0000001a;min-width:0;max-width:100%}@media (min-width: 640px){.project-card{padding:1.5rem}}.project-card:hover{border-color:#64ffda80;transform:translateY(-.25rem)}.project-card.featured-card{border:1px solid #64ffda;box-shadow:0 10px 25px -5px #64ffda1f;background-color:#112240f2}.project-card.featured-card:hover{box-shadow:0 15px 30px -5px #64ffda40}.featured-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;font-size:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#64ffda;background-color:#0b1f36;border:1px solid #64ffda;border-radius:9999px;margin-bottom:.5rem;font-weight:700;width:fit-content;letter-spacing:.025em}.project-card-body{display:flex;flex-direction:column;gap:.875rem;min-width:0}.project-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;min-width:0}.project-title{font-weight:700;color:#e6f1ff;transition:color .2s ease;min-width:0;word-break:normal;overflow-wrap:break-word}.project-card:hover .project-title{color:#64ffda}.project-icon-links{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.project-icon-link{color:#8892b0;font-size:1.25rem;transition:color .2s ease;padding:.5rem;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.project-icon-link:hover{color:#64ffda}.project-icon-link-sm{color:#8892b0;font-size:1rem;transition:color .2s ease;padding:.5rem;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;text-decoration:none}.project-icon-link-sm:hover{color:#64ffda}.project-description{color:#8892b0;line-height:1.65;min-width:0;word-break:normal;overflow-wrap:break-word}.project-features-container{margin-top:.5rem;padding-top:.75rem;border-top:1px solid rgba(29,53,87,.6);display:flex;flex-direction:column;gap:.5rem;min-width:0}.project-features-label{font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#64ffda;font-weight:600}.project-features-list{list-style-type:disc;list-style-position:inside;font-size:.875rem;color:#8892b0;line-height:1.55;min-width:0}.project-feature-item{min-width:0;word-break:normal;overflow-wrap:break-word;margin-top:.375rem}.project-feature-text{color:#ccd6f6}.project-tech-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #1d3557;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;min-width:0;width:100%}.project-tech-badge{padding:.25rem .625rem;font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background-color:#0b1f36;color:#64ffda;border-radius:.25rem;border:1px solid #1d3557;white-space:normal;word-break:normal;overflow-wrap:break-word;max-width:100%}.experience-section{width:100%;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:6rem;min-width:0;max-width:100%}.experience-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;min-width:0;width:100%}@media (min-width: 768px){.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.experience-card{background-color:#112240e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid #233554;border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;box-shadow:0 20px 25px -5px #0000001a;min-width:0;max-width:100%}@media (min-width: 640px){.experience-card{padding:1.5rem}}.experience-card:hover{border-color:#64ffda80;transform:translateY(-.25rem)}.experience-card-body{display:flex;flex-direction:column;gap:.75rem;min-width:0}.experience-card-header{display:flex;flex-direction:column;gap:.5rem;border-bottom:1px solid #1d3557;padding-bottom:.75rem;min-width:0}@media (min-width: 640px){.experience-card-header{flex-direction:row;align-items:center;justify-content:space-between}}.experience-role-group{min-width:0}.experience-role-title{font-weight:700;color:#e6f1ff;transition:color .2s ease;min-width:0;word-break:normal}.experience-card:hover .experience-role-title{color:#64ffda}.experience-company-name{font-size:.875rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#64ffda;margin-top:.15rem}.experience-duration-tag{padding:.25rem .625rem;font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background-color:#0b1f36;color:#8892b0;border-radius:.25rem;border:1px solid #1d3557;width:fit-content;align-self:flex-start;flex-shrink:0}.experience-points-list{list-style-type:disc;list-style-position:inside;font-size:.875rem;color:#8892b0;line-height:1.6;margin-top:.5rem;min-width:0}.experience-point-item{min-width:0;word-break:normal;overflow-wrap:break-word;margin-top:.5rem}.experience-point-text{color:#ccd6f6}.contact-section{width:100%;display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:6rem;min-width:0;max-width:100%}.contact-card-container{background-color:#112240e6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid #233554;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 20px 25px -5px #0000001a;min-width:0;max-width:100%}@media (min-width: 640px){.contact-card-container{padding:2rem}}@media (min-width: 768px){.contact-card-container{padding:2.5rem}}.contact-headline{font-weight:800;color:#e6f1ff;letter-spacing:-.025em;margin-bottom:.75rem;min-width:0;word-break:normal;overflow-wrap:break-word}.contact-body-text{color:#8892b0;max-width:36rem;line-height:1.65;margin-bottom:2rem;min-width:0;word-break:normal;overflow-wrap:break-word}.contact-info-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;width:100%;max-width:42rem;margin-bottom:2rem;min-width:0}@media (min-width: 640px){.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-info-card{background-color:#0b1f36;border:1px solid #1d3557;border-radius:.5rem;padding:1rem;display:flex;align-items:center;gap:.75rem;min-width:0;max-width:100%}.contact-info-icon{color:#64ffda;font-size:1.25rem;flex-shrink:0}.contact-info-content{text-align:left;min-width:0}.contact-info-label{font-size:.8125rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:#8892b0}.contact-info-link{font-size:.875rem;color:#e6f1ff;transition:color .2s ease;word-break:break-word;display:block;min-width:0;text-decoration:none;line-height:1.4}.contact-info-link:hover{color:#64ffda}.contact-info-value-text{font-size:.875rem;color:#e6f1ff;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;line-height:1.4}.contact-actions-group{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%;min-width:0}@media (min-width: 640px){.contact-actions-group{flex-direction:row;align-items:center;width:auto}}.contact-btn-email{border:2px solid #64ffda;color:#64ffda;background:transparent;padding:.75rem 1.5rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;font-weight:600;letter-spacing:.025em;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;box-shadow:0 10px 15px -3px #64ffda0d}.contact-btn-email:hover{background-color:#64ffda1a;transform:translateY(-2px)}.contact-btn-whatsapp{background-color:#112240;color:#ccd6f6;border:1px solid #233554;padding:.75rem 1.5rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;letter-spacing:.025em;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.contact-btn-whatsapp:hover{background-color:#1d3557;border-color:#64ffda}.whatsapp-green-icon{color:#25d366}.contact-btn-call{background-color:#112240;color:#ccd6f6;border:1px solid #233554;padding:.75rem 1.5rem;border-radius:.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;letter-spacing:.025em;transition:all .2s ease;min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.contact-btn-call:hover{background-color:#1d3557;border-color:#64ffda}.app-container{min-height:100vh;background-color:#0a192f;color:#8892b0;display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden}.app-container ::selection{background-color:#64ffda;color:#0a192f}.app-main{width:100%;max-width:64rem;padding:6rem 1rem 4rem;display:flex;flex-direction:column;gap:4rem;min-width:0}@media (min-width: 640px){.app-main{padding-left:1.5rem;padding-right:1.5rem;padding-top:7rem;gap:5rem}}@media (min-width: 768px){.app-main{gap:7rem}}@media (min-width: 1024px){.app-main{padding-left:2rem;padding-right:2rem}}
