:root{--navy:#061b3b;--ink:#07172f;--slate:#5b6b82;--line:#dbe5f2;--soft:#f4f8fc;--cyan:#22d3ee;--green:#34d399;--white:#fff;--shadow:0 24px 70px rgba(6,27,59,.14)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:#030f22f0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.1)}.header-inner{height:80px;display:flex;align-items:center;gap:24px}.brand img{width:210px}.nav-menu{margin-left:auto;display:flex;align-items:center;gap:25px;color:#e5edf8;font-size:.94rem;font-weight:800}.nav-menu a{transition:.2s}.nav-menu a:hover{color:var(--cyan)}.menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:transparent;place-items:center;gap:4px}.menu-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:20px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:900;border:1px solid transparent;transition:.2s;white-space:nowrap}.btn:hover{transform:translateY(-2px)}.btn-green{background:var(--green);color:#041524}.btn-dark{background:#07172f;color:#fff}.btn-ghost{border-color:#ffffff3d;background:#ffffff14;color:#fff}.hero{min-height:calc(100vh - 80px);display:grid;align-items:center;position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#061b3b,#07111f 52%,#0b304e);color:#fff;padding:88px 0}.hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 24% 18%,rgba(34,211,238,.16),transparent 32%),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:auto,48px 48px,48px 48px}.hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:58px;align-items:center}.hero-grid-simple{grid-template-columns:minmax(0,920px);justify-content:center;text-align:center}.hero-grid-simple .hero-copy p{margin-left:auto;margin-right:auto}.hero-grid-simple .hero-actions{justify-content:center}.eyebrow,.section-kicker{display:inline-flex;margin-bottom:15px;color:#0891b2;font-size:.75rem;font-weight:950;text-transform:uppercase;letter-spacing:.22em}.eyebrow{color:#b9f7ff;background:#22d3ee1a;border:1px solid rgba(34,211,238,.22);border-radius:999px;padding:9px 13px;letter-spacing:0;text-transform:none}.section-kicker.light{color:#a7f3d0}h1,h2,h3{letter-spacing:0;line-height:1.05}h1{font-size:clamp(2.8rem,6vw,6.5rem);max-width:900px;font-weight:950}h2{font-size:clamp(2.1rem,4vw,4.8rem);font-weight:950}h3{font-size:1.55rem;font-weight:950}.hero-copy p,.section-title p,.split p,.commercial p{margin-top:22px;color:#cad5e6;font-size:1.1rem;line-height:1.85;max-width:700px}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}.section{padding:92px 0}.muted{background:var(--soft)}.dark{background:#07172f;color:#fff}.products-hero{padding:130px 0 76px;background:linear-gradient(135deg,#061b3b,#07111f 58%,#0b304e);color:#fff}.products-hero h1{max-width:980px}.products-hero p{margin-top:22px;max-width:760px;color:#cad5e6;font-size:1.1rem;line-height:1.85}.products-page-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.equal-product-card{display:flex;min-height:100%;flex-direction:column;gap:0}.equal-product-card ul{margin-top:0;padding-top:20px}.section-title{text-align:center;max-width:850px;margin:0 auto 46px}.section-title p{color:var(--slate)}.split{display:grid;grid-template-columns:.86fr 1fr;gap:54px;align-items:center}.split.reverse{grid-template-columns:1fr .86fr}.split p{color:var(--slate)}.soft-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 12px 35px #061b3b0f}.soft-card p{margin:0;color:#334155;font-size:1.14rem}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.stat-grid div{background:var(--soft);border-radius:13px;padding:18px}.stat-grid b{display:block;font-size:2rem;font-weight:950}.stat-grid span{font-size:.85rem;color:var(--slate);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{position:relative;display:flex;flex-direction:column;min-height:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 12px 35px #061b3b0f;transition:.24s;overflow:hidden}.product-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#34d399,#22d3ee);opacity:.85}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card-featured{border-color:#a5f3fc}.product-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;margin-bottom:22px;color:#041524}.product-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.product-icon-green{background:linear-gradient(135deg,#34d399,#22d3ee)}.product-icon-lime{background:linear-gradient(135deg,#bef264,#10b981)}.product-icon-violet{background:linear-gradient(135deg,#c4b5fd,#22d3ee)}.product-icon-navy{background:linear-gradient(135deg,#22d3ee,#0f172a);color:#fff}.product-icon-amber{background:linear-gradient(135deg,#fde68a,#fb923c)}.product-icon-blue{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff}.product-card small{display:block;color:#64748b;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.16em;line-height:1.55;min-height:2.25em}.product-card h3{margin-top:10px}.product-card p{margin-top:14px;color:var(--slate)}.product-card ul{display:grid;gap:9px;margin-top:0;padding-top:22px;list-style:none}.product-card li{position:relative;padding-left:24px;font-size:.92rem;font-weight:700;color:#334155}.product-card li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:950}.product-link{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;border-radius:999px;background:#07172f;color:#fff;padding:12px 16px;font-size:.9rem;font-weight:950;transition:.2s}.product-link:hover{background:#0f7490;transform:translateY(-2px)}.fit-segments{padding:70px 0;background:var(--soft);border-block:1px solid var(--line)}.segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.segment-grid div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;font-weight:950;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.church-segments{padding:70px 0;background:var(--soft);border-block:1px solid var(--line)}.church-segment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.church-segment-grid div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;font-weight:950;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.church-segment-grid div:before{content:"+";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e0f2fe;color:#0369a1;margin-right:10px;font-weight:950}.fleet-erp-segments{padding:70px 0;background:var(--soft);border-block:1px solid var(--line)}.fleet-erp-segment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.fleet-erp-segment-grid div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;font-weight:950;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.fleet-erp-segment-grid div:before{content:"OS";display:inline-grid;place-items:center;width:30px;height:22px;border-radius:999px;background:#dbeafe;color:#1d4ed8;margin-right:10px;font-size:.68rem;font-weight:950}.solution-grid,.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.solution-grid div,.benefit-grid div,.tag-grid span{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;font-weight:900;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.solution-grid div:hover{border-color:#67e8f9;background:#ecfeff}.seo-section{background:#fff}.seo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.seo-grid article,.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 35px #061b3b0d}.seo-grid h3{font-size:1.22rem}.seo-grid p{margin-top:12px;color:var(--slate)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-grid summary{cursor:pointer;font-size:1rem;font-weight:950;color:#12213a}.faq-grid p{margin-top:12px;color:var(--slate)}.lead-highlight p,.commercial p{color:#cbd5e1}.pipeline{display:grid;gap:12px}.pipeline div{display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;border-radius:16px;padding:16px;font-weight:950}.pipeline span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#041524}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:20px}.mini-grid div{background:#fff;border-radius:14px;padding:22px}.mini-grid b{display:block}.mini-grid span{display:block;margin-top:8px;color:var(--slate)}.tag-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.tag-grid span:before{content:"✦";color:#10b981;margin-right:10px}.audience{padding:70px 0;background:var(--soft);border-block:1px solid var(--line)}.pill-wrap{display:flex;flex-wrap:wrap;gap:10px}.pill-wrap span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;color:#334155}.commercial{padding:82px 0}.commercial-grid{display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center}.commercial-actions{display:grid;gap:12px}.contact-list{display:grid;gap:12px;margin-top:28px}.contact-list a{font-weight:900;color:#0f7490}.contact-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:24px}.contact-form label{font-size:.9rem;font-weight:950;color:#1e293b}.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:8px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:13px 14px;outline:none;color:#12213a}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#0891b2}.contact-form .full{grid-column:1/-1}.site-footer{background:#030f22;color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .9fr;gap:40px;padding:52px 0}.site-footer img{width:235px;margin-bottom:18px}.site-footer p{color:#b8c6dc;max-width:430px}.site-footer h3{margin-bottom:14px;color:#34d399}.site-footer a{display:block;color:#d6e1f0;margin:9px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px;text-align:center;color:#94a3b8;font-size:.9rem}.whatsapp-float{position:fixed;right:22px;bottom:20px;z-index:60;background:#25d366;color:#fff;border-radius:999px;padding:14px 18px;font-weight:950;box-shadow:0 16px 35px #25d36659}.lead-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#041129,#07172f 48%,#0c384f);color:#fff;padding:92px 0}.lead-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 74% 12%,rgba(52,211,153,.22),transparent 30%),radial-gradient(circle at 18% 22%,rgba(34,211,238,.18),transparent 28%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px}.lead-hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:44px;align-items:center}.lead-hero-copy h1{font-size:clamp(2.55rem,5.2vw,5.6rem);font-weight:950;max-width:780px}.lead-hero-copy p{margin-top:22px;max-width:620px;color:#cbd5e1;font-size:1.12rem;line-height:1.85}.lead-app-shell{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#f8fafc;color:#07172f;box-shadow:0 30px 90px #00000052;overflow:hidden;transform:rotate(.7deg)}.lead-app-topbar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dbe5f2;background:#fff;padding:18px 20px}.lead-app-topbar strong{font-size:1.35rem}.lead-app-topbar span{color:#64748b;font-weight:700}.lead-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px}.lead-kpi-grid div{background:#fff;border:1px solid #dbe5f2;border-radius:12px;padding:16px}.lead-kpi-grid span{display:block;color:#64748b;font-size:.78rem;font-weight:900}.lead-kpi-grid strong{display:block;margin-top:6px;font-size:1.55rem;color:#08214a}.lead-dashboard-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;padding:0 14px 14px}.lead-panel{min-height:236px;background:#fff;border:1px solid #dbe5f2;border-radius:14px;padding:16px}.lead-panel-title{font-weight:950;margin-bottom:16px}.lead-bars{height:170px;display:flex;align-items:end;gap:12px;border-left:2px solid #cbd5e1;border-bottom:2px solid #cbd5e1;padding-left:10px}.lead-bars span{position:relative;flex:1;border-radius:6px 6px 0 0;background:#164aa8;min-height:24px}.lead-bars b{position:absolute;left:50%;bottom:-28px;transform:translate(-50%);font-size:.68rem;color:#64748b}.lead-ranking{display:grid;gap:10px;list-style:none}.lead-ranking li{display:flex;justify-content:space-between;gap:12px;border-radius:10px;background:#f4f8fc;padding:11px 12px;color:#0f2242}.lead-ranking b{color:#164aa8}.lead-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lead-feature-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 35px #061b3b0f;transition:.24s}.lead-feature-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.lead-feature-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;margin-bottom:22px;background:linear-gradient(135deg,#34d399,#22d3ee);font-weight:950;color:#041524}.lead-feature-grid h3{font-size:1.22rem}.lead-feature-grid p{margin-top:12px;color:var(--slate)}.lead-workflow{background:#fff}.lead-split{display:grid;grid-template-columns:.88fr 1.12fr;gap:44px;align-items:center}.lead-split.reverse{grid-template-columns:1.08fr .92fr}.lead-split p{margin-top:20px;color:var(--slate);font-size:1.08rem;line-height:1.8}.lead-stage-list{display:grid;gap:12px;margin-top:28px}.lead-stage-list div{display:flex;gap:13px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px 16px;box-shadow:0 8px 20px #061b3b0d}.lead-stage-list b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#07172f;color:#34d399}.lead-pipeline-card{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#f8fafc,#eef7fb);padding:18px}.lead-pipeline-column{display:grid;align-content:start;gap:10px;min-height:330px;border-radius:16px;background:#fff;padding:16px;box-shadow:0 10px 25px #061b3b0d}.lead-pipeline-column strong{color:#0f2242}.lead-pipeline-column span{display:block;border:1px solid #dbe5f2;border-radius:12px;padding:12px;color:#334155;font-weight:800;background:#f8fafc}.lead-pdf-card{border-radius:22px;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:0 24px 70px #061b3b1f}.lead-pdf-header{display:flex;justify-content:space-between;align-items:center;background:#0b2c89;color:#fff;padding:22px 26px}.lead-pdf-header span{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#fff,#dbeafe)}.lead-pdf-header b,.lead-pdf-header small{display:block;text-align:right}.lead-pdf-body{padding:26px}.lead-pdf-box{border:2px solid #7db2ff;border-radius:12px;padding:18px;margin-bottom:20px}.lead-pdf-box h3{color:#5c9cff;font-size:1.35rem}.lead-pdf-box p{margin:7px 0 0;color:#334155;font-size:.9rem}.lead-pdf-body h4{text-transform:uppercase;color:#0b2c89;margin:20px 0 12px}.lead-pdf-lines{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.lead-pdf-lines span{height:11px;border-radius:999px;background:#e2e8f0}.lead-pdf-table{display:grid;grid-template-columns:1.4fr .5fr .8fr;gap:1px;background:#dbe5f2;border-radius:10px;overflow:hidden}.lead-pdf-table>*{background:#fff;padding:10px;font-size:.82rem}.lead-pdf-table b{background:#0b2c89;color:#fff}.lead-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.lead-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:#334155}.fit-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#041524,#082f2d 48%,#0f5134);color:#fff;padding:92px 0}.fit-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 72% 16%,rgba(190,242,100,.28),transparent 28%),radial-gradient(circle at 18% 22%,rgba(34,211,238,.16),transparent 30%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,44px 44px,44px 44px}.fit-hero-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:44px;align-items:center}.fit-hero-copy h1{font-size:clamp(2.5rem,5vw,5.4rem);font-weight:950;max-width:780px}.fit-hero-copy p{margin-top:22px;max-width:640px;color:#d9fbe8;font-size:1.12rem;line-height:1.85}.fit-console{border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#eef4f8;color:#07172f;box-shadow:0 30px 90px #00000052;overflow:hidden;transform:rotate(-.6deg)}.fit-console-head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;background:#fff;border-bottom:1px solid #dbe5f2}.fit-console-head strong,.fit-console-head span{display:block}.fit-console-head strong{font-size:1.35rem}.fit-console-head span{color:#52627a;font-size:.9rem}.fit-console-head b{color:#94a3b8}.fit-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:14px}.fit-metric-grid div{position:relative;background:#fff;border:1px solid #dbe5f2;border-radius:12px;padding:16px}.fit-metric-grid div:after{content:"";position:absolute;right:14px;top:14px;width:30px;height:30px;border-radius:50%;background:#dcfce7}.fit-metric-grid div:nth-child(2):after{background:#ffe4ec}.fit-metric-grid div:nth-child(3):after{background:#e0e7ff}.fit-metric-grid div:nth-child(4):after{background:#fef3c7}.fit-metric-grid span{display:block;color:#64748b;font-size:.76rem;font-weight:900}.fit-metric-grid strong{display:block;margin-top:8px;font-size:1.55rem;color:#111827}.fit-metric-grid small{display:block;margin-top:8px;color:#059669;font-weight:900}.fit-metric-grid .danger{color:#ef4444}.fit-console-bottom{display:grid;grid-template-columns:1.3fr .72fr;gap:14px;padding:0 14px 14px}.fit-check-bars,.fit-donut{background:#fff;border:1px solid #dbe5f2;border-radius:14px;padding:16px}.fit-check-bars h3,.fit-donut h3{font-size:1rem;margin-bottom:15px}.fit-check-bars div{display:grid;grid-template-columns:58px 1fr 24px;align-items:center;gap:10px;margin:13px 0}.fit-check-bars span{color:#52627a;font-size:.82rem}.fit-check-bars b{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#2563eb,#60a5fa)}.fit-check-bars strong{font-size:.9rem}.fit-donut-ring{display:grid;place-items:center;width:138px;height:138px;margin:10px auto 14px;border-radius:50%;background:conic-gradient(#2563eb 0 75%,#ff4d62 75% 88%,#94a3b8 88% 100%)}.fit-donut-ring span{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;background:#fff;font-size:1.35rem;font-weight:950}.fit-donut p{display:flex;align-items:center;gap:8px;color:#52627a;margin:8px 0}.fit-donut p b{width:9px;height:9px;border-radius:50%;background:#2563eb}.fit-donut p b.red{background:#ff4d62}.fit-donut p b.gray{background:#94a3b8}.fit-donut p strong{margin-left:auto;color:#07172f}.fit-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.fit-feature-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 35px #061b3b0f;transition:.24s}.fit-feature-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.fit-feature-grid span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;margin-bottom:22px;background:linear-gradient(135deg,#bef264,#10b981);font-weight:950;color:#041524}.fit-feature-grid h3{font-size:1.22rem}.fit-feature-grid p{margin-top:12px;color:var(--slate)}.fit-split{display:grid;grid-template-columns:1.04fr .96fr;gap:44px;align-items:center}.fit-split.reverse{grid-template-columns:.9fr 1.1fr}.fit-split p{margin-top:20px;color:var(--slate);font-size:1.08rem;line-height:1.8}.fit-kiosk{border:1px solid var(--line);border-radius:22px;background:#fff;padding:34px;box-shadow:0 24px 70px #061b3b1a;text-align:center}.fit-kiosk>span{display:inline-flex;border:1px solid #99f6e4;background:#f0fdfa;border-radius:6px;padding:7px 12px;font-weight:900;color:#047857}.fit-kiosk h2{margin-top:24px;font-size:clamp(3.2rem,7vw,5.2rem)}.fit-kiosk p{margin:12px auto 22px;color:#64748b}.fit-pin{border:2px solid #cfe4dc;border-radius:10px;padding:22px;font-size:2.65rem;font-weight:950;letter-spacing:.28em;color:#6b7280}.fit-keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:16px}.fit-keypad b{border:1px solid #cfe4dc;border-radius:16px;padding:17px;background:linear-gradient(180deg,#fff,#f8fafc);font-size:1.55rem}.fit-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.fit-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:900;color:#334155}.fit-stage-list{display:grid;gap:12px;margin-top:28px}.fit-stage-list div{display:flex;gap:13px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px 16px;box-shadow:0 8px 20px #061b3b0d}.fit-stage-list b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#052e2b;color:#bef264}.fit-table-card{border:1px solid var(--line);border-radius:22px;background:#fff;padding:18px;box-shadow:0 24px 70px #061b3b1a}.fit-tabs{display:flex;align-items:center;gap:10px;margin-bottom:14px}.fit-tabs b,.fit-tabs span,.fit-tabs button{border:1px solid var(--line);border-radius:8px;padding:11px 13px;background:#f8fafc;font-weight:900}.fit-tabs button{margin-left:auto;background:#2563eb;color:#fff;border-color:#2563eb}.fit-money-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.fit-money-grid div{border:1px solid var(--line);border-radius:12px;padding:16px}.fit-money-grid span{display:block;color:#64748b;font-size:.78rem;font-weight:900}.fit-money-grid strong{display:block;margin-top:7px;font-size:1.5rem}.fit-money-grid .green{color:#059669}.fit-money-grid .red{color:#ef4444}.fit-table{border:1px solid var(--line);border-radius:14px;overflow:hidden}.fit-table div{display:grid;grid-template-columns:1fr 1.2fr .8fr .8fr;gap:10px;align-items:center;padding:13px;border-bottom:1px solid var(--line)}.fit-table div:last-child{border-bottom:0}.fit-table div:first-child{background:#f8fafc;text-transform:uppercase;font-size:.72rem;color:#334155}.fit-table span{font-weight:700}.fit-table em{justify-self:start;border-radius:6px;background:#e2e8f0;padding:6px 9px;font-style:normal;font-weight:900;color:#475569}.fit-table em.paid{background:#dcfce7;color:#047857}.erp-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#041129,#07172f,#112f5e);color:#fff;padding:92px 0}.erp-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 72% 14%,rgba(34,211,238,.22),transparent 30%),radial-gradient(circle at 18% 20%,rgba(59,130,246,.2),transparent 28%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px}.erp-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center}.erp-hero-copy h1{font-size:clamp(2.55rem,5.2vw,5.6rem);font-weight:950;max-width:780px}.erp-hero-copy p{margin-top:22px;max-width:650px;color:#dbeafe;font-size:1.12rem;line-height:1.85}.erp-command{display:grid;grid-template-columns:174px 1fr;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#f4f8fc;color:#07172f;box-shadow:0 30px 90px #00000057;overflow:hidden;transform:rotate(.45deg)}.erp-sidebar{background:#fff;border-right:1px solid #dbe5f2;padding:18px 12px}.erp-mini-logo{display:flex;align-items:center;gap:8px;margin-bottom:22px;color:#164aa8;font-size:.72rem}.erp-mini-logo span{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle,#fff 18%,#f59e0b 19% 33%,#2563eb 34%)}.erp-sidebar nav{display:grid;gap:7px}.erp-sidebar strong,.erp-sidebar span,.erp-sidebar b{border-radius:9px;padding:9px 10px;font-size:.78rem}.erp-sidebar strong{background:#eef4fb}.erp-sidebar span{background:#f4f8fc;margin-left:18px}.erp-sidebar b{font-weight:800}.erp-screen{padding:18px}.erp-screen-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.erp-screen-head strong{display:block;font-size:1.15rem}.erp-screen-head span{display:block;margin-top:4px;color:#52627a;font-size:.82rem}.erp-screen-head button{align-self:start;border:0;border-radius:8px;background:#07172f;color:#fff;padding:10px 13px;font-weight:900}.erp-risk-grid{display:grid;grid-template-columns:1.1fr .88fr .88fr;gap:12px;margin-bottom:12px}.erp-risk-grid div,.erp-ops-grid div{border:1px solid #dbe5f2;border-radius:12px;background:#fff;padding:16px}.erp-risk-grid .danger{background:#fff1f2;border-color:#fda4af}.erp-risk-grid .ok{background:#ecfdf5;border-color:#86efac}.erp-risk-grid .warn{background:#fffbeb;border-color:#fcd34d}.erp-risk-grid span,.erp-ops-grid span{display:block;color:#754647;font-size:.82rem;font-weight:900}.erp-risk-grid strong,.erp-ops-grid strong{display:block;margin-top:8px;font-size:1.8rem;color:#450a0a}.erp-risk-grid small,.erp-ops-grid small{display:block;margin-top:6px;color:#754647}.erp-ops-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.erp-ops-grid div:nth-child(1){background:#eff6ff;border-color:#93c5fd}.erp-ops-grid div:nth-child(2){background:#fffbeb;border-color:#fcd34d}.erp-ops-grid div:nth-child(3){background:#ecfdf5;border-color:#86efac}.erp-ops-grid div:nth-child(4){background:#fff1f2;border-color:#fda4af}.erp-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.erp-feature-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 35px #061b3b0f;transition:.24s}.erp-feature-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.erp-feature-grid span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;margin-bottom:22px;background:linear-gradient(135deg,#38bdf8,#2563eb);font-weight:950;color:#fff}.erp-feature-grid h3{font-size:1.22rem}.erp-feature-grid p{margin-top:12px;color:var(--slate)}.erp-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}.erp-split.reverse{grid-template-columns:1.1fr .9fr}.erp-split p{margin-top:20px;color:var(--slate);font-size:1.08rem;line-height:1.8}.erp-stage-list{display:grid;gap:12px;margin-top:28px}.erp-stage-list div{display:flex;gap:13px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px 16px;box-shadow:0 8px 20px #061b3b0d}.erp-stage-list b{display:grid;place-items:center;width:38px;height:34px;border-radius:999px;background:#07172f;color:#34d399;font-size:.75rem}.erp-map-card,.erp-finance-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 24px 70px #061b3b1a;overflow:hidden}.erp-map-toolbar{display:flex;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.erp-map-toolbar span{color:#164aa8;font-weight:900}.erp-map{position:relative;height:330px;background:linear-gradient(135deg,#eef7fb,#f8fafc)}.erp-map:before{content:"";position:absolute;inset:28px;background:linear-gradient(90deg,rgba(37,99,235,.08) 1px,transparent 1px),linear-gradient(rgba(37,99,235,.08) 1px,transparent 1px);background-size:38px 38px;border-radius:18px}.erp-route{position:absolute;left:18%;top:22%;width:62%;height:48%;border:4px solid rgba(37,99,235,.28);border-left-color:transparent;border-bottom-color:#34d399;border-radius:50%;transform:rotate(-8deg)}.pin{position:absolute;width:20px;height:20px;border:4px solid #fff;border-radius:50%;background:#2563eb;box-shadow:0 10px 25px #2563eb59}.p1{left:20%;top:26%}.p2{left:58%;top:18%;background:#34d399}.p3{left:74%;top:58%;background:#f59e0b}.p4{left:34%;top:68%;background:#ef4444}.erp-map-foot{display:flex;flex-wrap:wrap;gap:9px;padding:16px}.erp-map-foot span,.erp-tags span{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:900;color:#334155}.erp-finance-head{display:flex;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--line)}.erp-finance-head p{margin-top:6px;font-size:.9rem}.erp-finance-head button{align-self:start;border:0;border-radius:8px;background:#07172f;color:#fff;padding:10px 13px;font-weight:900}.erp-finance-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px}.erp-finance-kpis div{border:1px solid var(--line);border-radius:14px;padding:16px}.erp-finance-kpis span{display:block;color:#64748b;font-weight:900;font-size:.78rem}.erp-finance-kpis strong{display:block;margin-top:8px;font-size:1.45rem}.erp-finance-kpis small{display:block;margin-top:6px;color:#52627a}.erp-chart-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:0 18px 18px}.erp-bars-chart{height:190px;display:flex;align-items:end;gap:18px;border-left:1px solid #dbe5f2;border-bottom:1px solid #dbe5f2;padding:12px 22px}.erp-bars-chart span{flex:1;border-radius:8px 8px 0 0;background:#2563eb}.erp-bars-chart span:nth-child(2){background:#94a3b8}.erp-bars-chart span:nth-child(3){background:#f59e0b}.erp-donut-chart{display:grid;place-items:center;width:190px;height:190px;margin:auto;border-radius:50%;background:conic-gradient(#2563eb 0 96%,#94a3b8 96% 100%)}.erp-donut-chart span{display:grid;place-items:center;width:94px;height:94px;border-radius:50%;background:#fff;font-weight:950}.erp-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.erp-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.erp-module-grid div{border:1px solid var(--line);border-radius:16px;background:#fff;padding:20px;font-weight:950;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.erp-module-grid div:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#34d399;margin-right:10px}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.reveal-on-scroll .product-card{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease,box-shadow .24s,border-color .24s}.reveal-on-scroll.is-visible .product-card{opacity:1;transform:translateY(0)}.reveal-on-scroll.is-visible .product-card:hover{transform:translateY(-5px)}.reveal-on-scroll.is-visible .product-card:nth-child(2){transition-delay:.08s}.reveal-on-scroll.is-visible .product-card:nth-child(3){transition-delay:.16s}.reveal-on-scroll.is-visible .product-card:nth-child(4){transition-delay:.24s}@media(prefers-reduced-motion:reduce){.reveal-on-scroll,.reveal-on-scroll .product-card{opacity:1;transform:none;transition:none}.product-card:hover,.product-link:hover{transform:none}}@media(max-width:980px){.header-inner{height:72px}.brand img{width:178px}.menu-toggle{display:grid}.header-cta{display:none}.nav-menu{display:none;position:absolute;left:20px;right:20px;top:76px;margin:0;background:#07172f;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:16px;flex-direction:column;align-items:flex-start}.nav-menu.open{display:flex}.hero-grid,.split,.split.reverse,.commercial-grid{grid-template-columns:1fr}.product-grid,.products-page-grid,.solution-grid,.benefit-grid,.segment-grid,.church-segment-grid,.fleet-erp-segment-grid{grid-template-columns:repeat(2,1fr)}.seo-grid,.faq-grid,.lead-hero-grid,.lead-split,.lead-split.reverse{grid-template-columns:1fr}.lead-feature-grid{grid-template-columns:repeat(2,1fr)}.lead-app-shell{transform:none}.lead-pipeline-card{grid-template-columns:1fr}.lead-pipeline-column{min-height:auto}.fit-hero-grid,.fit-split,.fit-split.reverse{grid-template-columns:1fr}.fit-feature-grid{grid-template-columns:repeat(2,1fr)}.fit-console{transform:none}.fit-table div{grid-template-columns:1fr 1fr}.erp-hero-grid,.erp-split,.erp-split.reverse{grid-template-columns:1fr}.erp-command{grid-template-columns:1fr;transform:none}.erp-sidebar nav{grid-template-columns:repeat(3,1fr)}.erp-sidebar span{margin-left:0}.erp-risk-grid,.erp-ops-grid,.erp-feature-grid,.erp-module-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.hero,.section{padding:62px 0}.hero{min-height:auto}.hero-actions,.commercial-actions{display:grid}.btn{width:100%}h1{font-size:2.65rem}.stat-grid,.mini-grid,.tag-grid,.solution-grid,.benefit-grid,.contact-form,.product-grid,.products-page-grid,.segment-grid,.church-segment-grid,.fleet-erp-segment-grid,.seo-grid,.faq-grid{grid-template-columns:1fr}.lead-hero{padding:62px 0}.lead-kpi-grid,.lead-dashboard-grid,.lead-feature-grid,.lead-pdf-lines,.lead-pdf-table{grid-template-columns:1fr}.lead-pdf-table b:nth-child(2),.lead-pdf-table b:nth-child(3){display:none}.lead-bars{height:150px}.lead-app-topbar{align-items:flex-start;gap:8px;flex-direction:column}.fit-hero{padding:62px 0}.fit-metric-grid,.fit-console-bottom,.fit-feature-grid,.fit-money-grid{grid-template-columns:1fr}.fit-tabs{align-items:stretch;flex-direction:column}.fit-tabs button{margin-left:0}.fit-pin{font-size:1.8rem;letter-spacing:.16em}.fit-table div{grid-template-columns:1fr}.fit-table div:first-child{display:none}.erp-hero{padding:62px 0}.erp-sidebar{display:none}.erp-command,.erp-risk-grid,.erp-ops-grid,.erp-feature-grid,.erp-finance-kpis,.erp-chart-row,.erp-module-grid{grid-template-columns:1fr}.erp-screen-head,.erp-finance-head{align-items:flex-start;flex-direction:column}.erp-map{height:260px}.erp-donut-chart{width:160px;height:160px}.erp-donut-chart span{width:82px;height:82px}.soft-card,.contact-form{padding:20px}.footer-grid{grid-template-columns:1fr}.whatsapp-float{left:18px;right:18px;text-align:center}}.church-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#140b2f,#172554 48%,#064e3b);color:#fff;padding:92px 0}.church-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 74% 13%,rgba(167,139,250,.26),transparent 29%),radial-gradient(circle at 18% 22%,rgba(20,184,166,.22),transparent 30%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,auto,42px 42px,42px 42px}.church-hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:44px;align-items:center}.church-hero-copy h1{font-size:clamp(2.55rem,5.2vw,5.6rem);font-weight:950;max-width:780px}.church-hero-copy p{margin-top:22px;max-width:650px;color:#e9d5ff;font-size:1.12rem;line-height:1.85}.church-dashboard{border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#f5f7fb;color:#07172f;box-shadow:0 30px 90px #0000005c;overflow:hidden;transform:rotate(-.35deg)}.church-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;padding:17px 20px;border-bottom:1px solid #dbe5f2}.church-dashboard-head strong{font-size:1.24rem}.church-dashboard-head span{display:inline-flex;border:1px solid #dbe5f2;border-radius:999px;padding:7px 11px;color:#475569;font-weight:900;font-size:.78rem}.church-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:14px}.church-kpis div{position:relative;background:#fff;border:1px solid #dbe5f2;border-radius:14px;padding:16px;min-height:112px}.church-kpis span{display:block;color:#52627a;font-size:.72rem;font-weight:950;text-transform:uppercase}.church-kpis strong{display:block;margin-top:10px;font-size:1.85rem}.church-kpis small{display:block;margin-top:4px;color:#52627a}.church-kpis b{position:absolute;right:16px;top:20px;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#ede9fe;color:#7c3aed;font-size:1.2rem}.church-kpis div:nth-child(1) b{background:#e0e7ff;color:#2563eb}.church-kpis div:nth-child(3) b{background:#dff7ef;color:#059669}.church-kpis div:nth-child(4) b{background:#ffe4ec;color:#e11d48}.church-dashboard-grid{display:grid;grid-template-columns:.9fr 1fr 1.34fr;gap:12px;padding:0 14px 14px}.church-panel{background:#fff;border:1px solid #dbe5f2;border-radius:16px;padding:18px;min-height:244px}.church-panel h3{font-size:1rem}.church-panel p{margin-top:4px;color:#52627a;font-size:.82rem}.church-donut-wrap{display:grid;grid-template-columns:1fr .7fr;align-items:center;gap:16px;margin-top:22px}.church-donut{display:grid;place-items:center;width:154px;height:154px;border-radius:50%;background:conic-gradient(#2563eb 0 55%,#ec4899 55% 100%);margin:auto}.church-donut span{display:grid;place-items:center;width:82px;height:82px;border-radius:50%;background:#fff;text-align:center;font-weight:950;font-size:1.45rem}.church-donut span small{display:block;color:#52627a;font-size:.72rem;font-weight:700}.church-legend{display:grid;gap:9px}.church-legend span{display:flex;align-items:center;gap:8px;border-radius:10px;background:#f8fafc;padding:9px 10px;color:#334155;font-size:.78rem;font-weight:800}.church-legend i{display:inline-block;width:10px;height:10px;border-radius:50%;background:#2563eb}.church-legend span:nth-child(2) i{background:#ec4899}.church-age-bars{display:grid;gap:13px;margin-top:20px}.church-age-bars div{display:grid;grid-template-columns:96px 1fr 24px;align-items:center;gap:10px}.church-age-bars span{font-size:.83rem;color:#173154}.church-age-bars b{height:12px;border-radius:999px;background:#16b981}.church-age-bars div:nth-child(2) b{background:#8b5cf6}.church-age-bars div:nth-child(3) b{background:#f59e0b}.church-age-bars div:nth-child(4) b{background:#64748b}.church-age-bars div:nth-child(5) b{background:#2563eb}.church-age-bars strong{font-size:.82rem}.church-chart{display:flex;align-items:end;gap:10px;height:190px;margin-top:20px;padding:12px 0 0;border-bottom:1px dashed #dbe5f2;background:repeating-linear-gradient(to top,transparent 0,transparent 30px,#e7edf6 31px,transparent 32px)}.church-chart span{flex:1;align-self:end;border-radius:7px 7px 0 0;background:#2563eb;min-height:8px}.church-chart span.violet{background:#8b5cf6}.church-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.church-feature-grid article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 12px 35px #061b3b0f;transition:.24s}.church-feature-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.church-feature-grid span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;margin-bottom:22px;background:linear-gradient(135deg,#c4b5fd,#14b8a6);font-weight:950;color:#07172f}.church-feature-grid h3{font-size:1.22rem}.church-feature-grid p{margin-top:12px;color:var(--slate)}.church-split{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}.church-split.reverse{grid-template-columns:.92fr 1.08fr}.church-split p{margin-top:20px;color:var(--slate);font-size:1.08rem;line-height:1.8}.church-notice-card,.church-birthday-card,.church-finance-card{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 24px 70px #061b3b1a;padding:20px}.church-notice-head,.church-birthday-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.church-notice-head h3,.church-birthday-head h3{font-size:1.05rem}.church-notice-head span{color:#047857;font-weight:950}.church-notices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.church-notices article{display:grid;grid-template-columns:64px 1fr;gap:14px;border:1px solid #e6edf6;border-radius:14px;background:#fbfdff;padding:14px}.church-notices b{display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#ede9fe;color:#7c3aed}.church-notices article:nth-child(2) b{background:#2f3137;color:#fff}.church-notices article:nth-child(3) b{background:linear-gradient(135deg,#0f172a,#38bdf8);color:#fff}.church-notices article:nth-child(4) b{background:linear-gradient(135deg,#78350f,#fde68a);color:#78350f}.church-notices strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.church-notices p{margin-top:5px;color:#334155;font-size:.85rem}.church-notices small{display:block;margin-top:10px;color:#52627a}.church-birthday-list{display:grid;gap:10px}.church-birthday-list div{display:grid;grid-template-columns:48px 1fr 42px;align-items:center;gap:12px;border-radius:14px;background:#f8fafc;padding:10px 12px}.church-birthday-list b{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e2e8f0;color:#334155}.church-birthday-list strong,.church-birthday-list small{display:block}.church-birthday-list small{color:#47617f}.church-birthday-list span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#059669;color:#fff}.church-stage-list{display:grid;gap:12px;margin-top:28px}.church-stage-list div{display:flex;gap:13px;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;padding:14px 16px;box-shadow:0 8px 20px #061b3b0d}.church-stage-list b{display:grid;place-items:center;width:36px;height:34px;border-radius:999px;background:#172554;color:#a7f3d0;font-size:.78rem}.church-finance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.church-finance-grid div{border:1px solid var(--line);border-radius:14px;padding:16px}.church-finance-grid span{display:block;color:#64748b;font-size:.78rem;font-weight:950;text-transform:uppercase}.church-finance-grid strong{display:block;margin-top:8px;font-size:1.45rem}.church-finance-grid .green{color:#059669}.church-finance-grid .red{color:#e11d48}.church-finance-bars{display:grid;gap:12px;margin-top:18px}.church-finance-bars div{display:grid;grid-template-columns:92px 1fr 80px;align-items:center;gap:10px}.church-finance-bars span{font-size:.82rem;color:#334155}.church-finance-bars b{height:12px;border-radius:999px;background:linear-gradient(90deg,#14b8a6,#22c55e)}.church-finance-bars strong{font-size:.86rem;text-align:right}.church-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.church-module-grid div{border:1px solid var(--line);border-radius:16px;background:#fff;padding:20px;font-weight:950;color:#12213a;box-shadow:0 10px 25px #061b3b0d}.church-module-grid div:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#8b5cf6;margin-right:10px}@media(max-width:980px){.church-hero-grid,.church-split,.church-split.reverse{grid-template-columns:1fr}.church-dashboard{transform:none}.church-kpis,.church-feature-grid,.church-module-grid{grid-template-columns:repeat(2,1fr)}.church-dashboard-grid,.church-notices{grid-template-columns:1fr}}@media(max-width:640px){.church-hero{padding:62px 0}.church-kpis,.church-feature-grid,.church-module-grid,.church-finance-grid{grid-template-columns:1fr}.church-dashboard-head{align-items:flex-start;flex-direction:column}.church-donut-wrap,.church-age-bars div,.church-finance-bars div{grid-template-columns:1fr}.church-chart{height:150px}.church-birthday-list div{grid-template-columns:42px 1fr}.church-birthday-list span{display:none}}
