@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#1e293b;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}header{position:fixed;top:0;left:0;right:0;z-index:1000;overflow:visible;background:linear-gradient(to bottom,#fef3c780,#fef3c74d 40%,#fff0);transition:background .3s ease-in-out,box-shadow .3s ease-in-out;width:100%}header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}header .container{position:relative;overflow:visible}nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;width:100%;gap:1rem}.logo{display:flex;align-items:center;gap:.1rem;flex-shrink:0}.logo-text{font-size:1.75rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#29426b;margin-left:0}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#1e293b}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:20px;position:relative}.hamburger span{width:100%;height:2px;background-color:#29426b;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000001a;max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,opacity .3s ease-in-out;opacity:0;z-index:999;pointer-events:none}.mobile-menu.open{max-height:500px;opacity:1;pointer-events:auto}.mobile-nav-links{list-style:none;padding:1.5rem;margin:0;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-links li{width:100%}.mobile-nav-links a{display:block;color:#475569;text-decoration:none;font-size:1rem;font-weight:500;padding:.75rem 0;transition:color .2s,background-color .2s;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-nav-links a:hover,.mobile-nav-links a:active{color:#1e293b;background-color:#00000005}.mobile-nav-links li:last-child a{border-bottom:none}@media (max-width: 768px){header{border-bottom:1px solid rgba(0,0,0,.05)}header.scrolled{border-bottom:1px solid rgba(0,0,0,.08)}header .container{padding:0 1.5rem}nav{padding:1.25rem 0;gap:.75rem}.logo{gap:.5rem;flex:1;min-width:0}.logo svg{width:28px;height:28px;flex-shrink:0}.logo-text{font-size:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-links{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center;padding:.75rem;min-width:48px;min-height:48px;flex-shrink:0;margin-left:auto;background:#fff9;border-radius:8px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.mobile-menu-button:active{background:#fffc;transform:scale(.95)}.hamburger{width:26px;height:20px}.hamburger span{height:3px;background-color:#29426b;box-shadow:0 1px 2px #0000001a}header.scrolled .mobile-menu-button{background:#ffffffe6;box-shadow:0 2px 6px #00000026}.mobile-menu{display:block;left:-1.5rem;right:-1.5rem;border-top:1px solid rgba(0,0,0,.05)}.mobile-nav-links{padding:1.5rem;margin:0;display:flex;flex-direction:column;gap:0}.mobile-nav-links li{width:100%;text-align:center}.mobile-nav-links a{font-size:1rem;font-weight:500;padding:1rem 1.5rem;display:block;text-align:center;border-radius:8px;margin:.25rem 0;border-bottom:none}.mobile-nav-links a:first-child{margin-top:0}.mobile-nav-links a:last-child{margin-bottom:0}}.hero{min-height:100vh;padding:6rem 0;padding-top:calc(6rem + 80px);position:relative;overflow:hidden}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fbbf2426;border-radius:9999px;margin-bottom:2rem}.hero-badge svg{width:1rem;height:1rem;color:#d97706}.hero-badge span{font-size:.875rem;font-weight:500;color:#334155}.hero h1{font-size:4.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;line-height:1.1;letter-spacing:-.02em;color:#0f172a;margin-bottom:2rem;max-width:56rem}.hero p{font-size:1.25rem;color:#475569;line-height:1.8;margin-bottom:3rem;max-width:42rem;text-align:justify;text-justify:inter-word}.rotating-text-container{display:inline-block;position:relative;vertical-align:baseline;line-height:1.1}.rotating-text{color:#0f172a;display:inline-block;line-height:1.1}.rest-text{display:inline-block;transition:transform .1s ease-out}.word{position:absolute;left:0;top:0;opacity:0;overflow:hidden;white-space:nowrap;border-right:3px solid #0f172a;width:0}.word.active{opacity:1;position:relative;animation:typing 1.5s steps(20) forwards,blink .75s step-end infinite}.word.fade-out{opacity:1;animation:fadeOut .5s ease-out forwards;border-right:none}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes fadeOut{to{opacity:0;width:0}}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-weight:600;border-radius:.5rem;text-decoration:none;transition:all .2s;font-size:1rem;border:none;cursor:pointer}.btn-primary{background:#fbbf24;color:#0f172a;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:#f59e0b}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc}.btn svg{width:1.25rem;height:1.25rem;margin-left:.5rem}.hero-decoration{position:absolute;right:0;top:5rem;width:24rem;height:24rem;background:linear-gradient(to bottom right,#fbbf2433,#fef08a33);border-radius:9999px;filter:blur(80px);z-index:-1}.hero-content{grid-column:1;z-index:1;max-width:100%}@media (max-width: 768px){.hero{height:100vh;min-height:100vh;max-height:100vh;padding:0;display:flex;flex-direction:column;justify-content:center}.hero .container{flex:1;display:flex;flex-direction:column;justify-content:center;padding-top:80px;padding-bottom:2rem;grid-template-columns:1fr;gap:2rem}.hero-content{grid-column:1}.hero-decoration{width:20rem;height:20rem;top:3rem;right:-5rem}.hero h1{font-size:2.5rem}.hero p{font-size:1.125rem}}.benefits{padding:2rem 0;background:linear-gradient(to bottom,#fff,#fef3c726,#fff)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:start}.benefit-card{padding:2.5rem;background:#fff;border:1px solid #f1f5f9;border-radius:1rem;transition:all .3s;display:flex;flex-direction:column;height:100%}.benefit-card:hover{border-color:#fde68a;box-shadow:0 8px 16px -4px #00000014;transform:translateY(-2px)}.benefit-card svg{width:2rem;height:2rem;color:#f59e0b;margin-bottom:1.75rem;transition:transform .3s}.benefit-card:hover svg{transform:scale(1.08)}.benefit-card h3{font-size:1.25rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:1rem;line-height:1.3}.benefit-card>p{font-size:.95rem;color:#475569;line-height:1.7;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word}.benefit-features{list-style:none;margin-top:auto}.benefit-features li{font-size:.875rem;color:#64748b;padding-left:1.25rem;margin-bottom:.75rem;position:relative;line-height:1.6}.benefit-features li:before{content:"•";position:absolute;left:0;color:#f59e0b;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.benefits{min-height:100vh;padding:0;display:flex;flex-direction:column}.benefits .container{display:flex;flex-direction:column;padding-top:80px;padding-bottom:2rem;width:100%}.section-header{text-align:center;margin-bottom:1.5rem;flex-shrink:0}.section-header h2{font-size:1.75rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.5rem}.benefits-grid-wrapper{position:relative;margin:0}.benefits-grid{display:flex;gap:1.5rem;padding:0 1rem;margin:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.benefits-grid::-webkit-scrollbar{display:none}.scroll-hint{display:flex;align-items:center;margin-left:.75rem;color:#f59e0b;animation:slide-right 1.5s ease-in-out infinite}.scroll-hint svg{width:12px;height:12px}@keyframes slide-right{0%,to{transform:translate(0);opacity:.6}50%{transform:translate(4px);opacity:1}}.benefit-card{min-width:85vw;max-width:85vw;width:85vw;height:auto;margin:0;display:flex;flex-direction:column;padding:1.5rem;scroll-snap-align:start;flex-shrink:0}.benefit-card svg{width:1.75rem;height:1.75rem;margin-bottom:1rem;flex-shrink:0}.benefit-card h3{font-size:1.125rem;margin-bottom:.75rem;flex-shrink:0}.benefit-card>p{font-size:.875rem;line-height:1.6;margin-bottom:1rem;flex-shrink:0}.benefit-features{flex-shrink:0}.benefit-features li{font-size:.8rem;margin-bottom:.5rem;line-height:1.5}.benefit-card:hover{transform:none}.carousel-indicators{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:0 1rem;position:relative;transition:transform .4s cubic-bezier(.4,0,.2,1)}.carousel-indicators.transitioning{transform:translateY(-2px)}.indicator{width:8px;height:8px;border-radius:50%;background-color:#fbbf244d;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;transform:scale(1)}.indicator.active{width:24px;height:8px;border-radius:4px;background-color:#fbbf24;box-shadow:0 2px 8px #fbbf2466;animation:indicatorPulse .6s ease-out;transform:scale(1.1)}@keyframes indicatorPulse{0%{transform:scale(1);box-shadow:0 2px 8px #fbbf2466}50%{transform:scale(1.15);box-shadow:0 4px 12px #fbbf2499}to{transform:scale(1.1);box-shadow:0 2px 8px #fbbf2466}}.indicator:not(.active){transition:all .3s ease}.indicator:not(.active):hover{background-color:#fbbf2480;transform:scale(1.1)}.benefits-grid:after{content:"";min-width:1rem;height:100%;flex-shrink:0}}.about{padding:4rem 0;background:linear-gradient(to bottom,#fff,#fef3c71a,#fff)}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:start}.about-text{max-width:none}.section-header{margin-bottom:1.5rem;text-align:left}.section-header h2{font-size:2rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.section-header p{font-size:1rem;color:#475569}.about-description{display:flex;flex-direction:column;gap:1rem}.about-description p{font-size:1rem;color:#475569;line-height:1.7;text-align:justify;text-justify:inter-word}.about-description strong{color:#0f172a;font-weight:600}.team-section{margin-top:0;text-align:center}.team-section h3{font-size:1.75rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:2rem;letter-spacing:-.02em}.team-grid{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.team-member{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:12rem;min-height:12rem}.team-name{font-size:.95rem;font-weight:600;color:#0f172a;text-align:center;font-family:Space Grotesk,sans-serif;line-height:1.4;width:100%;min-height:2.5rem;display:flex;align-items:center;justify-content:center}.team-avatar{width:9rem;height:9rem;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 12px #0000001a;transition:all .3s;position:relative}.team-avatar:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.team-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.team-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#f59e0b}.team-placeholder svg{width:3.5rem;height:3.5rem}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:2.5rem}.section-header{text-align:center}.team-grid{flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem}.team-member{width:auto;max-width:none;min-height:auto}}@media (max-width: 768px){.about{padding:3rem 0}.section-header h2{font-size:1.75rem}.team-section h3{font-size:1.5rem}.team-avatar{width:7rem;height:7rem}.team-grid{gap:1.5rem;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:nowrap}.team-member{width:auto;max-width:none;min-height:auto;flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.team-member:first-child{order:2}.team-member:nth-child(2){order:1}.team-member:nth-child(3){order:3}.team-name{min-height:2rem}.about-description p{font-size:.95rem}.team-placeholder svg{width:3rem;height:3rem}}.cases{padding:2rem 0 4rem;background:linear-gradient(to bottom,#fff,#f8fafc80,#fff);overflow:hidden}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:2.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.75rem;letter-spacing:-.02em}.section-header p{font-size:1.125rem;color:#475569;max-width:48rem;text-align:justify;text-justify:inter-word}.cases-carousel-wrapper{position:relative;margin-top:2rem;padding:0 5.5rem}.cases-carousel{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2rem;scroll-snap-type:x mandatory}.cases-carousel::-webkit-scrollbar{display:none}.case-card{min-width:calc(50% - 1rem);max-width:calc(50% - 1rem);width:calc(50% - 1rem);padding:1.5rem;border-radius:1rem;transition:all .3s;border:none;position:relative;overflow:hidden;display:flex;flex-direction:column;flex-shrink:0;scroll-snap-align:start}.case-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #0000001a}.case-testimonial{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.875rem;border-radius:.75rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.8)}.case-company{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.case-logo{width:2.5rem;height:2.5rem;background:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;color:#1e293b;box-shadow:0 1px 3px #0000001a}.case-company-name{font-size:1rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#1e293b}.case-testimonial p{font-size:.8rem;color:#334155;line-height:1.5;font-style:italic;text-align:justify;text-justify:inter-word}.case-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.case-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffffb3;border-radius:9999px;font-size:.75rem;font-weight:600;color:#1e293b}.case-tag svg{width:1rem;height:1rem}.case-card h3{font-size:1.1rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.75rem;line-height:1.3}.case-card>p{font-size:.85rem;color:#475569;line-height:1.6;margin-bottom:1rem;text-align:justify;text-justify:inter-word}.case-features{list-style:none;margin-top:1rem}.case-features li{display:flex;align-items:start;gap:.75rem;margin-bottom:.5rem;font-size:.8rem;color:#334155}.case-features li svg{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0;margin-top:.125rem}.carousel-controls{position:absolute;top:50%;left:.5rem;right:.5rem;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:10}.carousel-btn{width:4rem;height:4rem;border-radius:50%;background:#fff;border:2px solid #fbbf24;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 12px #00000026;pointer-events:auto}.carousel-btn:hover:not(:disabled){background:#fbbf24;border-color:#f59e0b;transform:scale(1.1);box-shadow:0 6px 16px #fbbf2466}.carousel-btn:disabled{opacity:.4;cursor:not-allowed;border-color:#e2e8f0}.carousel-btn svg{width:1.75rem;height:1.75rem;color:#fbbf24;transition:color .3s}.carousel-btn:hover:not(:disabled) svg{color:#fff}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.carousel-dot{width:.5rem;height:.5rem;border-radius:50%;background:#e2e8f0;cursor:pointer;transition:all .3s}.carousel-dot.active{width:2rem;border-radius:.25rem;background:#fbbf24}@media (max-width: 1024px){.case-card{min-width:calc(100% - 1rem);max-width:calc(100% - 1rem);width:calc(100% - 1rem)}}@media (max-width: 768px){.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.cases-carousel-wrapper{padding:0;margin-left:-1.5rem;margin-right:-1.5rem}.cases-carousel{padding-left:calc(7.5vw + 1.5rem);padding-right:calc(7.5vw + 1.5rem);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.case-card{min-width:85vw;max-width:85vw;width:85vw;padding:1.25rem;scroll-snap-align:center;scroll-snap-stop:always}.case-card:hover{transform:none}.case-testimonial{padding:.75rem;margin-bottom:.875rem}.case-logo{width:2rem;height:2rem;font-size:.7rem}.case-company-name{font-size:.9rem}.case-testimonial p{font-size:.75rem}.case-tag{padding:.4rem .875rem;font-size:.7rem}.case-tag svg{width:.875rem;height:.875rem}.case-card h3{font-size:1rem;margin-bottom:.625rem}.case-card>p{font-size:.8rem;margin-bottom:.875rem}.case-features li{font-size:.75rem;gap:.625rem;margin-bottom:.4rem}.case-features li svg{width:1rem;height:1rem}.carousel-controls{display:none}.carousel-dots{margin-top:1.5rem;gap:.5rem}.carousel-dot{width:8px;height:8px}.carousel-dot.active{width:24px;height:8px;border-radius:4px;background:#fbbf24}}.process{padding:8rem 0;background:linear-gradient(to bottom,#fff,#fef3c71f,#fff)}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem;align-items:start}.process-card{padding:2.5rem;border-radius:1rem;transition:all .3s;position:relative;overflow:hidden;background:linear-gradient(135deg,#fef3c7,#fde68a);height:100%;display:flex;flex-direction:column}.process-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px #0000001a}.process-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:#ffffffb3;border-radius:.75rem;font-size:1.25rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#1e293b;margin-bottom:1.5rem}.process-icon-circle{width:3.5rem;height:3.5rem;background:#ffffffb3;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.process-icon-circle svg{width:1.75rem;height:1.75rem;color:#475569}.process-card h3{font-size:1.5rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:1rem}.process-card p{color:#475569;line-height:1.7;font-size:1rem;text-align:justify;text-justify:inter-word}.carousel-indicators{display:none}@media (max-width: 768px){.process{padding:2rem 0;min-height:100vh;display:flex;flex-direction:column}.process .container{display:flex;flex-direction:column;padding-top:80px;padding-bottom:2rem;width:100%}.section-header{text-align:center;margin-bottom:1.5rem;flex-shrink:0}.section-header h2{font-size:1.75rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.5rem}.section-header p{font-size:.95rem;color:#475569}.process-grid-wrapper{position:relative;margin:0}.process-grid{display:flex;gap:1.5rem;padding:0 7.5vw;margin:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.process-grid::-webkit-scrollbar{display:none}.process-card{min-width:85vw;max-width:85vw;width:85vw;min-height:400px;height:auto;margin:0 auto;padding:2.5rem;scroll-snap-align:center;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}.process-card:hover{transform:none}.process-card h3{font-size:1.125rem;margin-bottom:.75rem}.process-card p{font-size:.875rem;line-height:1.6}.process-number{width:2.5rem;height:2.5rem;font-size:1rem;margin-bottom:1rem}.scroll-hint{display:flex;align-items:center;margin-left:.75rem;color:#f59e0b;animation:slide-right 1.5s ease-in-out infinite}.scroll-hint svg{width:12px;height:12px}@keyframes slide-right{0%,to{transform:translate(0);opacity:.6}50%{transform:translate(4px);opacity:1}}.carousel-indicators{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;padding:0 1rem;position:relative;transition:transform .4s cubic-bezier(.4,0,.2,1)}.carousel-indicators.transitioning{transform:translateY(-2px)}.indicator{width:8px;height:8px;border-radius:50%;background-color:#fbbf244d;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;transform:scale(1)}.indicator.active{width:24px;height:8px;border-radius:4px;background-color:#fbbf24;box-shadow:0 2px 8px #fbbf2466;animation:indicatorPulse .6s ease-out;transform:scale(1.1)}@keyframes indicatorPulse{0%{transform:scale(1);box-shadow:0 2px 8px #fbbf2466}50%{transform:scale(1.15);box-shadow:0 4px 12px #fbbf2499}to{transform:scale(1.1);box-shadow:0 2px 8px #fbbf2466}}.indicator:not(.active){transition:all .3s ease}.indicator:not(.active):hover{background-color:#fbbf2480;transform:scale(1.1)}.process-grid:after{content:"";min-width:1rem;height:100%;flex-shrink:0}}.contact{padding:2rem 0;background:linear-gradient(to bottom,#fff,#fef3c726,#fff);position:relative}.contact:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:radial-gradient(ellipse at center,rgba(251,191,36,.08) 0%,transparent 70%);pointer-events:none}.contact-container{max-width:70rem;margin:0 auto;position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:1rem}.contact-header h2{font-size:1.75rem;font-weight:700;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.25rem;letter-spacing:-.02em}.contact-header p{font-size:.95rem;color:#475569}.calendar-wrapper{background:#fff;padding:.75rem .5rem;border-radius:.75rem;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000000d;overflow:hidden;width:calc(100% + 100px);margin-left:-50px;margin-right:-50px}.calendar-wrapper iframe{width:calc(100% + 20px);margin-left:-20px;margin-right:-20px;height:calc(100vh - 150px);min-height:750px;max-height:850px;border:none;border-radius:.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.75rem}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:transparent;box-shadow:0 0 0 2px #fbbf24}.form-group textarea{resize:none}.submit-btn{width:100%;padding:1rem;background:#1e293b;color:#fff;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s;font-size:1rem}.submit-btn:hover:not(:disabled){background:#0f172a}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.contact{padding:2rem 0;min-height:auto}.contact-header h2{font-size:1.75rem}.contact-header p{font-size:.95rem}.calendar-wrapper{padding:.75rem}.calendar-wrapper iframe{height:calc(100vh - 200px);min-height:500px;max-height:600px}}footer{background:#fff;border-top:1px solid #f1f5f9;padding:1.5rem 0}.footer-grid{display:grid;grid-template-columns:auto 1fr 1fr 1fr;gap:2rem;margin-bottom:1.25rem;max-width:1100px;width:100%;margin-left:auto;margin-right:auto;padding:0 1rem;justify-items:center;align-items:center}.footer-image-section{display:flex;align-items:center;justify-content:center;width:100%}.footer-logo-image{max-width:120px;height:auto;object-fit:contain}@media (max-width: 968px){.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 1rem}.footer-image-section{order:-1}}@media (max-width: 640px){.footer-grid{gap:1.5rem;padding:0 .75rem}}.footer-brand-section{text-align:center;width:100%}.footer-brand{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem;justify-content:center}.footer-brand svg{width:22px;height:22px}.footer-social{display:flex;flex-direction:column;gap:.35rem;margin-top:.75rem;align-items:center;width:100%}.social-link{display:flex;align-items:center;justify-content:center;gap:.35rem;color:#475569;text-decoration:none;font-size:.75rem;transition:color .2s;width:100%}.social-link svg{width:12px;height:12px}.social-link:hover{color:#0f172a}.footer-brand-text{font-size:.95rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#1e293b}.footer-description{font-size:.75rem;color:#475569;line-height:1.4;text-align:center;margin:0 0 .35rem}.email-link{display:flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;transition:color .2s;cursor:pointer;width:100%}.email-link svg{width:12px;height:12px}.email-link:hover{color:#0f172a}.email-link svg{flex-shrink:0}.contact-info{display:flex;flex-direction:column;gap:.35rem;align-items:center;width:100%}.contact-item{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.75rem;color:#475569;text-decoration:none;transition:color .2s;cursor:pointer;width:100%}.contact-item:hover{color:#0f172a}.contact-item svg{width:12px;height:12px;flex-shrink:0}.footer-icon{flex-shrink:0;color:#475569}.footer-section{text-align:center;width:100%}.footer-section h4{font-size:.85rem;font-weight:600;font-family:Space Grotesk,sans-serif;color:#0f172a;margin-bottom:.5rem;text-align:center}.footer-links{list-style:none;text-align:center;padding:0;margin:0}.footer-links li{margin-bottom:.35rem}.footer-links a{font-size:.75rem;color:#475569;text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.footer-links a svg{width:11px;height:11px;flex-shrink:0}.footer-links a:hover{color:#0f172a}.footer-bottom{border-top:1px solid #f1f5f9;padding-top:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.7rem;color:#475569;text-align:center}
