:root{--green:#0D4829;--green-deep:#15361E;--navy:#1C1D33;--red:#DB2411;--red-dark:#b41d0d;--ink:#171616;--grey:#F3F3F3;--grey-2:#e7e8e6;--muted:#5f6660;--white:#fff;--radius:14px;--shadow:0 18px 40px -22px rgba(13,72,41,.45);--shadow-sm:0 8px 22px -14px rgba(20,22,30,.5);--wrap:1180px;--cross-m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23000'%3E%3Cpath%20d='M9%202h6v7h7v6h-7v7H9v-7H2V9h7z'/%3E%3C/svg%3E")}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 24px}.form-feedback{display:flex;align-items:center;gap:14px;max-width:520px;margin:14px 0 0;padding:18px 20px;border-radius:var(--radius);font-size:1rem;font-weight:700;line-height:1.45;background:#fff;box-shadow:var(--shadow);border-left:5px solid;animation:rise .35s ease both}.form-feedback[hidden]{display:none}.form-feedback.ok{border-color:var(--green);color:var(--green)}.form-feedback.error{border-color:var(--red-dark);color:var(--red-dark)}.form-feedback .ff-icon{flex:none;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center}.form-feedback.ok .ff-icon{background:var(--green)}.form-feedback.error .ff-icon{background:var(--red-dark)}.form-feedback .ff-icon .ico{width:18px;height:18px;color:#fff}h1,h2,h3,h4,h5{line-height:1.15;letter-spacing:-.01em}h2{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:800;color:var(--green)}section{padding:78px 0}.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:.95rem;padding:14px 26px;border-radius:50px;cursor:pointer;border:2px solid transparent;transition:.18s ease;white-space:nowrap}.btn-red{background:var(--red);color:#fff}.btn-red:hover{background:var(--red-dark);transform:translateY(-2px)}.btn-green{background:var(--green);color:#fff}.btn-green:hover{background:var(--green-deep);transform:translateY(-2px)}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff8c}.btn-ghost:hover{background:#fff;color:var(--green);border-color:#fff}.btn-ghost-dark{background:transparent;color:var(--green);border-color:var(--green)}.btn-ghost-dark:hover{background:var(--green);color:#fff}.inline-ic .ico{width:18px;height:18px}.cta-call-mobile-only{display:none}@media(max-width:920px){.cta-call-mobile-only{display:inline-flex}}header.site{position:sticky;top:0;z-index:50;background:var(--green);box-shadow:0 2px #00000014}.topbar{background:var(--green-deep);font-size:.82rem;color:#ffffffd9}.topbar .wrap{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:8px 24px;min-height:38px;flex-wrap:wrap}.topbar .tb-right{display:flex;align-items:center;gap:20px}.topbar .notice{display:inline-flex;align-items:center;gap:7px}.topbar .notice .ico{width:14px;height:14px;background:var(--red)}.topbar .tb-phone{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:600}.topbar .tb-phone .ico{width:14px;height:14px;background:var(--red)}.topbar .tb-phone:hover{color:#fff;opacity:.85}.nav{display:flex;align-items:center;gap:22px;padding:14px 0}.nav .logo img{height:46px;width:auto}.nav ul{list-style:none;display:flex;gap:20px;margin-left:auto}.nav ul a{color:#ffffffeb;font-weight:500;font-size:.95rem;padding:6px 0;position:relative;white-space:nowrap}.nav ul a:hover{color:#fff}.nav ul a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--red);transition:.2s}.nav ul a:hover:after{width:100%}.nav .cta{display:flex;align-items:center;gap:16px}.has-sub{position:relative}.caret-btn{background:transparent;border:0;padding:6px;margin:0 0 0 2px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:inherit;vertical-align:middle}.caret{width:8px;height:8px;border-right:2px solid rgba(255,255,255,.85);border-bottom:2px solid rgba(255,255,255,.85);transform:rotate(45deg) translateY(-1px);transition:transform .2s ease;display:block}.has-sub.open>.caret-btn .caret{transform:rotate(-135deg)}.nav .submenu{display:block;list-style:none;gap:0;margin:10px 0 0;position:absolute;top:100%;left:0;min-width:230px;background:var(--green-deep);border-radius:10px;padding:8px;box-shadow:0 14px 32px #00000038;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease,visibility .18s;z-index:70}.has-sub:focus-within>.submenu,.has-sub.open>.submenu{opacity:1;visibility:visible;transform:translateY(0)}@media(hover:hover)and (pointer:fine){.has-sub:hover>.caret-btn .caret{transform:rotate(-135deg)}.has-sub:hover>.submenu{opacity:1;visibility:visible;transform:translateY(0)}}.nav .submenu li{border:0}.nav .submenu a{display:block;padding:10px 14px;border-radius:6px;font-size:.9rem;white-space:nowrap}.nav .submenu a:after{display:none}.nav .submenu a:hover{background:#ffffff1a;color:#fff}.nav .phone{color:#fff;font-weight:600;font-size:.95rem;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.nav .phone .ico{width:17px;height:17px;background:#fff}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;margin-left:auto;background:transparent;border:0;cursor:pointer;padding:8px}.burger span{display:block;height:2.5px;width:24px;background:#fff;border-radius:2px;transition:.25s}.nav.open .burger span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.nav.open .burger span:nth-child(2){opacity:0}.nav.open .burger span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.hero{position:relative;background:var(--white);color:var(--ink);overflow:hidden;padding:0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;width:62%;z-index:0;background:linear-gradient(180deg,#f6f6f6,#eef0ee);clip-path:polygon(24% 0,100% 0,100% 100%,0 100%)}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;width:62%;z-index:0;background:var(--red);clip-path:polygon(24% 0,26% 0,15% 46%,13% 46%)}.hero-car{position:absolute;right:-2%;bottom:64px;z-index:1;width:min(50vw,900px);max-width:none;height:auto;pointer-events:none;filter:drop-shadow(0 24px 40px rgba(20,22,30,.22));transform:translate(8%);will-change:transform}.hero .wrap{position:relative;z-index:2;display:flex;align-items:center;min-height:680px;padding-top:64px;padding-bottom:64px}.hero-copy{max-width:540px}.eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:22px}.eyebrow .mark{width:18px;height:11px;background:var(--red);transform:skew(-22deg)}.hero h1{font-size:clamp(2.2rem,4.8vw,3.6rem);font-weight:800;color:var(--green);margin-bottom:22px;text-transform:uppercase}.hero h1 .hl{color:var(--green)}.hero .sub{font-size:1.1rem;color:var(--muted);max-width:34em;margin-bottom:30px}.hero .actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:38px}.hero .trust{display:flex;gap:34px;flex-wrap:wrap}.hero .trust .t{display:flex;flex-direction:column}.hero .trust b{font-size:1.9rem;font-weight:800;line-height:1;color:var(--green)}.hero .trust .red{color:var(--red)}.hero .trust .t span{font-size:.82rem;color:var(--muted);margin-top:4px}.hero-copy>*{animation:rise .7s ease both}.hero h1{animation-delay:.05s}.hero .sub{animation-delay:.12s}.hero .actions{animation-delay:.19s}.hero .trust{animation-delay:.26s}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero-car{transform:none!important;opacity:1!important}.hero-copy>*,.svc .ph img{animation:none!important}}.marken{background:var(--grey);border-bottom:1px solid var(--grey-2)}.marken .wrap{display:flex;align-items:center;gap:30px;padding:22px 24px;flex-wrap:wrap}.marken .lbl{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);white-space:nowrap}.marken .names{display:flex;align-items:center;gap:38px;flex-wrap:wrap;flex:1;justify-content:space-between}.marken .names img{height:54px;width:auto;opacity:.65;filter:grayscale(1);transition:.2s}.marken .names img:hover{opacity:1;filter:grayscale(0)}.sec-head{text-align:center;max-width:660px;margin:0 auto 50px}.sec-head.left{text-align:left;margin-left:0}.kick{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:14px}.kick:before{content:"";width:13px;height:13px;background:var(--red);-webkit-mask:var(--cross-m) center/contain no-repeat;mask:var(--cross-m) center/contain no-repeat}.sec-head p{color:var(--muted);margin-top:12px;font-size:1.05rem}.about{background:#fff}.about .wrap{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.about-media{position:relative}.about-media img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%;object-fit:cover}.about-media .stat{position:absolute;right:-14px;bottom:-22px;background:var(--green);color:#fff;border-radius:14px;padding:18px 22px;box-shadow:var(--shadow);text-align:center}.about-media .stat b{display:block;font-size:2.1rem;font-weight:800;line-height:1}.about-media .stat span{font-size:.78rem;opacity:.85}.about h2{margin-bottom:18px}.about p{color:var(--muted);margin-bottom:16px}.checks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0 28px}.checks li{display:flex;align-items:flex-start;gap:10px;font-weight:500;color:var(--ink);font-size:.95rem;line-height:1.5}.checks .ico{width:20px;height:20px;background:var(--green);flex:none;margin-top:3px}.services{background:var(--grey)}.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.svc{background:#fff;border-radius:18px;box-shadow:var(--shadow-sm);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;display:flex;flex-direction:column;border:1px solid var(--grey-2);text-align:center;position:relative}.svc:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.svc .ph{position:relative;height:196px;display:flex;align-items:center;justify-content:center;margin-top:10px}.svc .ph:before{content:"";position:absolute;width:158px;height:158px;border-radius:50%;background:radial-gradient(circle at 50% 44%,#0d48291f,#0d482900 68%);z-index:0;transition:transform .35s ease,background .35s ease}.svc:hover .ph:before{transform:scale(1.08);background:radial-gradient(circle at 50% 44%,#db241126,#db241100 68%)}.svc .ph img{position:relative;z-index:1;max-height:148px;max-width:80%;width:auto;object-fit:contain;filter:drop-shadow(0 16px 16px rgba(20,22,30,.28));animation:svcfloat 6s ease-in-out infinite}.svc:nth-child(2) .ph img{animation-delay:-1.2s}.svc:nth-child(3) .ph img{animation-delay:-2.4s}.svc:nth-child(4) .ph img{animation-delay:-3.6s}.svc:nth-child(5) .ph img{animation-delay:-.6s}.svc:nth-child(6) .ph img{animation-delay:-3s}.svc .ph .tag{position:absolute;top:0;left:14px;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:5px 11px;border-radius:50px;z-index:2}.svc .body{padding:6px 26px 28px;display:flex;flex-direction:column;flex:1;align-items:center}.svc h3{font-size:1.22rem;font-weight:700;color:var(--green);margin-bottom:9px}.svc p{color:var(--muted);font-size:.93rem;flex:1}.svc .more{margin-top:16px;color:var(--red);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:7px}.svc .more .ico{width:16px;height:16px;background:var(--red);transition:.2s}.svc:hover .more .ico{transform:translate(4px)}.center-cta{text-align:center;margin-top:44px}@keyframes svcfloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.reviews{background:var(--green-deep);color:#fff;position:relative}.reviews .sec-head h2,.reviews .sec-head,.reviews .sec-head .kick{color:#fff}.reviews .sec-head .kick:before{background:#fff}.gr-badge{display:flex;justify-content:center;align-items:center;gap:22px;margin:-14px 0 40px;flex-wrap:wrap}.gr-badge img{height:62px;width:auto;background:#fff;border-radius:12px;padding:8px 16px;box-shadow:var(--shadow)}.gr-badge img.crest{height:96px;background:transparent;border-radius:0;padding:0;box-shadow:none;filter:drop-shadow(0 10px 18px rgba(0,0,0,.4))}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rev{background:#fff;border:1px solid var(--grey-2);border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column;text-decoration:none;color:inherit;box-shadow:0 10px 24px #0000001f;transition:transform .25s ease,box-shadow .25s ease}.rev:hover{transform:translateY(-4px);box-shadow:0 16px 30px #0000002e}.rev .stars{color:#fbbc04;font-size:1.05rem;letter-spacing:2px;margin-bottom:14px}.rev p{font-size:.95rem;color:var(--ink);flex:1}.rev .who{display:flex;align-items:center;gap:12px;margin-top:20px}.rev .av{width:42px;height:42px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex:none}.rev .av-photo{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}.rev .who b{display:block;font-size:.92rem;color:var(--ink)}.rev .who span{font-size:.78rem;color:var(--muted);display:inline-flex;align-items:center;gap:5px}.g-icon{width:14px;height:14px;flex:none}.rev-cta{text-align:center;margin-top:36px}.rev-cta .btn .g-icon{width:16px;height:16px}.rev-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.rev-track{display:flex;gap:24px;width:max-content;animation:rev-scroll var(--rev-duration,45s) linear infinite}.rev-marquee:hover .rev-track{animation-play-state:paused}.rev-track .rev{width:340px;flex:none}@keyframes rev-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.rev-track{animation:none;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px}.rev-track .rev{scroll-snap-align:start}.rev-track .rev.dup{display:none}}@media(max-width:640px){.rev-track .rev{width:280px}}.process{background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:s}.step{text-align:center;padding:0 8px;position:relative}.step .n{width:64px;height:64px;border-radius:50%;background:var(--grey);border:2px solid var(--green);color:var(--green);font-size:1.5rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;position:relative;z-index:2}.step:not(:last-child):after{content:"";position:absolute;top:32px;left:60%;width:80%;height:2px;background:repeating-linear-gradient(90deg,var(--grey-2) 0 8px,transparent 8px 16px);z-index:1}.step h3{font-size:1.08rem;font-weight:700;color:var(--ink);margin-bottom:8px}.step p{color:var(--muted);font-size:.9rem}.offer{background:var(--green);color:#fff;position:relative;overflow:hidden}.offer:before{content:"";position:absolute;top:0;right:0;bottom:0;width:44%;background:var(--red);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);z-index:1}.offer .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.offer .disc{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#fff;background:var(--red);display:inline-block;padding:6px 14px;border-radius:50px;margin-bottom:18px}.offer h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin-bottom:14px}.offer h2 b{color:#fff;background:#ffffff24;padding:0 8px;border-radius:6px}.offer p{color:#ffffffe6;margin-bottom:26px;max-width:32em}.offer .actions{display:flex;gap:14px;flex-wrap:wrap}.offer-card{background:#fff;color:var(--ink);border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.offer-card h3{font-size:1.2rem;color:var(--green);margin-bottom:18px}.offer-card .field{margin-bottom:14px}.offer-card label{display:block;font-size:.8rem;font-weight:600;color:var(--muted);margin-bottom:6px}.offer-card input,.offer-card select{width:100%;padding:12px 14px;border:1.5px solid #8a918b;border-radius:10px;font-family:inherit;font-size:.95rem}.offer-card input:focus,.offer-card select:focus{outline:none;border-color:var(--green)}.offer-card .btn{width:100%;justify-content:center;margin-top:6px}.offer-card .small{font-size:.74rem;color:var(--muted);text-align:center;margin-top:12px}.offer-strip{background:var(--green);padding:34px 0}.offer-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}.offer-strip .txt{flex:1 1 380px;min-width:0}.offer-strip .disc{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--red);display:inline-block;padding:5px 12px;border-radius:50px;margin-bottom:10px}.offer-strip h2{color:#fff;font-size:clamp(1.35rem,2.4vw,1.85rem);margin-bottom:6px}.offer-strip h2 b{color:#fff}.offer-strip p{color:#ffffffd9;font-size:.9rem;margin:0;max-width:38em}.offer-strip .actions{display:flex;gap:12px;flex-wrap:wrap;flex:0 0 auto}@media(max-width:680px){.offer-strip{padding:26px 0}.offer-strip .wrap{flex-direction:column;align-items:stretch}.offer-strip .actions{width:100%}.offer-strip .actions .btn{flex:1;justify-content:center}}.contactband{background:var(--grey);padding:0}.contactband .wrap{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch}.contactband .info{padding:64px 24px 64px 0}.contactband .info h2{margin-bottom:20px}.contactband .row{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.contactband .row .ico{width:22px;height:22px;background:var(--green);flex:none;margin-top:2px}.contactband .row b{display:block}.contactband .row span{color:var(--muted);font-size:.93rem}.contactband .map{min-height:360px;background:#dfe3df}.contactband .map iframe{width:100%;height:100%;border:0;display:block;min-height:360px}footer.site{background:var(--green-deep);color:#ffffffc7;padding:64px 0 0}footer .cols{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:36px;padding-bottom:44px}footer img{height:42px;width:auto;margin-bottom:16px}footer p{font-size:.9rem;line-height:1.7}footer h3{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.06em}footer ul{list-style:none}footer ul li{margin-bottom:10px;font-size:.9rem}footer ul a:hover{color:#fff}footer .inline-ic{display:flex;align-items:center;gap:9px}footer .ico.sm{width:15px;height:15px;background:var(--red);flex:none}footer .bottom{border-top:1px solid rgba(255,255,255,.12);padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;flex-wrap:wrap;gap:8px}footer .bottom .tw b{color:#fff}.footer-langs{display:flex;align-items:center;gap:10px;font-size:.82rem;padding-bottom:20px}.footer-langs b{color:#fff;font-weight:600}.footer-langs .flag{display:inline-block;width:22px;height:16px;border-radius:3px;overflow:hidden;box-shadow:0 0 0 1px #ffffff4d}.footer-langs .flag svg{display:block;width:100%;height:100%}@media(max-width:920px){.hero{display:flex;flex-direction:column}.hero:before,.hero:after{display:none}.hero .wrap{order:1;min-height:auto;text-align:left;padding-top:40px;padding-bottom:16px}.hero-copy{max-width:none}.hero-car{order:2;position:static;width:min(440px,86%);margin:4px auto 0;filter:none;transform:none!important;opacity:1!important}.marken .wrap{flex-direction:column;align-items:flex-start;gap:16px}.marken .names{flex:none;width:100%;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;gap:24px 16px}.about .wrap,.offer .wrap,.contactband .wrap{grid-template-columns:1fr;gap:36px}.svc-grid,.rev-grid,.steps{grid-template-columns:1fr 1fr}.step:after{display:none}.contactband .info{padding:48px 0}.nav{flex-wrap:wrap;gap:16px}.burger{display:flex}.nav .cta{display:none}.nav.open .cta{display:block;order:4;flex-basis:100%;padding:14px 0 8px}.nav.open .cta .btn{width:100%;justify-content:center}.nav ul{order:3;flex-basis:100%;flex-direction:column;gap:0;margin-left:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .25s ease}.nav.open #primary-menu{max-height:900px;opacity:1;margin-top:8px;border-top:1px solid rgba(255,255,255,.15)}.nav ul li{border-bottom:1px solid rgba(255,255,255,.1)}.nav ul a{display:block;padding:14px 4px;font-size:1.02rem}.nav ul a:after{display:none}.has-sub{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.has-sub>a{flex:1}.caret-btn{padding:14px 4px}.nav .submenu{position:static;flex-basis:100%;order:3;opacity:1;visibility:visible;transform:none;background:transparent;box-shadow:none;border-radius:0;padding:0;margin:0;max-height:0;overflow:hidden;transition:max-height .3s ease}.has-sub.open>.submenu{max-height:500px}.nav .submenu a{padding:12px 4px 12px 22px;font-size:.96rem;color:#ffffffd1}.nav .submenu li{border-bottom:1px solid rgba(255,255,255,.08)}.nav .submenu li:last-child{border-bottom:0}footer.site .cols{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:560px){.svc-grid,.rev-grid,.checks{grid-template-columns:1fr}.topbar .wrap{justify-content:center}.topbar .notice{display:none}.topbar .tb-right{gap:0}.topbar .tb-phone{border-left:0;padding-left:0}.hero .trust{gap:20px}footer.site .cols{grid-template-columns:1fr;gap:26px}footer .bottom{flex-direction:column;align-items:flex-start;gap:6px}}.bg-grey{background:var(--grey)}.bg-white{background:#fff}.page-hero{background:var(--green);color:#fff;padding:0;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;width:46%;background:var(--green-deep);clip-path:polygon(26% 0,100% 0,100% 100%,0 100%)}.page-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;width:46%;background:var(--red);clip-path:polygon(24.4% 0,26% 0,1.6% 100%,0 100%)}.page-hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;padding-top:72px;padding-bottom:72px}.crumbs{font-size:.8rem;color:#fff9;margin-bottom:16px}.crumbs a:hover{color:#fff}.page-hero h1{font-size:clamp(2rem,4.2vw,2.9rem);font-weight:800;text-transform:uppercase;margin-bottom:16px}.page-hero .sub{color:#ffffffe0;font-size:1.05rem;max-width:32em;margin-bottom:28px}.page-hero .actions{display:flex;gap:14px;flex-wrap:wrap}.page-hero .media img{max-height:420px;margin:0 auto;filter:drop-shadow(0 22px 30px rgba(0,0,0,.35));animation:svcfloat 6s ease-in-out infinite}.page-hero .kick{color:#fff}.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cards4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.icard{background:#fff;border:1px solid var(--grey-2);border-radius:var(--radius);padding:28px 24px;box-shadow:var(--shadow-sm)}.icard .ic{width:52px;height:52px;border-radius:12px;background:#0d482914;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.icard .ic .ico{width:26px;height:26px;background:var(--green)}.icard.red .ic{background:#db241114}.icard.red .ic .ico{background:var(--red)}.icard h3{font-size:1.05rem;font-weight:700;color:var(--ink);margin-bottom:8px}.icard p{color:var(--muted);font-size:.92rem}.bridge{text-align:center;font-weight:600;color:var(--green);font-size:1.12rem;max-width:36em;margin:44px auto 0}.pricing .grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;max-width:920px;margin:0 auto;align-items:stretch}.price-card{background:#fff;border:1px solid var(--grey-2);border-radius:18px;padding:32px 28px;box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column}.price-card.hot{border:2px solid var(--green);box-shadow:var(--shadow)}.price-card .ptag{position:absolute;top:-13px;left:24px;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:5px 12px;border-radius:50px}.price-card h3{color:var(--green);font-size:1.18rem;margin-bottom:4px}.price-card .inc{font-size:.85rem;color:var(--muted);margin-bottom:16px}.price-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px dashed var(--grey-2)}.price-row:last-of-type{border-bottom:0}.price-row .sz{font-weight:500;font-size:.95rem}.price-row .pr{font-weight:800;color:var(--green);font-size:1.12rem;white-space:nowrap}.price-row .pr s{color:var(--muted);font-weight:500;font-size:.84rem;margin-right:8px}.price-big{display:flex;align-items:baseline;gap:10px;padding:14px 0 6px;flex-wrap:wrap}.price-big b{font-size:2.7rem;font-weight:800;color:var(--green);line-height:1}.price-big span{color:var(--muted);font-size:.9rem}.price-card .btn{margin-top:auto;justify-content:center}.price-note{text-align:center;color:var(--muted);font-size:.85rem;margin-top:28px}.faq{max-width:820px;margin:0 auto}.faq details{background:#fff;border:1px solid var(--grey-2);border-radius:12px;margin-bottom:12px;box-shadow:var(--shadow-sm);overflow:hidden}.faq summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-weight:600;color:var(--ink);font-size:.98rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.5rem;font-weight:600;color:var(--red);line-height:1;flex:none;transition:transform .2s}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{padding:0 22px 20px;color:var(--muted);font-size:.94rem}.field.check{display:flex;align-items:flex-start;gap:9px}.field.check input{width:auto;margin-top:4px;accent-color:var(--green)}.field.check label{font-weight:400;font-size:.78rem;margin:0;color:var(--muted);line-height:1.5}.field.check a{text-decoration:underline}footer .bottom .legal a:hover{color:#fff;text-decoration:underline}.marken .lbl.more{color:var(--red)}.lp-header{position:sticky;top:0;z-index:50;background:var(--green);box-shadow:0 2px #00000014}.lp-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-top:12px;padding-bottom:12px}.lp-header .logo{flex:none}.lp-header .logo img{height:44px;width:auto}.lp-header .right{display:flex;align-items:center;gap:18px}.lp-header .phone{color:#fff;font-weight:600;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.lp-header .phone .ico{width:16px;height:16px;background:var(--red)}.lp-header .phone:hover{opacity:.85}.lp-header .btn .short{display:none}.hero.lp .wrap{min-height:580px}.hero.lp .hero-car{width:min(42vw,680px);bottom:56px;right:2%}.price-flag{display:inline-flex;align-items:baseline;gap:7px;background:var(--red);color:#fff;font-weight:700;border-radius:50px;padding:7px 16px;font-size:.88rem;margin-bottom:20px}.lp-rating{margin-top:22px}footer.lp{background:var(--green-deep);color:#ffffffc7;padding:44px 0 28px}footer.lp .cols{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;align-items:flex-start;padding-bottom:28px}footer.lp .cols img{height:40px;width:auto}footer.lp .col{font-size:.88rem;line-height:1.8;max-width:300px}footer.lp .col b{color:#fff;display:block;margin-bottom:4px}footer.lp .legal{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:.8rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}footer.lp .legal a:hover{color:#fff;text-decoration:underline}.steps.three{grid-template-columns:repeat(3,1fr)}.rev-grid.two{grid-template-columns:repeat(2,1fr);max-width:860px;margin:0 auto}@media(max-width:920px){.steps.three,.rev-grid.two{grid-template-columns:1fr 1fr}.page-hero .wrap{grid-template-columns:1fr;gap:28px;padding-top:52px;padding-bottom:52px}.page-hero:before,.page-hero:after{display:none}.page-hero .media img{max-height:310px}.cards3,.cards4{grid-template-columns:1fr 1fr}.pricing .grid{grid-template-columns:1fr}.offer:before{display:none}.hero.lp .hero-car{width:min(380px,80%)}}@media(max-width:560px){.cards3,.cards4,.steps.three,.rev-grid.two{grid-template-columns:1fr}.lp-header .wrap{gap:8px;padding-left:16px;padding-right:16px}.lp-header .logo img{height:30px}.lp-header .right{gap:8px}.lp-header .right .btn{padding:8px 12px;font-size:.78rem}.lp-header .btn .full{display:none}.lp-header .btn .short{display:inline}.lp-header .phone .txt{display:none}footer.lp .cols{flex-direction:column;gap:18px}footer.lp .legal{flex-direction:column;align-items:flex-start}}@media(max-width:380px){.hero h1{font-size:clamp(1.6rem,8.5vw,2.1rem)}.page-hero h1{font-size:1.7rem}h2{font-size:clamp(1.45rem,6.8vw,1.9rem)}.offer h2{font-size:clamp(1.55rem,7vw,2rem)}.price-row{flex-wrap:wrap}.price-row .pr{white-space:normal;text-align:right}.price-row .pr s{display:block;margin-right:0}.lp-header .phone{display:none}.btn{white-space:normal;text-align:center}}.ico{display:inline-block;width:24px;height:24px;background-color:currentColor;-webkit-mask:var(--m) center/contain no-repeat;mask:var(--m) center/contain no-repeat;vertical-align:middle}.ico.sm{width:18px;height:18px}.ico.lg{width:30px;height:30px}.i-oil{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%203s5.5%206.5%205.5%2010.5a5.5%205.5%200%200%201-11%200C6.5%209.5%2012%203%2012%203z'/%3E%3Cpath%20d='M9.5%2013.5a2.5%202.5%200%200%200%202.5%202.5'/%3E%3C/svg%3E")}.i-diag{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M3.5%2017a8.5%208.5%200%200%201%2017%200'/%3E%3Cline%20x1='12'%20y1='17'%20x2='16'%20y2='12.5'/%3E%3Ccircle%20cx='12'%20cy='17'%20r='1.4'%20fill='%23000'%20stroke='none'/%3E%3Cline%20x1='12'%20y1='3.5'%20x2='12'%20y2='5'/%3E%3Cline%20x1='4.5'%20y1='17'%20x2='3'%20y2='17'/%3E%3Cline%20x1='21'%20y1='17'%20x2='19.5'%20y2='17'/%3E%3C/svg%3E")}.i-engine{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Crect%20x='4'%20y='8.5'%20width='16'%20height='9.5'%20rx='1.8'/%3E%3Cpath%20d='M8%208.5V6.5h4v2'/%3E%3Cline%20x1='9'%20y1='12'%20x2='9'%20y2='15'/%3E%3Cline%20x1='12'%20y1='12'%20x2='12'%20y2='15'/%3E%3Cline%20x1='15'%20y1='12'%20x2='15'%20y2='15'/%3E%3Cpath%20d='M20%2011h1.5v4H20'/%3E%3C/svg%3E")}.i-brake{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='8.4'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3Ccircle%20cx='17.3'%20cy='13.7'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Ccircle%20cx='13.2'%20cy='17.5'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Ccircle%20cx='7.9'%20cy='15.8'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Ccircle%20cx='6.7'%20cy='10.3'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Ccircle%20cx='10.8'%20cy='6.5'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Ccircle%20cx='16.1'%20cy='8.2'%20r='0.9'%20fill='%23000'%20stroke='none'/%3E%3Cpath%20d='M18%206.5a9%209%200%200%201%201.5%204'%20stroke-width='2.4'/%3E%3C/svg%3E")}.i-gear{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M21.2%2012.0L18.1%2014.5L18.5%2018.5L14.5%2018.1L12.0%2021.2L9.5%2018.1L5.5%2018.5L5.9%2014.5L2.8%2012.0L5.9%209.5L5.5%205.5L9.5%205.9L12.0%202.8L14.5%205.9L18.5%205.5L18.1%209.5Z'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3'/%3E%3C/svg%3E")}.i-tire{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='9'/%3E%3Ccircle%20cx='12'%20cy='12'%20r='3.6'/%3E%3Cline%20x1='18.2'%20y1='12.0'%20x2='20.2'%20y2='12.0'/%3E%3Cline%20x1='17.4'%20y1='15.1'%20x2='19.1'%20y2='16.1'/%3E%3Cline%20x1='15.1'%20y1='17.4'%20x2='16.1'%20y2='19.1'/%3E%3Cline%20x1='12.0'%20y1='18.2'%20x2='12.0'%20y2='20.2'/%3E%3Cline%20x1='8.9'%20y1='17.4'%20x2='7.9'%20y2='19.1'/%3E%3Cline%20x1='6.6'%20y1='15.1'%20x2='4.9'%20y2='16.1'/%3E%3Cline%20x1='5.8'%20y1='12.0'%20x2='3.8'%20y2='12.0'/%3E%3Cline%20x1='6.6'%20y1='8.9'%20x2='4.9'%20y2='7.9'/%3E%3Cline%20x1='8.9'%20y1='6.6'%20x2='7.9'%20y2='4.9'/%3E%3Cline%20x1='12.0'%20y1='5.8'%20x2='12.0'%20y2='3.8'/%3E%3Cline%20x1='15.1'%20y1='6.6'%20x2='16.1'%20y2='4.9'/%3E%3Cline%20x1='17.4'%20y1='8.9'%20x2='19.1'%20y2='7.9'/%3E%3C/svg%3E")}.i-medal{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='15'%20r='5'/%3E%3Cpath%20d='M12%2013.2l.9%201.8%202%20.3-1.45%201.4.35%202-1.8-.95-1.8.95.35-2L9.1%2015.3l2-.3z'%20stroke-width='1'%20fill='%23000'/%3E%3Cpath%20d='M9%204l1.5%205M15%204l-1.5%205'/%3E%3C/svg%3E")}.i-shield{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%202.5l7.5%202.8v5.7c0%204.7-3.2%207.9-7.5%209.5-4.3-1.6-7.5-4.8-7.5-9.5V5.3z'/%3E%3Cpath%20d='M8.8%2012l2.3%202.3%204.1-4.6'/%3E%3C/svg%3E")}.i-chat{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M4%205.5h16v10H9.5L5%2020v-4.5H4z'/%3E%3Cpath%20d='M8.5%2010.2l2.2%202.2%204-4.3'/%3E%3C/svg%3E")}.i-pin{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M12%2021.5s7-6.2%207-11.5a7%207%200%201%200-14%200c0%205.3%207%2011.5%207%2011.5z'/%3E%3Ccircle%20cx='12'%20cy='10'%20r='2.6'/%3E%3C/svg%3E")}.i-phone{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23000'%20stroke='none'%3E%3Cpath%20d='M6.6%2010.8c1.4%202.8%203.8%205.2%206.6%206.6l2.2-2.2c.3-.3.7-.4%201-.2%201.1.4%202.3.6%203.6.6.6%200%201%20.4%201%201V20c0%20.6-.4%201-1%201C11.2%2021%203%2012.8%203%204c0-.6.4-1%201-1h3.5c.6%200%201%20.4%201%201%200%201.3.2%202.5.6%203.6.1.3%200%20.7-.2%201z'/%3E%3C/svg%3E")}.i-clock{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='8.6'/%3E%3Cpath%20d='M12%207.5V12l3%202'/%3E%3C/svg%3E")}.i-arrow{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cline%20x1='4.5'%20y1='12'%20x2='18.5'%20y2='12'/%3E%3Cpath%20d='M13%206.5l6%205.5-6%205.5'/%3E%3C/svg%3E")}.i-check{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M5%2012.5l4.5%204.5L19%206.5'/%3E%3C/svg%3E")}.i-star{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='%23000'%20stroke='none'%3E%3Cpath%20d='M12%203l2.6%205.6%206%20.7-4.5%204.1%201.2%206L12%2016.7%206.7%2019.4l1.2-6L3.4%209.3l6-.7z'/%3E%3C/svg%3E")}.i-close{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='2.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cline%20x1='5'%20y1='5'%20x2='19'%20y2='19'/%3E%3Cline%20x1='19'%20y1='5'%20x2='5'%20y2='19'/%3E%3C/svg%3E")}.i-info{--m:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23000'%20stroke-width='1.8'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Ccircle%20cx='12'%20cy='12'%20r='8.6'/%3E%3Cline%20x1='12'%20y1='11'%20x2='12'%20y2='16.5'/%3E%3Ccircle%20cx='12'%20cy='7.8'%20r='1'%20fill='%23000'%20stroke='none'/%3E%3C/svg%3E")}.chat-widget{position:fixed;right:20px;bottom:20px;z-index:500;font-family:Poppins,system-ui,sans-serif}.chat-widget[hidden]{display:none}.chat-bubble{width:58px;height:58px;border-radius:50%;background:var(--green);color:#fff;border:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);position:relative;transition:transform .15s ease}.chat-bubble:hover{transform:scale(1.05)}.chat-bubble svg{width:26px;height:26px}.chat-bubble-badge{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:var(--red);border:2px solid #fff}.chat-panel{position:absolute;right:0;bottom:74px;width:min(340px,calc(100vw - 40px));max-height:min(480px,70vh);background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}.chat-panel[hidden]{display:none}.chat-panel-head{background:var(--green);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.92rem}.chat-panel-close{background:transparent;border:0;color:#fff;opacity:.8;cursor:pointer;padding:4px;display:flex}.chat-panel-close:hover{opacity:1}.chat-panel-close svg{width:16px;height:16px}.chat-panel-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.chat-widget textarea,.chat-widget input[type=text]{width:100%;padding:10px 12px;border:1.5px solid #d7dad8;border-radius:9px;font-family:inherit;font-size:.88rem;resize:vertical}.chat-widget textarea{min-height:64px}.chat-send-btn{margin-top:8px;width:100%;padding:10px;border:0;border-radius:50px;background:var(--red);color:#fff;font-family:inherit;font-weight:600;font-size:.88rem;cursor:pointer;transition:.15s ease}.chat-send-btn:hover{background:var(--red-dark)}.chat-send-btn:disabled{opacity:.6;cursor:default}.chat-thread{display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto;margin-bottom:4px}.chat-msg{max-width:82%;padding:8px 12px;border-radius:12px;font-size:.86rem;line-height:1.5}.chat-msg p{margin:0;white-space:pre-wrap;word-break:break-word}.chat-msg.from-visitor{align-self:flex-end;background:var(--green);color:#fff;border-bottom-right-radius:3px}.chat-msg.from-admin{align-self:flex-start;background:var(--grey);color:var(--ink);border-bottom-left-radius:3px}.chat-closed-notice{margin:0;padding:8px 0 0;font-size:.8rem;color:var(--muted);text-align:center}@media(max-width:480px){.chat-widget{right:14px;bottom:14px}.chat-panel{right:-6px}}.wa-fab[data-astro-cid-iehx2mtc]{display:none}@media(max-width:920px){.wa-fab[data-astro-cid-iehx2mtc]{display:flex;align-items:center;justify-content:center;position:fixed;left:16px;bottom:16px;width:56px;height:56px;border-radius:50%;background:var(--green);color:#fff;box-shadow:var(--shadow);z-index:500;transition:transform .15s ease}.wa-fab[data-astro-cid-iehx2mtc]:hover{transform:scale(1.05)}.wa-fab[data-astro-cid-iehx2mtc] svg[data-astro-cid-iehx2mtc]{width:28px;height:28px}}@media(max-width:480px){.wa-fab[data-astro-cid-iehx2mtc]{left:14px;bottom:14px}}
