.Hero-module__Z8hQ_W__hero{min-height:100vh;padding-top:var(--nav-height);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__content{z-index:2;padding-top:40px;padding-bottom:40px;position:relative}.Hero-module__Z8hQ_W__badge{background:var(--accent-subtle);color:var(--accent);border:1px solid #8b5cf633;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:.85rem;font-weight:500;animation:.8s ease-out Hero-module__Z8hQ_W__fadeInDown;display:inline-flex}.Hero-module__Z8hQ_W__dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}.Hero-module__Z8hQ_W__title{margin-bottom:16px;animation:.8s ease-out .1s both Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__accent{color:var(--accent);position:relative}.Hero-module__Z8hQ_W__typewriter{color:var(--text-secondary);min-height:2.4em;margin-bottom:24px;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;animation:.8s ease-out .2s both Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__typedText{color:var(--text-primary)}.Hero-module__Z8hQ_W__cursor{color:var(--accent);font-weight:300;animation:1s step-end infinite Hero-module__Z8hQ_W__blink}.Hero-module__Z8hQ_W__subtitle{max-width:560px;margin-bottom:40px;font-size:1.1rem;line-height:1.8;animation:.8s ease-out .3s both Hero-module__Z8hQ_W__fadeInUp}.Hero-module__Z8hQ_W__actions{gap:16px;margin-bottom:64px;animation:.8s ease-out .4s both Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__stats{align-items:center;gap:32px;animation:.8s ease-out .5s both Hero-module__Z8hQ_W__fadeInUp;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;gap:4px;display:flex}.Hero-module__Z8hQ_W__statNumber{color:var(--text-primary);font-size:1.5rem;font-weight:800;font-family:var(--font-mono)}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.Hero-module__Z8hQ_W__statDivider{background:var(--border);width:1px;height:40px}.Hero-module__Z8hQ_W__gridBg{z-index:0;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(at 30%,#000 20%,#0000 70%);mask-image:radial-gradient(at 30%,#000 20%,#0000 70%)}.Hero-module__Z8hQ_W__glowOrb1{filter:blur(60px);z-index:0;background:radial-gradient(circle,#8b5cf61f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;top:20%;right:10%}.Hero-module__Z8hQ_W__glowOrb2{filter:blur(50px);z-index:0;background:radial-gradient(circle,#8b5cf614 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite reverse Hero-module__Z8hQ_W__float;position:absolute;bottom:10%;left:5%}@keyframes Hero-module__Z8hQ_W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__Z8hQ_W__blink{50%{opacity:0}}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translate(0)}33%{transform:translate(20px,-20px)}66%{transform:translate(-15px,15px)}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding-top:calc(var(--nav-height) + 40px);padding-bottom:60px}.Hero-module__Z8hQ_W__actions{flex-direction:column;gap:12px;margin-bottom:48px}.Hero-module__Z8hQ_W__stats{flex-wrap:wrap;gap:24px}.Hero-module__Z8hQ_W__statDivider{display:none}.Hero-module__Z8hQ_W__glowOrb1{width:200px;height:200px}.Hero-module__Z8hQ_W__glowOrb2{display:none}}
.About-module__vqXTeW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.About-module__vqXTeW__text{color:var(--text-secondary);margin-bottom:20px;font-size:1.05rem;line-height:1.8}.About-module__vqXTeW__text strong{color:var(--text-primary);font-weight:600}.About-module__vqXTeW__highlights{flex-direction:column;gap:16px;margin-top:32px;display:flex}.About-module__vqXTeW__highlight{border-radius:var(--radius-md);background:var(--bg-card);border:1px solid var(--border);transition:all var(--transition-fast);align-items:flex-start;gap:14px;padding:16px;display:flex}.About-module__vqXTeW__highlight:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.About-module__vqXTeW__highlightIcon{margin-top:2px;font-size:1.3rem}.About-module__vqXTeW__highlight div{flex-direction:column;gap:2px;display:flex}.About-module__vqXTeW__highlight strong{color:var(--text-primary);font-size:.95rem;font-weight:600}.About-module__vqXTeW__highlight span:last-child{color:var(--text-muted);font-size:.85rem}.About-module__vqXTeW__skillsContainer{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px}.About-module__vqXTeW__skillsTitle{color:var(--text-primary);margin-bottom:28px;font-size:1.1rem;font-weight:700}.About-module__vqXTeW__skills{flex-direction:column;gap:18px;display:flex}.About-module__vqXTeW__skillHeader{justify-content:space-between;margin-bottom:8px;display:flex}.About-module__vqXTeW__skillName{color:var(--text-secondary);font-size:.88rem;font-weight:500}.About-module__vqXTeW__skillLevel{font-family:var(--font-mono);color:var(--accent);font-size:.8rem;font-weight:600}.About-module__vqXTeW__skillBar{background:#ffffff0f;border-radius:2px;width:100%;height:4px;overflow:hidden}.About-module__vqXTeW__skillFill{background:linear-gradient(90deg, var(--accent), var(--accent-dim));width:0;height:100%;animation:About-module__vqXTeW__fillBar 1.2s ease-out var(--delay,0s) forwards;border-radius:2px}@keyframes About-module__vqXTeW__fillBar{to{width:var(--fill-width)}}@media (max-width:768px){.About-module__vqXTeW__grid{grid-template-columns:1fr;gap:40px}}
.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Services-module__PFRRnG__card{flex-direction:column;gap:16px;height:100%;display:flex}.Services-module__PFRRnG__icon{background:var(--accent-subtle);border-radius:var(--radius-md);border:1px solid #8b5cf626;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.Services-module__PFRRnG__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.Services-module__PFRRnG__description{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.Services-module__PFRRnG__features{flex-direction:column;gap:10px;margin-top:8px;display:flex}.Services-module__PFRRnG__feature{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.Services-module__PFRRnG__feature svg{flex-shrink:0}@media (max-width:768px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}}
.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.Portfolio-module__RS_UDG__card{flex-direction:column;height:100%;display:flex}.Portfolio-module__RS_UDG__cardHeader{margin-bottom:16px}.Portfolio-module__RS_UDG__projectType{font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.Portfolio-module__RS_UDG__title{color:var(--text-primary);margin-bottom:4px;font-size:1.5rem;font-weight:800}.Portfolio-module__RS_UDG__subtitle{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Portfolio-module__RS_UDG__description{color:var(--text-secondary);flex:1;margin-bottom:24px;font-size:.95rem;line-height:1.7}.Portfolio-module__RS_UDG__tags{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.Portfolio-module__RS_UDG__tag{font-family:var(--font-mono);border:1px solid var(--border);color:var(--text-secondary);background:#ffffff0a;border-radius:100px;padding:4px 10px;font-size:.72rem}.Portfolio-module__RS_UDG__actions{gap:12px;margin-top:auto;display:flex}.Portfolio-module__RS_UDG__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:40px;animation:.3s ease-out Portfolio-module__RS_UDG__fadeIn;display:flex;position:fixed;top:0;left:0}.Portfolio-module__RS_UDG__modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:1100px;height:80vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.3s cubic-bezier(.34,1.56,.64,1) Portfolio-module__RS_UDG__scaleIn;display:flex;overflow:hidden}.Portfolio-module__RS_UDG__browserTabsRow{border-bottom:1px solid var(--border);background:#00000040;align-items:center;gap:16px;height:42px;padding:0 16px;display:flex}.Portfolio-module__RS_UDG__browserButtons{flex-shrink:0;gap:8px;display:flex}.Portfolio-module__RS_UDG__dot{cursor:pointer;width:12px;height:12px;transition:transform var(--transition-fast);border-radius:50%}.Portfolio-module__RS_UDG__dot:hover{transform:scale(1.15)}.Portfolio-module__RS_UDG__red{background:#ff5f56}.Portfolio-module__RS_UDG__yellow{background:#ffbd2e}.Portfolio-module__RS_UDG__green{background:#27c93f}.Portfolio-module__RS_UDG__tabsContainer{flex:1;align-items:flex-end;gap:6px;height:100%;display:flex}.Portfolio-module__RS_UDG__tab{border:1px solid var(--border);cursor:default;min-width:140px;max-width:240px;height:34px;transition:all var(--transition-fast);background:#ffffff05;border-bottom:none;border-radius:8px 8px 0 0;align-items:center;gap:8px;padding:0 16px;display:flex;position:relative}.Portfolio-module__RS_UDG__activeTab{background:var(--bg-secondary);border-color:var(--border);color:var(--text-primary)}.Portfolio-module__RS_UDG__activeTab:after{content:"";background:var(--accent);border-radius:8px 8px 0 0;height:2px;position:absolute;top:0;left:0;right:0}.Portfolio-module__RS_UDG__tabIcon{object-fit:contain;border-radius:2px;flex-shrink:0;width:16px;height:16px}.Portfolio-module__RS_UDG__tabTitle{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:500;overflow:hidden}.Portfolio-module__RS_UDG__tabClose{color:var(--text-muted);cursor:pointer;width:16px;height:16px;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;padding:2px;font-size:.9rem;display:flex}.Portfolio-module__RS_UDG__tabClose:hover{color:var(--text-primary);background:#ffffff1a}.Portfolio-module__RS_UDG__newTabBtn{color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-bottom:3px;font-size:1.1rem;display:flex}.Portfolio-module__RS_UDG__newTabBtn:hover{color:var(--text-primary);background:#ffffff0d}.Portfolio-module__RS_UDG__closeWindowBtn{color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Portfolio-module__RS_UDG__closeWindowBtn:hover{color:#ef4444;background:#ef44441a}.Portfolio-module__RS_UDG__browserNavRow{background:var(--bg-secondary);border-bottom:1px solid var(--border);align-items:center;gap:16px;height:44px;padding:0 16px;display:flex}.Portfolio-module__RS_UDG__navArrows{gap:4px;display:flex}.Portfolio-module__RS_UDG__navArrowBtn{color:var(--text-muted);cursor:pointer;width:28px;height:28px;transition:all var(--transition-fast);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Portfolio-module__RS_UDG__navArrowBtn:not(:disabled):hover{color:var(--text-primary);background:#ffffff0d}.Portfolio-module__RS_UDG__navArrowBtn:disabled{opacity:.3;cursor:not-allowed}.Portfolio-module__RS_UDG__browserUrl{border:1px solid var(--border);height:28px;font-family:var(--font-mono);background:#00000040;border-radius:20px;flex:1;align-items:center;gap:8px;max-width:600px;margin:0 auto;padding:0 16px;font-size:.8rem;display:flex}.Portfolio-module__RS_UDG__lockIcon{flex-shrink:0}.Portfolio-module__RS_UDG__urlProtocol{color:var(--text-muted)}.Portfolio-module__RS_UDG__urlDomain{color:var(--text-primary)}.Portfolio-module__RS_UDG__navRightSpacer{flex-shrink:0;justify-content:center;width:28px;display:flex}.Portfolio-module__RS_UDG__starIcon{color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast);font-size:.95rem}.Portfolio-module__RS_UDG__starIcon:hover{color:#ffbd2e}.Portfolio-module__RS_UDG__browserBody{background:#fff;flex:1;width:100%;position:relative}.Portfolio-module__RS_UDG__iframe{background:#fff;border:none;width:100%;height:100%}@keyframes Portfolio-module__RS_UDG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Portfolio-module__RS_UDG__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.Portfolio-module__RS_UDG__grid{grid-template-columns:1fr}.Portfolio-module__RS_UDG__modalOverlay{padding:12px}.Portfolio-module__RS_UDG__modal{height:85vh}.Portfolio-module__RS_UDG__browserUrl{display:none}}
.Pricing-module__TjAkjG__toggle{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);gap:4px;width:fit-content;margin-bottom:48px;padding:4px;display:flex}.Pricing-module__TjAkjG__toggleBtn{color:var(--text-secondary);font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:8px;padding:10px 24px;font-size:.9rem;font-weight:600;display:flex}.Pricing-module__TjAkjG__toggleBtn:hover{color:var(--text-primary)}.Pricing-module__TjAkjG__toggleActive{background:var(--accent);box-shadow:0 0 20px var(--accent-glow);color:#fff!important}.Pricing-module__TjAkjG__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:60px;display:grid}.Pricing-module__TjAkjG__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition-fast);flex-direction:column;padding:36px 28px;display:flex;position:relative;overflow:hidden}.Pricing-module__TjAkjG__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Pricing-module__TjAkjG__highlighted{background:#8b5cf60a;border-color:#8b5cf64d}.Pricing-module__TjAkjG__highlighted:before{content:"";background:linear-gradient(90deg, transparent, var(--accent), transparent);height:2px;position:absolute;top:0;left:0;right:0}.Pricing-module__TjAkjG__highlighted:hover{border-color:#8b5cf680;box-shadow:0 8px 40px #8b5cf626}.Pricing-module__TjAkjG__badge{background:var(--accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:4px 12px;font-size:.72rem;font-weight:700;position:absolute;top:16px;right:16px}.Pricing-module__TjAkjG__cardHeader{margin-bottom:24px}.Pricing-module__TjAkjG__planName{color:var(--text-primary);margin-bottom:6px;font-size:1.2rem;font-weight:700}.Pricing-module__TjAkjG__planDesc{color:var(--text-muted);font-size:.88rem;line-height:1.5}.Pricing-module__TjAkjG__priceBlock{border-bottom:1px solid var(--border);align-items:baseline;gap:2px;margin-bottom:28px;padding-bottom:28px;display:flex}.Pricing-module__TjAkjG__currency{color:var(--text-muted);margin-right:2px;font-size:1.2rem;font-weight:700}.Pricing-module__TjAkjG__price{color:var(--text-primary);font-size:2.8rem;font-weight:900;font-family:var(--font-mono);letter-spacing:-.03em;line-height:1}.Pricing-module__TjAkjG__highlighted .Pricing-module__TjAkjG__price{background:linear-gradient(135deg, #fff, var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Pricing-module__TjAkjG__priceMax{color:var(--text-muted);margin-left:6px;font-size:.9rem;font-weight:500}.Pricing-module__TjAkjG__features{flex-direction:column;flex:1;gap:12px;margin-bottom:28px;display:flex}.Pricing-module__TjAkjG__feature{color:var(--text-secondary);align-items:center;gap:10px;font-size:.9rem;display:flex}.Pricing-module__TjAkjG__feature svg{flex-shrink:0}.Pricing-module__TjAkjG__cardBtn{justify-content:center;width:100%;margin-top:auto}.Pricing-module__TjAkjG__extras{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px}.Pricing-module__TjAkjG__extrasTitle{color:var(--text-primary);margin-bottom:24px;font-size:1.1rem;font-weight:700}.Pricing-module__TjAkjG__extrasList{flex-direction:column;gap:14px;display:flex}.Pricing-module__TjAkjG__extraItem{align-items:center;gap:12px;display:flex}.Pricing-module__TjAkjG__extraName{color:var(--text-secondary);white-space:nowrap;font-size:.95rem}.Pricing-module__TjAkjG__extraDots{background:repeating-linear-gradient(90deg, var(--border) 0px, var(--border) 3px, transparent 3px, transparent 8px);flex:1;height:1px}.Pricing-module__TjAkjG__extraPrice{font-family:var(--font-mono);color:var(--accent);white-space:nowrap;font-size:.9rem;font-weight:600}@media (max-width:1024px){.Pricing-module__TjAkjG__grid{grid-template-columns:1fr;max-width:480px}}@media (max-width:768px){.Pricing-module__TjAkjG__toggle{width:100%}.Pricing-module__TjAkjG__toggleBtn{flex:1;justify-content:center}.Pricing-module__TjAkjG__extras{padding:24px}.Pricing-module__TjAkjG__extraName{font-size:.85rem}}
.Contact-module__OWeMSG__grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:48px;display:grid}.Contact-module__OWeMSG__form{flex-direction:column;gap:20px;display:flex}.Contact-module__OWeMSG__row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Contact-module__OWeMSG__field{flex-direction:column;gap:8px;display:flex}.Contact-module__OWeMSG__label{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Contact-module__OWeMSG__wordCounter{font-family:var(--font-mono);color:var(--text-muted);transition:color var(--transition-fast);font-size:.75rem;font-weight:500}.Contact-module__OWeMSG__valid{color:#22c55e}.Contact-module__OWeMSG__input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-sans);transition:all var(--transition-fast);outline:none;padding:14px 16px;font-size:.95rem}.Contact-module__OWeMSG__input::placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.Contact-module__OWeMSG__textarea{resize:vertical;min-height:200px;line-height:1.7}.Contact-module__OWeMSG__progressBar{background:#ffffff0a;border-radius:2px;width:100%;height:3px;margin-top:4px;overflow:hidden}.Contact-module__OWeMSG__progressFill{background:var(--accent);height:100%;transition:width var(--transition-fast);border-radius:2px}.Contact-module__OWeMSG__progressComplete{background:#22c55e}.Contact-module__OWeMSG__error{border-radius:var(--radius-md);color:#ef4444;background:#ef444414;border:1px solid #ef444433;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;display:flex}.Contact-module__OWeMSG__success{border-radius:var(--radius-md);color:#22c55e;background:#22c55e14;border:1px solid #22c55e33;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;display:flex}.Contact-module__OWeMSG__submitBtn{justify-content:center;width:100%;padding:16px 32px;font-size:1rem}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.6;cursor:not-allowed}.Contact-module__OWeMSG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite Contact-module__OWeMSG__spin}.Contact-module__OWeMSG__infoCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:36px}.Contact-module__OWeMSG__infoTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.3rem;font-weight:700}.Contact-module__OWeMSG__infoText{color:var(--text-secondary);margin-bottom:32px;font-size:.95rem;line-height:1.7}.Contact-module__OWeMSG__infoItems{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.Contact-module__OWeMSG__infoItem{align-items:flex-start;gap:14px;display:flex}.Contact-module__OWeMSG__infoIcon{background:var(--accent-subtle);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.Contact-module__OWeMSG__infoItem div:last-child{flex-direction:column;gap:2px;display:flex}.Contact-module__OWeMSG__infoLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.Contact-module__OWeMSG__infoValue{color:var(--text-primary);font-size:.95rem;font-weight:500}a.Contact-module__OWeMSG__infoValue:hover{color:var(--accent)}.Contact-module__OWeMSG__note{border-radius:var(--radius-md);color:var(--text-secondary);background:#8b5cf60d;border:1px solid #8b5cf61f;padding:16px;font-size:.88rem;line-height:1.6}.Contact-module__OWeMSG__note strong{color:var(--text-primary)}@keyframes Contact-module__OWeMSG__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Contact-module__OWeMSG__grid{grid-template-columns:1fr;gap:32px}.Contact-module__OWeMSG__row{grid-template-columns:1fr}}
