:root{--warm-white:#f7f6f2;--near-black:#1c1c1a;--deep-green-gray:#323331;--coral-orange:#d97757;--success:#2f6f68;--warning:#c9a24a;--error:#a13a2b;--card-bg:#fff;--border:#e2ddd5;--text-muted:#1c1c1a99;--radius:.75rem;--font:"Satoshi", "Inter", system-ui, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}body{background:var(--warm-white);color:var(--near-black)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f6f2cc;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-link{align-items:center;display:flex}.logo-img{width:auto;height:72px}.logo-img--footer{filter:brightness(10);height:40px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--coral-orange)}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.nav-toggle span{background:var(--near-black);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.nav-links{background:var(--warm-white);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding:1.5rem;display:none;position:absolute;top:80px;left:0;right:0}.nav-links.open,.nav-toggle{display:flex}}.hero-section{background:var(--warm-white);padding:3.5rem 0 4rem;position:relative;overflow:hidden}.hero-bg-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.hero-bg-orb--1{background:#d977570f;width:600px;height:600px;top:-100px;right:-200px}.hero-bg-orb--2{background:#3233310a;width:400px;height:400px;bottom:-100px;left:-200px}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-content{flex-direction:column;gap:2rem;display:flex}.hero-badge{color:var(--coral-orange);background:#d977571a;border-radius:999px;align-items:center;gap:.5rem;width:fit-content;padding:.375rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.pulse-dot{width:8px;height:8px;display:flex;position:relative}.pulse-dot-ping{background:var(--coral-orange);opacity:.75;border-radius:50%;width:100%;height:100%;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute}.pulse-dot-core{background:var(--coral-orange);border-radius:50%;width:8px;height:8px;position:relative}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}h1{letter-spacing:-.02em;color:var(--near-black);font-size:4rem;font-weight:900;line-height:1.08}.text-accent{color:var(--coral-orange)}.hero-subtitle{color:var(--text-muted);max-width:580px;font-size:1.375rem;line-height:1.65}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.hero-trust{gap:2rem;padding-top:.5rem;display:flex}.hero-trust-item{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.hero-terminal{background:#1a1a1e;border-radius:1rem;overflow:hidden;box-shadow:0 25px 60px -12px #00000040}.terminal-header{background:#252529;border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.terminal-dots{gap:6px;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot--red{background:#ff5f57}.dot--yellow{background:#ffbd2e}.dot--green{background:#28c840}.terminal-title{color:#ffffff59;font-family:ui-monospace,Consolas,monospace;font-size:.75rem}.terminal-body{padding:1.5rem;font-family:ui-monospace,Consolas,monospace;font-size:.8125rem;line-height:1.8}.terminal-line{opacity:0;animation:.3s ease-out forwards terminalReveal}.terminal-line--1{animation-delay:.5s}.terminal-line--2{animation-delay:.9s}.terminal-line--3{animation-delay:1.4s}.terminal-line--4{animation-delay:1.8s}.terminal-line--5{animation-delay:2.3s}.terminal-line--6{animation-delay:2.7s}.terminal-line--7{animation-delay:3.2s}.terminal-line--8{animation-delay:3.6s}.t-prompt{color:var(--coral-orange);font-weight:700}.t-cmd{color:#7dd3fc;font-weight:600}.t-arg{color:#a5f3fc}.t-flag{color:#ffffff59}.t-success{color:#4ade80;font-weight:700}.t-dim{color:#ffffff40;font-size:.75rem}.terminal-cursor{background:var(--coral-orange);border-radius:1px;width:8px;height:16px;margin-top:.5rem;animation:1s step-end infinite blink;display:inline-block}@keyframes terminalReveal{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}@media (width<=1024px){.hero-section{padding:5rem 0 3.5rem}.hero-grid{grid-template-columns:1fr}h1{font-size:2.75rem}.hero-terminal{display:none}}@media (width<=768px){.hero-section{padding:4rem 0 2.5rem}h1{font-size:2.25rem}}.btn{cursor:pointer;border:2px solid #0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-arrow{transition:transform .2s}.btn:hover .btn-arrow{transform:translate(3px)}.btn-primary{background:var(--deep-green-gray);color:#fff}.btn-primary:hover{background:#323331e6;box-shadow:0 4px 12px #3233314d}.btn-accent{background:var(--coral-orange);color:#fff}.btn-accent:hover{background:#d97757e6;box-shadow:0 4px 12px #d977574d}.btn-outline{border-color:var(--near-black);color:var(--near-black);background:0 0}.btn-outline:hover{background:var(--near-black);color:var(--warm-white)}.btn-outline-light{color:var(--warm-white);background:0 0;border-color:#f7f6f24d}.btn-outline-light:hover{background:#f7f6f21a;border-color:#f7f6f280}.btn-glow{box-shadow:0 0 30px #d9775766}.btn-glow:hover{box-shadow:0 0 40px #d9775799}.btn-full{justify-content:center;width:100%}.section{padding:5rem 0}.section--white{background:#fff}.section--warm{background:var(--warm-white)}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-header h2{margin-bottom:.75rem;font-size:2rem;font-weight:700}.section-header p{color:var(--text-muted);font-size:1.125rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.service-card{background:linear-gradient(135deg,#fff,#f7f6f280);border:1px solid #0000;border-radius:1rem;flex-direction:column;padding:2rem;transition:all .3s;display:flex}.service-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px -12px #00000014}.feature-icon{background:linear-gradient(135deg,#1c1c1a14,#d9775726);border-radius:1rem;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.service-card h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.service-card p{color:var(--text-muted);flex:1;font-size:.9375rem;line-height:1.6}.btn-ghost{color:var(--coral-orange);cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.25rem;width:fit-content;margin-top:1.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #d9775726}.btn-ghost:hover{color:var(--near-black);box-shadow:0 4px 16px #d9775740}.service-card--featured{border:2px solid var(--coral-orange);background:linear-gradient(135deg,#d977570a,#fff);position:relative}.featured-badge{background:var(--coral-orange);color:#fff;letter-spacing:.02em;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:-12px;right:1.25rem;box-shadow:0 4px 12px #d9775759}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.hero-clients{margin-top:2rem}.hero-clients-label{text-transform:uppercase;letter-spacing:.08em;color:#1c1c1a73;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:block}.hero-clients-logos{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.hero-client{color:#1c1c1a99;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.hero-client:hover{color:var(--near-black)}.hero-client img{object-fit:contain;border-radius:4px;width:28px;height:28px}.hero-client-rounded{border:none!important;border-radius:7px!important;width:24px!important;height:24px!important}.hero-clients-more{color:#1c1c1a59;margin-left:auto;font-size:.8125rem;font-style:italic;font-weight:500}@media (width<=768px){.hero-clients-logos{flex-direction:column;align-items:flex-start}}.section--why{position:relative;overflow:hidden}.section--why:before{content:"";opacity:.07;pointer-events:none;z-index:0;background:url(/images/logo_transparente_icono_naranja.png) 50%/contain no-repeat;width:500px;height:500px;position:absolute;top:50%;left:5%;transform:translateY(-50%)}.section--why .container{z-index:1;position:relative}.why-manifesto{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4.5rem;display:grid}.why-manifesto-text h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.why-manifesto-text p{color:var(--text-muted);margin-bottom:.75rem;line-height:1.7}.why-manifesto-text strong{color:var(--near-black)}.why-manifesto-stats{justify-content:center;gap:1.5rem;display:flex}.stat-item{text-align:center;background:#fff;border-radius:1rem;flex:1;padding:1.5rem 1rem;box-shadow:0 4px 12px #0000000a}.stat-number{color:var(--coral-orange);margin-bottom:.375rem;font-size:2rem;font-weight:800;line-height:1;display:block}.stat-label{color:var(--text-muted);font-size:.8125rem;font-weight:500}.why-solutions-header{text-align:center;margin-bottom:1.5rem}.why-solutions-header h3{font-size:1.25rem;font-weight:700}.why-solutions-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4.5rem;display:grid}.why-solution-card{background:#fff;border:1px solid #1c1c1a0a;border-radius:1rem;padding:2rem;transition:all .3s;box-shadow:0 4px 12px #0000000a}.why-solution-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000014}.why-solution-icon{background:#d9775714;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1rem;display:flex}.why-solution-card h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.why-solution-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.process-timeline{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid;position:relative}.process-timeline:before{content:"";background:linear-gradient(90deg, var(--coral-orange), #d9775726);height:2px;position:absolute;top:24px;left:48px;right:48px}.process-step{text-align:center;position:relative}.process-step-number{background:var(--coral-orange);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;font-size:1.125rem;font-weight:800;display:flex;position:relative;box-shadow:0 4px 16px #d977574d}.process-step-content h4{margin-bottom:.375rem;font-size:.9375rem;font-weight:700}.process-step-content p{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.platforms-grid{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.platform-badge{background:#fff;border:1px solid #1c1c1a0f;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000000a}.platform-badge:hover{transform:translateY(-2px)}@media (width<=768px){.why-manifesto,.why-solutions-grid{grid-template-columns:1fr}.process-timeline{grid-template-columns:1fr;gap:1rem}.process-timeline:before{display:none}.platforms-grid{flex-direction:column;align-items:center}}.cta-section{background:var(--near-black);padding:6rem 0;position:relative;overflow:hidden}.cta-texture{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23F7F6F2'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.cta-content{text-align:center;max-width:700px;margin:0 auto;position:relative}.cta-content h2{color:var(--warm-white);margin-bottom:1rem;font-size:2rem;font-weight:700}.cta-content>p{color:#f7f6f2b3;margin-bottom:2.5rem;font-size:1.125rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-trust{border-top:1px solid #f7f6f21a;justify-content:center;gap:2rem;margin-top:3rem;padding-top:2rem;display:flex}.cta-trust-item{color:#f7f6f280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.footer{background:var(--near-black);color:var(--warm-white);position:relative;overflow:hidden}.footer-texture{opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill='none'%3E%3Cg fill='%23F7F6F2'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding:3rem 0;display:grid;position:relative}.footer-brand p{color:#f7f6f299;margin-top:1rem;font-size:.875rem;line-height:1.6}.footer-social{gap:1rem;margin-top:1rem;display:flex}.footer-social a{color:#f7f6f299;transition:color .2s}.footer-social a:hover{color:var(--coral-orange)}.footer-col h4{margin-bottom:1rem;font-size:.9375rem;font-weight:600}.footer-col ul{flex-direction:column;gap:.5rem;display:flex}.footer-col a{color:#f7f6f299;font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--warm-white)}.footer-bottom{border-top:1px solid #f7f6f21a;padding:2rem 0;position:relative}.footer-bottom p{color:#f7f6f266;font-size:.875rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}.aeo-demo-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.875rem;font-weight:600}.aeo-chat{background:#1a1a1e;border-radius:1rem;flex-direction:column;gap:1.25rem;max-width:640px;padding:2rem;display:flex;box-shadow:0 20px 50px -12px #0003}.aeo-split{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.aeo-split .accordion-list{max-width:none}.aeo-chat-side{position:sticky;top:5rem}.aeo-chat-side .aeo-chat{max-width:none}@media (width<=1024px){.aeo-split{grid-template-columns:1fr}.aeo-chat-side{position:static}}.chat-msg{align-items:flex-start;gap:.75rem;display:flex}.chat-msg--ai{flex-direction:row}.chat-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.6875rem;font-weight:700;display:flex}.chat-avatar--user{background:var(--deep-green-gray);color:#fff}.chat-avatar--ai{background:linear-gradient(135deg, var(--coral-orange), #e8956f);color:#fff}.chat-bubble{border-radius:1rem;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.6}.chat-bubble--user{color:#ffffffe6;background:#ffffff14;border-bottom-left-radius:4px}.chat-bubble--ai{color:#ffffffd9;background:#d977571a;border-bottom-left-radius:4px}.chat-anim{opacity:0;animation-fill-mode:forwards}.chat-anim--1{animation:.4s ease-out .5s forwards chatReveal}.chat-anim--2{animation:.4s ease-out 1.5s forwards chatReveal}.chat-anim--3{animation:1.5s ease-out 2s forwards chatTypingShow}.chat-anim--4{animation:.4s ease-out 3.5s forwards chatReveal}.chat-typing{align-items:center;gap:4px;padding:4px 0;display:inline-flex}.typing-dot{background:#fff6;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.chat-response{display:none}.chat-anim--4.chat-response{display:inline}@keyframes chatReveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chatTypingShow{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0;display:none}}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.service-detail-hero{background:var(--warm-white);padding:2.5rem 0 2rem}.back-link{color:var(--text-muted);align-items:center;gap:.25rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--coral-orange)}.service-detail-header{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.feature-icon--lg{flex-shrink:0;width:72px;height:72px}.service-detail-title{margin-bottom:.25rem;font-size:2.5rem;line-height:1.15}.service-detail-tagline{color:var(--coral-orange);font-size:1.125rem;font-weight:500}.service-detail-intro{color:var(--text-muted);max-width:720px;font-size:1.25rem;line-height:1.7}.accordion-list{max-width:800px;margin:0 auto}.accordion-item{opacity:0;border-bottom:1px solid #1c1c1a14;animation:.6s ease-out forwards subtleWave}.accordion-item:first-child{animation-delay:.15s}.accordion-item:nth-child(2){animation-delay:.27s}.accordion-item:nth-child(3){animation-delay:.39s}.accordion-item:nth-child(4){animation-delay:.51s}.accordion-item:nth-child(5){animation-delay:.63s}.accordion-item:nth-child(6){animation-delay:.75s}@keyframes subtleWave{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.accordion-trigger{cursor:pointer;text-align:left;width:100%;color:var(--near-black);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 0;font-family:inherit;transition:color .2s;display:flex}.accordion-trigger:hover{color:var(--coral-orange)}.accordion-left{align-items:center;gap:1.25rem;display:flex}.accordion-num{color:var(--coral-orange);background:#d977571a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8125rem;font-weight:900;display:flex}.accordion-trigger h3{margin:0;font-size:1.125rem;font-weight:600}.accordion-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.accordion-item--open .accordion-chevron{color:var(--coral-orange);transform:rotate(180deg)}.accordion-content{max-height:0;padding:0 0 0 3.5rem;transition:max-height .35s,padding .35s;overflow:hidden}.accordion-item--open .accordion-content{max-height:300px;padding:0 0 1.5rem 3.5rem}.accordion-content p{color:var(--text-muted);font-size:.9375rem;line-height:1.7}@media (width<=768px){.service-detail-header{flex-direction:column;align-items:flex-start}.service-detail-title{font-size:2rem}.accordion-content,.accordion-item--open .accordion-content{padding-left:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero-content>*{animation:.5s ease-out both fadeInUp}.hero-content>:first-child{animation-delay:.1s}.hero-content>:nth-child(2){animation-delay:.2s}.hero-content>:nth-child(3){animation-delay:.3s}.hero-content>:nth-child(4){animation-delay:.4s}.hero-content>:nth-child(5){animation-delay:.5s}.hero-terminal{animation:.6s ease-out .3s both fadeInUp}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--warm-white)}::-webkit-scrollbar-thumb{background:#1c1c1a33;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#1c1c1a66}.contact-page-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.contact-form-page{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.375rem;display:flex}.form-group label{color:var(--near-black);font-size:.8125rem;font-weight:600}.form-group input,.form-group textarea{border:1.5px solid var(--border);background:var(--warm-white);resize:vertical;border-radius:.5rem;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--coral-orange);outline:none}.form-note{color:var(--text-muted);text-align:center;margin-top:.25rem;font-size:.75rem}.contact-info-side h3{margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.contact-info-card{background:#fff;border:1px solid #1c1c1a0f;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 4px 12px #0000000a}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-info-item svg{flex-shrink:0;margin-top:2px}.contact-info-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem;font-size:.75rem;font-weight:600;display:block}.contact-info-item a{color:var(--near-black);font-weight:500;transition:color .2s}.contact-info-item a:hover{color:var(--coral-orange)}.contact-success-page{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0}.success-icon{background:linear-gradient(135deg, var(--success), #3a9f8e);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:700;display:flex}.contact-success-page h3{font-size:1.5rem}.contact-success-page p{color:var(--text-muted);font-size:1.125rem}@media (width<=768px){.contact-page-grid{grid-template-columns:1fr}}.footer-location-item{color:#f7f6f280;align-items:center;gap:.375rem;margin-top:.25rem;display:flex}.footer-location-item svg{opacity:.6;flex-shrink:0}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{color:var(--near-black);margin:2rem 0 .75rem;font-size:1.25rem;font-weight:700}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--text-muted);margin-bottom:.75rem;font-size:.9375rem;line-height:1.8}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem}.legal-content li{color:var(--text-muted);margin-bottom:.375rem;font-size:.9375rem;line-height:1.8;list-style:outside}.legal-content a{color:var(--coral-orange);text-decoration:underline;transition:opacity .2s}.legal-content a:hover{opacity:.8}.chat-fab{z-index:900;background:var(--coral-orange);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 24px #d9775766}.chat-fab:hover{transform:scale(1.08);box-shadow:0 12px 32px #d9775780}.chat-panel{z-index:901;opacity:0;visibility:hidden;background:#fff;border-radius:1rem;flex-direction:column;width:380px;max-height:520px;transition:all .3s;display:flex;position:fixed;bottom:6rem;right:1.5rem;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 20px 60px #0003}.chat-panel.open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.chat-panel-header{background:var(--near-black);color:#fff;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chat-panel-title{align-items:center;gap:.75rem;display:flex}.chat-panel-avatar{background:linear-gradient(135deg, var(--coral-orange), #e8956f);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.chat-panel-status{color:#ffffff80;font-size:.75rem;font-weight:400;display:block}.chat-panel-close{color:#ffffff80;cursor:pointer;background:0 0;border:none;transition:color .2s}.chat-panel-close:hover{color:#fff}.chat-panel-log{flex-direction:column;flex:1;gap:.75rem;min-height:300px;padding:1rem;display:flex;overflow-y:auto}.chat-panel-msg{border-radius:1rem;max-width:85%;padding:.625rem 1rem;font-size:.875rem;line-height:1.5;animation:.2s ease-out fadeInUp}.chat-panel-msg--sam{background:var(--warm-white);color:var(--near-black);border-bottom-left-radius:4px;align-self:flex-start}.chat-panel-msg--user{background:var(--coral-orange);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-panel-dots{align-items:center;gap:5px;padding:4px 6px;display:inline-flex}.chat-panel-dots span{background:#1c1c1a4d;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite chatDotBounce;display:block}.chat-panel-dots span:nth-child(2){animation-delay:.15s}.chat-panel-dots span:nth-child(3){animation-delay:.3s}@keyframes chatDotBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-panel-input{border-top:1px solid var(--border);gap:.5rem;padding:.75rem 1rem;display:flex}.chat-panel-input input{border:1.5px solid var(--border);border-radius:999px;flex:1;padding:.625rem 1rem;font-family:inherit;font-size:.875rem}.chat-panel-input input:focus{border-color:var(--coral-orange);outline:none}.chat-panel-input button{background:var(--coral-orange);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.chat-panel-input button:hover{background:#c56a4d}@media (width<=480px){.chat-panel{border-radius:1rem 1rem 0 0;width:100%;max-height:100vh;bottom:0;left:0;right:0}.chat-fab{bottom:1rem;right:1rem}}.login-card{background:#fff;border:1px solid #1c1c1a0f;border-radius:1rem;max-width:420px;margin:3rem auto;padding:2.5rem;box-shadow:0 20px 50px -12px #00000014}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:64px;height:64px;margin-bottom:1rem}.login-title{color:var(--near-black);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.login-subtitle{color:var(--text-muted);font-size:.875rem}.login-google-btn{justify-content:center;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;display:flex}.login-google-btn:disabled{opacity:.6;cursor:wait}.login-error{color:var(--error);text-align:center;background:#a13a2b14;border-radius:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem}.login-success{margin-top:1.5rem}.login-user-info{background:var(--warm-white);border-radius:.75rem;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;display:flex}.login-avatar{border:2px solid var(--coral-orange);border-radius:50%;width:48px;height:48px}.login-user-name{font-size:.9375rem;font-weight:700}.login-user-email{color:var(--text-muted);font-size:.8125rem}.login-welcome-msg{color:var(--text-muted);text-align:center;margin-bottom:1.25rem;font-size:.875rem}.login-actions{gap:.75rem;display:flex}.login-actions .btn{flex:1;justify-content:center;padding:.625rem 1rem;font-size:.875rem}
