*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background: #f7f9fb;--foreground: #5c6a7a;--heading: #0d1b2c;--primary: #b10f2c;--primary-foreground: #ffffff;--border: #dfe5ed;--radius: 1rem}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--foreground);line-height:1.5}::selection{background-color:#b10f2c33;color:var(--heading)}img{max-width:100%;height:auto;display:block}a{text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.page-wrapper{position:relative;min-height:100vh;overflow-x:hidden}.header{position:absolute;top:0;left:0;right:0;width:100%;padding:1.5rem 1.5rem .5rem;display:flex;align-items:center;justify-content:space-between;z-index:50}@media(min-width:640px){.header{padding-left:3rem;padding-right:3rem}}@media(min-width:1024px){.header{padding-left:6rem;padding-right:6rem}}.header-logo{height:3.5rem;width:auto;object-fit:contain}@media(min-width:640px){.header-logo{height:4rem}}.header-nav{display:flex;align-items:center;gap:1.5rem}.nav-link{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;font-weight:600;color:#b10f2c;text-decoration:none;padding:.625rem 1.5rem;background-color:#fff;border:none;border-radius:6px}.btn-book{padding:.625rem 1.5rem;background-color:#b10f2c;color:#fff;font-weight:500;border-radius:.5rem;transition:background-color .2s;font-size:1rem;display:inline-block}.btn-book:hover{background-color:#8e0c24}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem}@media(min-width:640px){.hero{padding-left:3rem;padding-right:3rem}}@media(min-width:1024px){.hero{padding-left:6rem;padding-right:6rem}}.decor{position:absolute;pointer-events:none;z-index:-1;overflow:hidden;inset:0}.dash{position:absolute;width:2rem;height:2px;border-radius:9999px;background-color:#94a3b8;opacity:.9}@media(max-width:639px){.dash{width:1rem}}.dash.accent{background-color:#b10f2c99}.dot{position:absolute;border-radius:9999px;background-color:#cbd5e1;opacity:.9}.dot.darker{background-color:#94a3b8}.hero-grid{max-width:1280px;width:100%;margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;margin-top:2rem}@media(min-width:1024px){.hero-grid{grid-template-columns:1.2fr .8fr;gap:5rem}}.hero-text{max-width:700px}.hero-text h1{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;color:var(--heading);letter-spacing:-.025em;line-height:1.15;margin-bottom:1.5rem}@media(min-width:640px){.hero-text h1{font-size:3rem}}@media(min-width:1024px){.hero-text h1{font-size:3.5rem}}@media(min-width:1280px){.hero-text h1{font-size:4.5rem}}.hero-text h1 .line{display:block}.hero-text h1 .seo-line{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.hero-text h1 .seo-line .icon-circle{width:.75em;height:.75em;flex-shrink:0}.hero-text h1 .seo-line .text-primary{color:var(--primary)}.hero-subtitle{padding-top:1rem}.hero-subtitle .name{font-size:1.125rem;font-weight:700;color:var(--heading);margin-bottom:.5rem}@media(min-width:640px){.hero-subtitle .name{font-size:1.25rem}}.hero-subtitle .name .sep{font-weight:500;color:var(--foreground);margin:0 .25rem}.hero-subtitle .desc{font-size:1rem;line-height:1.7;color:var(--foreground);max-width:540px}@media(min-width:640px){.hero-subtitle .desc{font-size:1.125rem}}.hero-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2.5rem}@media(min-width:640px){.hero-buttons{flex-direction:row}}.btn-connect{width:100%;padding:1rem 2rem;background-color:var(--primary);color:var(--primary-foreground);font-weight:500;border-radius:.5rem;transition:all .2s;text-align:center;font-size:1rem;display:inline-block}@media(min-width:640px){.btn-connect{width:auto}}.btn-connect:hover{background-color:#b10f2ce6;box-shadow:0 4px 12px #0000001a}.btn-checklist{width:100%;padding:1rem 2rem;background-color:transparent;border:2px solid var(--border);color:var(--heading);font-weight:500;border-radius:.5rem;transition:all .2s;text-align:center;font-size:1rem}@media(min-width:640px){.btn-checklist{width:auto}}.btn-checklist:hover{background-color:#fff;box-shadow:0 4px 12px #00000014}.hero-image{width:100%;display:flex;justify-content:center}@media(min-width:1024px){.hero-image{justify-content:flex-end}}.hero-image-frame{position:relative;width:100%;max-width:420px;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 60px -15px #0b1b2b26;border:1px solid rgba(223,229,237,.5)}.hero-image-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s ease-out}.hero-image-frame:hover img{transform:scale(1.02)}.tools-section{padding:6rem 0;background-color:#f8fafc;border-top:1px solid rgba(223,229,237,.5);overflow:hidden}.tools-title{max-width:1280px;margin:0 auto 4rem;padding:0 1.5rem;text-align:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:var(--heading);letter-spacing:-.025em;line-height:1.15}@media(min-width:640px){.tools-title{font-size:2.25rem}}@media(min-width:1024px){.tools-title{font-size:3rem}}.carousel-wrapper{position:relative;width:100%;display:flex;overflow-x:hidden}.carousel-fade-left{position:absolute;inset:0 auto 0 0;width:6rem;background:linear-gradient(to right,#f8fafc,transparent);z-index:10}.carousel-fade-right{position:absolute;inset:0 0 0 auto;width:6rem;background:linear-gradient(to left,#f8fafc,transparent);z-index:10}@media(min-width:640px){.carousel-fade-left,.carousel-fade-right{width:10rem}}.carousel-track{display:flex;animation:marquee 30s linear infinite}.carousel-track:hover{animation-play-state:paused}.carousel-set{display:flex;align-items:center;justify-content:center;gap:3rem;padding:0 1.5rem;flex-shrink:0}@media(min-width:640px){.carousel-set{gap:6rem;padding:0 3rem}}.carousel-set img{height:4rem;width:auto;object-fit:contain;filter:grayscale(100%);transition:all .3s}.carousel-set img:hover{filter:grayscale(0%)}@media(min-width:640px){.carousel-set img{height:5rem}}.carousel-set img.tall{height:5rem}@media(min-width:640px){.carousel-set img.tall{height:6rem}}.carousel-set img.short{height:3.5rem}@media(min-width:640px){.carousel-set img.short{height:4rem}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-section{padding:6rem 1.5rem;background-color:#f8fafc;border-top:1px solid rgba(223,229,237,.5)}@media(min-width:640px){.testimonials-section{padding-left:3rem;padding-right:3rem}}@media(min-width:1024px){.testimonials-section{padding-left:6rem;padding-right:6rem}}.testimonials-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:1fr 1fr}}.testimonial-card{background:#fff;padding:2rem 2.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000000a;border:1px solid rgba(223,229,237,.6);display:flex;flex-direction:column;height:100%;transition:box-shadow .3s}.testimonial-card:hover{box-shadow:0 4px 12px #00000014}.stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.star-icon{width:1.25rem;height:1.25rem;fill:var(--primary);color:var(--primary)}.testimonial-text{font-size:1.125rem;line-height:1.7;margin-bottom:2rem;flex-grow:1;font-style:italic;color:#5c6a7ae6}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:auto}.testimonial-avatar{width:3rem;height:3rem;border-radius:9999px;overflow:hidden;flex-shrink:0;background-color:#f1f5f9}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-name{font-weight:700;color:var(--heading)}.testimonial-role{font-size:.875rem;color:#5c6a7acc}.footer-cta{padding:6rem 1.5rem;background-color:#f8fafc;text-align:center}.footer-cta h2{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;color:var(--heading);letter-spacing:-.025em;line-height:1.15;margin-bottom:2.5rem;max-width:1000px;margin-left:auto;margin-right:auto}@media(min-width:640px){.footer-cta h2{font-size:2.25rem}}@media(min-width:1024px){.footer-cta h2{font-size:3rem}}.footer-cta .btn-book{padding:1rem 2.5rem}.footer-bottom{background-color:#0d1b2c;padding:4rem 1.5rem;text-align:center}.footer-inner{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer-links{display:flex;align-items:center;justify-content:center;gap:2rem}.footer-links img{height:3rem;width:auto;object-fit:contain}.footer-links a{transition:opacity .2s}.footer-links a:hover{opacity:.8}.footer-links .linkedin-icon{width:2.5rem;height:2.5rem;color:#fff}.footer-links .linkedin-icon:hover{color:#fffc}.footer-copyright{color:#ffffffe6;font-size:.875rem}.modal-overlay{display:none;position:fixed;inset:0;z-index:100;align-items:center;justify-content:center;background-color:#00000080;backdrop-filter:blur(4px)}.modal-overlay.active{display:flex}.modal-content{position:relative;background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:480px;margin:0 1rem;padding:2rem}@media(min-width:640px){.modal-content{padding:2.5rem}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;color:#94a3b8;padding:.25rem;transition:color .2s}.modal-close:hover{color:#475569}.modal-close svg{width:1.25rem;height:1.25rem}.modal-title{margin-bottom:2rem;text-align:center;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:700;color:var(--heading);white-space:nowrap}@media(min-width:640px){.modal-title{font-size:1.25rem}}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--heading);text-align:center;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;color:var(--heading);transition:border-color .2s;outline:none}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{border-color:#b10f2c}.form-hint{font-size:.75rem;color:#5c6a7a80;margin-top:.375rem}.form-error{color:#ef4444;font-size:.875rem;text-align:center;margin-bottom:.5rem}.btn-submit{width:100%;padding:.75rem 1.5rem;background-color:#0d1b2c;color:#fff;font-weight:500;border-radius:.5rem;transition:background-color .2s;font-size:1rem;margin-top:.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover{background-color:#162a40}.btn-submit:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .7s ease-out forwards}.animate-delay-200{animation-delay:.2s;opacity:0}
