.inm-homepage{position:relative;left:50%;width:100vw;max-width:100vw;margin-left:-50vw;margin-right:-50vw;overflow:clip;--inm-green:#083c2f;--inm-green-2:#0c513f;--inm-lime:#d5ef3d;--inm-ink:#123e34;--inm-muted:#6f847d;--inm-line:#e8eee9;--inm-soft:#f7faf7;--inm-home-width:1280px;--inm-home-gap:70px;color:var(--inm-ink);font-family:inherit;box-sizing:border-box}.inm-homepage *{box-sizing:border-box}.inm-home-block{width:min(var(--inm-home-width),calc(100% - 40px));margin:var(--inm-home-gap) auto}.inm-home-block:first-child{margin-top:20px}.inm-home-block-hero{width:100%;margin-top:14px}.inm-home-block-products{width:100%}.inm-home-block-faq{width:100%}.inm-home-section{width:100%}.inm-home-heading{text-align:center;max-width:850px;margin:0 auto 30px}.inm-home-heading .inm-home-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 13px;border-radius:999px;background:var(--inm-green);color:#fff;font-weight:700;font-size:12px;line-height:1}.inm-home-heading .inm-home-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--inm-lime)}.inm-home-heading h2{margin:14px 0 0;color:var(--inm-green);font-size:clamp(28px,3.2vw,50px);line-height:1.1;font-weight:650;letter-spacing:-.03em}.inm-home-heading p{margin:16px auto 0;max-width:760px;color:var(--inm-muted);font-size:16px;line-height:1.65}.inm-home-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:11px 18px;border-radius:999px;background:var(--inm-green);color:#fff!important;text-decoration:none!important;font-weight:700;font-size:14px;transition:.2s ease}.inm-home-button:hover{transform:translateY(-1px);background:var(--inm-green-2)}.inm-home-button span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--inm-green);font-size:17px}.inm-home-button-lime{background:var(--inm-lime);color:var(--inm-green)!important}.inm-home-button-lime:hover{background:#e1f65e}.inm-home-center{text-align:center;margin-top:28px}

/* Hero */
.inm-home-hero{position:relative;border-radius:0 0 22px 22px;overflow:hidden;min-height:510px;background:linear-gradient(135deg,#052d24,#0b4c3a);box-shadow:0 12px 32px rgba(16,64,48,.09)}.inm-home-hero-track{position:relative;min-height:510px}.inm-home-hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .55s ease;background-size:cover;background-position:center;background-color:#103f33}.inm-home-hero-slide:not([style*="background-image"]){background-image:radial-gradient(circle at 75% 28%,rgba(213,239,61,.24),transparent 30%),linear-gradient(135deg,#0a3d31,#122d29)}.inm-home-hero-slide.is-active{opacity:1;pointer-events:auto;z-index:1}.inm-home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,28,22,.86) 0%,rgba(3,28,22,.7) 36%,rgba(3,28,22,.18) 72%,rgba(3,28,22,.08) 100%)}.inm-home-hero-copy{position:absolute;left:clamp(26px,5vw,72px);top:50%;transform:translateY(-50%);z-index:2;width:min(620px,72%);color:#fff}.inm-home-hero-copy h1{margin:0;font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.04em;font-weight:680;color:#fff}.inm-home-hero-copy p{font-size:clamp(15px,1.5vw,19px);line-height:1.6;color:rgba(255,255,255,.86);max-width:560px;margin:18px 0 24px}.inm-home-slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--inm-green);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.18)}.inm-home-slider-arrow.is-prev{left:16px}.inm-home-slider-arrow.is-next{right:16px}.inm-home-slider-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:7px}.inm-home-slider-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}.inm-home-slider-dots button.is-active{width:26px;border-radius:999px;background:var(--inm-lime)}

/* Benefits */
.inm-home-block-benefits{position:relative;z-index:6}.inm-homepage--complete .inm-home-block-benefits{margin-top:-54px}.inm-home-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 32px}.inm-home-benefit{background:#fff;border:1px solid var(--inm-line);border-radius:14px;padding:28px 26px;box-shadow:0 14px 34px rgba(25,64,51,.09)}.inm-home-benefit .inm-home-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--inm-green);color:var(--inm-lime);margin-bottom:18px}.inm-home-icon svg,.inm-home-stat-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.inm-home-benefit h3{margin:0 0 8px;color:var(--inm-green);font-size:18px}.inm-home-benefit p{margin:0;color:var(--inm-muted);font-size:14px;line-height:1.55}

/* Dynamic platform shortcodes */
.inm-home-dynamic{width:100%;min-width:0}.inm-home-dynamic>*:first-child{margin-top:0}.inm-home-dynamic>*:last-child{margin-bottom:0}.inm-home-admin-note{border:1px dashed #aeb9b4;background:#f7faf8;border-radius:10px;padding:14px;color:#53665f;text-align:center}

/* About */
.inm-home-about{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:center}.inm-home-about-visual,.inm-home-trust-visual{min-height:430px;border-radius:20px;background:radial-gradient(circle at 25% 20%,rgba(213,239,61,.48),transparent 28%),linear-gradient(135deg,#0b4b3a,#eaf4ec);background-size:cover;background-position:center;position:relative;overflow:hidden}.inm-home-about-visual:before,.inm-home-trust-visual:before{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(5,51,39,.02),rgba(5,51,39,.15))}.inm-home-about-float{position:absolute;right:18px;bottom:18px;background:rgba(7,60,47,.94);color:#fff;padding:18px 20px;border-radius:14px;box-shadow:0 16px 30px rgba(0,0,0,.15)}.inm-home-about-float strong{display:block;font-size:20px;color:var(--inm-lime);margin-bottom:4px}.inm-home-about-float span{font-size:12px;color:rgba(255,255,255,.76)}.inm-home-about-copy .inm-home-heading,.inm-home-trust-copy .inm-home-heading{text-align:left;margin:0 0 24px;max-width:none}.inm-home-about-copy .inm-home-heading p,.inm-home-trust-copy .inm-home-heading p{margin-left:0;margin-right:0}.inm-home-about-copy .inm-home-heading h2,.inm-home-trust-copy .inm-home-heading h2{font-size:clamp(30px,3vw,46px)}

/* Products */
.inm-home-products{border-radius:20px;padding:44px;background:linear-gradient(145deg,#06382d,#0b4d3b);position:relative;overflow:hidden}.inm-homepage--complete .inm-home-block-products,.inm-homepage--single .inm-home-block-products,.inm-homepage--complete .inm-home-block-hero,.inm-homepage--single .inm-home-block-hero{margin-left:0;margin-right:0}.inm-home-products:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(213,239,61,.08),transparent 25%),radial-gradient(circle at 90% 80%,rgba(255,255,255,.06),transparent 25%);pointer-events:none}.inm-home-products-head{position:relative;z-index:1}.inm-home-products .inm-home-heading h2,.inm-home-products .inm-home-heading p{color:#fff}.inm-home-products .inm-home-heading p{color:rgba(255,255,255,.72)}.inm-home-products-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inm-home-product-card{display:flex;flex-direction:column;min-width:0;background:#fff;border-radius:14px;overflow:hidden;text-decoration:none!important;color:var(--inm-green)!important;transition:.2s ease}.inm-home-product-card:hover{transform:translateY(-4px)}.inm-home-product-image{aspect-ratio:4/3;background:linear-gradient(145deg,#eef5ed,#dce9df);background-size:cover;background-position:center;position:relative}.inm-home-product-image:not(.has-image):after{content:"iNetMoney";position:absolute;inset:0;display:grid;place-items:center;color:#7f9b90;font-weight:800;letter-spacing:.02em}.inm-home-product-copy{padding:16px}.inm-home-product-copy h3{margin:0 0 7px;font-size:17px;color:var(--inm-green)}.inm-home-product-copy p{margin:0 0 12px;font-size:13px;line-height:1.45;color:var(--inm-muted)}.inm-home-product-copy>span{font-weight:700;font-size:12px;color:var(--inm-green)}

/* Trust */
.inm-home-trust{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:48px;align-items:center}.inm-home-accordion{display:grid;gap:8px;margin:22px 0}.inm-home-accordion details,.inm-home-faq-list details{border:1px solid var(--inm-line);border-radius:12px;background:#fff;overflow:hidden}.inm-home-accordion summary,.inm-home-faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:15px 17px;font-weight:700;color:var(--inm-green)}.inm-home-accordion summary::-webkit-details-marker,.inm-home-faq-list summary::-webkit-details-marker{display:none}.inm-home-accordion summary b,.inm-home-faq-list summary b{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#f2f6ed;font-size:20px;font-weight:500;flex:none}.inm-home-accordion details[open] summary,.inm-home-faq-list details[open] summary{background:var(--inm-green);color:#fff}.inm-home-accordion details[open] summary b,.inm-home-faq-list details[open] summary b{background:#1a684e;color:var(--inm-lime);transform:rotate(45deg)}.inm-home-accordion details p,.inm-home-faq-list details p{margin:0;padding:0 17px 17px;color:var(--inm-muted);font-size:14px;line-height:1.6}

/* Stats */
.inm-home-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.inm-home-stat{text-align:center;padding:22px 12px}.inm-home-stat-icon{width:46px;height:46px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;border:1px solid #d7e4d8;color:var(--inm-green)}.inm-home-stat strong{display:block;font-size:clamp(30px,3vw,46px);color:var(--inm-green);line-height:1}.inm-home-stat span{display:block;margin-top:7px;color:var(--inm-muted);font-size:13px}

/* Testimonial */
.inm-home-testimonial{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);min-height:390px;border-radius:20px;overflow:hidden;background:#f5f8f6}.inm-home-testimonial-person{background:radial-gradient(circle at 40% 30%,#d8ef8f,transparent 20%),linear-gradient(145deg,#dcebe3,#a8c4b6);background-size:cover;background-position:center}.inm-home-testimonial-copy{padding:50px 56px;display:flex;flex-direction:column;justify-content:center;position:relative}.inm-home-rating{font-size:16px;letter-spacing:2px;color:#9cb520;margin-bottom:18px}.inm-home-quote-mark{font-size:82px;line-height:.5;color:var(--inm-lime);font-weight:700;position:absolute;right:46px;top:46px}.inm-home-testimonial blockquote{margin:0 0 24px;font-size:clamp(20px,2vw,28px);line-height:1.5;color:var(--inm-green);max-width:750px}.inm-home-testimonial-copy>strong{color:var(--inm-green)}.inm-home-testimonial-copy>span{color:var(--inm-muted);font-size:13px;margin-top:4px}

/* FAQ */
.inm-home-faq{background:#fbfcf8;border-top:1px solid #edf1e9;border-bottom:1px solid #edf1e9;border-left:0;border-right:0;border-radius:0;padding:64px 0 70px;position:relative;overflow:hidden;isolation:isolate}.inm-home-faq:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,66,50,.038) 1px,transparent 1px),linear-gradient(rgba(9,66,50,.038) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;z-index:-1}.inm-home-faq:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgba(8,60,47,.025));pointer-events:none;z-index:-1}.inm-home-faq-head,.inm-home-faq-grid{width:min(var(--inm-home-width),calc(100% - 64px));margin-left:auto;margin-right:auto}.inm-home-faq-head .inm-home-heading{max-width:800px;margin-bottom:36px}.inm-home-faq-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(410px,.98fr);gap:34px;align-items:center}.inm-home-faq-list{display:grid;gap:15px;align-content:center}.inm-home-faq-list details{border:0;border-radius:10px;background:#fff;overflow:hidden;box-shadow:0 7px 26px rgba(18,62,52,.055);transition:transform .38s cubic-bezier(.2,.75,.25,1),box-shadow .38s ease}.inm-home-faq-list details:not([open]):hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(18,62,52,.1)}.inm-home-faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;padding:18px 20px;font-weight:700;font-size:16px;line-height:1.35;color:var(--inm-green);transition:background-color .35s ease,color .35s ease}.inm-home-faq-list summary::-webkit-details-marker{display:none}.inm-home-faq-list summary span{transition:transform .35s cubic-bezier(.2,.75,.25,1)}.inm-home-faq-list details:not([open]) summary:hover span{transform:translateX(4px)}.inm-home-faq-list summary b{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f2f6ed;color:var(--inm-green);font-size:23px;line-height:1;font-weight:500;flex:none;transition:transform .38s cubic-bezier(.2,.75,.25,1),background-color .35s ease,color .35s ease}.inm-home-faq-list details[open] summary{background:var(--inm-green);color:var(--inm-lime)}.inm-home-faq-list details[open] summary b{background:#126247;color:var(--inm-lime);transform:rotate(45deg)}.inm-home-faq-list details p{margin:0;padding:0 20px 20px;color:var(--inm-muted);font-size:14px;line-height:1.7;background:#fff}.inm-home-faq-list details[open] p{animation:inmFaqSlideDown .46s cubic-bezier(.2,.75,.25,1) both}.inm-home-faq-visual{min-height:500px;border-radius:20px;background:linear-gradient(145deg,#e3eee6,#b5d1c2);background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:0 13px 34px rgba(18,62,52,.08);transition:transform .5s cubic-bezier(.2,.75,.25,1),box-shadow .5s ease}.inm-home-faq-visual:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(18,62,52,.13)}.inm-home-faq-visual.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(4,39,30,.08));pointer-events:none}.inm-home-faq-question{position:absolute;z-index:4;right:24px;top:24px;width:78px;height:70px;border-radius:50% 50% 48% 46%;background:rgba(255,255,255,.94);border:2px solid var(--inm-green);display:grid;place-items:center;font-size:47px;line-height:1;color:var(--inm-lime);font-weight:800;filter:drop-shadow(0 8px 16px rgba(18,62,52,.08));animation:inmFaqFloat 4s ease-in-out infinite}.inm-home-faq-question:after{content:"";position:absolute;width:17px;height:17px;right:5px;bottom:-8px;background:rgba(255,255,255,.96);border-right:2px solid var(--inm-green);border-bottom:2px solid var(--inm-green);transform:rotate(40deg);border-radius:0 0 5px 0}.inm-home-faq-question:before{content:"";position:absolute;width:10px;height:10px;border:2px solid var(--inm-green);border-radius:50%;right:2px;bottom:-29px;background:#fbfcf8}.inm-home-faq-cta{position:absolute;z-index:5;left:18px;bottom:18px;width:min(350px,calc(100% - 36px));background:var(--inm-green);border-radius:16px;padding:28px 26px;color:#fff;box-shadow:0 16px 34px rgba(4,39,30,.18);transition:transform .5s cubic-bezier(.2,.75,.25,1),box-shadow .5s ease}.inm-home-faq-visual:hover .inm-home-faq-cta{transform:translateY(-5px);box-shadow:0 22px 40px rgba(4,39,30,.23)}.inm-home-faq-cta h3{margin:0 0 18px;color:#fff;font-size:26px;line-height:1.25;font-weight:650}.inm-home-faq-cta a{display:inline-flex;align-items:center;gap:12px;background:var(--inm-lime);color:var(--inm-green)!important;text-decoration:none!important;border-radius:999px;padding:10px 13px 10px 17px;font-weight:700;position:relative;overflow:hidden;isolation:isolate;transition:transform .5s ease,box-shadow .5s ease}.inm-home-faq-cta a:before{content:"";position:absolute;inset:0;background:#eefb82;transform:translateX(-105%);transition:transform .5s cubic-bezier(.2,.75,.25,1);z-index:-1}.inm-home-faq-cta a:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(0,0,0,.12)}.inm-home-faq-cta a:hover:before{transform:translateX(0)}.inm-home-faq-cta a>span{display:block;position:relative;overflow:hidden;width:30px;height:30px;border-radius:50%;background:#fff;font-size:0;flex:none}.inm-home-faq-cta a>span:before,.inm-home-faq-cta a>span:after{content:"↗";position:absolute;inset:0;display:grid;place-items:center;font-size:17px;color:var(--inm-green);transition:transform .34s cubic-bezier(.2,.75,.25,1)}.inm-home-faq-cta a>span:before{transform:translateX(0)}.inm-home-faq-cta a>span:after{transform:translateX(-150%)}.inm-home-faq-cta a:hover>span:before{transform:translateX(150%)}.inm-home-faq-cta a:hover>span:after{transform:translateX(0)}.inm-home-faq.inm-motion-ready .inm-home-faq-head,.inm-home-faq.inm-motion-ready .inm-home-faq-list details,.inm-home-faq.inm-motion-ready .inm-home-faq-visual{opacity:0;transform:translateY(22px)}.inm-home-faq.inm-motion-ready .inm-home-faq-list details{transition:opacity .62s ease,transform .62s cubic-bezier(.2,.75,.25,1),box-shadow .38s ease;transition-delay:calc(var(--inm-faq-i,0)*75ms)}.inm-home-faq.inm-motion-ready.inm-is-visible .inm-home-faq-head,.inm-home-faq.inm-motion-ready.inm-is-visible .inm-home-faq-list details,.inm-home-faq.inm-motion-ready.inm-is-visible .inm-home-faq-visual{opacity:1;transform:translateY(0)}.inm-home-faq.inm-motion-ready .inm-home-faq-head{transition:opacity .6s ease,transform .6s cubic-bezier(.2,.75,.25,1)}.inm-home-faq.inm-motion-ready .inm-home-faq-visual{transition:opacity .7s .12s ease,transform .7s .12s cubic-bezier(.2,.75,.25,1),box-shadow .5s ease}@keyframes inmFaqSlideDown{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}@keyframes inmFaqFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}

/* News */
.inm-home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.inm-home-news-card{border:1px solid var(--inm-line);border-radius:14px;overflow:hidden;background:#fff}.inm-home-news-image{display:block;aspect-ratio:16/9;background:#edf4ee;overflow:hidden}.inm-home-news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.inm-home-news-card:hover .inm-home-news-image img{transform:scale(1.03)}.inm-home-news-image>span{height:100%;display:grid;place-items:center;color:#739083}.inm-home-news-image svg{width:44px;height:44px;fill:none;stroke:currentColor;stroke-width:1.5}.inm-home-news-copy{padding:16px}.inm-home-news-copy time{font-size:11px;color:#8a9a94}.inm-home-news-copy h3{margin:6px 0 8px;font-size:18px;line-height:1.25}.inm-home-news-copy h3 a{color:var(--inm-green)!important;text-decoration:none!important}.inm-home-news-copy p{margin:0 0 12px;color:var(--inm-muted);font-size:13px;line-height:1.5}.inm-home-news-link{font-size:12px;font-weight:700;color:var(--inm-green)!important;text-decoration:none!important}

/* Brands */
.inm-home-brands{text-align:center}.inm-home-brands h2{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#7d918a;margin:0 0 16px}.inm-home-brand-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.inm-home-brand-row a,.inm-home-brand-row span{height:54px;min-width:130px;padding:10px 18px;border:1px solid var(--inm-line);border-radius:10px;background:#f7f9f1;display:flex;align-items:center;justify-content:center}.inm-home-brand-row img{max-width:100px;max-height:28px;object-fit:contain;filter:saturate(.7)}

@media(max-width:1024px){.inm-home-block{width:min(var(--inm-home-width),calc(100% - 28px))}.inm-home-block-hero,.inm-home-block-products,.inm-home-block-faq{width:100%}.inm-home-hero{min-height:460px}.inm-home-hero-track{min-height:460px}.inm-home-benefits{padding:0 18px;gap:12px}.inm-home-benefit{padding:22px 18px}.inm-home-about,.inm-home-trust{gap:28px}.inm-home-products{padding:32px 24px}.inm-home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inm-home-faq{padding:48px 0 52px}.inm-home-faq-head,.inm-home-faq-grid{width:calc(100% - 36px)}.inm-home-faq-grid{grid-template-columns:1fr 1fr;gap:22px}.inm-home-faq-visual{min-height:460px}.inm-home-testimonial-copy{padding:40px}}
@media(max-width:760px){.inm-homepage{--inm-home-gap:42px!important}.inm-home-block{width:calc(100% - 16px);margin:var(--inm-home-gap) auto}.inm-home-block-hero,.inm-home-block-products,.inm-home-block-faq{width:100%}.inm-home-block:first-child{margin-top:8px}.inm-home-block-hero{width:100%;margin-top:0}.inm-home-heading{margin-bottom:22px;padding:0 6px}.inm-home-heading h2{font-size:30px}.inm-home-heading p{font-size:14px}.inm-home-hero{min-height:470px;border-radius:0 0 18px 18px}.inm-home-hero-track{min-height:470px}.inm-home-hero-slide{background-position:center}.inm-home-hero-overlay{background:linear-gradient(0deg,rgba(3,28,22,.9) 0%,rgba(3,28,22,.48) 64%,rgba(3,28,22,.2) 100%)}.inm-home-hero-copy{left:18px;right:18px;top:auto;bottom:54px;transform:none;width:auto}.inm-home-hero-copy h1{font-size:38px;max-width:95%}.inm-home-hero-copy p{font-size:14px;margin:12px 0 18px}.inm-home-slider-arrow{display:none}.inm-home-slider-dots{bottom:16px}.inm-home-block-benefits{width:calc(100% - 16px)}.inm-homepage--complete .inm-home-block-benefits{margin-top:-28px}.inm-home-benefits{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 2px 8px;gap:10px}.inm-home-benefit{flex:0 0 84%;scroll-snap-align:start;padding:20px 18px}.inm-home-benefit .inm-home-icon{width:44px;height:44px;margin-bottom:12px}.inm-home-benefit h3{font-size:16px}.inm-home-benefit p{font-size:13px}.inm-home-about,.inm-home-trust{grid-template-columns:1fr;gap:20px}.inm-home-about-visual,.inm-home-trust-visual{min-height:300px}.inm-home-about-copy .inm-home-heading,.inm-home-trust-copy .inm-home-heading{text-align:left;padding:0}.inm-home-about-copy .inm-home-heading h2,.inm-home-trust-copy .inm-home-heading h2{font-size:29px}.inm-home-products{border-radius:16px;padding:28px 14px}.inm-home-products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px}.inm-home-product-card{flex:0 0 78%;scroll-snap-align:start}.inm-home-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.inm-home-stat{padding:18px 8px}.inm-home-testimonial{grid-template-columns:1fr;min-height:0}.inm-home-testimonial-person{min-height:300px}.inm-home-testimonial-copy{padding:28px 20px 32px}.inm-home-quote-mark{right:18px;top:26px;font-size:64px}.inm-home-testimonial blockquote{font-size:20px}.inm-home-faq{border-radius:0;padding:34px 0 12px}.inm-home-faq-head,.inm-home-faq-grid{width:calc(100% - 16px)}.inm-home-faq-head .inm-home-heading{padding:0 10px}.inm-home-faq-grid{grid-template-columns:1fr;gap:14px}.inm-home-faq-list{gap:10px}.inm-home-faq-list summary{padding:14px;font-size:14px}.inm-home-faq-list summary b{width:34px;height:34px}.inm-home-faq-list details p{padding:0 14px 15px;font-size:13px}.inm-home-faq-visual{min-height:390px;border-radius:16px}.inm-home-faq-question{width:62px;height:56px;font-size:37px;right:14px;top:14px}.inm-home-faq-question:before{bottom:-25px}.inm-home-faq-cta{left:12px;bottom:12px;width:calc(100% - 24px);padding:20px}.inm-home-faq-cta h3{font-size:21px}.inm-home-news-grid{grid-template-columns:1fr;gap:14px}.inm-home-brand-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.inm-home-brand-row a,.inm-home-brand-row span{min-width:0;height:50px}}
@media(prefers-reduced-motion:reduce){.inm-home-hero-slide,.inm-home-product-card,.inm-home-news-image img,.inm-home-button,.inm-home-faq *{transition:none!important;animation:none!important}.inm-home-faq.inm-motion-ready .inm-home-faq-head,.inm-home-faq.inm-motion-ready .inm-home-faq-list details,.inm-home-faq.inm-motion-ready .inm-home-faq-visual{opacity:1!important;transform:none!important}}
