*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-900:#0f172a;--blue-800:#1e3a8a;--blue-700:#1d4ed8;--blue-600:#2563eb;--blue-500:#3b82f6;--blue-400:#60a5fa;--blue-300:#93c5fd;--blue-200:#bfdbfe;--blue-100:#dbeafe;--blue-50:#eff6ff;--accent:var(--blue-600);--accent-hover:var(--blue-700);--accent-glow:#2563eb59;--dark:#0a0a0a;--dark-soft:#1a1a1a;--text-dark:#111;--text-muted:#5a5a5a;--text-light:#fff;--glass-bg:#ffffff1f;--glass-border:#ffffff2e;--glass-bg-light:#ffffffb8;--glass-border-light:#ffffff80;--radius-pill:999px;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--shadow-soft:0 8px 32px #0000001f;--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--transition:.3s cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text-dark);-webkit-font-smoothing:antialiased;background:#fff;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.container{width:min(1200px,100% - 2rem);margin-inline:auto}.section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:inline-flex}.section-title{letter-spacing:-.02em;color:var(--text-dark);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15}.section-subtitle{color:var(--text-muted);max-width:640px;margin-top:1rem;font-size:clamp(1rem,2vw,1.125rem);line-height:1.7}.btn{border-radius:var(--radius-pill);transition:transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);white-space:nowrap;border:none;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:var(--text-light)}.btn-primary:hover{background:var(--accent-hover);box-shadow:0 8px 24px var(--accent-glow)}.btn-outline{color:var(--text-light);background:0 0;border:1.5px solid #ffffffa6}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline-blue{color:var(--accent);border:1.5px solid var(--accent);background:0 0}.btn-outline-blue:hover{border-color:var(--accent-hover);background:#2563eb14}.btn-icon{background:var(--dark);width:28px;height:28px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.btn-icon svg{width:14px;height:14px}.btn-icon--light,.btn-icon--dark{background:var(--dark);color:var(--accent)}.section{padding:5rem 0}.section--alt{background:#f7fafd}.page-hero{background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 60%, var(--blue-600) 100%);color:#fff;padding:8rem 0 5rem;position:relative;overflow:hidden}.page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%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}.page-hero__content{z-index:1;position:relative}.page-hero__label{border-radius:var(--radius-pill);letter-spacing:.08em;color:#ffffffe6;background:#ffffff1f;border:1px solid #fff3;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.page-hero h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.page-hero p{color:#fffc;max-width:600px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.loader{z-index:9999;background:var(--blue-900);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.loader__inner{flex-direction:column;align-items:center;gap:2rem;display:flex}.loader__logo-wrap{justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:relative}.loader__glow{background:radial-gradient(circle,#2196f359 0%,#2196f31f 45%,#0000 70%);border-radius:50%;animation:2.4s ease-in-out infinite pulseGlow;position:absolute;inset:-20px}.loader__ring{border:2px solid #0000;border-top-color:var(--blue-400);border-right-color:var(--blue-300);border-radius:50%;animation:1.6s linear infinite spin;position:absolute;inset:0}.loader__logo{opacity:0;justify-content:center;align-items:center;animation:.7s cubic-bezier(.34,1.56,.64,1) forwards logoIntro;display:flex;position:relative}.loader__logo-img{border-radius:16px;width:auto;height:88px;display:block;box-shadow:0 8px 32px #2196f366}.loader__bar{border-radius:var(--radius-pill);background:#ffffff1a;width:200px;height:3px;position:relative;overflow:hidden}.loader__bar-fill{background:linear-gradient(90deg, var(--blue-400), var(--blue-300));border-radius:var(--radius-pill);height:100%;animation:1.6s cubic-bezier(.4,0,.2,1) forwards loadBar;position:relative;overflow:hidden}.loader__bar-shimmer{background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.1s ease-in-out infinite shimmer;position:absolute;inset:0}.loader__tagline{color:#fff6;letter-spacing:.08em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.loader__tagline span{opacity:0;animation:.5s forwards fadeIn}.loader__tagline span:first-child{animation-delay:.3s}.loader__tagline span:nth-child(2){animation-delay:.5s}.loader__tagline span:nth-child(3){animation-delay:.55s}.loader__tagline span:nth-child(4){animation-delay:.7s}.loader__tagline span:nth-child(5){animation-delay:.75s}.loader__dot{color:var(--blue-400)}.loader__name{color:#fff;letter-spacing:-.01em;opacity:0;font-size:1.375rem;font-weight:800;animation:.5s .15s forwards fadeIn}.loader__name-accent{color:#ffffff8c;font-weight:600}@media (width<=480px){.loader__name{font-size:1.125rem}.loader__logo-wrap{width:110px;height:110px}.loader__logo-img{height:68px}}@keyframes loadBar{0%{width:0}to{width:100%}}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes logoIntro{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.header{z-index:1000;transition:padding var(--transition);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.header--scrolled{padding:.75rem 0}.header__nav{background:var(--glass-bg-light);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-pill);box-shadow:var(--shadow-soft);align-items:center;gap:1.5rem;padding:.625rem 1.25rem;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.header__logo-icon{background:var(--accent);width:36px;height:36px;color:var(--text-light);border-radius:10px;justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex}.header__logo-text{color:var(--text-dark);letter-spacing:.02em;font-size:.9375rem;font-weight:700}.header__logo-accent{color:var(--text-muted);font-weight:600}.header__links--desktop{align-items:center;gap:.25rem;margin-inline:auto;list-style:none;display:flex}.header__link{color:var(--text-muted);border-radius:var(--radius-pill);transition:color var(--transition), background var(--transition);padding:.5rem .875rem;font-size:.875rem;font-weight:500;text-decoration:none}.header__link:hover,.header__link--active{color:var(--text-dark)}.header__link--active{color:var(--accent-hover);background:#2563eb1f;font-weight:600}.header__cta{flex-shrink:0;padding:.625rem 1.125rem;font-size:.875rem}.header__hamburger{width:36px;height:36px;transition:background var(--transition);border-radius:8px;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.header__hamburger:hover{background:#0000000d}.header__hamburger span{background:var(--text-dark);width:100%;height:2px;transition:transform var(--transition), opacity var(--transition);border-radius:2px;display:block}.header__hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__theme-toggle{border:1px solid var(--glass-border-light);width:36px;height:36px;color:var(--text-dark);transition:background var(--transition), transform var(--transition);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.header__theme-toggle:hover{background:#0000000d;transform:rotate(15deg)}.header__theme-toggle svg{width:18px;height:18px}.sidebar-overlay{opacity:0;visibility:hidden;z-index:1999;background:#0006;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.sidebar-overlay--open{opacity:1;visibility:visible}.sidebar{background:var(--bg);border-right:1px solid var(--glass-border-light);z-index:2000;flex-direction:column;width:260px;height:100vh;padding:1.5rem 1rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar__brand{align-items:center;gap:.625rem;padding:.5rem .75rem 1.5rem;display:flex}.sidebar__section-label{letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;padding:0 .75rem;font-size:.6875rem;font-weight:700}.sidebar__links{flex-direction:column;gap:.25rem;list-style:none;display:flex}.sidebar__link{color:var(--text-muted);transition:background var(--transition), color var(--transition);border-radius:10px;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:flex}.sidebar__link:hover{color:var(--text-dark);background:#2563eb0f}.sidebar__link--active{color:var(--accent-hover);background:#2563eb1f;font-weight:600}.header__link-icon{flex-shrink:0;width:18px;height:18px}.sidebar__footer{border-top:1px solid var(--glass-border-light);margin-top:auto;padding-top:1rem}.sidebar__theme-toggle{width:100%;color:var(--text-dark);background:0 0;border-radius:10px;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;display:flex}.sidebar__theme-toggle:hover{background:#0000000d}.sidebar__theme-toggle svg{width:18px;height:18px}.header__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header__logo-img{border-radius:8px;width:auto;height:44px;display:block}.sidebar__logo-img{border-radius:6px;width:auto;height:36px;display:block}@media (width<=480px){.header__logo-img{height:36px}}@media (width<=960px){.header__links--desktop,.header__theme-toggle,.header__cta{display:none}.header__hamburger{margin-left:auto;display:flex}}@media (width>=961px){.sidebar,.sidebar-overlay{display:none}}@media (width<=480px){.header__logo-text{font-size:.8125rem}.header__logo-icon{width:32px;height:32px;font-size:1rem}}.footer{background:var(--blue-900);color:#ffffffbf}.footer__top{padding:4rem 0 3rem}.footer__inner{grid-template-columns:2fr 1.5fr 1fr 1.25fr;gap:3rem;display:grid}.footer__brand{flex-direction:column;gap:1rem;display:flex}.footer__logo{color:#fff;align-items:center;gap:.625rem;font-size:1rem;font-weight:800;text-decoration:none;display:flex}.footer__logo-icon{background:linear-gradient(135deg, var(--blue-400), var(--blue-600));color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:900;display:flex}.footer__desc{color:#ffffff8c;max-width:300px;font-size:.875rem;line-height:1.7}.footer__social{flex-wrap:wrap;gap:.625rem;display:flex}.footer__social-link{color:#fff9;width:36px;height:36px;transition:background var(--transition), color var(--transition), transform var(--transition);background:#ffffff12;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.footer__social-link:hover{background:var(--blue-600);color:#fff;border-color:var(--blue-600);transform:translateY(-2px)}.footer__social-link svg{width:16px;height:16px}.footer__links-group h4{letter-spacing:.1em;text-transform:uppercase;color:#fff6;margin-bottom:1rem;font-size:.75rem;font-weight:700}.footer__links-group ul{flex-direction:column;gap:.625rem;display:flex}.footer__links-group li a,.footer__address{color:#ffffffa6;transition:color var(--transition);font-size:.875rem;text-decoration:none;display:block}.footer__links-group li a:hover{color:#fff}.footer__bottom{border-top:1px solid #ffffff14;padding:1.25rem 0}.footer__bottom-inner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.footer__logo{align-items:center;text-decoration:none;display:flex}.footer__logo-img{border-radius:8px;width:auto;height:52px;display:block}@media (width<=600px){.footer__logo-img{height:44px}}@media (width<=1024px){.footer__inner{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer__inner{grid-template-columns:1fr;gap:2rem}.footer__bottom-inner{text-align:center;flex-direction:column}}.chat-fab{background:linear-gradient(135deg, var(--blue-500,#2196f3), var(--blue-700,#1565c0));color:#fff;z-index:2100;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .25s,opacity .25s,visibility .25s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 30px #1565c073}.chat-fab__logo{object-fit:cover;border-radius:50%;width:32px;height:32px}.chat-panel__avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-fab:hover{transform:scale(1.06)}.chat-fab svg{width:26px;height:26px}.chat-fab--hidden{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.8)}.chat-fab__badge{background:#22c55e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:4px;right:4px}.chat-overlay{opacity:0;visibility:hidden;z-index:2098;background:#00000059;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.chat-overlay--open{opacity:1;visibility:visible}.chat-panel{z-index:2099;opacity:0;visibility:hidden;background:#fff;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 2rem);height:min(560px,100vh - 3rem);transition:opacity .25s,visibility .25s,transform .25s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:translateY(16px)scale(.98);box-shadow:0 20px 60px #0f172a40}.chat-panel--open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.chat-panel__header{background:linear-gradient(135deg, var(--blue-700,#1565c0), var(--blue-900,#0d1b3e));color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chat-panel__header-info{align-items:center;gap:.75rem;display:flex}.chat-panel__avatar{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:800;display:flex}.chat-panel__title{margin:0;font-size:.9375rem;font-weight:700}.chat-panel__status{color:#ffffffb3;align-items:center;gap:.375rem;margin:0;font-size:.75rem;display:flex}.chat-panel__status-dot{background:#22c55e;border-radius:50%;width:7px;height:7px}.chat-panel__close{color:#fff;width:32px;height:32px;transition:background var(--transition);background:0 0;border-radius:8px;justify-content:center;align-items:center;display:flex}.chat-panel__close:hover{background:#ffffff26}.chat-panel__close svg{width:18px;height:18px}.chat-panel__body{background:#f8fafc;flex-direction:column;flex:1;gap:.875rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-msg{flex-direction:column;gap:.5rem;max-width:82%;display:flex}.chat-msg p{border-radius:14px;margin:0;padding:.625rem .875rem;font-size:.875rem;line-height:1.5}.chat-msg--bot{align-self:flex-start}.chat-msg--bot p{color:var(--text-dark);background:#fff;border:1px solid #e8edf5;border-bottom-left-radius:4px}.chat-msg--user{align-self:flex-end}.chat-msg--user p{background:var(--blue-600,#1976d2);color:#fff;border-bottom-right-radius:4px}.chat-msg__links{flex-wrap:wrap;gap:.5rem;display:flex}.chat-msg__link{color:var(--blue-600,#1976d2);border-radius:var(--radius-pill,999px);transition:background var(--transition);background:#1976d214;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;text-decoration:none}.chat-msg__link:hover{background:#1976d229}.chat-msg__whatsapp-btn{color:#fff;border-radius:var(--radius-pill,999px);background:#25d366;align-items:center;gap:.375rem;width:fit-content;padding:.5rem .875rem;font-size:.8125rem;font-weight:700;text-decoration:none;display:inline-flex}.chat-quick-replies{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.chat-quick-reply{text-align:left;color:var(--blue-700,#1565c0);transition:background var(--transition), border-color var(--transition);background:#fff;border:1px solid #dbe4f3;border-radius:12px;padding:.625rem .875rem;font-size:.8125rem;font-weight:500}.chat-quick-reply:hover{border-color:var(--blue-300,#90caf9);background:#1976d20f}.chat-panel__input-row{background:#fff;border-top:1px solid #e8edf5;flex-shrink:0;align-items:center;gap:.625rem;padding:.875rem 1rem;display:flex}.chat-panel__input-row input{border-radius:var(--radius-pill,999px);transition:border-color var(--transition);border:1px solid #e2e8f0;outline:none;flex:1;padding:.625rem 1rem;font-size:.875rem}.chat-panel__input-row input:focus{border-color:var(--blue-400,#42a5f5)}.chat-panel__input-row button{background:var(--blue-600,#1976d2);color:#fff;width:38px;height:38px;transition:background var(--transition), opacity var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-panel__input-row button:disabled{opacity:.4;pointer-events:none}.chat-panel__input-row button svg{width:16px;height:16px}@media (width<=640px){.chat-panel{border-radius:0;width:100%;max-width:100%;height:100%;inset:0;transform:translateY(100%)}.chat-panel--open{transform:translateY(0)}.chat-fab{width:54px;height:54px;bottom:1.25rem;right:1.25rem}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-image{object-fit:cover;object-position:center;width:100%;height:100%}.hero__overlay{background:linear-gradient(135deg,#000000bf 0%,#00000073 50%,#0009 100%);position:absolute;inset:0}.hero__content{z-index:1;max-width:720px;padding-top:7rem;padding-bottom:8rem;position:relative}.hero__badge{-webkit-backdrop-filter:blur(8px);border-radius:var(--radius-pill);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.375rem .875rem;display:inline-flex}.hero__stars{color:#fbbf24;letter-spacing:2px;font-size:.875rem}.hero__badge-text{color:#ffffffd9;font-size:.8125rem;font-weight:500}.hero__title{letter-spacing:-.03em;color:var(--text-light);margin-bottom:1.25rem;font-size:clamp(2.25rem,6vw,4rem);font-weight:800;line-height:1.08}.hero__title em{color:var(--accent);font-style:italic;font-weight:600}.hero__subtitle{color:#ffffffc7;max-width:560px;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.1875rem);line-height:1.7}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{padding:1rem 1.75rem;font-size:1rem}.hero__tags{z-index:1;flex-wrap:wrap;justify-content:flex-end;gap:.625rem;display:flex;position:absolute;bottom:2.5rem;right:max(1rem,50vw - 600px + 1rem)}.hero__tag{color:var(--text-light);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-pill);padding:.5rem 1.125rem;font-size:.8125rem;font-weight:500}@media (width<=768px){.hero__content{text-align:center;max-width:100%;padding-top:6rem;padding-bottom:10rem}.hero__subtitle{margin-inline:auto}.hero__actions{justify-content:center}.hero__badge{margin-inline:auto}.hero__tags{justify-content:center;width:calc(100% - 2rem);bottom:2rem;right:50%;transform:translate(50%)}}@media (width<=480px){.hero__actions{flex-direction:column;align-items:stretch}.hero__btn{justify-content:center}.hero__tags{flex-direction:column;align-items:center}}.home-stats{background:var(--svc-color,var(--blue-600));padding:2rem 0}.home-stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.home-stats__item{border-right:1px solid #ffffff14;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.home-stats__item:last-child{border-right:none}.home-stats__value{color:#fff;letter-spacing:-.03em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1}.home-stats__label{color:#fff9;font-size:.875rem;font-weight:500}.home-services__header{max-width:620px;margin-bottom:3rem}.home-services__grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.5rem;display:grid}.svc-card{background:var(--surface-card);border-radius:var(--radius-lg);color:inherit;transition:transform var(--transition), box-shadow var(--transition), border-color var(--transition);border:1px solid #e8edf5;flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.svc-card:before{content:"";background:var(--svc-color,var(--blue-600));transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.svc-card:hover{box-shadow:var(--shadow-blue);border-color:var(--blue-200,#90caf9);transform:translateY(-6px)}.svc-card:hover:before{transform:scaleX(1)}.svc-card__icon{border-radius:var(--radius-md);background:var(--blue-50);width:52px;height:52px;color:var(--svc-color,var(--blue-600));flex-shrink:0;justify-content:center;align-items:center;display:flex}.svc-card__icon svg{width:26px;height:26px}.svc-card__title{color:var(--text-dark);font-size:1.125rem;font-weight:700;line-height:1.3}.svc-card__desc{color:var(--text-muted);flex:1;font-size:.9rem;line-height:1.65}.svc-card__link{color:var(--svc-color,var(--blue-600));align-items:center;gap:.4rem;margin-top:auto;font-size:.875rem;font-weight:600;display:inline-flex}.svc-card__link svg{width:14px;height:14px}.home-iso__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.home-iso__content{flex-direction:column;gap:1.25rem;display:flex}.home-iso__badges{flex-wrap:wrap;gap:.75rem;display:flex}.iso-badge{background:var(--blue-900);border-radius:var(--radius-md);flex-direction:column;gap:.2rem;min-width:140px;padding:.875rem 1.25rem;display:flex}.iso-badge__code{color:var(--blue-300);letter-spacing:.02em;font-size:.875rem;font-weight:800}.iso-badge__sub{color:#fff9;font-size:.75rem;font-weight:500}.home-iso__visual{position:relative}.home-iso__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:400px;box-shadow:var(--shadow-soft)}.home-iso__card{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;align-items:center;gap:1rem;max-width:260px;padding:1.25rem 1.5rem;display:flex;position:absolute;bottom:-1.5rem;left:-1.5rem}.home-iso__card-icon{background:var(--blue-600);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;font-weight:800;display:flex}.home-iso__card strong{color:var(--text-dark);margin-bottom:.2rem;font-size:.9rem;font-weight:700;display:block}.home-iso__card p{color:var(--text-muted);font-size:.8rem}.home-why__header{max-width:560px;margin-bottom:3rem}.home-why__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-card{background:var(--surface-alt);border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #e8edf5;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.why-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.why-card__icon{font-size:2rem}.why-card__title{color:var(--text-dark);font-size:1.05rem;font-weight:700}.why-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.65}.home-cta{background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 100%);padding:5rem 0;position:relative;overflow:hidden}.home-cta:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.home-cta__inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.home-cta__content h2{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800}.home-cta__content p{color:#ffffffb3;font-size:1rem}.home-cta__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=1024px){.home-iso__inner{grid-template-columns:1fr}.home-iso__visual{display:none}.home-why__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stats__item{border-bottom:1px solid #ffffff14;border-right:none}.home-stats__item:nth-child(odd){border-right:1px solid #ffffff14}.home-why__grid{grid-template-columns:1fr}.home-cta__inner{text-align:center;flex-direction:column}}.svc-section__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.svc-section__inner--rev{direction:rtl}.svc-section__inner--rev>*{direction:ltr}.svc-section__content{flex-direction:column;gap:1.25rem;display:flex}.svc-section__list{flex-direction:column;gap:.75rem;margin:.5rem 0;display:flex}.svc-section__list-item{color:var(--text-muted);align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5;display:flex}.svc-section__check{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.7rem;font-weight:700;display:flex}.svc-section__visual{flex-shrink:0;position:relative}.svc-section__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:420px;box-shadow:var(--shadow-soft);display:block}.svc-section__accent{border-radius:var(--radius-lg);opacity:.15;z-index:-1;width:120px;height:120px;position:absolute;bottom:-1.5rem;right:-1.5rem}.svc-industries__header{max-width:560px;margin-bottom:2.5rem}.svc-industries__grid{flex-wrap:wrap;gap:.75rem;display:flex}.industry-chip{background:var(--blue-50);border:1px solid var(--blue-100);color:var(--blue-800);border-radius:var(--radius-pill);transition:background var(--transition), transform var(--transition);padding:.625rem 1.25rem;font-size:.9rem;font-weight:600}.industry-chip:hover{background:var(--blue-100);transform:translateY(-2px)}@media (width<=900px){.svc-section__inner,.svc-section__inner--rev{direction:ltr;grid-template-columns:1fr}.svc-section__visual{display:none}}.iso-standards__header{max-width:640px;margin-bottom:3rem}.iso-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.iso-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #e8edf5;flex-direction:column;display:flex;overflow:hidden}.iso-card:hover{box-shadow:var(--shadow-blue);transform:translateY(-6px)}.iso-card__top{color:#fff;flex-direction:column;gap:.375rem;padding:2rem;display:flex}.iso-card__label{letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-pill);background:#ffffff2e;width:fit-content;margin-bottom:.5rem;padding:.25rem .625rem;font-size:.75rem;font-weight:700;display:inline-block}.iso-card__code{letter-spacing:-.02em;font-size:1.6rem;font-weight:900;line-height:1}.iso-card__name{opacity:.85;font-size:.9rem;font-weight:500}.iso-card__body{background:#fff;flex-direction:column;flex:1;gap:1.25rem;padding:2rem;display:flex}.iso-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.iso-card__services{flex-direction:column;flex:1;gap:.625rem;display:flex}.iso-card__service-item{color:var(--text-dark);align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.4;display:flex}.iso-card__tick{color:var(--blue-600);flex-shrink:0;margin-top:2px;font-size:.75rem;font-weight:700}.iso-card__btn{color:#fff;width:fit-content;margin-top:.5rem}.iso-process__header{max-width:640px;margin-bottom:3rem}.iso-process__steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.iso-step{border-radius:var(--radius-lg);transition:transform var(--transition);background:#fff;border:1px solid #e8edf5;align-items:flex-start;gap:1rem;padding:1.75rem;display:flex}.iso-step:hover{transform:translateY(-4px)}.iso-step__num{color:var(--blue-200,#90caf9);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:2rem;font-weight:900;line-height:1}.iso-step__title{color:var(--text-dark);margin-bottom:.375rem;font-size:1rem;font-weight:700}.iso-step__desc{color:var(--text-muted);font-size:.875rem;line-height:1.6}.iso-cta{background:linear-gradient(135deg, var(--blue-900), var(--blue-700))}.iso-cta__inner{color:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.iso-cta__inner h2{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.iso-cta__inner p{color:#ffffffb3}@media (width<=900px){.iso-process__steps{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.iso-process__steps{grid-template-columns:1fr}.iso-cta__inner{text-align:center;flex-direction:column}}.it-services__header{max-width:640px;margin-bottom:3rem}.it-services__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.it-card{background:var(--surface-card);border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);border:1px solid #e8edf5;flex-direction:column;gap:1rem;padding:2.25rem;display:flex;position:relative;overflow:hidden}.it-card:after{content:"";background:linear-gradient(90deg, var(--blue-600), var(--blue-400));transform-origin:0;height:3px;transition:transform var(--transition);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.it-card:hover{box-shadow:var(--shadow-blue);transform:translateY(-4px)}.it-card:hover:after{transform:scaleX(1)}.it-card__number{color:var(--blue-100);font-variant-numeric:tabular-nums;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;right:1.75rem}.it-card__title{color:var(--text-dark);font-size:1.2rem;font-weight:700}.it-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.it-card__features{flex-direction:column;gap:.5rem;display:flex}.it-card__features li{color:var(--text-dark);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.it-card__features li span:first-child{color:var(--blue-600);font-size:.75rem;font-weight:700}.it-tech__header{max-width:560px;margin-bottom:2.5rem}.it-tech__tags{flex-wrap:wrap;gap:.75rem;display:flex}.tech-tag{border:1.5px solid var(--blue-200,#90caf9);color:var(--blue-700);border-radius:var(--radius-pill);transition:background var(--transition), transform var(--transition);background:#fff;padding:.5rem 1.125rem;font-size:.875rem;font-weight:600}.tech-tag:hover{background:var(--blue-600);color:#fff;border-color:var(--blue-600);transform:translateY(-2px)}.it-supply__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.it-supply__content{flex-direction:column;gap:1.5rem;display:flex}.it-supply__highlights{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.it-supply__highlight{color:var(--text-dark);background:var(--blue-50);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;display:flex}.it-supply__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:400px;box-shadow:var(--shadow-soft)}@media (width<=900px){.it-services__grid,.it-supply__inner{grid-template-columns:1fr}.it-supply__visual{display:none}.it-supply__highlights{grid-template-columns:repeat(2,1fr)}}.safety-services__header{max-width:560px;margin-bottom:3rem}.safety-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.safety-card{border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #e8edf5;flex-direction:column;gap:1rem;padding:2.25rem;display:flex}.safety-card:hover{box-shadow:var(--shadow-blue);transform:translateY(-4px)}.safety-card__icon{border-radius:var(--radius-md);background:var(--blue-50);width:52px;height:52px;color:var(--blue-600);justify-content:center;align-items:center;display:flex}.safety-card__icon svg{width:26px;height:26px}.safety-card__title{color:var(--text-dark);font-size:1.15rem;font-weight:700}.safety-card__desc{color:var(--text-muted);font-size:.9rem;line-height:1.7}.safety-card__items{flex-direction:column;gap:.5rem;display:flex}.safety-card__items li{color:var(--text-dark);align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.4;display:flex}.safety-card__items li span{color:var(--blue-600);flex-shrink:0;font-weight:700}.safety-ppe__header{max-width:640px;margin-bottom:2.5rem}.ppe-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.ppe-item{border-radius:var(--radius-sm);color:var(--text-dark);transition:border-color var(--transition), transform var(--transition);background:#fff;border:1px solid #e8edf5;align-items:center;gap:.625rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;display:flex}.ppe-item:hover{border-color:var(--blue-400);transform:translate(4px)}.ppe-item__check{color:var(--blue-600);flex-shrink:0;font-size:.8rem;font-weight:700}.safety-mast__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.safety-mast__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:520px;box-shadow:var(--shadow-soft)}.safety-mast__content{flex-direction:column;gap:1.5rem;display:flex}.safety-mast__phases{flex-direction:column;gap:1rem;display:flex}.mast-phase{background:var(--blue-50);border-radius:var(--radius-md);border-left:3px solid var(--blue-600);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.mast-phase__label{color:var(--blue-600);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;min-width:60px;margin-top:2px;font-size:.75rem;font-weight:700}.mast-phase strong{color:var(--text-dark);margin-bottom:.2rem;font-size:.95rem;font-weight:700;display:block}.mast-phase p{color:var(--text-muted);font-size:.85rem}@media (width<=900px){.safety-grid{grid-template-columns:1fr}.ppe-grid{grid-template-columns:repeat(2,1fr)}.safety-mast__inner{grid-template-columns:1fr}.safety-mast__visual{display:none}}@media (width<=600px){.ppe-grid{grid-template-columns:1fr}}.team-section__header{max-width:640px;margin-bottom:3rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(460px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.team-card{border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #e8edf5;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.team-card:before{content:"";background:linear-gradient(90deg, var(--blue-600), var(--blue-400));transform-origin:0;height:4px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.team-card:hover{box-shadow:var(--shadow-blue);transform:translateY(-6px)}.team-card:hover:before{transform:scaleX(1)}.team-card__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}.team-card__initials{color:#fff;z-index:1;letter-spacing:-.02em;font-size:1.4rem;font-weight:900;position:relative}.team-card__avatar-ring{opacity:.2;border:2px solid;border-radius:50%;position:absolute;inset:-4px}.team-card__dept-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-pill);padding:.25rem .625rem;font-size:.75rem;font-weight:700}.team-card__name{color:var(--text-dark);font-size:1.15rem;font-weight:800;line-height:1.2}.team-card__role{color:var(--blue-600);font-size:.9375rem;font-weight:600}.team-card__bio{color:var(--text-muted);font-size:.9375rem;line-height:1.65}.team-card__credentials{border-top:1px solid #f0f4fa;width:100%;padding-top:.75rem}.team-card__credentials-label{letter-spacing:.06em;text-transform:uppercase;color:var(--blue-600);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.team-card__credentials-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.team-card__credentials-list li{color:var(--text-muted);padding-left:1.1rem;font-size:.875rem;line-height:1.55;position:relative}.team-card__credentials-list li:before{content:"";background:var(--blue-400);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.team-card__toggle{color:var(--blue-600);cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;margin-top:.75rem;padding:0;font-size:.8125rem;font-weight:700;display:inline-flex}.team-card__toggle:hover{color:var(--blue-700,var(--blue-600));text-decoration:underline}.team-card__chevron{width:14px;height:14px;transition:transform .2s}.team-card__chevron--open{transform:rotate(180deg)}.team-card__footer{border-top:1px solid #f0f4fa;justify-content:flex-end;align-items:center;width:100%;margin-top:auto;padding-top:1rem;display:flex}.team-card__socials{gap:.5rem;display:flex}.team-card__social-btn{background:var(--blue-50);width:34px;height:34px;color:var(--blue-600);transition:background var(--transition), transform var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex}.team-card__social-btn:hover{background:var(--blue-600);color:#fff;transform:scale(1.1)}.team-card__social-btn svg{width:15px;height:15px}.team-depts__header{max-width:560px;margin-bottom:2.5rem}.team-depts__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.dept-card{border:1px solid #e8edf5;border-top:4px solid var(--dept-color,var(--blue-600));border-radius:var(--radius-lg);transition:transform var(--transition);background:#fff;flex-direction:column;gap:.75rem;padding:1.75rem;display:flex}.dept-card:hover{transform:translateY(-3px)}.dept-card__title{color:var(--text-dark);font-size:1rem;font-weight:800}.dept-card__count{color:var(--dept-color,var(--blue-600));font-size:.8125rem;font-weight:600}.dept-card__members{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.dept-card__members li{color:var(--text-muted);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.dept-card__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:800;display:flex}.team-join__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.team-join__content{flex-direction:column;gap:1.25rem;display:flex}.team-join__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:400px;box-shadow:var(--shadow-soft)}@media (width<=1024px){.team-grid{grid-template-columns:1fr;max-width:620px}}@media (width<=768px){.team-join__inner{grid-template-columns:1fr}.team-join__visual{display:none}}.about-story__inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-story__visual{position:relative}.about-story__visual img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:480px;box-shadow:var(--shadow-soft)}.about-story__floating-card{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fff;border:1px solid #e8edf5;gap:2rem;padding:1.25rem 1.75rem;display:flex;position:absolute;bottom:-1.5rem;right:-1.5rem}.about-story__stat{text-align:center;flex-direction:column;gap:.2rem;display:flex}.about-story__stat-value{color:var(--blue-600);letter-spacing:-.03em;font-size:2rem;font-weight:900;line-height:1}.about-story__stat-label{color:var(--text-muted);font-size:.75rem;font-weight:500}.about-story__content{flex-direction:column;gap:1.25rem;display:flex}.about-story__text{color:var(--text-muted);font-size:.95rem;line-height:1.75}.about-values__header{max-width:560px;margin-bottom:2.5rem}.values-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{border-radius:var(--radius-lg);transition:transform var(--transition), box-shadow var(--transition);background:#fff;border:1px solid #e8edf5;flex-direction:column;gap:.75rem;padding:2rem;display:flex}.value-card:hover{box-shadow:var(--shadow-card);transform:translateY(-4px)}.value-card__icon{font-size:2rem}.value-card__title{color:var(--text-dark);font-size:1.05rem;font-weight:700}.value-card__desc{color:var(--text-muted);font-size:.875rem;line-height:1.65}.about-global__inner{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-global__content{flex-direction:column;gap:1.5rem;display:flex}.about-global__locations{flex-direction:column;gap:1rem;display:flex}.location-item{background:var(--blue-50);border-radius:var(--radius-md);border-left:3px solid var(--blue-500);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.location-item__flag{flex-shrink:0;font-size:1.75rem}.location-item strong{color:var(--text-dark);margin-bottom:.2rem;font-size:.95rem;font-weight:700;display:block}.location-item p{color:var(--text-muted);font-size:.8125rem}.about-global__currencies{background:var(--blue-900);border-radius:var(--radius-lg);color:#fff;flex-direction:column;align-self:start;gap:1rem;padding:2.5rem;display:flex}.about-global__currencies h3{letter-spacing:-.01em;font-size:1.25rem;font-weight:800}.about-global__currencies p{color:#ffffffa6;font-size:.9rem}.currency-tags{flex-wrap:wrap;gap:.5rem;display:flex}.currency-tag{color:#fff;border-radius:var(--radius-pill);transition:background var(--transition);background:#ffffff1a;border:1px solid #ffffff26;padding:.375rem .875rem;font-size:.875rem;font-weight:600}.currency-tag:hover{background:#fff3}@media (width<=1024px){.about-story__inner,.about-global__inner{grid-template-columns:1fr}.about-story__visual{display:none}.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.values-grid{grid-template-columns:1fr}}.contact-section__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6rem}.contact-details{flex-direction:column;gap:1.25rem;display:flex}.contact-detail{background:var(--blue-50);border-radius:var(--radius-md);border-left:3px solid var(--blue-500);transition:transform var(--transition);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.contact-detail:hover{transform:translate(4px)}.contact-detail__icon{border-radius:var(--radius-sm);background:var(--blue-600);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-detail__icon svg{width:20px;height:20px}.contact-detail strong{color:var(--blue-700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem;font-size:.8rem;font-weight:700;display:block}.contact-detail p{color:var(--text-dark);font-size:.9rem;line-height:1.5}.contact-link{color:var(--blue-600);transition:color var(--transition);font-weight:600;text-decoration:none}.contact-link:hover{color:var(--blue-800)}.contact-response-time{color:var(--text-muted);align-items:center;gap:.625rem;font-size:.875rem;display:flex}.contact-response-time__dot{background:#4caf50;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #4caf5066}50%{box-shadow:0 0 0 6px #4caf5000}}.contact-form-wrap{border-radius:var(--radius-lg);box-shadow:var(--shadow-card);background:#fff;border:1px solid #e8edf5;padding:2.5rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;gap:.5rem;display:flex}.contact-form__field label{color:var(--text-dark);font-size:.875rem;font-weight:600}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{border-radius:var(--radius-md);width:100%;font-family:var(--font);color:var(--text-dark);transition:border-color var(--transition), box-shadow var(--transition), background var(--transition);background:#f7fafd;border:1.5px solid #e0e8f0;outline:none;padding:.8rem 1rem;font-size:.9375rem}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--blue-500);background:#fff;box-shadow:0 0 0 4px #2196f31a}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__submit{justify-content:center;width:100%;padding:1rem;font-size:1rem}.contact-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}.contact-success__icon{background:var(--blue-600);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.contact-success h3{color:var(--text-dark);font-size:1.5rem;font-weight:800}.contact-success p{color:var(--text-muted);max-width:300px}@media (width<=900px){.contact-section__inner{grid-template-columns:1fr}.contact-info{position:static}}@media (width<=600px){.contact-form__row{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}}:root,[data-theme=light]{--bg:#fff;--bg-elevated:#f8f9fb;--text-dark:#0f172a;--text-muted:#64748b;--glass-bg-light:#ffffffb3;--glass-border-light:#0f172a14}[data-theme=dark]{--bg:#0b0f19;--bg-elevated:#131826;--text-dark:#f1f5f9;--text-muted:#94a3b8;--glass-bg-light:#131826b3;--glass-border-light:#ffffff14;--accent-hover:#60a5fa}body{background:var(--bg);color:var(--text-dark);transition:background .3s,color .3s}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-layout main{flex:1}.app--loading{opacity:0;pointer-events:none}
