:root{--ink:#1a191d;--ink-2:#232227;--ink-3:#34323a;--yellow:#ebd200;--yellow-d:#cdb700;--text:#4b4f58;--muted:#7e8186;--soft:#f5f5f5;--soft-2:#fafafa;--line:#e4e4e6;--white:#ffffff;--radius:12px;--shadow:0 22px 55px -22px rgba(20,20,20,.45);--shadow-sm:0 10px 28px -14px rgba(20,20,20,.3);--hero-img:url(/img/placeholder-1.jpg)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--white);line-height:1.62;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:Roboto,sans-serif;color:var(--ink);line-height:1.12;letter-spacing:-.018em}h1,h2{font-weight:900}h3,h4{font-weight:700}a{color:inherit}img{max-width:100%;display:block}.wrap{max-width:1200px;margin:0 auto;padding:0 24px}.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:10px 16px;z-index:100}.skip-link:focus{left:8px;top:8px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:12.5px;letter-spacing:.17em;text-transform:uppercase;color:var(--ink)}.eyebrow:before{content:"";width:26px;height:3px;background:var(--yellow);display:block;flex-shrink:0}.eyebrow.on-dark{color:#fff}.eyebrow.center{justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:Roboto,sans-serif;font-weight:700;font-size:16px;padding:16px 28px;border-radius:9px;border:0;cursor:pointer;text-decoration:none;line-height:1.15;text-align:center;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.btn-primary{background:var(--yellow);color:var(--ink);box-shadow:0 12px 26px -10px #ebd200b3}.btn-primary:hover{background:var(--yellow-d);transform:translateY(-2px)}.btn-dark{background:var(--ink);color:#fff}.btn-dark:hover{background:#000;transform:translateY(-2px)}.btn-ghost{background:transparent;border:1.6px solid rgba(255,255,255,.4);color:#fff}.btn-ghost:hover{border-color:var(--yellow);color:var(--yellow)}.btn-block{width:100%}.btn-lg{padding:18px 32px;font-size:17px}.topbar{height:4px;background:var(--yellow)}header{position:sticky;top:0;z-index:50;background:#fffffffa;backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:20px}.logo{display:flex;align-items:center;text-decoration:none}.logo img{height:48px;width:auto;display:block}.nav-links{display:flex;gap:22px;margin-left:auto}.nav-links a{font-size:15px;font-weight:500;color:var(--text);text-decoration:none;padding:4px 0}.nav-links a:hover{color:var(--ink)}.nav-right{display:flex;align-items:center;gap:20px}.nav-phone{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-phone .ico{width:38px;height:38px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-phone small{display:block;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);line-height:1;margin-bottom:3px}.nav-phone .num{font-size:17px;font-weight:700;color:var(--ink);line-height:1}.nav-cta{display:inline-flex}.hero{position:relative;background:var(--ink);overflow:hidden}.hero-photo{position:absolute;inset:0;z-index:0;background:var(--hero-img);background-size:cover;background-position:center 40%}.hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(101deg,#141316f0,#141316c2 40%,#1413166b 66%,#14131624)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.04fr .96fr;gap:50px;align-items:center;padding:66px 0 74px;min-height:620px}.hero-copy{color:#ececed}.hero h1{color:#fff;font-size:clamp(34px,4.6vw,57px);margin:18px 0;font-weight:900}.hero h1 em{color:var(--yellow);font-style:normal}.hero-sub{font-size:18px;color:#c6c7c9;max-width:540px}.hero-points{list-style:none;margin:24px 0 28px;display:grid;gap:11px}.hero-points li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;color:#dcdcde}.hero-points svg{flex-shrink:0;margin-top:2px}.hero-cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hero-rating{display:flex;align-items:center;gap:11px;margin-top:24px;flex-wrap:wrap}.stars{color:var(--yellow);font-size:16px;letter-spacing:2px}.hero-rating span{font-size:13.5px;color:#b4b5b8}.hero-rating b{color:#fff}.hero-show{position:relative;color:#fff;background:linear-gradient(100deg,#141316d6,#14131699 46%,#1413164d),var(--hero-img);background-size:cover;background-position:center 42%}.hero-show .wrap{padding:112px 0}.hero-show-copy{max-width:660px}.hero-show h1{color:#fff;font-size:clamp(36px,5vw,60px);margin:16px 0;font-weight:900;letter-spacing:-.022em}.hero-show .sub{font-size:19px;color:#d6d7d9;max-width:560px;margin-bottom:30px}.hero-show .hero-cta-row{margin-bottom:22px}.form-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:30px 28px 24px}.form-card .tag{display:inline-block;background:var(--yellow);color:var(--ink);font-weight:700;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px;border-radius:999px;margin-bottom:13px}.form-card h2{font-size:26px;margin-bottom:5px;font-weight:900}.form-card .lede{font-size:14px;color:var(--muted);margin-bottom:18px}.field{margin-bottom:13px}.field label{display:block;font-size:12.5px;font-weight:700;color:var(--ink);margin-bottom:5px}.field label .req{color:var(--yellow-d)}.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:15px;color:var(--ink);padding:12px 13px;border:1.5px solid var(--line);border-radius:8px;background:var(--soft-2);transition:border-color .15s ease,box-shadow .15s ease}.field textarea{resize:vertical;min-height:62px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #ebd20040;background:#fff}.field.row2{display:grid;grid-template-columns:1fr 1fr;gap:11px}.form-card .legal{font-size:11px;color:#9a9da2;text-align:center;margin-top:11px}.err{border-color:#e2574c!important;box-shadow:0 0 0 3px #e2574c24!important}.err-msg{display:none;color:#d63a2e;font-size:12px;margin-top:4px;font-weight:600}.form-success{display:none;text-align:center;padding:26px 6px}.form-success .check{width:66px;height:66px;border-radius:50%;background:#eef9ef;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.form-success h3{font-size:24px;margin-bottom:8px}.form-success p{font-size:14.5px;color:var(--muted)}.form-success .cta-call{margin-top:18px}.trustbar{background:var(--ink)}.trustbar .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:9px 24px;padding:13px 24px}.trust-item{display:flex;align-items:center;gap:8px;font-weight:500;font-size:12.5px;color:#e7e7e8}.trust-item b{font-weight:700;color:#fff}.trust-item .stars{font-size:12.5px}.trust-item svg{flex-shrink:0;width:16px;height:16px}.trust-divider{width:1px;height:18px;background:#37353d}section{padding:86px 0}.sec-head{max-width:730px;margin:0 auto 50px;text-align:center}.sec-head h2{font-size:clamp(29px,3.5vw,42px);margin:14px 0 13px}.sec-head p{font-size:17px;color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.split h2{font-size:clamp(25px,3.2vw,38px);margin:14px 0 12px}.split .lead{font-size:16px;color:var(--muted)}.split-img{border-radius:var(--radius);overflow:hidden;aspect-ratio:3/2;box-shadow:var(--shadow-sm);position:relative}.split-img img{width:100%;height:100%;object-fit:cover}.split-img .badge-float{position:absolute;left:18px;bottom:18px;background:var(--yellow);color:var(--ink);border-radius:10px;padding:13px 17px;box-shadow:0 12px 26px -10px #00000080}.split-img .badge-float b{display:block;font-size:23px;font-weight:900;line-height:1}.split-img .badge-float span{font-size:11px;font-weight:700;letter-spacing:.03em}.why-list{list-style:none;display:grid;gap:17px;margin-top:22px}.why-list li{display:flex;gap:14px;align-items:flex-start}.why-list .ic{width:46px;height:46px;border-radius:10px;background:var(--ink);flex-shrink:0;display:flex;align-items:center;justify-content:center}.why-list h3{font-size:18px;margin-bottom:3px}.why-list p{font-size:14.5px;color:var(--muted)}.features{background:var(--ink);color:#e7e7e8}.features .sec-head h2{color:#fff}.features .sec-head p{color:#a4a5a8}.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feat{background:var(--ink-2);border:1px solid var(--ink-3);border-radius:11px;padding:24px 21px;transition:border-color .15s ease,transform .15s ease;text-decoration:none;display:block}.feat:hover{border-color:var(--yellow);transform:translateY(-3px)}.feat .ic{width:46px;height:46px;border-radius:10px;background:#ebd20021;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.feat h3{color:#fff;font-size:17.5px;margin-bottom:5px}.feat p{font-size:13.5px;color:#9b9ca0}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tile{position:relative;border-radius:11px;overflow:hidden;aspect-ratio:4/3;background:var(--soft)}.tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tile:hover img{transform:scale(1.05)}.tile .cap{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,#141316db);color:#fff;font-size:13.5px;font-weight:600;padding:34px 16px 14px}.process{background:var(--soft)}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;counter-reset:s}.step{position:relative;background:#fff;border:1px solid var(--line);border-radius:11px;padding:30px 20px 22px}.step .n{counter-increment:s;position:absolute;top:-19px;left:20px;width:40px;height:40px;border-radius:9px;background:var(--yellow);color:var(--ink);font-weight:900;font-size:18px;display:flex;align-items:center;justify-content:center}.step .n:before{content:"0" counter(s)}.step h3{font-size:17px;margin:14px 0 6px}.step p{font-size:13.5px;color:var(--muted)}.promise-band{background:var(--ink);border-radius:16px;padding:50px;color:#e7e7e8;display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.promise-band h2{color:#fff;font-size:clamp(26px,3vw,36px);margin:13px 0 12px}.promise-band p{color:#aeafb2;font-size:15.5px}.promise-list{list-style:none;display:grid;gap:15px}.promise-list li{display:flex;gap:13px;align-items:flex-start}.promise-list .pin{width:34px;height:34px;border-radius:8px;background:#ebd20024;display:flex;align-items:center;justify-content:center;flex-shrink:0}.promise-list b{color:#fff;display:block;font-size:15px}.promise-list span{font-size:13.5px;color:#9b9ca0}.reviews{background:var(--soft)}.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rev{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px 24px;display:flex;flex-direction:column}.rev .stars{font-size:16px;margin-bottom:12px}.rev p{font-size:14px;color:var(--text);flex:1}.rev .who{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.rev .av{width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--yellow);font-weight:900;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rev .who b{display:block;font-size:14.5px;color:var(--ink)}.rev .who span{font-size:12.5px;color:var(--muted)}.rev.score{background:var(--ink);color:#fff;align-items:center;justify-content:center;text-align:center}.rev.score .big{font-size:56px;font-weight:900;color:#fff;line-height:1}.rev.score .stars{font-size:20px;margin:8px 0 6px}.rev.score p{color:#a4a5a8;flex:none;font-size:13.5px}.area-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:20px}.city{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink);background:var(--soft);border:1px solid var(--line);border-radius:7px;padding:10px 12px}.city svg{flex-shrink:0}.faq-wrap{max-width:840px;margin:0 auto}.faq{border:1px solid var(--line);border-radius:10px;margin-bottom:12px;background:#fff;overflow:hidden}.faq summary{cursor:pointer;list-style:none;padding:19px 22px;font-weight:700;font-size:16px;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary .pm{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:var(--soft);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:19px;color:var(--ink);transition:transform .2s ease}.faq[open] summary .pm{transform:rotate(45deg);background:var(--yellow);border-color:var(--yellow)}.faq .ans{padding:0 22px 20px;font-size:14.5px;color:var(--muted)}.final{position:relative;text-align:center;color:#fff;background:linear-gradient(#141316d6,#141316e6),var(--hero-img);background-size:cover;background-position:center}.final h2{color:#fff;font-size:clamp(30px,3.8vw,46px);margin:14px auto;max-width:780px}.final p{color:#c4c5c8;font-size:17px;max-width:570px;margin:0 auto 26px}.final .hero-cta-row,.final .hero-rating{justify-content:center}footer{background:#121113;color:#8d8e92;padding:48px 0 30px;font-size:13.5px}.foot-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:28px;align-items:flex-start}.foot-brand{max-width:340px}.foot-logo{display:inline-block;background:#fff;padding:9px 13px;border-radius:9px;margin-bottom:15px}.foot-logo img{height:38px;width:auto;display:block}.foot-brand p{color:#7d7e82;font-size:13px}.foot-contact{display:grid;gap:10px}.foot-contact a{display:flex;align-items:center;gap:9px;color:#cdced1;text-decoration:none;font-weight:500}.foot-contact a:hover{color:var(--yellow)}.foot-links{display:flex;flex-direction:column;gap:9px}.foot-links a{color:#cdced1;text-decoration:none;font-weight:500}.foot-links a:hover{color:var(--yellow)}.foot-bottom{margin-top:32px;padding-top:18px;border-top:1px solid #262528;display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;color:#646468;font-size:12px}.mobilebar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);padding:9px 12px;gap:9px;box-shadow:0 -8px 22px -12px #0000004d}.mobilebar .btn{flex:1;padding:14px 8px;font-size:15px}.page-hero{background:var(--ink);color:#fff;padding:62px 0 54px}.page-hero h1{color:#fff;font-size:clamp(30px,4vw,48px);margin:12px 0}.page-hero p{color:#c6c7c9;max-width:640px;font-size:17px;margin:0}.prose{max-width:760px;margin:0 auto}.prose h2{font-size:26px;margin:32px 0 10px}.prose h3{font-size:20px;margin:24px 0 8px}.prose p{margin:0 0 16px;font-size:16.5px;color:var(--text)}.prose ul{margin:0 0 18px 20px}.prose li{margin:7px 0;font-size:16.5px;color:var(--text)}.prose a{color:#1a191d;text-decoration:underline}.svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.svc-card{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:24px;text-decoration:none;color:inherit;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.svc-card:hover{border-color:var(--yellow);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.svc-card h3{font-size:19px;margin-bottom:6px}.svc-card p{font-size:14.5px;color:var(--muted);margin-bottom:12px}.svc-card .more{font-size:13.5px;font-weight:700;color:var(--yellow-d)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:8px}.member{background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px}.member .av{width:52px;height:52px;border-radius:50%;background:var(--ink);color:var(--yellow);font-weight:900;font-size:20px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.member h3{font-size:16.5px;margin-bottom:2px}.member .role{font-size:12.5px;font-weight:700;color:var(--yellow-d);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.member p{font-size:13.5px;color:var(--muted)}.values{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.value h3{font-size:17px;margin-bottom:5px}.value p{font-size:14px;color:var(--muted)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.post-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.post-card .pbody{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}.post-card .date{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}.post-card h3{font-size:18px;margin-bottom:8px;line-height:1.25}.post-card h3 a{text-decoration:none;color:var(--ink)}.post-card h3 a:hover{color:var(--yellow-d)}.post-card p{font-size:14px;color:var(--muted);flex:1}.post-card .more{font-size:13.5px;font-weight:700;color:var(--yellow-d);margin-top:12px}.check-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:11px 26px;margin:8px 0 0}.check-list li{display:flex;gap:11px;align-items:flex-start;font-size:15.5px;color:var(--text)}.check-list svg{flex-shrink:0;margin-top:3px}.financing-note{margin-top:22px;font-size:14px;color:var(--muted);background:var(--soft);border:1px solid var(--line);border-radius:10px;padding:14px 16px}@media (max-width:620px){.check-list{grid-template-columns:1fr}}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:start}.contact-info{display:grid;gap:18px}.info-row{display:flex;gap:13px;align-items:flex-start}.info-row .pin{width:42px;height:42px;border-radius:10px;background:var(--soft);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-row b{display:block;color:var(--ink);font-size:15px;margin-bottom:2px}.info-row a,.info-row span{color:var(--muted);font-size:14.5px;text-decoration:none}.info-row a:hover{color:var(--ink)}.map-embed{margin-top:22px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}.map-embed iframe{display:block;width:100%;height:300px;border:0}@media (max-width:900px){.svc-grid{grid-template-columns:1fr}.team-grid,.values{grid-template-columns:repeat(2,1fr)}.post-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr;gap:30px}}@media (max-width:560px){.team-grid,.values,.post-grid{grid-template-columns:1fr}}.ph-flag{position:absolute;top:10px;left:10px;z-index:5;background:#d68a3a;color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:3px 8px;border-radius:6px}html.js .reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}html.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){html.js .reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media (max-width:1000px){.nav-links{display:none}.hero:before{display:none}.hero-photo{position:relative;inset:auto;height:clamp(200px,44vw,340px);background-position:center 42%}.hero-inner{grid-template-columns:1fr;gap:30px;padding:34px 0 48px;min-height:0}.split{grid-template-columns:1fr;gap:30px}.feat-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr);gap:30px 18px}.promise-band{grid-template-columns:1fr;padding:34px 26px;gap:24px}.gallery{grid-template-columns:repeat(2,1fr)}.rev-grid{grid-template-columns:1fr}}@media (max-width:680px){section{padding:48px 0}.wrap{padding:0 22px}.hero-show .wrap{padding:64px 0}.hero-show h1{font-size:30px}.hero-show .sub{font-size:15px}.nav{height:62px}.logo img{height:38px}.nav-phone .txt,.nav-cta{display:none}.nav-phone .ico{width:42px;height:42px}.hero-inner{padding:24px 0 34px;gap:20px}.hero h1{font-size:25px;margin:10px 0}.hero-sub{font-size:15px}.hero-points{display:none}.hero-cta-row,.hero-cta-row .btn{width:100%}.hero-rating{margin-top:16px}.hero-rating span{font-size:12px}.form-card{padding:22px 16px 20px}.form-card h2{font-size:21px}.form-card .lede{font-size:13px;margin-bottom:15px}.trustbar .wrap{gap:6px 14px;padding:10px 12px}.trust-item{font-size:11px;gap:6px}.trust-item svg{width:13px;height:13px}.trust-item .stars{font-size:10.5px}.trust-divider{display:none}.sec-head{margin-bottom:30px}.sec-head h2{font-size:21px;margin:10px 0 8px}.sec-head p{font-size:13.5px}.eyebrow{font-size:11px}.split{gap:24px}.split h2{font-size:21px}.split .lead{font-size:14.5px}.split-img .badge-float{left:13px;bottom:13px;padding:10px 13px}.split-img .badge-float b{font-size:19px}.why-list{gap:14px;margin-top:18px}.why-list .ic{width:42px;height:42px}.why-list h3{font-size:16px}.why-list p{font-size:13.5px}.feat-grid{grid-template-columns:repeat(2,1fr);gap:11px}.feat{padding:15px 13px;border-radius:9px}.feat .ic{width:40px;height:40px;margin-bottom:10px}.feat h3{font-size:15px}.feat p{font-size:12.5px}.gallery{grid-template-columns:repeat(2,1fr);gap:10px}.tile{border-radius:9px}.tile .cap{font-size:11px;padding:24px 10px 9px;font-weight:700}.steps{grid-template-columns:repeat(2,1fr);gap:28px 11px}.step{padding:24px 15px 18px}.step .n{width:34px;height:34px;font-size:15px;top:-16px;left:15px}.step h3{font-size:15px;margin:10px 0 5px}.step p{font-size:12.5px}.promise-band{padding:26px 18px}.promise-band h2{font-size:22px}.promise-list b{font-size:14px}.rev{padding:18px 16px}.rev.score .big{font-size:46px}.area-list{grid-template-columns:repeat(2,1fr);gap:8px}.city{font-size:13px;padding:9px 10px}.faq summary{padding:16px;font-size:14.5px}.faq .ans{padding:0 16px 17px;font-size:13.5px}.final h2{font-size:23px}.final p{font-size:14px}footer{padding:40px 0 26px}.foot-bottom{font-size:11px}.btn,.btn-lg{font-size:16px;padding:16px 22px}.mobilebar{display:flex}body{padding-bottom:70px}}@media (max-width:380px){.hero h1{font-size:24px}.sec-head h2,.split h2{font-size:22px}.feat-grid{gap:9px}.feat{padding:15px 12px}.btn,.btn-lg{font-size:15px;padding:15px 16px}.mobilebar .btn{font-size:14px}}
