*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--black: #000000;--white: #ffffff;--gray: #666666;--light-gray: #f5f5f5;--border: #f0f0f0}html{scroll-behavior:smooth}body{background:var(--bg);font-family:Inter,sans-serif;color:var(--black);overflow-x:hidden;-webkit-font-smoothing:antialiased}@keyframes reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;animation:reveal .8s cubic-bezier(.2,0,.2,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.container{max-width:1200px;margin:0 auto;width:100%}.page-root{background:#fff;min-height:100vh;display:flex;flex-direction:column}.nav{display:flex;align-items:center;justify-content:center;padding:20px 60px;background:#fff;width:100%}.nav-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px}.nav-logo{font-size:24px;font-weight:800;letter-spacing:.05em;color:#111;text-decoration:none}.nav-links{display:flex;align-items:center;gap:8px}.nav-link{position:relative;display:flex;flex-direction:column;align-items:center;padding:8px 16px;font-size:14px;font-weight:500;color:#666;text-decoration:none;transition:color .2s ease;white-space:nowrap}.nav-link:hover{color:#111}.nav-link.active{color:#111;font-weight:600}.nav-link-highlight{background:#f5f5f5;color:#111!important;border-radius:4px;font-weight:600!important;border:1px solid #eee}.nav-link-highlight:hover{background:#eee}.nav-dot{display:block;width:14px;height:2px;border-radius:100px;background:#111;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-mobile-right{display:none;align-items:center;gap:12px}.mobile-resume-btn{display:none;font-size:13px!important;padding:8px 16px!important;border-radius:4px!important;background:#f5f5f5!important;color:#111!important;border:1px solid #eee!important}.mobile-resume-btn:hover{background:#eee!important}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:5px;z-index:200}.hamburger span{display:block;width:24px;height:2px;background:#111;border-radius:3px;transition:transform .3s ease,opacity .3s ease}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:100%;background:#fff;z-index:150;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:80px 30px 30px;transform:translate(100%);border-radius:100% 0 0 100%/50% 0 0 50%;transition:transform .7s cubic-bezier(.77,0,.175,1),border-radius .7s cubic-bezier(.77,0,.175,1);pointer-events:none}.mobile-menu.open{transform:translate(0);border-radius:0;pointer-events:all}.mobile-menu:after{content:"";position:absolute;inset:0;background:#fafafa;z-index:-1;transform:translate(100%);border-radius:100% 0 0 100%/50% 0 0 50%;transition:transform .8s cubic-bezier(.77,0,.175,1) .05s,border-radius .8s cubic-bezier(.77,0,.175,1) .05s}.mobile-menu.open:after{transform:translate(0);border-radius:0}.mobile-link{font-size:20px;font-weight:500;color:#444;text-decoration:none;padding:12px 24px;border-radius:100px;width:auto;text-align:center;opacity:0;transform:translateY(20px) scale(.9);transition:transform .6s cubic-bezier(.2,0,.2,1),opacity .6s ease;letter-spacing:-.02em}.mobile-menu.open .mobile-link{opacity:1;transform:translateY(0)}.mobile-menu.open .mobile-link:nth-child(1){transition-delay:.3s}.mobile-menu.open .mobile-link:nth-child(2){transition-delay:.35s}.mobile-menu.open .mobile-link:nth-child(3){transition-delay:.4s}.mobile-menu.open .mobile-link:nth-child(4){transition-delay:.45s}.mobile-menu.open .mobile-link:nth-child(5){transition-delay:.5s}.mobile-menu.open .mobile-link:nth-child(6){transition-delay:.55s}.mobile-link:hover{color:#111;background:#f5f5f5}.mobile-link.active{color:#111;font-weight:700}.hero{padding:60px 60px 0;display:flex;justify-content:center}.hero-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:32px}.hero-title{font-size:clamp(34px,5vw,56px);font-weight:700;color:#111;line-height:1.1;letter-spacing:-.03em;margin:0;max-width:850px}.section-label{font-size:13px;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.2em;display:block;margin-bottom:40px}.hero-bio,.hero-subtitle{font-size:17px;font-weight:400;color:#555;line-height:1.8;max-width:800px;margin:0}.hero-cta-row{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:40px}.hero-resume-btn.stylish{display:inline-flex;align-items:center;gap:12px;padding:12px 28px;background:var(--black);color:var(--white);border-radius:100px;font-size:15px;font-weight:600;cursor:pointer;transition:all .4s cubic-bezier(.2,0,.2,1);border:1px solid var(--black);box-shadow:0 4px 12px #0000001a}.hero-resume-btn.stylish:hover{background:var(--white);color:var(--black);transform:translateY(-3px);box-shadow:0 12px 30px #00000026}.hero-resume-btn.stylish svg{transition:transform .4s ease}.hero-resume-btn.stylish:hover svg{transform:translateY(-2px)}.social-row{display:flex;align-items:center;gap:20px}.social-divider{width:50px;height:px;background:#eee;flex-shrink:0}.social-icon{color:#888;display:flex;align-items:center;justify-content:center;transition:color .2s ease;text-decoration:none}.social-icon:hover{color:#111}.projects-section{padding:80px 60px 120px;display:flex;flex-direction:column;align-items:center}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%;max-width:1200px}.project-thumbnail{position:relative;display:block;width:100%;aspect-ratio:1 / 1;border-radius:2px;overflow:hidden;background:#fafafa;transition:transform .4s cubic-bezier(.2,0,.2,1)}.project-thumbnail:hover{transform:scale(.98)}.project-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .4s ease}.project-thumbnail:hover img{opacity:.8}.project-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:24px}.project-title-text{color:#111;font-size:14px;font-weight:600;background:#fff;padding:8px 16px;letter-spacing:.02em}.behance-cta{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin-top:80px;background:none;border:none;padding:0;width:-moz-fit-content;width:fit-content}.behance-cta-row{display:flex;align-items:center;gap:0}.behance-cta-text{font-size:16px;font-weight:500;color:#111;position:relative}.behance-cta-arrow{display:flex;align-items:center;pointer-events:none}.behance-cta-logo{display:flex;align-items:center;gap:10px;cursor:pointer;transition:opacity .2s ease;margin-top:10px}.behance-cta-logo:hover{opacity:.7}.behance-cta-logo-text{font-size:15px;font-weight:700;letter-spacing:.02em;color:#111}.achievements-section{padding:80px 60px 120px;display:flex;flex-direction:column;align-items:center}.achievements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;max-width:1200px}.cert-card{display:flex;flex-direction:column;border-radius:4px;overflow:hidden;background:#fafafa;text-decoration:none;color:#111;border:1px solid #f0f0f0;transition:transform .35s cubic-bezier(.2,0,.2,1),box-shadow .35s ease}.cert-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.cert-img-wrap{position:relative;width:100%;aspect-ratio:16 / 10;overflow:hidden;background:#eee}.cert-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.2,0,.2,1),opacity .4s ease}.cert-card:hover .cert-img{transform:scale(1.04);opacity:.7}.cert-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cert-card:hover .cert-overlay{opacity:1}.cert-view-btn{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:#111;background:#fff;padding:10px 20px;border-radius:100px;letter-spacing:.02em;box-shadow:0 4px 16px #0000001f}.cert-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:10px}.cert-provider{font-size:10px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.14em}.cert-title{font-size:15px;font-weight:700;color:#111;line-height:1.4;margin:0}.cert-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.cert-tag{font-size:11px;font-weight:600;color:#666;background:#f0f0f0;padding:4px 10px;border-radius:100px;letter-spacing:.02em}.about-hero-row{display:flex;gap:80px;align-items:flex-end}.about-photo-wrap{flex-shrink:0;width:450px;display:flex;align-items:flex-end;justify-content:center;position:relative}.about-photo-wrap.photo-mobile{display:none}.about-photo-wrap.photo-desktop{display:flex}.about-photo-ghost{width:100%;height:auto;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.about-text-col{flex:1;display:flex;flex-direction:column;gap:40px;max-width:800px}.hero-bio{font-size:18px;line-height:1.8;color:#555;max-width:600px;letter-spacing:-.01em}.stats-row{display:flex;gap:48px;align-items:center;margin-top:10px}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:32px;font-weight:800;color:#111}.stat-label{font-size:11px;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.1em}.about-section{padding:100px 60px 0;display:flex;justify-content:center}.section-inner{width:100%;max-width:1200px}.section-heading{font-size:24px;font-weight:700;color:#999;margin-bottom:48px;text-transform:uppercase;letter-spacing:.15em;position:relative;display:block;border-bottom:1px solid #f0f0f0;padding-bottom:12px}.experience-list{display:flex;flex-direction:column;gap:32px}.exp-item{display:flex;flex-direction:column;gap:12px;padding:12px}.exp-item:hover{background:#fff;border-color:#ddd;box-shadow:0 10px 30px #00000008}.exp-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.exp-left{display:flex;flex-direction:column;gap:4px}.exp-date{font-size:13px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.1em}.exp-title{font-size:22px;font-weight:700;color:#111;letter-spacing:-.01em}.exp-company{font-size:14px;font-weight:600;color:#666}.exp-badge{font-size:11px;font-weight:700;padding:4px 12px;background:#eee;border-radius:100px;color:#555;text-transform:uppercase;letter-spacing:.05em}.exp-desc{font-size:16px;color:#555;line-height:1.7;list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.exp-desc li{position:relative;padding-left:24px}.exp-desc li:before{content:"→";position:absolute;left:0;color:#999;font-weight:700}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.skill-category{padding:0;display:flex;flex-direction:column;gap:20px}.skill-cat-title{font-size:14px;font-weight:700;color:#bbb;display:flex;align-items:center;gap:15px;text-transform:uppercase;letter-spacing:.1em}.skill-cat-title:after{content:"";height:1px;flex:1;background:#f0f0f0}.skill-tags{display:flex;flex-wrap:wrap;gap:12px}.skill-pill{font-size:14px;font-weight:500;color:#333;background:#fafafa;border:1px solid #eee;padding:8px 20px;border-radius:50px;transition:all .3s cubic-bezier(.2,0,.2,1)}.skill-pill:hover{background:#111;color:#fff;border-color:#111;transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;width:100%}.contact-col{display:flex;flex-direction:column;gap:40px}.contact-label{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px}.email-link{font-size:clamp(18px,3vw,24px);font-weight:800;color:#111;text-decoration:none;display:inline-block;transition:all .3s cubic-bezier(.2,0,.2,1)}.email-link:hover{transform:translate(10px)}.social-list{display:flex;flex-direction:column;gap:16px}.social-link-item{font-size:16px;font-weight:500;color:#555;text-decoration:none;display:flex;align-items:center;gap:12px;transition:all .3s cubic-bezier(.2,0,.2,1);width:-moz-fit-content;width:fit-content}.social-link-item:hover{color:#111;transform:translate(5px)}.info-line{font-size:20px;font-weight:700;color:#111}.services-grid{display:flex;flex-direction:column;gap:64px;padding:0 60px 100px;width:100%;max-width:1200px}.service-item{display:grid;grid-template-columns:80px 1fr;gap:40px;align-items:flex-start}.service-icon-main{color:#111;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.2,0,.2,1)}.cert-card:hover .service-icon-main{transform:scale(1.1) rotate(-5deg);color:#000}.service-content{display:flex;flex-direction:column;gap:16px}.service-title{font-size:24px;font-weight:700;color:#111;letter-spacing:-.02em}.service-desc{font-size:16px;color:#555;line-height:1.8;max-width:720px}.footer{padding:120px 60px 60px;background:#fff;display:flex;flex-direction:column;align-items:center;border-top:1px solid #f0f0f0}.footer-inner{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:100px}.footer-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.footer-headline{font-size:clamp(32px,5vw,40px);font-weight:700;color:#111;line-height:1.1;letter-spacing:-.04em;margin:0}.footer-headline span{color:#bbb;font-weight:500;font-size:clamp(32px,5vw,32px)}.footer-cta-main{flex-shrink:0;display:flex;align-items:center;gap:20px;font-size:16px;font-weight:700;color:#111;cursor:pointer;transition:transform .3s cubic-bezier(.2,0,.2,1)}.footer-cta-main:hover{transform:translate(10px)}.footer-cta-circle{width:44px;height:44px;border-radius:50%;border:1px solid #eee;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-cta-main:hover .footer-cta-circle{background:#111;color:#fff;border-color:#111}.footer-content{display:grid;grid-template-columns:1.5fr 1fr;gap:100px;padding-bottom:60px;border-bottom:1px solid #f0f0f0}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo{font-size:24px;font-weight:800;letter-spacing:-.02em;color:#111}.footer-tagline{font-size:16px;line-height:1.6;color:#666;max-width:320px}.footer-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:60px}.footer-link-group{display:flex;flex-direction:column;gap:16px}.footer-group-label{font-size:11px;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.15em}.footer-link-item{font-size:15px;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.footer-link-item:hover{color:#111;transform:translate(5px)}.footer-base{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#aaa}.footer-bottom-links{display:flex;gap:24px}@media (max-width: 1024px){.nav{padding:24px 40px}.nav-links{display:none}.nav-mobile-right,.mobile-resume-btn,.hamburger{display:flex}.hero,.about-section,.projects-section,.achievements-section{padding-left:40px;padding-right:40px}.projects-grid,.achievements-grid{grid-template-columns:repeat(2,1fr);gap:24px}.skills-grid{grid-template-columns:repeat(2,1fr)}.about-hero-row{flex-direction:column-reverse;gap:40px}.about-photo-wrap.photo-desktop{width:100%;max-width:400px;margin:0 auto;display:flex}.about-photo-wrap.photo-mobile{display:none}.footer-header{flex-direction:column;align-items:flex-start;gap:40px}.footer-content{grid-template-columns:1fr;gap:60px}.footer-links-grid{gap:40px}}@media (max-width: 768px){.nav{padding:20px 24px}.hero,.about-section{padding:60px 24px 0}.projects-section,.achievements-section{padding:60px 24px 80px}.services-grid{padding:0 24px 80px}.contact-grid{grid-template-columns:1fr;gap:60px}.projects-grid,.achievements-grid{grid-template-columns:1fr;gap:20px}.skills-grid{grid-template-columns:1fr;gap:24px}.about-hero-row{flex-direction:column;gap:32px}.about-photo-wrap.photo-desktop{width:100%;max-width:320px;margin:0 auto;display:flex}.about-photo-wrap.photo-mobile{display:none}.service-item{grid-template-columns:48px 1fr;gap:20px}.footer{padding:80px 24px 40px}.footer-header{flex-direction:column;align-items:flex-start;gap:32px}.footer-headline{font-size:40px}.footer-cta-main{font-size:16px;gap:12px}.footer-cta-circle{width:44px;height:44px}.footer-cta-circle svg{width:18px;height:18px}.footer-base{flex-direction:column;gap:20px;align-items:flex-start}}.footer-nav-group{display:flex;flex-direction:row;gap:40px;align-items:flex-start;flex-shrink:0}@media (max-width: 1024px){.hero-headline{font-size:32px!important}.hero-subtitle{font-size:18px!important}.page-title,.section-heading{font-size:26px!important}.project-card-title{font-size:24px!important}.project-card-row{flex-direction:column-reverse!important;align-items:stretch!important}.project-card-img{width:100%!important;height:auto!important;aspect-ratio:16 / 9}.project-card-info{width:100%!important}.achievement-title{font-size:24px!important}.edu-card-title{font-size:22px!important}.skill-card-label p{font-size:24px!important}.skill-card-text{font-size:17px!important}.contact-email-text,.contact-phone-text{font-size:24px!important}.case-heading{font-size:22px!important}.case-overview-text,.case-vision-text,.case-content-text,.vision-label{font-size:18px!important}.case-explore-btn{font-size:15px!important;padding:10px 18px!important}.case-back-btn span{font-size:20px!important}.footer-btn-touch{font-size:16px!important;width:100%!important}.cta-row button img{width:40px!important;height:40px!important}}@media (max-width: 600px){.hero-headline{font-size:22px!important;line-height:1.25!important}.hero-subtitle{font-size:18px!important}.hero-stats-row span[style*="font-size: 32"],.about-stats-row span[style*="font-size: 32"]{font-size:22px!important}.page-title,.section-heading{font-size:20px!important}.project-card-title{font-size:18px!important}.achievement-title,.edu-card-title{font-size:16px!important}.skill-card-label p{font-size:18px!important}.skill-card-text{font-size:14px!important}.contact-email-text{font-size:15px!important;word-break:break-all}.contact-phone-text{font-size:18px!important}.case-heading{font-size:17px!important}.case-overview-text,.case-vision-text,.case-content-text,.vision-label{font-size:14px!important}.case-explore-btn{font-size:13px!important;padding:7px 12px!important;width:100%;justify-content:center!important}.case-back-btn span{font-size:16px!important}.footer-btn-touch{font-size:13px!important;width:100%!important}.cta-row button img{width:34px!important;height:34px!important}}.page-wrap{padding-left:100px;padding-right:100px}.section-pad{padding:0 100px}@media (max-width: 1024px){.section-pad,.page-wrap{padding-left:24px;padding-right:24px}.hero-row{flex-direction:column!important;align-items:flex-start!important}.hero-illustration,.about-photo-wrap.photo-desktop{display:none!important}.about-photo-wrap.photo-mobile{display:flex!important;margin:0 auto 20px;max-width:320px}.project-card-row{flex-direction:column-reverse!important;align-items:stretch!important}.project-card-img{width:100%!important;height:auto!important;aspect-ratio:16 / 9}.project-card-info{width:100%!important}.about-hero-row{flex-direction:column!important;align-items:flex-start!important}.exp-card-row{flex-direction:column!important;gap:20px!important}.exp-card-left{width:100%!important}.skill-card-row{flex-direction:column!important;gap:10px!important}.skill-card-label{width:100%!important}.education-row,.contact-top-row{flex-direction:column!important}.contact-email-col{width:100%!important}.case-meta-row{flex-direction:column!important}.case-meta-cards{width:100%!important;flex-direction:row!important;flex-wrap:wrap}.case-meta-cards>*{flex:1;min-width:160px}.case-title-row{flex-direction:column!important;align-items:flex-start!important}.vision-row{flex-direction:column!important}.services-row{flex-wrap:wrap!important;justify-content:center}.services-row>*{width:calc(50% - 25px)!important;min-width:260px;flex-shrink:1!important}.footer-btn-touch{width:100%!important}.footer-top-row{flex-direction:column!important;gap:30px!important}.hero-photo-wrap{width:380px!important;height:400px!important}.quick-links{flex-wrap:wrap!important}}@media (max-width: 600px){.section-pad,.page-wrap{padding-left:20px;padding-right:20px}.hero{padding:20px 20px 0!important;gap:30px!important}.hero-row{flex-direction:column!important;align-items:flex-start!important}.hero-cta-row{flex-direction:column;align-items:flex-start;gap:28px;margin-top:24px}.hero-headline{font-size:28px!important}.hero-subtitle{font-size:18px!important}.hero-stats-row{flex-wrap:wrap!important;gap:16px!important}.hero-illustration{display:none!important}.about-photo-wrap{display:flex!important;margin:0 auto}.page-title{font-size:28px!important}.section-heading{font-size:26px!important}.project-card-row{flex-direction:column-reverse!important;align-items:stretch!important;gap:20px!important}.project-card-img{width:100%!important;height:auto!important;aspect-ratio:16 / 9}.project-card-info{width:100%!important}.project-card-title{font-size:24px!important}.about-hero-row{flex-direction:column!important}.about-text-col{gap:24px!important}.about-photo-wrap.photo-desktop{display:none!important}.about-photo-wrap.photo-mobile{display:flex!important;max-width:320px;margin:0 auto 20px}.about-stats-row{flex-wrap:wrap!important;gap:12px!important}.exp-card-row{flex-direction:column!important;gap:15px!important}.exp-card-left{width:100%!important}.skill-card-row{flex-direction:column!important;gap:5px!important}.skill-card-label{width:100%!important;font-size:24px!important}.skill-card-text{font-size:16px!important}.education-row{flex-direction:column!important}.edu-card-title{font-size:22px!important}.achievements-grid{grid-template-columns:1fr!important;gap:24px!important}.achievement-title{font-size:22px!important}.quick-links{flex-wrap:wrap!important;gap:10px!important}.services-row{flex-direction:column!important;align-items:center}.services-row>*{width:100%!important;height:auto!important;min-height:320px;flex-shrink:1!important}.contact-top-row{flex-direction:column!important}.contact-email-col{width:100%!important}.contact-email-text{font-size:20px!important;word-break:break-all}.contact-socials{flex-wrap:wrap!important}.contact-phone-text{font-size:24px!important}.case-title-row{flex-direction:column!important;align-items:flex-start!important;gap:15px!important}.case-meta-row{flex-direction:column!important}.case-meta-cards{width:100%!important;flex-direction:column!important}.case-overview-text,.case-vision-text,.case-content-text{font-size:18px!important}.vision-row{flex-direction:column!important}.case-heading{font-size:22px!important}.vision-label{font-size:20px!important}.cta-row{flex-direction:column!important;gap:20px!important;align-items:flex-start!important;padding:20px!important}.cta-heading{font-size:24px!important}.footer-top-row{flex-direction:column!important;gap:24px!important}.footer-btn-touch{width:100%!important}.footer-headline{font-size:24px!important}}@media (max-width: 1024px){.hero-row{flex-direction:column!important}.hero-illustration{display:none!important}[style*="padding: '50px 100px'"],[style*='padding: "50px 100px"']{padding:30px 40px!important}}@media (max-width: 600px){.hero-row{flex-direction:column!important}.hero-illustration{display:none!important}}@media (max-width: 600px){.services-row>*{width:100%!important;min-width:unset!important;height:auto!important;min-height:280px}}@media (max-width: 1024px){.section-pad{padding-left:40px!important;padding-right:40px!important}.footer-top-row{flex-wrap:wrap;gap:24px!important}.footer-btn-touch{max-width:100%!important}}@media (max-width: 600px){.section-pad{padding-left:20px!important;padding-right:20px!important}.hero{padding-top:20px!important;padding-bottom:20px!important}.about-photo{width:100%!important;max-width:300px!important;height:auto!important}.contact-form-row{flex-direction:column!important}}@media (max-width: 1024px){.footerBigName span{font-size:clamp(40px,10vw,120px)!important}.body-text-lg{font-size:18px!important}.body-text-md{font-size:16px!important}}@media (max-width: 600px){.footerBigName span{font-size:clamp(28px,8vw,72px)!important}.body-text-lg{font-size:18px!important}.body-text-md{font-size:16px!important}h2[style*="font-size: 32"]{font-size:20px!important}p[style*="font-size: 32"],p[style*="font-size: 32"][style*="font-weight: 700"]{font-size:18px!important}}
