*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1a19ff;--blue-dark:#1200cc;--black:#111;--white:#fff;--gray-light:#f4f4f4;--gray-mid:#e0e0e0;--gray-text:#555;--border:#d0d0d0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#111;color:var(--black);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}.navbar,body{background:#fff;background:var(--white)}.navbar{border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);height:72px;justify-content:space-between;padding:0 3rem;position:-webkit-sticky;position:sticky;top:0;z-index:200}.nav-logo,.navbar{align-items:center;display:flex}.nav-logo{color:#111;color:var(--black);cursor:pointer;gap:.6rem;text-decoration:none}.nav-logo-icon{height:40px;width:40px}.nav-logo-text{display:flex;flex-direction:column;line-height:1.2}.nav-logo-text .top{color:#111;color:var(--black);font-size:.85rem;font-weight:700;letter-spacing:.01em}.nav-logo-text .bot{color:#555;color:var(--gray-text);font-size:.72rem;font-weight:400}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#111;color:var(--black);cursor:pointer;font-size:.9rem;font-weight:500;padding-bottom:2px;position:relative;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#1a19ff;color:var(--blue)}.nav-links a.active:after{background:#111;background:var(--black);bottom:-2px;content:"";height:1px;left:0;position:absolute;right:0}.nav-cta{background:#1a19ff;background:var(--blue);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;padding:.65rem 1.5rem;text-decoration:none;transition:background .2s;white-space:nowrap}.nav-cta:hover{background:#1200cc;background:var(--blue-dark)}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:.5rem;z-index:201}.mobile-menu-btn span{background:#111;background:var(--black);display:block;height:2px;margin:5px 0;transition:.3s;width:25px}.mobile-menu-btn.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero{border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 72px)}.hero-image{align-items:center;background:#1a1a1a;display:flex;justify-content:center;overflow:hidden;position:relative}.hero-image:before{background:repeating-linear-gradient(0deg,#0000,#0000 38px,#ffffff0a 0,#ffffff0a 40px),repeating-linear-gradient(90deg,#0000,#0000 38px,#ffffff0a 0,#ffffff0a 40px);content:"";inset:0;position:absolute}.hero-right{border-left:1px solid #d0d0d0;border-left:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem 4rem 3rem}.hero-right h1{color:#111;color:var(--black);font-size:clamp(3rem,5.5vw,6rem);font-weight:300;letter-spacing:-.03em;line-height:1;margin-bottom:2.5rem}.hero-right p{color:#555;color:var(--gray-text);font-size:1rem;line-height:1.7;margin-bottom:2.5rem;max-width:420px}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{background:#1a19ff;background:var(--blue);border:none;border-radius:6px;color:#fff;color:var(--white);cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:background .2s}.btn-primary:hover{background:#1200cc;background:var(--blue-dark)}.btn-outline{background:#0000;border:1px solid #111;border:1px solid var(--black);border-radius:6px;color:#111;color:var(--black);cursor:pointer;display:inline-block;font-family:inherit;font-size:.9rem;font-weight:600;padding:.75rem 1.75rem;text-decoration:none;transition:all .2s}.btn-outline:hover{background:#111;background:var(--black);color:#fff;color:var(--white)}.ticker-wrap{background:#1a19ff;background:var(--blue);overflow:hidden;padding:.85rem 0}.ticker-track{animation:marquee 20s linear infinite;display:flex;width:-webkit-max-content;width:max-content}.ticker-item{color:#fff;color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.12em;padding:0 2.5rem;text-transform:uppercase;white-space:nowrap}.ticker-item span{color:#ffffff80;margin-right:2.5rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}section{padding:5rem 3rem}.section-label{color:#999;font-size:.75rem;font-weight:600;letter-spacing:.15em;margin-bottom:.5rem;text-transform:uppercase}.section-title-xl{color:#111;color:var(--black);font-size:clamp(2.5rem,5vw,5rem);font-weight:300;letter-spacing:-.03em;line-height:1.05;margin-bottom:2.5rem}#portofolio{background:#fff;background:var(--white);border-top:1px solid #d0d0d0;border-top:1px solid var(--border)}.portfolio-header{margin-bottom:2.5rem}.portfolio-grid{grid-gap:0;border-top:1px solid #d0d0d0;border-top:1px solid var(--border);display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.portfolio-item{border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);border-right:1px solid #d0d0d0;border-right:1px solid var(--border);cursor:pointer;display:flex;flex-direction:column;position:relative;transition:background .15s}.portfolio-item:nth-child(3n){border-right:none}.portfolio-item:hover{background:#f4f4f4;background:var(--gray-light)}.portfolio-img-wrapper{aspect-ratio:4/3;background:#f4f4f4;background:var(--gray-light);border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);overflow:hidden}.portfolio-img-placeholder,.portfolio-img-wrapper{align-items:center;display:flex;justify-content:center;width:100%}.portfolio-img-placeholder{height:100%}.portfolio-item-bottom{display:flex;flex:1 1;flex-direction:column;padding:1.25rem 1.5rem}.portfolio-item-meta{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.75rem}.portfolio-item-title{color:#111;color:var(--black);flex:1 1;font-size:1rem;font-weight:500;padding-right:1rem}.portfolio-item-num{flex-shrink:0;font-weight:400}.portfolio-item-desc,.portfolio-item-num{color:#555;color:var(--gray-text);font-size:.875rem}.portfolio-item-desc{flex:1 1;line-height:1.65}#keahlian{background:#fff;background:var(--white);border-top:1px solid #d0d0d0;border-top:1px solid var(--border);padding:0}.keahlian-header{padding:3rem 3rem 0}.keahlian-grid{border-top:1px solid #d0d0d0;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr 1fr}.keahlian-col{border-right:1px solid #d0d0d0;border-right:1px solid var(--border);padding:3rem 2.5rem}.keahlian-col:last-child{border-right:none}.keahlian-col h2{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;letter-spacing:-.03em;line-height:1.05;margin-bottom:1.5rem}.keahlian-col p{color:#555;color:var(--gray-text);font-size:.9rem;line-height:1.7}.keahlian-img-col{align-items:center;background:#f8f8f8;display:flex;justify-content:center;min-height:360px;overflow:hidden;padding:0}.keahlian-steps-col{display:flex;flex-direction:column;gap:0;justify-content:center;padding:1rem 2rem}.step-item{align-items:flex-start;border:1px solid #d0d0d0;border:1px solid var(--border);display:flex;gap:1.25rem;margin:.75rem 0;padding:1.25rem 1.5rem;transition:all .2s}.step-item:hover{background:#f4f4f4;background:var(--gray-light);border-color:#1a19ff;border-color:var(--blue)}.step-num{color:#111;color:var(--black);flex-shrink:0;font-size:3rem;font-weight:300;line-height:1;width:2.5rem}.step-text{color:#555;color:var(--gray-text);font-size:.9rem;line-height:1.6;padding-top:.5rem}#blog{background:#f4f4f4;background:var(--gray-light);border-top:1px solid #d0d0d0;border-top:1px solid var(--border)}.blog-title{margin-bottom:2.5rem}.blog-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.blog-card{background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:4px;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 20px #00000014}.blog-img-wrapper{align-items:center;aspect-ratio:4/3;display:flex;justify-content:center;overflow:hidden;width:100%}.blog-body{flex:1 1;padding:1.25rem}.blog-author{gap:.6rem;margin-bottom:.85rem}.author-avatar,.blog-author{align-items:center;display:flex}.author-avatar{background:#7c5cfc;border-radius:50%;color:#fff;color:var(--white);flex-shrink:0;font-size:.75rem;font-weight:700;height:32px;justify-content:center;width:32px}.author-meta{color:#555;color:var(--gray-text);font-size:.78rem}.author-meta strong{color:#111;color:var(--black);display:block;font-weight:500}.blog-card h3{color:#111;color:var(--black);font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.65rem}.blog-card p{color:#555;color:var(--gray-text);font-size:.82rem;line-height:1.65}.blog-card-footer{border-top:1px solid #d0d0d0;border-top:1px solid var(--border);gap:1rem;margin-top:auto;padding:.75rem 1.25rem}.blog-card-footer,.blog-stat{align-items:center;display:flex}.blog-stat{color:#555;color:var(--gray-text);font-size:.78rem;gap:.3rem}.blog-like{background:none;border:none;cursor:pointer;font-size:.9rem;margin-left:auto;transition:transform .2s}.blog-like:hover{transform:scale(1.2)}.blog-all{margin-top:2.5rem;text-align:center}#kontak{background:#fff;background:var(--white);border-top:1px solid #d0d0d0;border-top:1px solid var(--border)}.contact-wrap{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr}.contact-left h2{font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;letter-spacing:-.03em;line-height:1.05;margin-bottom:2rem}.contact-info-item{color:#555;color:var(--gray-text);font-size:.95rem;margin-bottom:.65rem}.contact-success{animation:fadeIn .3s ease;background:#e8f5e9;border-radius:4px;color:#2e7d32;font-weight:500;margin-top:1.5rem;padding:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-right{background:#f4f4f4;background:var(--gray-light);border-radius:4px;padding:2.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:0}.form-group{display:flex;flex-direction:column;margin-bottom:1rem}.form-group label{color:#111;color:var(--black);font-size:.8rem;font-weight:500;margin-bottom:.4rem}.form-group input,.form-group textarea{background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:4px;color:#111;color:var(--black);font-family:inherit;font-size:.875rem;outline:none;padding:.7rem .9rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-group input:focus,.form-group textarea:focus{border-color:#1a19ff;border-color:var(--blue)}.form-group textarea{min-height:130px;resize:vertical}.btn-submit{background:#1a19ff;background:var(--blue);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;margin-top:.5rem;padding:.85rem 1.75rem;transition:background .2s;width:100%}.btn-submit:hover{background:#1200cc;background:var(--blue-dark)}.btn-submit:active{transform:scale(.98)}.footer-ticker{background:#1a19ff;background:var(--blue);overflow:hidden;padding:.85rem 0}footer{background:#111;color:#fff;color:var(--white);padding:3rem 3rem 2rem}.footer-top{align-items:flex-start;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;margin-bottom:3rem;padding-bottom:2rem}.footer-logo-block{align-items:center;display:flex;gap:.75rem}.footer-logo-icon{height:40px;opacity:.85;width:40px}.footer-brand{color:#ffffff80;display:block;font-size:.75rem;font-weight:400;line-height:1.4}.footer-middle{margin-bottom:2rem;text-align:center}.footer-middle h2{color:#fff;color:var(--white);font-size:clamp(2.5rem,6vw,6rem);font-weight:300;letter-spacing:-.03em}.footer-socials{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.social-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;height:36px;justify-content:center;text-decoration:none;transition:transform .15s;width:36px}.social-icon:hover{transform:scale(1.1)}.si-fb{background:#1877f2;color:#fff}.si-ig{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.si-yt{background:red;color:#fff}.si-x{background:#000;border:1px solid #333;color:#fff}.si-li{background:#0077b5;color:#fff}.si-tt{background:#010101;color:#fff}.footer-bottom{border-top:1px solid #ffffff14;color:#fff6;font-size:.8rem;justify-content:space-between;padding-top:1.5rem}.footer-bottom,.loading-screen{align-items:center;display:flex}.loading-screen{background:#111;inset:0;justify-content:center;position:fixed;transition:opacity .5s ease,visibility .5s ease;z-index:9999}.loading-content{text-align:center}.loading-logo{animation:loadingPulse 1.5s ease-in-out infinite;color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:300;letter-spacing:-.03em;margin-bottom:.5rem}.loading-subtitle{color:#fff6;font-size:.9rem;font-weight:500;letter-spacing:.15em;margin-bottom:2.5rem;text-transform:uppercase}.loading-spinner{background:#ffffff1a;border-radius:3px;height:3px;margin:0 auto;overflow:hidden;width:200px}.loading-spinner-bar{animation:loadingSpin 1.2s ease-in-out infinite;background:#1a19ff;background:var(--blue);border-radius:3px;height:100%;width:40%}.loading-fade-out{opacity:0;visibility:hidden}@keyframes loadingPulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}@keyframes loadingSpin{0%{transform:translateX(-100%)}50%{transform:translateX(250%)}to{transform:translateX(-100%)}}body.dark-mode{--white:#111;--black:#eee;--gray-light:#1a1a1a;--gray-mid:#2a2a2a;--gray-text:#aaa;--border:#333;background:#111;color:#eee;transition:background .3s ease,color .3s ease}body.dark-mode *{transition:background-color .3s ease,color .3s ease,border-color .3s ease}body.dark-mode .navbar{background:#111;border-bottom-color:#333}body.dark-mode .nav-links a,body.dark-mode .nav-logo-text .top{color:#eee}body.dark-mode .nav-links a.active:after{background:#eee}body.dark-mode .hero-image{background:#0a0a0a}body.dark-mode .portfolio-item:hover{background:#1a1a1a}body.dark-mode .portfolio-item-title{color:#eee}body.dark-mode .blog-card{background:#1a1a1a;border-color:#333}body.dark-mode .blog-card:hover{box-shadow:0 4px 20px #0000004d}body.dark-mode .author-meta strong,body.dark-mode .blog-author strong,body.dark-mode .blog-card h3{color:#eee}body.dark-mode .contact-right{background:#1a1a1a}body.dark-mode .form-group input,body.dark-mode .form-group textarea{background:#222;border-color:#444;color:#eee}body.dark-mode .form-group input::placeholder,body.dark-mode .form-group textarea::placeholder{color:#666}body.dark-mode .step-item:hover{background:#1a1a1a}body.dark-mode .step-num{color:#eee}body.dark-mode .keahlian-img-col{background:#0a0a0a}body.dark-mode .section-title-xl{color:#eee}body.dark-mode .testimonial-card{background:#1a1a1a;border-color:#333}body.dark-mode .testimonial-author strong{color:#eee}body.dark-mode .chat-header{background:#1a19ff}body.dark-mode .chat-messages{background:#111}body.dark-mode .chat-input{background:#1a1a1a;border-color:#333;color:#eee}body.dark-mode .blog-search input{background:#1a1a1a;border-color:#444;color:#eee}body.dark-mode .blog-search input::placeholder{color:#666}body.dark-mode .blog-empty{color:#aaa}body.dark-mode .dark-mode-toggle{background:#333;border-color:#444;color:#eee}#testimoni{background:#f4f4f4;background:var(--gray-light)}#testimoni,.testimonial-grid{border-top:1px solid #d0d0d0;border-top:1px solid var(--border)}.testimonial-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(3,1fr)}.testimonial-card{border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);border-right:1px solid #d0d0d0;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:2rem;transition:background .15s}.testimonial-card:nth-child(3n){border-right:none}.testimonial-card:hover{background:#fff;background:var(--white)}.testimonial-stars{display:flex;gap:2px;margin-bottom:1rem}.testimonial-stars .star{color:#f5a623;font-size:1rem}.testimonial-text{color:#555;color:var(--gray-text);flex:1 1;font-size:.9rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{align-items:center;border-top:1px solid #d0d0d0;border-top:1px solid var(--border);display:flex;gap:.75rem;padding-top:1.25rem}.testimonial-avatar{align-items:center;background:#1a19ff;background:var(--blue);border-radius:50%;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:40px;justify-content:center;width:40px}.testimonial-author-info{display:flex;flex-direction:column}.testimonial-author-info strong{color:#111;color:var(--black);font-size:.875rem;font-weight:600}.testimonial-author-info span{color:#555;color:var(--gray-text);font-size:.78rem}.chat-widget-btn{align-items:center;background:#1a19ff;background:var(--blue);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #1a19ff59;color:#fff;color:var(--white);cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:24px;transition:transform .2s,box-shadow .2s;width:56px;z-index:999}.chat-widget-btn:hover{box-shadow:0 6px 24px #1a19ff73;transform:scale(1.08)}.chat-popup{background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:12px;bottom:92px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;height:420px;overflow:hidden;position:fixed;right:24px;width:320px;z-index:998}.chat-header{align-items:center;background:#1a19ff;background:var(--blue);color:#fff;color:var(--white);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem}.chat-header-title{font-size:.95rem;font-weight:600}.chat-close-btn{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-size:1.1rem;line-height:1;opacity:.8;padding:.25rem;transition:opacity .2s}.chat-close-btn:hover{opacity:1}.chat-messages{background:#f4f4f4;background:var(--gray-light);display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem}.chat-msg{border-radius:10px;font-size:.85rem;line-height:1.5;max-width:85%;padding:.65rem .9rem}.chat-msg-received{align-self:flex-start;background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-bottom-left-radius:2px;color:#111;color:var(--black)}.chat-msg-sent{align-self:flex-end;background:#1a19ff;background:var(--blue);border-bottom-right-radius:2px;color:#fff;color:var(--white)}.chat-input-area{align-items:center;border-top:1px solid #d0d0d0;border-top:1px solid var(--border);display:flex;flex-shrink:0;gap:.5rem;padding:.75rem}.chat-input,.chat-input-area{background:#fff;background:var(--white)}.chat-input{border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:20px;color:#111;color:var(--black);flex:1 1;font-family:inherit;font-size:.85rem;outline:none;padding:.5rem .9rem;transition:border-color .2s}.chat-input:focus{border-color:#1a19ff;border-color:var(--blue)}.chat-input::placeholder{color:#aaa}.chat-send-btn{align-items:center;background:#1a19ff;background:var(--blue);border:none;border-radius:50%;color:#fff;color:var(--white);cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:background .2s;width:36px}.chat-send-btn:hover{background:#1200cc;background:var(--blue-dark)}.dark-mode-toggle{align-items:center;background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:50%;bottom:90px;box-shadow:0 2px 8px #0000001a;color:#111;color:var(--black);cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;right:24px;transition:background .3s,color .3s,border-color .3s,transform .2s;width:40px;z-index:998}.dark-mode-toggle:hover{transform:scale(1.1)}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}.blog-search{margin-bottom:2rem}.blog-search input{background:#fff;background:var(--white);border:1px solid #d0d0d0;border:1px solid var(--border);border-radius:6px;color:#111;color:var(--black);font-family:inherit;font-size:.9rem;max-width:400px;outline:none;padding:.75rem 1rem;transition:border-color .2s;width:100%}.blog-search input:focus{border-color:#1a19ff;border-color:var(--blue)}.blog-search input::placeholder{color:#aaa}.blog-empty{color:#555;color:var(--gray-text);font-size:1rem;padding:3rem 1rem;text-align:center}@media (max-width:900px){.mobile-menu-btn{display:block}.nav-links{background:#fff;background:var(--white);border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;gap:1rem;left:0;padding:1.5rem;position:absolute;right:0;top:72px}.nav-links.open{display:flex}.navbar{padding:0 1.5rem}.hero{grid-template-columns:1fr}.hero-image{min-height:280px}.hero-right{padding:3rem 1.5rem}section{padding:3.5rem 1.5rem}.portfolio-grid{grid-template-columns:1fr}.portfolio-item{border-right:none}.keahlian-grid{grid-template-columns:1fr}.keahlian-col{border-bottom:1px solid #d0d0d0;border-bottom:1px solid var(--border);border-right:none}.keahlian-header{padding:2rem 1.5rem 0}.keahlian-steps-col{padding:1rem 1.5rem}.blog-grid,.contact-wrap{grid-template-columns:1fr}.contact-wrap{gap:2rem}footer{padding:2rem 1.5rem 1.5rem}.footer-top{flex-direction:column;gap:1.5rem}.footer-socials{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}.form-row{grid-template-columns:1fr}}@media (max-width:480px){.nav-cta{font-size:.8rem;padding:.5rem 1rem}.hero-right h1{font-size:2rem}.contact-right{padding:1.5rem}}
/*# sourceMappingURL=main.6d5aa836.css.map*/