:root{--green:#2d5a3d;--green-light:#3d7a52;--green-dark:#1e3d2a;--gold:#c9a96e;--gold-light:#ddc08a;--cream:#faf8f4;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--font-serif:"Lora", Georgia, serif;--font-sans:"Outfit", system-ui, sans-serif;--ease-out:cubic-bezier(.22, 1, .36, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--green);color:var(--white)}.nav{z-index:1000;-webkit-backdrop-filter:blur(16px);width:100%;transition:all .4s var(--ease-out);background:#2d5a3de0;border-bottom:1px solid #c9a96e26;position:fixed;top:0;left:0}.nav--scrolled{background:#1e3d2af2;box-shadow:0 4px 30px #0003}.nav__inner{justify-content:space-between;align-items:center;max-width:1280px;height:76px;margin:0 auto;padding:0 clamp(1rem,3vw,2.5rem);display:flex}.nav__logo-img{width:auto;height:38px;transition:transform .3s var(--ease-out)}.nav__logo:hover .nav__logo-img{transform:scale(1.05)}.nav__menu{align-items:center;gap:clamp(1rem,2.5vw,2rem);display:flex}.nav__link{font-family:var(--font-sans);color:#fffc;letter-spacing:.03em;font-size:.85rem;font-weight:500;transition:color .3s;position:relative}.nav__link:after{content:"";background:var(--gold);width:0;height:2px;transition:width .35s var(--ease-out);border-radius:1px;position:absolute;bottom:-4px;left:0}.nav__link:hover{color:var(--gold-light)}.nav__link:hover:after{width:100%}.nav__cta{background:var(--gold);color:var(--green-dark);font-family:var(--font-sans);transition:all .3s var(--ease-out);border-radius:50px;align-items:center;gap:8px;padding:.55rem 1.3rem;font-size:.85rem;font-weight:600;display:inline-flex}.nav__cta:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 4px 16px #c9a96e66}.nav__toggle{color:var(--white);cursor:pointer;background:0 0;border:none;display:none}@media (width<=768px){.nav__inner{height:64px}.nav__toggle{display:block}.nav__menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;width:100%;transition:all .4s var(--ease-out);background:#1e3d2af7;flex-direction:column;gap:1.5rem;padding:2rem;position:fixed;top:64px;left:0;transform:translateY(-120%)}.nav__menu--open{opacity:1;transform:translateY(0)}.nav__logo-img{height:30px}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0}.hero__bg-img{object-fit:cover;width:100%;height:120%}.hero__overlay{background:linear-gradient(160deg,#2d5a3de6 0%,#1e3d2abf 50%,#2d5a3d99 100%);position:absolute;inset:0}.hero__content{z-index:2;max-width:750px;padding:max(120px,15vh) clamp(2rem,5vw,4rem) clamp(2rem,5vw,4rem) clamp(2rem,8vw,8rem);position:relative}.hero__pills{flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;display:flex}.hero__pill{color:var(--gold-light);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #c9a96e4d;border-radius:50px;align-items:center;gap:6px;padding:.4rem .9rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero__title{font-family:var(--font-serif);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:400;line-height:1.2}.hero__title em{background:linear-gradient(135deg, var(--gold-light), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:600}.hero__sub{color:#ffffffbf;max-width:550px;margin-bottom:2.5rem;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:300;line-height:1.7}.hero__btns{flex-wrap:wrap;gap:1rem;display:flex}.hero__btn{font-family:var(--font-sans);transition:all .35s var(--ease-out);border-radius:50px;align-items:center;gap:8px;padding:.85rem 1.8rem;font-size:.9rem;font-weight:600;display:inline-flex}.hero__btn svg{flex-shrink:0}.hero__btn--primary{background:var(--gold);color:var(--green-dark)}.hero__btn--primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px #c9a96e66}.hero__btn--secondary{color:var(--white);background:0 0;border:2px solid #ffffff4d}.hero__btn--secondary:hover{border-color:var(--gold);color:var(--gold)}@media (width<=768px){.hero__content{padding:max(100px,12vh) 1.5rem 1.5rem}.hero__btns{flex-direction:column}.hero__btn{justify-content:center;width:100%;max-width:300px}}.stats{background:var(--green);padding:clamp(2.5rem,4vw,4rem) clamp(1rem,3vw,2.5rem);position:relative;overflow:hidden}.stats:before{content:"";background:radial-gradient(#c9a96e0f 0%,#0000 70%);width:50%;height:200%;animation:6s ease-in-out infinite statsGlow;position:absolute;top:-50%;right:-20%}@keyframes statsGlow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.stats__inner{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}.stats__item{text-align:center;position:relative}.stats__item:not(:last-child):after{content:"";background:linear-gradient(#0000,#c9a96e40,#0000);width:1px;height:70%;animation:3s ease-in-out infinite statsDivider;position:absolute;top:15%;right:0}@keyframes statsDivider{0%,to{opacity:.3}50%{opacity:.7}}.stats__icon{color:var(--gold);justify-content:center;margin-bottom:.5rem;display:flex}.stats__value{font-family:var(--font-serif);color:var(--white);font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.1}.stats__label{color:#ffffff8c;margin-top:.3rem;font-size:.8rem;font-weight:400}@media (width<=768px){.stats__inner{grid-template-columns:repeat(2,1fr)}.stats__item:nth-child(2):after{display:none}}.svc{background:var(--white);padding:clamp(4rem,8vw,7rem) clamp(1rem,3vw,2.5rem)}.svc__inner{max-width:1200px;margin:0 auto}.svc__header{text-align:center;max-width:600px;margin:0 auto 3.5rem}.svc__tag{color:var(--green);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;font-size:.75rem;font-weight:600;display:inline-block}.svc__title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.svc__title em{color:var(--green);font-style:normal;font-weight:600}.svc__sub{color:var(--gray-600);font-size:.95rem;line-height:1.7}.svc__grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.svc__card{background:var(--gray-50);border:1px solid var(--gray-200);transition:all .4s var(--ease-out);cursor:default;border-radius:16px;padding:1.8rem 1.4rem;position:relative;overflow:hidden}.svc__card:before{content:"";background:linear-gradient(90deg, var(--green), var(--gold));transform-origin:0;width:100%;height:3px;transition:transform .4s var(--ease-out);position:absolute;top:0;left:0;transform:scaleX(0)}.svc__card:hover{border-color:#2d5a3d33;transform:translateY(-4px);box-shadow:0 12px 40px #2d5a3d14}.svc__card:hover:before{transform:scaleX(1)}.svc__card-icon{color:var(--green);margin-bottom:1rem;animation:3s ease-in-out infinite paused svcIconBounce}.svc__card:hover .svc__card-icon{animation-play-state:running}@keyframes svcIconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.svc__card-title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.svc__card-desc{color:var(--gray-600);font-size:.82rem;line-height:1.5}@media (width<=1024px){.svc__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.svc__grid{grid-template-columns:1fr}}.tech{background:var(--cream);padding:clamp(4rem,8vw,7rem) clamp(1rem,3vw,2.5rem);position:relative;overflow:hidden}.tech:before{content:"";background:linear-gradient(90deg, transparent, var(--green), var(--gold), transparent);width:100%;height:3px;animation:5s linear infinite techLine;position:absolute;top:0;left:0}@keyframes techLine{0%{background-position:-200% 0}to{background-position:200% 0}}.tech__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:clamp(2rem,5vw,5rem);max-width:1200px;margin:0 auto;display:grid}.tech__img{border-radius:16px;width:100%;box-shadow:0 16px 48px #00000014}.tech__tag{color:var(--green);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;padding-left:2rem;font-size:.75rem;font-weight:600;display:inline-block;position:relative}.tech__tag:before{content:"";background:var(--green);width:1.2rem;height:1px;position:absolute;top:50%;left:0}.tech__title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:1.2rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1.2}.tech__title em{color:var(--green);font-style:normal;font-weight:600}.tech__desc{color:var(--gray-600);margin-bottom:2rem;font-size:.95rem;line-height:1.8}.tech__features{flex-direction:column;gap:1rem;display:flex}.tech__feat{background:var(--white);border:1px solid var(--gray-200);transition:all .3s var(--ease-out);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.tech__feat:hover{border-color:#2d5a3d4d;transform:translate(4px);box-shadow:0 4px 16px #0000000a}.tech__feat-icon{color:var(--green);flex-shrink:0;padding-top:2px}.tech__feat h4{color:var(--gray-800);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.tech__feat p{color:var(--gray-400);font-size:.82rem;line-height:1.4}@media (width<=768px){.tech__inner{grid-template-columns:1fr}}.team{background:var(--white);padding:clamp(4rem,8vw,7rem) clamp(1rem,3vw,2.5rem)}.team__inner{max-width:1200px;margin:0 auto}.team__header{text-align:center;max-width:600px;margin:0 auto 3rem}.team__tag{color:var(--green);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;font-size:.75rem;font-weight:600;display:inline-block}.team__title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.team__title em{color:var(--green);font-style:normal;font-weight:600}.team__sub{color:var(--gray-600);font-size:.95rem;line-height:1.7}.team__grid{grid-template-columns:repeat(5,1fr);gap:1.2rem;display:grid}.team__card{text-align:center;background:var(--gray-50);border:1px solid var(--gray-200);transition:all .4s var(--ease-out);border-radius:16px;overflow:hidden}.team__card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000000f}.team__card-photo{aspect-ratio:3/4;background:var(--gray-200);overflow:hidden}.team__card-photo img{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .6s var(--ease-out)}.team__card:hover .team__card-photo img{transform:scale(1.05)}.team__card-info{padding:1rem .8rem}.team__card-info h3{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.team__card-role{color:var(--green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.72rem;font-weight:600;display:block}.team__card-cro{color:var(--gold);background:#c9a96e1a;border-radius:3px;margin-bottom:.3rem;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-block}.team__card-info p{color:var(--gray-400);font-size:.75rem;line-height:1.4}@media (width<=1024px){.team__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.team__grid{grid-template-columns:repeat(2,1fr)}}.am-cta{background:var(--green);padding:clamp(4.5rem,9vw,8rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}.am-cta__pattern{pointer-events:none;background-image:radial-gradient(circle at 2px 2px,#faf8f40f 1px,#0000 0);background-size:28px 28px;position:absolute;inset:0}.am-cta__inner{text-align:center;max-width:680px;margin:0 auto;position:relative}.am-cta__tag{text-transform:uppercase;letter-spacing:.2em;color:var(--gold-light);margin-bottom:1rem;font-size:.72rem;font-weight:600;display:inline-block}.am-cta__title{font-family:var(--font-serif);color:var(--cream);margin:0 0 1.2rem;font-size:clamp(2.2rem,4vw,3.4rem);font-weight:600;line-height:1.15}.am-cta__desc{font-family:var(--font-sans);color:#faf8f4b3;max-width:500px;margin:0 auto 2.2rem;font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.7}.am-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.am-cta__btn{transition:all .3s var(--ease-out);cursor:pointer;border:none;border-radius:60px;align-items:center;gap:.5rem;padding:.85rem 1.8rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.am-cta__btn--primary{background:var(--cream);color:var(--green-dark)}.am-cta__btn--primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px #0003}.am-cta__btn--secondary{color:var(--cream);background:0 0;border:1.5px solid #faf8f44d}.am-cta__btn--secondary:hover{border-color:var(--gold);color:var(--gold-light);transform:translateY(-2px)}.am-cta:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a96e14 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-50%;right:-20%}.am-cta:after{content:"";pointer-events:none;background:radial-gradient(circle,#1e3d2a4d 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-40%;left:-15%}.test{background:var(--green-dark);padding:clamp(4rem,8vw,7rem) clamp(1rem,3vw,2.5rem);position:relative}.test__inner{max-width:750px;margin:0 auto}.test__header{text-align:center;margin-bottom:2.5rem}.test__tag{color:var(--gold);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;font-size:.75rem;font-weight:600;display:inline-block}.test__title{font-family:var(--font-serif);color:var(--white);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.test__title em{color:var(--gold);font-style:normal;font-weight:600}.test__card{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #c9a96e26;border-radius:20px;padding:2.5rem 2rem}.test__quote{color:var(--gold);opacity:.25;margin-bottom:1rem}.test__slide{flex-direction:column;justify-content:center;align-items:center;min-height:160px;display:flex}.test__stars{color:var(--gold);gap:3px;margin-bottom:1.2rem;display:flex}.test__text{font-family:var(--font-serif);color:#ffffffd9;max-width:550px;margin-bottom:1.2rem;font-size:clamp(1rem,1.3vw,1.15rem);font-style:italic;font-weight:400;line-height:1.8}.test__name{color:var(--gold);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:600}.test__nav{justify-content:center;align-items:center;gap:1.2rem;margin-top:1.5rem;display:flex}.test__nav button{cursor:pointer;color:#fff9;background:0 0;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.test__nav button:hover{border-color:var(--gold);color:var(--gold)}.test__dots{gap:6px;display:flex}.test__dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:7px;height:7px;transition:all .3s}.test__dot--active{background:var(--gold);border-radius:4px;width:20px}.am-dep{background:var(--green-dark);padding:clamp(5rem,10vw,9rem) clamp(1.5rem,4vw,3rem);position:relative;overflow:hidden}.am-dep__bg-grid{pointer-events:none;background-image:linear-gradient(#c9a96e0a 1px,#0000 1px),linear-gradient(90deg,#c9a96e0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.am-dep__inner{text-align:center;max-width:800px;margin:0 auto;position:relative}.am-dep__quote-icon{color:var(--gold);pointer-events:none;z-index:0;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.am-dep__text{z-index:1;font-family:var(--font-serif);color:#ffffffe6;margin:0 0 2.5rem;font-size:clamp(1.4rem,2.8vw,2.2rem);font-style:italic;font-weight:400;line-height:1.7;position:relative}.am-dep__word{opacity:.12;transition:opacity .35s var(--ease-out);display:inline}.am-dep__word--visible{opacity:1}.am-dep__attr{justify-content:center;align-items:center;gap:1rem;display:flex}.am-dep__line{background:var(--gold);opacity:.5;width:40px;height:1px;display:block}.am-dep__source{color:var(--gold);text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:600}.am-dep__inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#c9a96e0f 0%,#0000 70%);width:420px;height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.emer{background:linear-gradient(135deg, var(--gold) 0%, #b8934a 100%);text-align:center;padding:clamp(3rem,5vw,5rem) clamp(1rem,3vw,2.5rem);position:relative;overflow:hidden}.emer:before{content:"";background:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%);animation:4s ease-in-out infinite emerPulse;position:absolute;inset:0}@keyframes emerPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.emer__inner{z-index:1;max-width:600px;margin:0 auto;position:relative}.emer__icon{color:var(--green-dark);margin-bottom:1rem}.emer__title{font-family:var(--font-serif);color:var(--green-dark);margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600}.emer__desc{color:#1e3d2abf;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.emer__btn{background:var(--green-dark);color:var(--white);font-family:var(--font-sans);transition:all .3s var(--ease-out);border-radius:50px;align-items:center;gap:8px;margin-bottom:1rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.emer__btn svg{flex-shrink:0}.emer__btn:hover{background:var(--green);transform:translateY(-2px);box-shadow:0 8px 30px #0003}.emer__hours{color:#1e3d2a99;align-items:center;gap:6px;font-size:.82rem;display:inline-flex}.ctc{background:var(--cream);padding:clamp(4rem,8vw,7rem) clamp(1rem,3vw,2.5rem)}.ctc__inner{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,5vw,4rem);max-width:1200px;margin:0 auto;display:grid}.ctc__tag{color:var(--green);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.8rem;padding-left:2rem;font-size:.75rem;font-weight:600;display:inline-block;position:relative}.ctc__tag:before{content:"";background:var(--green);width:1.2rem;height:1px;position:absolute;top:50%;left:0}.ctc__title{font-family:var(--font-serif);color:var(--gray-800);margin-bottom:1rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:400;line-height:1.2}.ctc__title em{color:var(--green);font-style:normal;font-weight:600}.ctc__desc{color:var(--gray-600);margin-bottom:2rem;font-size:.95rem;line-height:1.7}.ctc__items{flex-direction:column;gap:.7rem;margin-bottom:2rem;display:flex}.ctc__item{border-radius:10px;align-items:center;gap:.8rem;padding:.7rem;transition:background .3s;display:flex}.ctc__item:hover{background:var(--white)}.ctc__item svg{color:var(--green);flex-shrink:0}.ctc__item strong{color:var(--gray-800);font-size:.88rem;display:block}.ctc__item span{color:var(--gray-400);font-size:.78rem}.ctc__ctas{flex-wrap:wrap;gap:.8rem;display:flex}.ctc__btn{font-family:var(--font-sans);transition:all .3s var(--ease-out);border-radius:50px;align-items:center;gap:8px;padding:.75rem 1.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.ctc__btn svg{flex-shrink:0}.ctc__btn--primary{background:var(--green);color:var(--white)}.ctc__btn--primary:hover{background:var(--green-light);transform:translateY(-2px);box-shadow:0 6px 20px #2d5a3d4d}.ctc__btn--wa{color:var(--white);background:#25d366}.ctc__btn--wa:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 20px #25d3664d}.ctc__map{border-radius:16px;height:480px;overflow:hidden;box-shadow:0 8px 30px #0000000f}@media (width<=768px){.ctc__inner{grid-template-columns:1fr}.ctc__map{height:300px}.ctc__ctas{flex-direction:column}.ctc__btn{justify-content:center}}.foot{background:var(--green-dark);padding:clamp(3rem,5vw,4rem) clamp(1rem,3vw,2.5rem) 0}.foot:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:2px;margin-bottom:clamp(2rem,4vw,3rem);display:block}.foot__inner{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2rem;max-width:1200px;margin:0 auto;padding-bottom:2.5rem;display:grid}.foot__logo{height:34px;margin-bottom:.8rem}.foot__text{color:#ffffff73;margin-bottom:1rem;font-size:.82rem;line-height:1.6}.foot__social{gap:.6rem;display:flex}.foot__social a{color:#ffffff80;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.foot__social a:hover{border-color:var(--gold);color:var(--gold);background:#c9a96e14}.foot__col h4{color:var(--gold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.78rem;font-weight:600}.foot__col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.foot__col a,.foot__col span{color:#ffffff73;font-size:.82rem;transition:color .3s}.foot__col a:hover{color:var(--gold-light)}.foot__contact li{align-items:flex-start;gap:.5rem;display:flex}.foot__contact svg{color:var(--gold);flex-shrink:0;margin-top:3px}.foot__bottom{text-align:center;max-width:1200px;margin:0 auto;padding:1.2rem 0}.foot__bottom p{color:#ffffff40;font-size:.72rem;line-height:1.6}@media (width<=768px){.foot__inner{grid-template-columns:1fr 1fr}}@media (width<=480px){.foot__inner{grid-template-columns:1fr}}
