@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap");:root{--bg:#f8fafc;--paper:#ffffff;--ink:#17263b;--muted:#64748b;--line:#d8e1ea;--primary:#214469;--primary-strong:#183552;--accent:#0f766e;--accent-strong:#0b5d58;--accent-soft:#d7f1ee;--gold:#f4b400;--section-alt:#eff5f9;--hero:#214469;--white:#ffffff;--shadow:0 18px 50px rgba(33,68,105,0.08);--radius-xl:32px;--radius-lg:24px;--radius-md:18px;--site-max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 26%),linear-gradient(180deg,#fbfdff 0,var(--bg) 100%);color:var(--ink);font-family:Barlow,Segoe UI,Arial,sans-serif}.admin-login-page,.admin-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(33,68,105,.08),transparent 24%),linear-gradient(180deg,#fbfdff 0,var(--bg) 100%)}.admin-login-page,.admin-page-inner{width:min(calc(100% - 32px),1320px);margin:0 auto;padding:32px 0 56px}.admin-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:start}.admin-card,.admin-kpi-card,.admin-login-card,.admin-sidebar{background:var(--paper);border:1px solid rgba(33,68,105,.08);box-shadow:var(--shadow)}.admin-sidebar{position:-webkit-sticky;position:sticky;top:24px;border-radius:28px;padding:24px;display:grid;grid-gap:24px;gap:24px}.admin-card h3,.admin-header h2,.admin-login-card h1,.admin-sidebar-brand h1{margin:0}.admin-sidebar-brand,.admin-sidebar-nav{display:grid;grid-gap:10px;gap:10px}.admin-sidebar-link{display:flex;align-items:center;min-height:46px;padding:0 16px;border-radius:16px;color:var(--muted);border:1px solid transparent;width:100%}.admin-sidebar-link.active{background:rgba(33,68,105,.08);color:var(--primary);border-color:rgba(33,68,105,.12);font-weight:700}.admin-sidebar-footer{display:grid;grid-gap:12px;gap:12px;justify-items:start}.admin-sidebar-user{display:grid;grid-gap:4px;gap:4px;justify-items:start}.admin-sidebar-user-top{padding-top:4px}.admin-sidebar-user span{color:var(--muted);font-size:.95rem}.admin-content,.admin-stack{display:grid;grid-gap:24px;gap:24px}.admin-card,.admin-header,.admin-login-card{border-radius:28px;padding:24px}.admin-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-header-copy{display:grid;grid-gap:8px;gap:8px}.admin-header-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.admin-card p,.admin-header p,.admin-login-card p{color:var(--muted)}.admin-grid,.admin-kpi-grid{display:grid;grid-gap:18px;gap:18px}.admin-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-grid-halves{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-kpi-card{border-radius:24px;padding:22px;display:grid;grid-gap:10px;gap:10px}.admin-detail-item span,.admin-kpi-card span{color:var(--muted);font-size:.95rem}.admin-kpi-card strong{font-size:1.9rem;color:var(--primary)}.admin-actions-row,.admin-card-head,.admin-search-bar{display:flex;align-items:center;gap:14px;justify-content:space-between;flex-wrap:wrap}.admin-actions-row{margin-top:18px;margin-bottom:12px}.admin-field input,.admin-field select,.admin-field textarea,.admin-search-bar input,.admin-search-grid input{width:100%;min-height:48px;padding:12px 14px;border-radius:16px;border:1px solid var(--line);background:#fff;color:var(--ink)}.admin-search-bar input{flex:1 1 280px}.admin-search-grid{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:14px;gap:14px}.admin-detail-grid,.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-detail-item,.admin-field{display:grid;grid-gap:8px;gap:8px}.admin-field-full{grid-column:1/-1}.admin-field span{color:var(--muted);font-size:.95rem}.admin-field textarea{min-height:116px;resize:vertical}.admin-detail-item{padding:16px 18px;border-radius:18px;background:rgba(239,245,249,.72)}.admin-detail-item strong{font-size:1.05rem}.admin-list{display:grid;grid-gap:12px;gap:12px}.admin-list-footer{display:flex;justify-content:flex-end;padding-top:10px}.admin-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;padding:18px 20px;border-radius:20px;background:rgba(239,245,249,.72)}.admin-list-row p{margin:4px 0 0}.admin-list-meta{display:grid;grid-gap:6px;gap:6px;justify-items:end;text-align:right}.admin-sidebar-utility-link{display:inline-flex;align-items:center;min-height:46px;padding:0 16px;border-radius:16px;color:var(--muted);border:1px solid transparent}.admin-payment-groups{display:grid;grid-gap:18px;gap:18px}.admin-payment-group{display:grid;grid-gap:12px;gap:12px}.admin-payment-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-radius:18px;background:rgba(33,68,105,.06)}.admin-login-page{display:grid;place-items:center}.admin-login-card{width:min(100%,520px);display:grid;grid-gap:20px;gap:20px}.admin-login-form{display:grid;grid-gap:14px;gap:14px}.admin-login-button,.admin-logout-button{width:-moz-fit-content;width:fit-content}.admin-toplink a{color:var(--primary)}@media (max-width:1080px){.admin-detail-grid,.admin-form-grid,.admin-grid-halves,.admin-kpi-grid,.admin-layout,.admin-search-grid{grid-template-columns:1fr}.admin-sidebar{position:static}}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.site-footer,.site-header,.site-main{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.site-header-wrap{position:relative;z-index:1;background:rgba(248,250,252,.96);border-bottom:1px solid rgba(216,225,234,.92)}.site-header{display:flex;align-items:flex-end;gap:20px;padding:10px 0 12px;min-height:100px;position:relative}.brand{display:flex;align-items:center;flex-shrink:0;align-self:flex-end}.site-menu-toggle{display:none}.brand-logo{width:auto;height:96px;display:block}.site-header-right{margin-left:auto;display:grid;justify-items:end;grid-gap:8px;gap:8px;min-width:0;align-self:start}.header-region-picker{display:grid;grid-gap:6px;gap:6px;justify-items:end;padding:8px 12px 10px;border-radius:0 0 16px 16px;background:rgba(255,255,255,.94);border:1px solid rgba(33,68,105,.08);box-shadow:0 12px 24px rgba(33,68,105,.08)}.header-main-row{display:flex;align-items:center;justify-content:flex-end;gap:20px}.header-region-label{margin:0;color:var(--primary);font-size:.73rem;font-weight:700;line-height:1.15;letter-spacing:.01em}.card-grid,.footer-links,.header-actions,.nav-row,.portal-grid{display:flex;flex-wrap:wrap;gap:12px}.footer-link,.nav-link{color:var(--muted)}.nav-link.active{color:var(--ink);font-weight:700}.header-region-select{min-height:26px;height:26px;padding:0 8px;width:220px;min-width:220px;border-radius:12px;font-size:.78rem;line-height:1}.button,.button-link,.button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:.18s ease}.button{background:var(--primary);color:var(--white)}.button:hover{background:var(--primary-strong)}.button-link:disabled,.button-secondary:disabled,.button:disabled{cursor:not-allowed;opacity:.6}.button-secondary{border-color:var(--primary);color:var(--primary);background:var(--white)}.button-link{color:var(--muted);background:transparent}.site-main{padding:32px 0 56px}.hero{width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top right,rgba(15,118,110,.22),transparent 30%),linear-gradient(135deg,#214469,#0f766e);color:var(--white);box-shadow:var(--shadow)}.hero-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto;display:grid;grid-template-columns:1.3fr .9fr;grid-gap:28px;gap:28px;align-items:stretch;padding:56px 0 0}.card h3,.hero h1,.portal-card h3,.section-title{margin:0;line-height:.95}.hero h1{font-size:clamp(3rem,7vw,6rem)}.hero-left{max-width:640px;display:grid;align-content:start;grid-gap:0;gap:0;color:#ffffff;padding-top:68px}.hero-badge{display:inline-block;width:-moz-fit-content;width:fit-content;background:rgba(255,255,255,.14);color:#d7f1ee;border:1px solid rgba(215,241,238,.22);padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-title{font-size:64px;line-height:1.12;font-weight:800;margin:0 0 28px}.hero-title br{display:block;content:"";margin-bottom:8px}.hero-subtext{font-size:18px;line-height:1.6;color:rgba(255,255,255,.88);margin:0 0 28px;max-width:700px}.accent{color:#a7f3d0;font-weight:700}.hero-cta{display:flex;gap:12px;margin-bottom:18px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn-primary{background:#ffffff;color:var(--primary);box-shadow:0 14px 30px rgba(13,18,27,.16)}.btn-secondary{background:rgba(255,255,255,.08);color:#ffffff;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.btn-secondary-light{background:#ffffff;color:var(--primary);border:1px solid rgba(33,68,105,.12);box-shadow:0 14px 30px rgba(33,68,105,.08)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(13,18,27,.22)}.btn-secondary:hover{transform:translateY(-1px);background:rgba(255,255,255,.14)}.btn-secondary-light:hover{background:#ffffff}.hero-meta{font-size:14px;line-height:1.4;display:flex;flex-wrap:wrap;align-items:center;gap:0;color:rgba(255,255,255,.6)}.meta-link{color:rgba(255,255,255,.7);text-decoration:none}.meta-link:hover{text-decoration:underline}.dot{margin:0 8px;color:rgba(255,255,255,.6)}.card p,.contact-note,.hero p,.legal-copy,.portal-card p,.price-note,.section-copy{line-height:1.55}.card,.contact-card,.hero-panel,.legal-card,.portal-card,.section-block{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero-panel{background:linear-gradient(180deg,#ffffff,#edf6f5);color:var(--ink);padding:24px}.hero-visual{position:relative;display:grid;place-items:center;align-items:flex-end;overflow:hidden}.hero-visual:before{content:"";position:absolute;inset:14% 10% 16%;border-radius:50%;background:radial-gradient(circle,rgba(167,243,208,.22) 0,rgba(94,215,213,.12) 42%,transparent 72%);filter:blur(8px);pointer-events:none}.phone-frame{position:relative;width:min(100%,368px);padding:12px;border-radius:46px;background:linear-gradient(145deg,rgba(230,236,244,.6),rgba(31,42,56,.95) 14%,rgba(13,18,27,1));border:1px solid rgba(255,255,255,.16);box-shadow:0 38px 70px rgba(6,12,20,.4),inset 0 1px 0 rgba(255,255,255,.16);margin-bottom:-148px}.phone-camera{position:absolute;top:18px;left:50%;width:78px;height:18px;transform:translateX(-50%);border-radius:999px;background:rgba(9,14,22,.96);z-index:2;box-shadow:inset 0 1px 2px rgba(255,255,255,.08)}.phone-screen{position:relative;overflow:hidden;border-radius:34px;background:linear-gradient(180deg,#f9fbfd,#eef5f8);padding:18px 18px 20px;color:var(--ink);min-height:700px}.phone-side-button{position:absolute;right:-3px;width:3px;border-radius:999px;background:linear-gradient(180deg,#8391a3,#dbe4ef)}.phone-side-button.top{top:156px;height:46px}.phone-side-button.middle{top:218px;height:72px}.phone-side-button.bottom{top:306px;height:72px}.mock-statusbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;padding:2px 4px 0;color:rgba(23,38,59,.78);font-size:.78rem;font-weight:700}.mock-status-icons{display:flex;align-items:center;gap:8px}.mock-battery{width:20px;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0,#7fe5dc 100%)}.mock-app-shell{display:grid;grid-gap:14px;gap:14px}.mock-screen-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.mock-dashboard-label{margin:0;color:var(--muted);font-size:.84rem;font-weight:700;line-height:1.1}.mock-welcome-title{margin:20px 0 0;color:#5ed7d5;font-size:1.22rem;line-height:1.15;font-weight:700}.mock-welcome-copy{margin:14px 0 0;color:var(--muted);font-size:.9rem;line-height:1.45}.mock-sync-check{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:rgba(94,215,213,.18);border:1px solid rgba(94,215,213,.3);color:#0f766e;font-size:.82rem;letter-spacing:.08em;font-weight:700}.mock-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.mock-screen-section-title{margin:0;color:#5ed7d5;font-size:1.12rem;font-weight:700}.mock-info-badge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;color:#5ed7d5;border:2px solid rgba(94,215,213,.55);font-size:1rem;font-weight:700}.mock-dashboard-stack{display:grid;grid-gap:12px;gap:12px}.mock-outstanding-card,.mock-sales-summary-card,.mock-stat-tile{border-radius:20px;background:#ffffff;border:1px solid rgba(33,68,105,.08);box-shadow:0 10px 24px rgba(33,68,105,.08)}.mock-stat-tile{display:flex;align-items:center;gap:14px;padding:16px 18px;justify-content:space-between}.mock-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;background:rgba(94,215,213,.14);color:#5ed7d5;font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.mock-tile-icon.profit,.mock-tile-icon.sales{background:rgba(33,68,105,.1);color:var(--primary)}.mock-tile-icon.expenses{background:rgba(15,118,110,.14);color:var(--accent-strong)}.mock-stat-tile>div:nth-child(2){flex:1 1}.mock-tile-label{display:block;font-size:.78rem;color:var(--muted);opacity:1}.mock-tile-value{display:block;margin-top:8px;font-size:1.28rem;line-height:1.05;color:var(--primary)}.mock-tile-trailing{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(33,68,105,.06);color:var(--primary);font-size:.72rem;line-height:1;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mock-tile-trailing.profit,.mock-tile-trailing.sales{background:rgba(33,68,105,.08);color:var(--primary)}.mock-tile-trailing.expenses{background:rgba(15,118,110,.12);color:var(--accent-strong)}.mock-sales-summary-card{display:grid;grid-gap:10px;gap:10px;padding:18px}.mock-sales-summary-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;color:var(--primary);font-size:.98rem;line-height:1.25}.mock-sales-count{color:#5ed7d5;font-size:1.5rem;font-weight:800}.mock-sales-summary-copy,.mock-sales-summary-note{margin:0;color:var(--muted);font-size:.92rem;line-height:1.45}.mock-outstanding-card{display:grid;grid-gap:10px;gap:10px;padding:18px}.mock-outstanding-head,.mock-outstanding-meta{display:flex;justify-content:space-between;align-items:center;gap:12px}.mock-outstanding-label{color:var(--primary);font-size:.96rem;font-weight:700}.mock-outstanding-total{color:var(--accent-strong);font-size:1.2rem;font-weight:800}.mock-outstanding-copy{margin:0;color:var(--ink);font-size:.92rem;line-height:1.45}.mock-outstanding-meta{color:var(--primary);font-size:.9rem;font-weight:700}.mock-fab{position:absolute;right:18px;bottom:118px;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:999px;background:linear-gradient(180deg,#19a095,#0f766e);color:#ffffff;font-size:1.8rem;box-shadow:0 14px 28px rgba(15,118,110,.28)}.mock-bottom-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:6px;gap:6px;align-items:flex-end;padding-top:10px;color:var(--muted);font-size:.7rem;font-weight:700;text-align:center}.mock-bottom-nav .active{color:var(--primary)}.section-stack{display:grid;grid-gap:22px;gap:22px;margin-top:28px}.homepage-value-section{width:100vw;margin-left:calc(50% - 50vw);background:#f8fafc;padding:88px 0 52px}.homepage-value-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.homepage-value-intro{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,420px);grid-gap:36px;gap:36px;align-items:center}.homepage-value-copy-block{max-width:760px}.homepage-value-eyebrow{margin:0 0 16px;color:rgba(15,118,110,.88);font-size:.86rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.homepage-value-title{margin:0;color:var(--primary);font-size:clamp(2rem,4vw,3rem);line-height:1.06;font-weight:700;max-width:15ch}.homepage-value-copy{margin:20px 0 0;max-width:670px;color:var(--muted);font-size:1.08rem;line-height:1.65}.homepage-value-photo-shell{position:relative;width:100%;aspect-ratio:1/1;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,rgba(33,68,105,.22),rgba(15,118,110,.1)),linear-gradient(180deg,#f6f9fc,#edf5f4);box-shadow:0 22px 42px rgba(33,68,105,.1)}.homepage-value-photo{position:absolute;inset:0;background:url(/brand/value-woman-phone.jpg);background-size:cover;background-position:62%;background-repeat:no-repeat}.homepage-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:42px}.homepage-feature-card{position:relative;display:grid;grid-template-rows:auto auto 1fr;align-content:start;background:#ffffff;border:1px solid rgba(33,68,105,.08);border-radius:26px;padding:24px 24px 22px;box-shadow:0 10px 24px rgba(33,68,105,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.homepage-feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(33,68,105,.08);border-color:rgba(33,68,105,.12)}.homepage-feature-card.highlighted{background:linear-gradient(180deg,rgba(15,118,110,.05),rgba(255,255,255,1));border-color:rgba(15,118,110,.16)}.homepage-feature-icon-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:92px}.homepage-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:22px;background:rgba(33,68,105,.1);color:var(--primary);flex-shrink:0}.homepage-feature-icon svg{width:40px;height:40px;stroke:currentColor;stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round}.homepage-feature-icon.expenses,.homepage-feature-icon.owed{background:rgba(15,118,110,.12);color:var(--accent-strong)}.homepage-feature-icon.offline{background:rgba(15,118,110,.16);color:var(--accent-strong)}.homepage-feature-badge{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(15,118,110,.09);color:var(--accent-strong);font-size:.8rem;font-weight:700}.homepage-feature-title{margin:14px 0 0;min-height:3.3rem;color:var(--primary);font-size:1.36rem;line-height:1.2;font-weight:700;text-align:center}.homepage-feature-copy{margin:12px 0 0;min-height:8rem;color:var(--muted);font-size:1rem;line-height:1.65;text-align:center;max-width:none}.homepage-business-carousel-section,.homepage-feature-highlights{width:100vw;margin-left:calc(50% - 50vw);background:#f8fafc}.homepage-feature-highlights{padding:24px 0 42px}.homepage-business-carousel-section{padding:18px 0 54px}.homepage-business-carousel-inner,.homepage-feature-highlights-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.homepage-section-head{max-width:760px}.homepage-section-copy{margin:16px 0 0;color:var(--muted);font-size:1.04rem;line-height:1.7;max-width:720px}.homepage-mini-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:28px}.homepage-mini-card{display:flex;align-items:flex-start;gap:14px;min-height:116px;padding:18px 18px 16px;background:#ffffff;border:1px solid rgba(33,68,105,.08);border-radius:22px;box-shadow:0 10px 24px rgba(33,68,105,.05);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.homepage-mini-card:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(33,68,105,.08);border-color:rgba(33,68,105,.12)}.homepage-mini-card-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;flex-shrink:0;border-radius:18px;background:rgba(33,68,105,.08);color:var(--primary)}.homepage-mini-card-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.85;fill:none;stroke-linecap:round;stroke-linejoin:round}.homepage-mini-card-icon.expenses,.homepage-mini-card-icon.offline,.homepage-mini-card-icon.reports{background:rgba(15,118,110,.11);color:var(--accent-strong)}.homepage-mini-card-title{margin:2px 0 0;color:var(--primary);font-size:1.02rem;line-height:1.25;font-weight:700}.homepage-mini-card-copy{margin:8px 0 0;color:var(--muted);font-size:.93rem;line-height:1.55}.homepage-business-carousel-shell{margin-top:28px}.homepage-business-carousel-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.homepage-business-carousel-hint{margin:0;color:var(--muted);font-size:.92rem;font-weight:600}.homepage-carousel-arrow{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(33,68,105,.12);border-radius:999px;background:rgba(255,255,255,.92);color:var(--primary);box-shadow:0 10px 24px rgba(33,68,105,.08);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease,background .18s ease}.homepage-carousel-arrow:hover:not(:disabled){transform:translateY(-1px);background:#ffffff;box-shadow:0 14px 28px rgba(33,68,105,.12)}.homepage-carousel-arrow:disabled{opacity:.38;cursor:not-allowed;box-shadow:none}.homepage-carousel-arrow span{font-size:1.15rem;line-height:1;font-weight:700}.homepage-carousel-arrow-edge{position:absolute;top:50%;z-index:3;transform:translateY(-50%)}.homepage-carousel-arrow-left{left:14px}.homepage-carousel-arrow-right{right:14px}.homepage-business-carousel-frame{position:relative}.homepage-business-carousel-frame:after,.homepage-business-carousel-frame:before{content:"";position:absolute;top:0;bottom:8px;width:64px;z-index:1;pointer-events:none;opacity:0;transition:opacity .18s ease}.homepage-business-carousel-frame:before{left:0;background:linear-gradient(90deg,rgba(248,250,252,1),rgba(248,250,252,0))}.homepage-business-carousel-frame:after{right:0;background:linear-gradient(270deg,rgba(248,250,252,1),rgba(248,250,252,0))}.homepage-business-carousel-frame.show-left-fade:before,.homepage-business-carousel-frame.show-right-fade:after{opacity:1}.homepage-business-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(248px,300px);grid-gap:18px;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-padding-left:2px;padding:0 8px 8px 0;scrollbar-width:none}.homepage-business-carousel::-webkit-scrollbar{display:none}.homepage-business-card{scroll-snap-align:start;background:#ffffff;border:1px solid rgba(33,68,105,.08);border-radius:26px;overflow:hidden;box-shadow:0 12px 28px rgba(33,68,105,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.homepage-business-card:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(33,68,105,.09);border-color:rgba(33,68,105,.12)}.homepage-business-card-image{position:relative;aspect-ratio:1/1;background-color:#e9eff4;background-repeat:no-repeat;background-size:cover}.homepage-business-card-image:after{content:"";position:absolute;inset:auto 0 0;height:32%;background:linear-gradient(180deg,rgba(23,38,59,0),rgba(23,38,59,.1))}.homepage-business-card-body{display:grid;grid-template-rows:auto auto 1fr;align-content:start;padding:18px 18px 20px}.homepage-business-card-category{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(33,68,105,.07);color:var(--primary);font-size:.78rem;font-weight:700}.homepage-business-card-title{margin:14px 0 0;min-height:3.1rem;color:var(--primary);font-size:1.28rem;line-height:1.2;font-weight:700}.homepage-business-card-copy{margin:10px 0 0;min-height:4.8rem;color:var(--muted);font-size:.95rem;line-height:1.6}.homepage-business-carousel-note{margin:18px 0 0;color:var(--muted);font-size:.95rem;font-weight:600}.homepage-final-cta,.homepage-how-section,.homepage-pricing-preview{width:100vw;margin-left:calc(50% - 50vw);background:#f8fafc}.homepage-how-section{padding:18px 0 52px}.homepage-pricing-preview{padding:12px 0 56px}.homepage-final-cta{padding:8px 0 72px}.homepage-final-cta-inner,.homepage-how-inner,.homepage-pricing-preview-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.homepage-timeline{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:34px}.homepage-timeline:before{content:"";position:absolute;top:26px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,rgba(15,118,110,.16),rgba(15,118,110,.32) 50%,rgba(15,118,110,.16))}.homepage-timeline-step{position:relative;display:grid;grid-gap:18px;gap:18px;opacity:0;transform:translateY(12px);animation:timelineFadeUp .7s ease forwards}.homepage-timeline-marker{position:relative;z-index:1}.homepage-timeline-dot{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:999px;background:linear-gradient(180deg,#19a095,#0f766e);color:#ffffff;font-size:.94rem;font-weight:700;letter-spacing:.04em;box-shadow:0 14px 28px rgba(15,118,110,.18)}.homepage-timeline-content{padding:18px 20px 0 0}.homepage-timeline-title{margin:0;color:var(--primary);font-size:1.26rem;line-height:1.24;font-weight:700}.homepage-timeline-copy{margin:12px 0 0;color:var(--muted);font-size:1rem;line-height:1.68}.homepage-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:28px}.homepage-pricing-card{position:relative;display:grid;grid-template-rows:auto auto auto auto 1fr;align-content:start;background:#ffffff;border:1px solid rgba(33,68,105,.08);border-radius:26px;padding:26px 24px 24px;box-shadow:0 10px 24px rgba(33,68,105,.05)}.homepage-pricing-card.featured{background:linear-gradient(180deg,rgba(15,118,110,.05),rgba(255,255,255,1));border-color:rgba(15,118,110,.16);box-shadow:0 18px 34px rgba(15,118,110,.1);transform:translateY(-4px)}.homepage-pricing-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:.8rem;font-weight:700}.homepage-pricing-badge.placeholder{visibility:hidden}.homepage-pricing-title{margin:18px 0 0;color:var(--primary);font-size:1.4rem;line-height:1.2;font-weight:700;min-height:1.68rem}.homepage-pricing-price{margin:20px 0 0;color:var(--primary);font-size:1.9rem;line-height:1.15;font-weight:700;min-height:2.35rem;display:flex;align-items:flex-start}.homepage-pricing-secondary{margin:10px 0 0;color:rgba(23,38,59,.36);font-size:1rem;line-height:1.35;font-weight:700;min-height:1.8rem;display:flex;align-items:flex-start}.homepage-pricing-secondary.emphasized{color:var(--accent-strong);font-size:1.33rem}.homepage-pricing-savings{margin:10px 0 0;color:var(--accent-strong);font-size:.9rem;font-weight:700;min-height:1.2rem;display:flex;align-items:flex-start}.homepage-pricing-savings.placeholder{color:transparent}.homepage-pricing-description{margin:18px 0 0;color:var(--muted);font-size:.98rem;line-height:1.55;min-height:3.05rem;display:flex;align-items:flex-start}.homepage-pricing-note{margin:20px 0 0;color:var(--muted);font-size:.94rem;line-height:1.6;max-width:780px}.homepage-pricing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.homepage-final-cta-inner{border-radius:32px;padding:54px 28px;background:radial-gradient(circle at top left,rgba(94,215,213,.14),transparent 34%),linear-gradient(135deg,rgba(11,19,32,.97),rgba(33,68,105,.96) 56%,rgba(15,118,110,.9));color:#ffffff;text-align:center;box-shadow:0 26px 54px rgba(11,19,32,.2)}.homepage-final-cta-eyebrow{margin:0;color:rgba(94,215,213,.92);font-size:.86rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.homepage-final-cta-title{margin:18px auto 0;max-width:14ch;font-size:clamp(2rem,4vw,3rem);line-height:1.08;font-weight:700}.homepage-final-cta-copy{margin:18px auto 0;max-width:660px;color:rgba(255,255,255,.76);font-size:1.04rem;line-height:1.7}.homepage-final-cta-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;margin-top:26px}.homepage-final-cta-trust{margin:18px 0 0;color:rgba(255,255,255,.7);font-size:.94rem;line-height:1.55}.card,.contact-card,.legal-card,.portal-card,.section-block{background:var(--paper);padding:26px;border:1px solid rgba(216,225,234,.8)}.card-grid{margin-top:18px}.card,.portal-card{flex:1 1 250px}.card.highlight{background:linear-gradient(180deg,var(--primary) 0,var(--accent) 100%);color:var(--white)}.audience-list,.bullet-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:16px 0 0;list-style:none}.audience-list li,.bullet-list li{padding:10px 14px;border-radius:999px;background:var(--accent-soft)}.card.highlight .bullet-list li{background:rgba(255,255,255,.12)}.calculator{margin-top:24px;display:grid;grid-gap:12px;gap:12px}.calculator input[type=range]{width:100%}.contact-grid,.portal-grid{margin-top:18px}.input,.select,.textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--line);background:var(--white);color:var(--ink)}.textarea{min-height:140px;resize:vertical}.form-stack{display:grid;grid-gap:12px;gap:12px}.portal-form-grid{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.portal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.portal-label{display:grid;grid-gap:8px;gap:8px;color:var(--ink);font-weight:600}.portal-error,.portal-helper,.portal-pill,.portal-success{border-radius:18px;padding:14px 16px}.portal-helper{background:rgba(15,118,110,.08);color:var(--ink);border:1px solid rgba(15,118,110,.16)}.portal-error{background:rgba(185,28,28,.08);color:#991b1b;border:1px solid rgba(185,28,28,.15)}.portal-success{background:rgba(15,118,110,.08);color:var(--accent-strong);border:1px solid rgba(15,118,110,.14)}.portal-pill{display:inline-flex;align-items:center;gap:8px;background:var(--section-alt);color:var(--ink);border:1px solid rgba(33,68,105,.1);padding:10px 14px;font-weight:600}.portal-grid-cards{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.portal-topbar{display:grid;grid-gap:12px;gap:12px}.portal-nav{display:flex;flex-wrap:wrap;gap:10px}.portal-nav-link{display:inline-flex;align-items:center;min-height:40px;padding:0 14px;border-radius:999px;background:rgba(33,68,105,.06);color:var(--primary);font-weight:600}.portal-summary-card{background:var(--paper);border:1px solid rgba(216,225,234,.8);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow)}.portal-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.portal-section-title h3{margin:0}.portal-chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.portal-chip{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-weight:600}.portal-note-card{padding:18px;border-radius:20px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.08)}.portal-status-banner{padding:18px 20px;border-radius:22px;border:1px solid rgba(33,68,105,.1);background:rgba(33,68,105,.05)}.portal-status-banner.success{background:rgba(15,118,110,.08);border-color:rgba(15,118,110,.18)}.portal-status-banner.pending{background:rgba(244,180,0,.12);border-color:rgba(244,180,0,.18)}.portal-status-banner.failed{background:rgba(185,28,28,.08);border-color:rgba(185,28,28,.14)}.portal-status-title{margin:0;font-size:1.1rem;font-weight:700}.portal-timeline{display:grid;grid-gap:12px;gap:12px}.portal-timeline-item{padding:14px 16px;border-radius:18px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.08)}.portal-timeline-label{color:var(--muted);font-size:.92rem}.portal-timeline-value{margin-top:6px;color:var(--ink);font-weight:700}.portal-receipt-card{padding:18px;border-radius:20px;border:1px solid rgba(33,68,105,.08);background:linear-gradient(180deg,rgba(239,245,249,.8),#ffffff)}.portal-receipt-meta{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.portal-summary-grid{display:grid;grid-gap:12px;gap:12px;margin-top:16px}.portal-summary-row{display:flex;justify-content:space-between;gap:14px;padding-bottom:12px;border-bottom:1px solid rgba(216,225,234,.9)}.portal-summary-row:last-child{border-bottom:0;padding-bottom:0}.portal-summary-label{color:var(--muted)}.portal-summary-value{color:var(--ink);font-weight:700;text-align:right}.portal-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-card-title h2,.portal-card-title h3{margin:0}.portal-microcopy{margin:6px 0 0;color:var(--muted);font-size:.95rem}.portal-detail-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.portal-stat{padding:16px;border-radius:18px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.08)}.portal-stat-label{color:var(--muted);font-size:.95rem}.portal-stat-value{margin-top:8px;color:var(--ink);font-size:1.45rem;font-weight:700}.portal-receipt-print-view{background:#ffffff}.portal-receipt-document{margin-top:18px;padding:20px;border-radius:20px;border:1px solid rgba(33,68,105,.1);background:linear-gradient(180deg,rgba(248,250,252,1),rgba(255,255,255,1))}.portal-receipt-document-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.portal-receipt-brand{margin:0;color:var(--accent-strong);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.portal-receipt-title{margin:8px 0 4px;color:var(--ink);font-size:1.4rem}.portal-receipt-document-meta{display:grid;grid-gap:6px;gap:6px;text-align:right}.portal-receipt-footer{margin:20px 0 0;color:var(--muted);font-size:.95rem}.site-footer-wrap{margin-top:0;background:linear-gradient(180deg,#132132,#17263b)}.site-footer{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.8fr);grid-gap:36px;gap:36px;padding:44px 0 26px;color:#e4edf6}.site-footer-brand{max-width:320px}.site-footer-logo{margin:0;font-size:1.8rem;line-height:1;font-weight:700}.site-footer-tagline{margin:12px 0 0;color:#ffffff;font-size:1rem;font-weight:700}.site-footer-copy{margin:14px 0 0;color:rgba(228,237,246,.72);font-size:.98rem;line-height:1.65}.site-footer-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.site-footer-column{display:grid;grid-gap:12px;gap:12px}.site-footer-title{margin:0;color:#ffffff;font-size:.98rem;line-height:1.2;font-weight:700}.site-footer-links{display:grid;grid-gap:10px;gap:10px}.site-footer-link{color:rgba(228,237,246,.72);transition:color .18s ease}.site-footer-link:hover{color:#67dfd6}.site-footer-bottom{grid-column:1/-1;padding-top:8px;border-top:1px solid rgba(228,237,246,.08);color:rgba(228,237,246,.56);font-size:.9rem}.about-founder-section,.contact-page-section,.features-page-section,.marketing-hero,.pricing-page-section{width:100vw;margin-left:calc(50% - 50vw);background:#f8fafc}.marketing-hero{padding:34px 0 22px}.about-founder-section,.contact-page-section,.features-page-section,.pricing-page-section{padding:18px 0 56px}.features-page-section.alt,.pricing-page-section.alt{background:linear-gradient(180deg,rgba(239,245,249,.76),rgba(248,250,252,1))}.features-page-section.final,.pricing-page-section.final{padding-bottom:72px}.features-page-inner,.marketing-hero-inner,.pricing-page-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.marketing-hero-inner.centered{max-width:920px}.marketing-hero-inner.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-gap:28px;gap:28px;align-items:center}.marketing-hero-copy{max-width:720px}.pricing-hero-copy{margin:0 auto;text-align:center}.marketing-eyebrow,.marketing-final-eyebrow{margin:0;color:rgba(15,118,110,.92);font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.marketing-final-title,.marketing-title{margin:18px 0 0;color:var(--primary);font-size:clamp(2.35rem,4.8vw,4.5rem);line-height:1.02;font-weight:700}.marketing-copy,.marketing-final-copy{margin:20px 0 0;color:var(--muted);font-size:1.06rem;line-height:1.72;max-width:720px}.pricing-hero-copy .marketing-copy{margin-left:auto;margin-right:auto}.marketing-final-actions,.marketing-hero-actions,.pricing-section-actions{display:flex;flex-wrap:wrap;gap:12px}.marketing-hero-actions{margin-top:28px}.pricing-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.features-business-pill,.pricing-trust-pill{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(33,68,105,.08);box-shadow:0 10px 22px rgba(33,68,105,.05);color:var(--primary);font-weight:700}.pricing-section-head{max-width:780px}.pricing-section-head.narrow{max-width:700px}.pricing-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.pricing-card-link{display:block;color:inherit;cursor:pointer;border-radius:28px;outline:none;-webkit-tap-highlight-color:transparent}.pricing-card-link:focus-visible{box-shadow:0 0 0 4px rgba(15,118,110,.18)}.pricing-plan-card{height:100%;display:grid;grid-template-rows:auto auto 1fr auto;grid-gap:18px;gap:18px;padding:28px 24px 24px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,1));border:1px solid rgba(33,68,105,.08);border-radius:28px;box-shadow:0 18px 38px rgba(33,68,105,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.pricing-card-link:focus-visible .pricing-plan-card,.pricing-card-link:hover .pricing-plan-card{transform:translateY(-4px);box-shadow:0 26px 48px rgba(33,68,105,.09);border-color:rgba(33,68,105,.14)}.pricing-card-link:active .pricing-plan-card{transform:translateY(-1px) scale(.995)}.pricing-plan-card.featured{background:linear-gradient(180deg,rgba(15,118,110,.06),rgba(255,255,255,1));border-color:rgba(15,118,110,.2);box-shadow:0 24px 54px rgba(15,118,110,.1);transform:translateY(-6px)}.pricing-card-link:focus-visible .pricing-plan-card.featured,.pricing-card-link:hover .pricing-plan-card.featured{transform:translateY(-9px);box-shadow:0 30px 58px rgba(15,118,110,.14)}.pricing-plan-top{display:grid;grid-gap:10px;gap:10px}.pricing-plan-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:28px;padding:0 12px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:.8rem;font-weight:700}.pricing-plan-badge.placeholder{visibility:hidden}.pricing-plan-title{font-size:1.48rem}.pricing-plan-summary,.pricing-plan-title{margin:0;color:var(--primary);line-height:1.12}.pricing-plan-summary{font-size:1.85rem;font-weight:700}.pricing-plan-description{margin:0;color:var(--muted);font-size:.98rem;line-height:1.6}.pricing-plan-price-block{display:grid;grid-gap:8px;gap:8px;padding:18px;border-radius:22px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.07)}.pricing-plan-annual,.pricing-plan-monthly,.pricing-plan-note,.pricing-plan-savings{margin:0}.pricing-plan-monthly{color:var(--primary);font-size:1.18rem;font-weight:700}.pricing-plan-annual{color:var(--accent-strong);font-size:1.05rem;font-weight:700}.pricing-plan-savings{color:var(--muted);font-size:.92rem;line-height:1.5}.pricing-plan-list{display:grid;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}.pricing-plan-list li{position:relative;padding-left:22px;color:var(--ink);line-height:1.55}.pricing-plan-list li:before{content:"";position:absolute;top:10px;left:0;width:8px;height:8px;border-radius:999px;background:linear-gradient(180deg,#19a095,#0f766e)}.pricing-plan-note{color:var(--muted);font-size:.92rem;line-height:1.55}.pricing-section-actions{justify-content:center;margin-top:30px}.pricing-region-table{margin-top:28px;display:grid;grid-gap:12px;gap:12px}.pricing-region-header,.pricing-region-row{display:grid;grid-template-columns:1.2fr repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:center}.pricing-region-header{padding:0 18px;color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.pricing-region-row{padding:18px;background:rgba(255,255,255,.92);border:1px solid rgba(33,68,105,.08);border-radius:22px;box-shadow:0 12px 28px rgba(33,68,105,.05)}.pricing-region-cell{display:grid;grid-gap:4px;gap:4px;color:var(--ink)}.pricing-region-cell.primary strong{color:var(--primary);font-size:1rem}.pricing-region-label{display:none;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.pricing-region-note{margin:20px 0 0;color:var(--muted);font-size:.94rem;line-height:1.6}.features-difference-grid,.pricing-annual-grid,.pricing-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:28px}.features-difference-card,.pricing-annual-card,.pricing-value-card{padding:24px;border-radius:24px;background:rgba(255,255,255,.94);border:1px solid rgba(33,68,105,.08);box-shadow:0 14px 30px rgba(33,68,105,.05)}.features-core-card h3,.features-difference-card h3,.features-showcase-copy h2,.pricing-annual-card h3,.pricing-value-card h3{margin:0;color:var(--primary)}.features-core-card p,.features-difference-card p,.features-showcase-copy p,.pricing-annual-card p,.pricing-value-card p{margin:12px 0 0;color:var(--muted);line-height:1.65}.pricing-annual-note{margin-top:22px;padding:18px 20px;border-radius:22px;background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.15);color:var(--accent-strong);font-weight:700;line-height:1.6}.pricing-faq-list{display:grid;grid-gap:14px;gap:14px;margin-top:28px}.pricing-faq-item{padding:0 22px;border-radius:22px;background:rgba(255,255,255,.94);border:1px solid rgba(33,68,105,.08);box-shadow:0 12px 28px rgba(33,68,105,.05)}.pricing-faq-item summary{cursor:pointer;list-style:none;padding:20px 0;color:var(--primary);font-weight:700}.pricing-faq-item summary::-webkit-details-marker{display:none}.pricing-faq-item p{margin:0 0 20px;color:var(--muted);line-height:1.65}.marketing-final-cta{border-radius:32px;padding:54px 28px;background:radial-gradient(circle at top left,rgba(94,215,213,.14),transparent 34%),linear-gradient(135deg,rgba(11,19,32,.98),rgba(33,68,105,.96) 56%,rgba(15,118,110,.9));color:#ffffff;text-align:center;box-shadow:0 26px 54px rgba(11,19,32,.2)}.marketing-final-cta .marketing-final-copy,.marketing-final-cta .marketing-final-title{margin-left:auto;margin-right:auto}.marketing-final-cta .marketing-final-title{color:#ffffff;max-width:14ch}.marketing-final-cta .marketing-final-copy{max-width:660px;color:rgba(255,255,255,.76)}.marketing-final-actions{justify-content:center;margin-top:28px}.features-hero{padding-top:28px}.features-hero-visual{position:relative}.features-device-stack{position:relative;min-height:420px}.features-device-card{position:absolute;border-radius:30px;border:1px solid rgba(33,68,105,.1);box-shadow:0 24px 54px rgba(33,68,105,.12);overflow:hidden}.features-device-card.primary{inset:0 52px 56px 0;padding:20px;background:linear-gradient(180deg,#ffffff,#eef5f8)}.features-device-card.secondary{right:0;bottom:0;width:58%;padding:18px;background:linear-gradient(180deg,rgba(11,19,32,.97),rgba(33,68,105,.95));color:#ffffff}.features-device-header{display:flex;gap:8px}.features-device-dot{width:10px;height:10px;border-radius:999px;background:rgba(33,68,105,.14)}.features-device-eyebrow,.features-mockup-label{margin:16px 0 0;color:var(--accent-strong);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.features-device-card.secondary .features-device-eyebrow{color:rgba(167,243,208,.9)}.features-device-card h3{margin:12px 0 0;color:var(--primary);font-size:1.4rem;line-height:1.2}.features-device-card.secondary h3{color:#ffffff}.features-device-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:20px}.features-device-stat{padding:16px;border-radius:20px;background:rgba(33,68,105,.05)}.features-device-stat.wide{grid-column:1/-1;background:rgba(15,118,110,.1)}.features-device-list li,.features-device-stat span,.features-mockup-row span{color:var(--muted)}.features-device-stat strong,.features-mockup-row strong{display:block;margin-top:8px;color:var(--primary);font-size:1.18rem}.features-device-list{display:grid;grid-gap:12px;gap:12px;padding:0;margin:18px 0 0;list-style:none}.features-device-list li{padding:14px;border-radius:18px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.82)}.features-core-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:28px}.features-core-card{padding:24px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 14px 30px rgba(33,68,105,.05)}.features-core-icon{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:18px;background:rgba(33,68,105,.08);color:var(--primary)}.features-core-icon svg{width:28px;height:28px;stroke:currentColor;stroke-width:1.85;fill:none;stroke-linecap:round;stroke-linejoin:round}.features-showcase-stack{display:grid;grid-gap:20px;gap:20px}.features-showcase-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:center;padding:28px;border-radius:30px;background:rgba(255,255,255,.92);border:1px solid rgba(33,68,105,.08);box-shadow:0 16px 36px rgba(33,68,105,.06)}.features-showcase-strip.right .features-showcase-copy{order:2}.features-showcase-strip.right .features-showcase-visual{order:1}.features-showcase-copy h2{margin-top:14px;font-size:2rem;line-height:1.08}.features-showcase-visual{display:grid}.features-mockup-card{padding:22px;border-radius:26px;background:linear-gradient(180deg,#ffffff,#edf4f8);border:1px solid rgba(33,68,105,.09);box-shadow:0 18px 42px rgba(33,68,105,.1)}.features-mockup-card.offline{background:linear-gradient(180deg,rgba(11,19,32,.98),rgba(33,68,105,.96))}.features-mockup-card.offline .features-mockup-label,.features-mockup-card.offline .features-offline-copy{color:rgba(255,255,255,.84)}.features-mockup-row{display:flex;justify-content:space-between;gap:16px;margin-top:14px;padding:14px 16px;border-radius:18px;background:rgba(33,68,105,.05)}.features-mockup-row.highlight{background:rgba(15,118,110,.12)}.features-offline-icon{width:120px;height:120px;margin:22px auto 0;display:grid;place-items:center}.features-offline-icon svg{width:100%;height:100%;stroke:rgba(167,243,208,.92);stroke-width:6;fill:none;stroke-linecap:round;stroke-linejoin:round}.features-offline-copy{max-width:260px;margin:18px auto 0;text-align:center;line-height:1.6}.features-business-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.features-business-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);grid-gap:28px;gap:28px;align-items:center}.features-business-orbit-shell{display:grid;justify-items:center}.features-business-orbit{position:relative;width:min(100%,640px);aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle at center,rgba(15,118,110,.08) 0,rgba(33,68,105,.03) 42%,transparent 72%)}.features-business-orbit:after,.features-business-orbit:before{content:"";position:absolute;inset:50%;border-radius:50%;transform:translate(-50%,-50%);border:1px dashed rgba(33,68,105,.1)}.features-business-orbit:before{width:72%;height:72%}.features-business-orbit:after{width:92%;height:92%}.features-business-center{position:absolute;inset:50%;width:240px;height:240px;transform:translate(-50%,-50%);display:grid;align-content:center;justify-items:center;text-align:center;padding:26px;border-radius:50%;background:linear-gradient(180deg,#ffffff,#eef5f8);border:1px solid rgba(33,68,105,.1);box-shadow:0 24px 48px rgba(33,68,105,.12);z-index:2}.features-business-center strong{display:block;color:var(--primary);font-size:1.5rem;line-height:1.12}.features-business-center p{margin:12px 0 0;color:var(--muted);font-size:.92rem;line-height:1.55}.features-business-node{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + var(--orbit-x)),calc(-50% + var(--orbit-y)));display:inline-flex;align-items:center;justify-content:center;min-height:40px;max-width:132px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(33,68,105,.08);box-shadow:0 12px 24px rgba(33,68,105,.06);color:var(--primary);font-size:.8rem;font-weight:700;text-align:center;white-space:normal;line-height:1.2;z-index:1;transition:transform .35s ease,background .35s ease,color .35s ease,box-shadow .35s ease,border-color .35s ease}.features-business-node.active{background:linear-gradient(180deg,#214469,#0f766e);color:#ffffff;border-color:rgba(15,118,110,.24);box-shadow:0 20px 36px rgba(15,118,110,.2);z-index:3}.about-founder-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.about-founder-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:32px;gap:32px;align-items:start}.about-founder-copy{max-width:760px}.about-founder-copy .section-title{margin-top:18px;color:var(--primary);font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.06}.about-founder-quote{position:relative;margin:28px 0 0;padding:0 0 0 28px;border-left:3px solid rgba(15,118,110,.2)}.about-founder-quote:before{content:"“";position:absolute;top:-10px;left:-2px;color:rgba(15,118,110,.18);font-size:4.6rem;line-height:1;font-weight:700}.about-founder-quote p{margin:0;color:var(--ink);font-size:1.08rem;line-height:1.9}.about-founder-quote p+p{margin-top:22px}.about-founder-attribution{margin:28px 0 0;color:var(--primary);font-size:1rem;font-weight:700;line-height:1.5}.about-founder-visual{display:grid}.about-founder-panel-shell{position:-webkit-sticky;position:sticky;top:32px;display:grid;grid-gap:18px;gap:18px}.about-founder-panel-stage{position:relative;min-height:420px;border-radius:28px;overflow:hidden;background:radial-gradient(circle at top,rgba(94,215,213,.18),transparent 34%),linear-gradient(135deg,rgba(11,19,32,.98),rgba(33,68,105,.96) 58%,rgba(15,118,110,.84));box-shadow:0 28px 60px rgba(11,19,32,.18)}.about-founder-panel{position:absolute;inset:0;display:grid;align-items:center;padding:28px;opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease;pointer-events:none}.about-founder-panel.active{opacity:1;transform:translateY(0);pointer-events:auto}.about-signature-card{position:relative;display:grid;align-content:center;min-height:240px;padding:30px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(242,247,250,.96));border:1px solid rgba(33,68,105,.08);box-shadow:0 18px 40px rgba(11,19,32,.12),0 0 0 1px rgba(15,118,110,.04)}.about-signature-accent{width:64px;height:3px;border-radius:999px;background:linear-gradient(90deg,rgba(15,118,110,.8),rgba(15,118,110,.2))}.about-signature-content{display:grid;grid-gap:8px;gap:8px;margin-top:18px}.about-signature-content strong{color:var(--primary);font-size:1.45rem;line-height:1.15}.about-signature-content span{color:var(--muted);font-size:.98rem;line-height:1.5}.about-signature-content p{margin:8px 0 0;color:rgba(23,38,59,.7);font-size:.96rem;line-height:1.6}.about-preview-stack{position:relative;min-height:320px}.about-preview-card{position:absolute;left:0;right:0;display:flex;align-items:center;gap:16px;padding:22px 20px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(244,248,251,.97));border:1px solid rgba(33,68,105,.08);box-shadow:0 18px 40px rgba(11,19,32,.12);transition:transform .3s ease,box-shadow .3s ease}.about-preview-card:hover{transform:translateY(-3px);box-shadow:0 22px 44px rgba(11,19,32,.14)}.about-preview-card.card-1{top:12px;z-index:4}.about-preview-card.card-2{top:92px;left:18px;right:18px;z-index:3}.about-preview-card.card-3{top:172px;left:36px;right:36px;z-index:2}.about-preview-card.card-4{top:252px;left:54px;right:54px;z-index:1}.about-preview-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;border-radius:16px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:1rem;font-weight:700}.about-preview-copy{display:grid;grid-gap:6px;gap:6px}.about-preview-copy strong{color:var(--primary);font-size:1.06rem;line-height:1.2}.about-preview-copy span{color:var(--muted);font-size:.93rem;line-height:1.5}.about-founder-indicators{display:flex;justify-content:center;gap:10px}.about-founder-indicator{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(33,68,105,.16);cursor:pointer;transition:transform .2s ease,background .2s ease}.about-founder-indicator.active{background:var(--accent);transform:scale(1.15)}.contact-page-inner{width:min(calc(100% - 32px),var(--site-max));margin:0 auto}.contact-hero{padding-top:30px;padding-bottom:12px}.contact-hero-copy{max-width:760px}.contact-form-head .section-title,.contact-hero-copy .section-title{color:var(--primary);font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.04}.contact-hero-text{margin:18px 0 0;color:var(--muted);font-size:1.06rem;line-height:1.72;max-width:720px}.contact-options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.contact-option-card{display:grid;align-content:start;grid-gap:12px;gap:12px;min-height:240px;padding:24px;border-radius:24px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 16px 34px rgba(33,68,105,.06)}.contact-option-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:1rem;font-weight:700}.contact-option-card h2{margin:0;color:var(--primary);font-size:1.3rem;line-height:1.2}.contact-option-value{margin:0;color:var(--ink);font-size:1.02rem;line-height:1.7;white-space:pre-line}.contact-option-helper{margin:0;color:var(--muted);line-height:1.6}.contact-form-shell{padding:28px;border-radius:28px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 18px 38px rgba(33,68,105,.06)}.contact-form-head{max-width:680px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:24px}.contact-field{display:grid;grid-gap:8px;gap:8px;color:var(--ink);font-weight:600}.contact-field.full,.contact-form-actions{grid-column:1/-1}.contact-form-actions{display:flex;justify-content:flex-start}.contact-response-note{margin-top:20px;text-align:center}.contact-response-note p{margin:0;color:var(--muted);line-height:1.7}.contact-response-note p+p{margin-top:4px}.portal-login-page{min-height:calc(100vh - 113px);width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.portal-login-inner{width:min(calc(100% - 32px),1180px);margin:0 auto;padding:36px 0 64px;display:grid;grid-template-columns:minmax(320px,.96fr) minmax(320px,.86fr);grid-gap:28px;gap:28px;align-items:center}.portal-login-mockup{display:grid;justify-items:center}.portal-login-phone{width:min(100%,430px);margin-bottom:0}.portal-login-screen{position:relative;overflow:hidden;min-height:760px;padding:22px 18px 20px;border-radius:30px;background:radial-gradient(circle at top,rgba(15,118,110,.05),transparent 24%),linear-gradient(180deg,#08101b,#0b1320 58%,#10203a);color:#ffffff}.portal-login-status{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding:0 4px;color:rgba(255,255,255,.84);font-size:.76rem;font-weight:700}.portal-login-status-icons{display:flex;align-items:center;gap:8px}.portal-login-battery{width:20px;height:10px;border-radius:999px;background:linear-gradient(90deg,#19a095,#7fe5dc)}.portal-login-expenses-head h2{margin:0;color:#ffffff;font-size:1.5rem;line-height:1.15}.portal-login-filter-card{margin-top:18px;padding:16px;border-radius:24px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.portal-login-filter-row,.portal-login-searchbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-login-searchbar{min-height:52px;padding:0 16px;border-radius:18px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.62)}.portal-login-search-icon{color:rgba(126,234,220,.84);font-size:1rem}.portal-login-filter-row{margin-top:12px;padding:0 4px}.portal-login-filter-label{color:rgba(255,255,255,.72);font-size:.9rem}.portal-login-filter-value{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(15,118,110,.16);color:#a7f3d0;font-size:.9rem;font-weight:700}.portal-login-expense-group{margin-top:22px}.portal-login-group-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:rgba(255,255,255,.82);font-size:.96rem;font-weight:700}.portal-login-group-head strong{color:#67dfd6}.portal-login-expense-card{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:16px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.07);box-shadow:0 14px 30px rgba(6,10,18,.16)}.portal-login-expense-card+.portal-login-expense-card{margin-top:12px}.portal-login-expense-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:rgba(15,118,110,.16);color:#7fe5dc;font-size:.92rem;font-weight:700}.portal-login-expense-icon.transport{background:rgba(36,99,235,.18);color:#bfdbfe}.portal-login-expense-icon.airtime{background:rgba(15,118,110,.18);color:#a7f3d0}.portal-login-expense-icon.internet{background:rgba(244,180,0,.18);color:#fde68a}.portal-login-expense-copy{display:grid;grid-gap:4px;gap:4px}.portal-login-expense-copy strong{color:#ffffff;font-size:1rem;line-height:1.2}.portal-login-expense-copy span{color:rgba(255,255,255,.64);font-size:.84rem;line-height:1.45}.portal-login-expense-right{display:grid;justify-items:end;grid-gap:8px;gap:8px}.portal-login-expense-right strong{color:#ffffff;font-size:1rem}.portal-login-expense-right span{color:rgba(126,234,220,.92);font-size:1.1rem;line-height:1}.portal-login-bottom-nav{position:absolute;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;padding:12px 10px 10px;border-radius:22px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.56);font-size:.72rem;font-weight:700;text-align:center}.portal-login-bottom-nav .active{color:#67dfd6}.portal-login-panel{display:grid}.portal-login-card{max-width:460px;width:100%;margin-left:auto;padding:30px;border-radius:28px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 22px 48px rgba(33,68,105,.08)}.portal-login-back{color:var(--muted);font-size:.94rem}.portal-login-brand{margin-top:18px;display:flex;justify-content:center}.portal-login-logo{width:auto;height:84px}.portal-login-copy h1{margin:10px 0 0;color:var(--primary);font-size:2.4rem;line-height:1.04}.portal-login-copy p{margin:14px 0 0;color:var(--muted);line-height:1.65}.portal-login-form{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.portal-password-wrap{position:relative}.portal-password-input{padding-right:74px}.portal-password-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);border:0;background:transparent;color:var(--accent-strong);font-weight:700;cursor:pointer}.portal-login-submit{width:100%}.portal-login-links{display:grid;grid-gap:10px;gap:10px;justify-items:start}.portal-login-links a,.portal-login-links p{color:var(--muted);line-height:1.55}.portal-login-links p{margin:0}.portal-login-links p a{color:var(--primary);font-weight:700}.portal-login-trust{margin:6px 0 0;color:rgba(23,38,59,.72);font-size:.94rem;line-height:1.55;text-align:center}.portal-signup-page{min-height:calc(100vh - 113px);width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.portal-signup-inner{width:min(calc(100% - 32px),640px);margin:0 auto;padding:34px 0 64px}.portal-signup-back{display:inline-flex;align-items:center;color:rgba(33,68,105,.76);font-size:.95rem;line-height:1.4;transition:color .18s ease}.portal-signup-back:hover{color:var(--primary)}.portal-signup-card{margin-top:20px;padding:30px;border-radius:30px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 24px 52px rgba(33,68,105,.08)}.portal-signup-copy h1{margin:14px 0 0;color:var(--primary);font-size:clamp(2.2rem,4vw,3rem);line-height:1.04}.portal-signup-copy p{margin:14px 0 0;color:var(--ink);font-size:1.04rem;line-height:1.65}.portal-signup-copy span{display:block;margin-top:10px;color:var(--muted);line-height:1.6}.portal-signup-progress{display:grid;grid-template-columns:auto 1fr auto 1fr auto;grid-gap:10px;gap:10px;align-items:center;margin-top:24px;padding:18px;border-radius:22px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.06)}.portal-signup-progress-step{display:grid;justify-items:center;grid-gap:8px;gap:8px}.portal-signup-progress-step strong{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:rgba(33,68,105,.08);color:var(--primary);font-size:.92rem}.portal-signup-progress-step span{color:var(--muted);font-size:.86rem;font-weight:700}.portal-signup-progress-step.active strong{background:linear-gradient(180deg,#19a095,#0f766e);color:#ffffff;box-shadow:0 14px 26px rgba(15,118,110,.18)}.portal-signup-progress-step.active span{color:var(--primary)}.portal-signup-progress-line{height:2px;border-radius:999px;background:rgba(33,68,105,.12)}.portal-signup-form{display:grid;grid-gap:22px;gap:22px;margin-top:22px}.portal-signup-section{display:grid;grid-gap:14px;gap:14px}.portal-signup-section h2{margin:0;color:var(--primary);font-size:1.12rem;line-height:1.2}.portal-signup-helper{margin:-6px 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.portal-signup-match{margin:-4px 0 0;color:#b45309;font-size:.92rem;line-height:1.5}.portal-signup-match.valid{color:var(--accent-strong)}.portal-signup-submit{width:100%;min-height:52px}.portal-signup-secondary{text-align:center}.portal-signup-secondary p{margin:0;color:var(--muted);line-height:1.55}.portal-signup-secondary a{color:var(--primary);font-weight:700}.portal-signup-reassurance{display:grid;grid-gap:4px;gap:4px;text-align:center}.portal-signup-reassurance p{margin:0;color:rgba(23,38,59,.7);font-size:.94rem;line-height:1.55}.portal-signup-progress-step.done strong{background:rgba(33,68,105,.12);color:var(--primary)}.portal-signup-progress-step.done span{color:var(--primary)}.portal-signup-progress-line.active{background:rgba(15,118,110,.32)}.portal-onboarding-page{min-height:calc(100vh - 113px);width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.portal-onboarding-inner{width:min(calc(100% - 32px),640px);margin:0 auto;padding:34px 0 64px}.portal-onboarding-card{margin-top:20px;padding:30px;border-radius:30px;background:rgba(255,255,255,.96);border:1px solid rgba(33,68,105,.08);box-shadow:0 24px 52px rgba(33,68,105,.08)}.portal-onboarding-copy h1{margin:14px 0 0;color:var(--primary);font-size:clamp(2.2rem,4vw,3rem);line-height:1.04}.portal-onboarding-copy p{margin:14px 0 0;color:var(--muted);line-height:1.65}.portal-onboarding-form{display:grid;grid-gap:20px;gap:20px;margin-top:22px}.portal-onboarding-bottom-note,.portal-onboarding-note{margin:0;color:var(--muted);line-height:1.6}.portal-onboarding-submit{width:100%;min-height:52px}.portal-onboarding-recovery{display:grid;grid-gap:8px;gap:8px;justify-items:stretch;text-align:left}.portal-onboarding-recovery p{margin:0;color:var(--muted);line-height:1.6}.portal-onboarding-recovery a{color:var(--primary);font-weight:700;text-align:center;justify-self:center}.portal-onboarding-empty{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.portal-onboarding-ready-card{margin-top:22px;padding:22px;border-radius:24px;background:rgba(33,68,105,.04);border:1px solid rgba(33,68,105,.08)}.portal-onboarding-ready-card h2{margin:0;color:var(--primary);font-size:1.24rem;line-height:1.2}.portal-onboarding-ready-card p{margin:12px 0 0;color:var(--muted);line-height:1.6}.portal-onboarding-ready-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.portal-country-input-wrap,.portal-country-picker{position:relative}.portal-country-input{padding-right:52px}.portal-country-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);border:0;background:transparent;color:var(--primary);font-size:.95rem;cursor:pointer}.portal-country-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:260px;overflow-y:auto;z-index:20;padding:8px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid rgba(33,68,105,.1);box-shadow:0 18px 34px rgba(33,68,105,.12)}.portal-country-empty,.portal-country-option{width:100%;padding:12px 14px;border-radius:14px;text-align:left;line-height:1.5}.portal-country-option{border:0;background:transparent;color:var(--ink);cursor:pointer}.portal-country-option.active,.portal-country-option:hover{background:rgba(33,68,105,.06);color:var(--primary)}.portal-country-empty{color:var(--muted)}.portal-dashboard-page{min-height:calc(100vh - 113px);width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.portal-dashboard-inner{width:min(calc(100% - 32px),1080px);margin:0 auto;padding:34px 0 64px}.portal-dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-dashboard-header-actions{display:flex;align-items:center;gap:12px}.portal-dashboard-header h1{margin:10px 0 0;color:var(--primary);font-size:clamp(2rem,4vw,2.8rem);line-height:1.04}.portal-dashboard-header-button{min-height:46px}.portal-dashboard-menu{position:relative}.portal-dashboard-avatar{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:1px solid rgba(33,68,105,.08);border-radius:999px;background:linear-gradient(180deg,rgba(33,68,105,.08),rgba(15,118,110,.12));color:var(--primary);box-shadow:0 16px 28px rgba(33,68,105,.08);cursor:pointer}.portal-dashboard-avatar span{font-size:.96rem;font-weight:700;letter-spacing:.04em}.portal-dashboard-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:180px;display:grid;grid-gap:4px;gap:4px;padding:8px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid rgba(33,68,105,.08);box-shadow:0 18px 36px rgba(33,68,105,.12);z-index:20}.portal-dashboard-dropdown-item{display:flex;align-items:center;width:100%;min-height:42px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.portal-dashboard-dropdown-item:hover{background:rgba(33,68,105,.06);color:var(--primary)}.portal-dashboard-hero{margin-top:22px}.portal-dashboard-hero-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.portal-dashboard-hero-head h2{margin:0;color:var(--primary);font-size:1.5rem;line-height:1.1}.portal-dashboard-business-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,420px);grid-gap:18px;gap:18px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x proximity}.portal-dashboard-business-strip.single{display:block;overflow:visible;padding:0}.portal-dashboard-business-strip.double{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding:0}.portal-dashboard-business-card,.portal-dashboard-empty-card,.portal-dashboard-panel{background:rgba(255,255,255,.98);border-radius:26px;box-shadow:0 22px 48px rgba(33,68,105,.08)}.portal-dashboard-business-card{display:grid;grid-gap:24px;gap:24px;padding:32px;min-width:0;scroll-snap-align:start}.portal-dashboard-business-card.double,.portal-dashboard-business-card.single{width:100%}.portal-dashboard-business-copy h2,.portal-dashboard-business-copy h3,.portal-dashboard-empty-card h2,.portal-dashboard-panel h3{margin:0;color:var(--primary)}.portal-dashboard-business-copy h2{font-size:clamp(2rem,4vw,2.7rem);line-height:1.02}.portal-dashboard-business-copy h3{font-size:clamp(1.7rem,3vw,2.3rem);line-height:1.05}.portal-dashboard-business-meta,.portal-dashboard-empty-card p,.portal-dashboard-help-copy,.portal-dashboard-panel-head p{margin:12px 0 0;color:var(--muted);line-height:1.65}.portal-dashboard-account-list,.portal-dashboard-business-status{display:grid;grid-gap:12px;gap:12px}.portal-dashboard-account-row,.portal-dashboard-status-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:18px;background:rgba(33,68,105,.04)}.portal-dashboard-account-row span,.portal-dashboard-status-row span{color:var(--muted)}.portal-dashboard-account-row strong,.portal-dashboard-status-row strong{color:var(--primary);text-align:right}.portal-dashboard-hero-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.portal-dashboard-hero-actions .button,.portal-dashboard-hero-actions .button-secondary{width:100%;min-width:0;text-align:center}.portal-dashboard-primary-action,.portal-dashboard-secondary-action{min-height:46px}.portal-dashboard-empty-card,.portal-dashboard-hero-empty{display:grid;justify-items:center}.portal-dashboard-empty-card{width:min(100%,720px);grid-gap:0;gap:0;padding:40px 32px;text-align:center}.portal-dashboard-empty-card .button{margin-top:22px}.portal-dashboard-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:22px}.portal-dashboard-panel{display:grid;grid-gap:18px;gap:18px;padding:26px}.portal-dashboard-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-dashboard-panel-head p{margin-top:10px}.portal-dashboard-help-copy{margin-top:0}.portal-dashboard-help-link{color:var(--primary);font-weight:700}.portal-business-page{min-height:calc(100vh - 113px);width:100vw;margin-left:calc(50% - 50vw);background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f8fafc)}.portal-business-inner{width:min(calc(100% - 32px),980px);margin:0 auto;padding:34px 0 64px}.portal-business-toplink{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.portal-business-toplink a{color:rgba(33,68,105,.78);font-size:.95rem}.portal-business-card,.portal-business-hero{background:rgba(255,255,255,.98);border-radius:28px;box-shadow:0 22px 48px rgba(33,68,105,.08)}.portal-business-hero{margin-top:18px;padding:30px}.portal-business-activity-row,.portal-business-hero-head,.portal-business-list-row,.portal-business-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.portal-business-hero-head h1,.portal-business-section-head h2{margin:0;color:var(--primary)}.portal-business-hero-head h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.02}.portal-business-activity-row p,.portal-business-empty,.portal-business-meta,.portal-business-section-head p{margin:12px 0 0;color:var(--muted);line-height:1.65}.portal-business-access{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;background:rgba(33,68,105,.08);color:var(--primary);font-weight:700}.portal-business-section,.portal-business-stat-grid{display:grid;grid-gap:18px;gap:18px}.portal-business-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:24px}.portal-business-stat{padding:18px;border-radius:20px;background:rgba(33,68,105,.04)}.portal-business-activity-row span,.portal-business-list-row span,.portal-business-stat span{color:var(--muted)}.portal-business-activity-row strong,.portal-business-list-row strong,.portal-business-stat strong{display:block;margin-top:10px;color:var(--primary);font-size:1.05rem;line-height:1.25}.portal-business-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.portal-business-action-button{min-height:46px;text-align:center}.portal-business-action-button.active{box-shadow:0 0 0 3px rgba(15,118,110,.12);transform:translateY(-1px)}.portal-business-link-action{min-height:46px;padding-inline:8px;color:var(--primary);font-weight:700}.portal-business-section{margin-top:18px}.portal-business-card{padding:26px}.portal-business-activity-list,.portal-business-list{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.portal-business-list-row{padding:16px 18px;border-radius:18px;background:rgba(33,68,105,.04)}.portal-business-list-row strong{margin-top:0;text-align:right}.portal-business-history-link{color:var(--primary);font-weight:700}.portal-business-activity-row{padding:16px 18px;border-radius:20px;background:rgba(33,68,105,.04)}.portal-business-activity-row p{margin-top:6px}.portal-business-activity-row span{white-space:nowrap}.portal-billing-hero{background:rgba(255,255,255,.98);border-radius:28px;box-shadow:0 22px 48px rgba(33,68,105,.08);margin-top:18px;padding:30px;display:grid;grid-gap:24px;gap:24px}.portal-billing-hero-copy h1{margin:10px 0 0;color:var(--primary);font-size:clamp(2rem,4vw,2.8rem);line-height:1.02}.portal-billing-price-stack{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.portal-billing-price-stack strong{color:var(--primary);font-size:clamp(2rem,4vw,2.8rem);line-height:1}.portal-billing-empty p,.portal-billing-note,.portal-billing-price-stack span{color:var(--muted);line-height:1.65}.portal-billing-hero-meta,.portal-billing-option-group{display:grid;grid-gap:12px;gap:12px}.portal-billing-option-group{margin-top:18px}.portal-billing-option-label{color:var(--primary);font-weight:700}.portal-billing-payment-grid,.portal-billing-segmented{display:flex;flex-wrap:wrap;gap:12px}.portal-billing-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);grid-gap:18px;gap:18px;margin-top:18px;padding:24px;border-radius:28px;background:rgba(255,255,255,.98);box-shadow:0 22px 48px rgba(33,68,105,.08);animation:timelineFadeUp .28s ease}.portal-billing-live-summary h3,.portal-billing-panel-left h2{margin:0;color:var(--primary)}.portal-billing-current-summary span,.portal-billing-hint,.portal-billing-panel-left p,.portal-billing-trust{color:var(--muted);line-height:1.6}.portal-billing-input-wrap{display:grid;grid-gap:10px;gap:10px}.portal-billing-input{min-height:52px;padding:0 16px;border:1px solid rgba(33,68,105,.12);border-radius:16px;background:#ffffff;color:var(--primary);font:inherit}.portal-whatsapp-simulator-page{gap:18px}.portal-whatsapp-simulator-hero{display:grid;grid-gap:20px;gap:20px}.portal-whatsapp-simulator-copy{max-width:720px;color:var(--muted);line-height:1.7}.portal-whatsapp-simulator-meta{display:grid;grid-gap:12px;gap:12px}.portal-whatsapp-simulator-grid{grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr)}.portal-whatsapp-simulator-chat,.portal-whatsapp-simulator-grid,.portal-whatsapp-simulator-side{display:grid;grid-gap:18px;gap:18px}.portal-whatsapp-simulator-field{display:grid;grid-gap:8px;gap:8px}.portal-whatsapp-bubble-label,.portal-whatsapp-simulator-field span{color:var(--primary);font-weight:700}.portal-whatsapp-simulator-compose textarea,.portal-whatsapp-simulator-field input{width:100%;border:1px solid rgba(33,68,105,.12);border-radius:16px;background:#ffffff;color:var(--primary);font:inherit}.portal-whatsapp-simulator-field input{min-height:52px;padding:0 16px}.portal-whatsapp-simulator-outcomes,.portal-whatsapp-simulator-quickbar{display:flex;flex-wrap:wrap;gap:12px}.portal-whatsapp-simulator-thread{display:grid;grid-gap:12px;gap:12px;max-height:620px;overflow-y:auto;padding-right:6px}.portal-whatsapp-bubble{max-width:min(100%,520px);padding:16px 18px;border-radius:20px;box-shadow:0 14px 32px rgba(33,68,105,.07)}.portal-whatsapp-bubble.user{margin-left:auto;background:rgba(33,68,105,.95);color:#ffffff}.portal-whatsapp-bubble.user .portal-whatsapp-bubble-label{color:rgba(255,255,255,.8)}.portal-whatsapp-bubble.system{background:#f8fbfd;color:var(--primary)}.portal-whatsapp-bubble p{margin:8px 0 0;line-height:1.65;white-space:pre-wrap}.portal-whatsapp-simulator-compose{display:grid;grid-gap:12px;gap:12px}.portal-whatsapp-simulator-compose textarea{min-height:110px;padding:14px 16px;resize:vertical}.portal-whatsapp-simulator-summary{display:grid;grid-gap:12px;gap:12px}.portal-whatsapp-simulator-debug{margin:0;padding:18px;border-radius:18px;background:#f8fbfd;color:var(--primary);font-size:.92rem;line-height:1.55;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.portal-billing-stepper{display:inline-flex;align-items:center;gap:18px;width:-moz-fit-content;width:fit-content;padding:10px 14px;border-radius:999px;background:rgba(33,68,105,.04)}.portal-billing-stepper button{width:34px;height:34px;padding:0;border:0;border-radius:999px;background:#ffffff;color:var(--primary);box-shadow:0 8px 18px rgba(33,68,105,.08);cursor:pointer}.portal-billing-current-summary strong,.portal-billing-stepper strong{color:var(--primary);font-size:1.1rem}.portal-billing-segment span{margin-left:8px;font-size:.8rem;opacity:.84}.portal-billing-method,.portal-billing-segment{min-height:46px;padding:0 18px;border:1px solid rgba(33,68,105,.12);border-radius:999px;background:#ffffff;color:var(--primary);cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.portal-billing-method.active,.portal-billing-segment.active{background:var(--primary);border-color:var(--primary);color:#ffffff}.portal-billing-total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding:18px 20px;border-radius:20px;background:rgba(33,68,105,.04)}.portal-billing-total span{color:var(--muted)}.portal-billing-empty strong,.portal-billing-total strong{color:var(--primary);font-size:1.2rem}.portal-billing-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.portal-payment-status-toplinks{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:18px}.portal-business-toplink a,.portal-payment-status-toplinks a{color:var(--muted);font-weight:500}.portal-payment-status-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,360px);grid-gap:24px;gap:24px;align-items:stretch;padding:30px 34px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,1),rgba(240,247,251,1));box-shadow:0 22px 52px rgba(33,68,105,.08)}.portal-payment-status-copy{display:grid;grid-gap:14px;gap:14px;align-content:start}.portal-payment-status-copy h1{margin:0;color:var(--primary);font-size:clamp(2.35rem,5vw,3.4rem);line-height:1.02}.portal-payment-status-summary{display:grid;grid-gap:10px;gap:10px;align-content:start;min-height:100%;padding:24px;border-radius:24px;border:1px solid rgba(33,68,105,.08);background:rgba(255,255,255,.88)}.portal-payment-status-summary-label{color:var(--muted);font-size:.92rem}.portal-payment-status-summary strong{color:var(--primary);font-size:clamp(2rem,4vw,3rem);line-height:1}.portal-payment-status-summary p{margin:0;color:var(--muted)}.portal-payment-status-summary-success{background:linear-gradient(180deg,rgba(215,241,238,.8),rgba(255,255,255,.95))}.portal-payment-status-summary-pending{background:linear-gradient(180deg,rgba(248,251,255,1),rgba(239,245,249,1))}.portal-payment-status-summary-failed{background:linear-gradient(180deg,rgba(255,228,223,.98),rgba(255,245,243,.98));border-color:rgba(197,67,52,.18)}.portal-payment-status-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px;padding:20px 24px;border-radius:24px;border:1px solid rgba(33,68,105,.08)}.portal-payment-status-banner strong{display:block;margin-bottom:6px;color:var(--primary)}.portal-payment-status-banner p{margin:0;color:var(--muted)}.portal-payment-status-banner-success{background:linear-gradient(180deg,rgba(215,241,238,.78),rgba(255,255,255,.98))}.portal-payment-status-banner-pending{background:linear-gradient(180deg,rgba(248,251,255,1),rgba(239,245,249,1))}.portal-payment-status-banner-failed{background:linear-gradient(180deg,rgba(255,232,228,.98),rgba(255,247,245,.98));border-color:rgba(197,67,52,.18)}.portal-payment-status-grid{display:grid;grid-gap:22px;gap:22px;margin-top:22px}.portal-payment-status-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:20px}.portal-payment-status-detail-card{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-payment-status-detail-card span,.portal-payment-status-step p{color:var(--muted)}.portal-payment-status-detail-card strong,.portal-payment-status-meta-row strong,.portal-payment-status-step strong{color:var(--primary)}.portal-payment-status-meta{display:grid;grid-gap:12px;gap:12px;margin-top:20px}.portal-payment-status-meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:18px;background:rgba(33,68,105,.04)}.portal-payment-status-meta-row span{color:var(--muted)}.portal-payment-status-steps{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.portal-payment-status-step{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-payment-status-step span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:rgba(15,118,110,.12);color:var(--accent);font-weight:700}.portal-payment-status-step p{margin:6px 0 0}.portal-billing-list{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.portal-billing-bottom-card{display:flex;flex-direction:column}.portal-billing-bottom-card .portal-business-actions{margin-top:auto;padding-top:18px}.portal-billing-receipt-row,.portal-billing-row{display:grid;grid-gap:12px;gap:12px;padding:16px 18px;border-radius:18px;background:rgba(33,68,105,.04)}.portal-billing-preview-row{min-height:92px}.portal-billing-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center}.portal-billing-receipt-row strong,.portal-billing-row strong{color:var(--primary)}.portal-billing-receipt-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}.portal-billing-receipt-row p{margin:6px 0 0;color:var(--muted)}.portal-billing-download{min-height:40px}.portal-billing-empty{grid-gap:10px;gap:10px;padding:20px;border-radius:22px}.portal-billing-current-summary,.portal-billing-empty{display:grid;margin-top:18px;background:rgba(33,68,105,.04)}.portal-billing-current-summary{grid-gap:8px;gap:8px;padding:18px 20px;border-radius:20px}.portal-billing-panel-right{display:grid}.portal-billing-live-summary{display:grid;align-content:start;grid-gap:18px;gap:18px;padding:22px;border-radius:24px;background:linear-gradient(180deg,rgba(33,68,105,.06),rgba(15,118,110,.07));border:1px solid rgba(15,118,110,.12)}.portal-billing-live-lines{display:grid;grid-gap:8px;gap:8px;color:var(--muted);line-height:1.55}.portal-billing-live-total{display:grid;grid-gap:8px;gap:8px;padding-top:6px}.portal-billing-live-total span{color:var(--muted)}.portal-billing-live-total strong{color:var(--primary);font-size:1.6rem;line-height:1.05}.portal-billing-cta{width:100%}.portal-team-hero{gap:30px}.portal-team-hero-head{display:grid;grid-gap:18px;gap:18px}.portal-team-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.portal-team-seat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:8px}.portal-team-seat-stat{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-team-member-copy p,.portal-team-seat-stat span,.portal-team-seat-warning p{color:var(--muted)}.portal-team-member-copy strong,.portal-team-seat-stat strong{color:var(--primary);font-size:1.15rem}.portal-team-empty,.portal-team-seat-warning{display:grid;grid-gap:12px;gap:12px;margin-top:8px;padding:20px;border-radius:22px;background:linear-gradient(180deg,rgba(33,68,105,.05),rgba(15,118,110,.07))}.portal-team-empty strong,.portal-team-owner-note,.portal-team-seat-warning strong{color:var(--primary)}.portal-team-invite-card{margin-top:18px}.portal-team-invite-form{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.portal-team-invite-form label{display:grid;grid-gap:8px;gap:8px}.portal-team-invite-form span{color:var(--primary);font-weight:700}.portal-team-invite-form input{min-height:52px;padding:0 16px;border:1px solid rgba(33,68,105,.12);border-radius:16px;background:#ffffff;color:var(--primary);font:inherit}.portal-team-empty-actions,.portal-team-form-actions{display:flex;flex-wrap:wrap;gap:12px}.portal-team-list{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.portal-team-hero+.portal-business-card{margin-top:26px}.portal-team-member-row{display:grid;grid-template-columns:minmax(0,1.2fr) auto auto;grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-team-member-badges{display:flex;flex-wrap:wrap;gap:10px}.portal-team-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(33,68,105,.08);color:var(--primary);font-size:.9rem;font-weight:700}.portal-team-role-badge{background:rgba(15,118,110,.12)}.portal-team-member-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.portal-team-remove-button{min-height:40px}.portal-activity-hero{gap:22px}.portal-activity-filters{display:flex;flex-wrap:wrap;gap:10px}.portal-activity-filter{min-height:38px;padding:0 14px;border:1px solid rgba(33,68,105,.12);border-radius:999px;background:#ffffff;color:var(--primary);font:inherit;font-weight:600}.portal-activity-filter.active{background:var(--primary);border-color:var(--primary);color:#ffffff}.portal-activity-card{margin-top:24px}.portal-activity-empty{display:grid;grid-gap:12px;gap:12px;padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(33,68,105,.05),rgba(15,118,110,.07))}.portal-activity-copy strong,.portal-activity-empty strong,.portal-activity-group-head h2{color:var(--primary)}.portal-activity-copy p,.portal-activity-empty p{color:var(--muted)}.portal-activity-groups{display:grid;grid-gap:28px;gap:28px}.portal-activity-group{display:grid;grid-gap:16px;gap:16px}.portal-activity-group-head{padding-bottom:10px;border-bottom:1px solid rgba(33,68,105,.08)}.portal-activity-group-head h2{margin:0;font-size:1.1rem}.portal-activity-list{display:grid;grid-gap:14px;gap:14px}.portal-activity-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-activity-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;font-weight:700;color:var(--primary);background:rgba(33,68,105,.08)}.portal-activity-icon-billing{background:rgba(15,118,110,.14)}.portal-activity-icon-team{background:rgba(33,68,105,.1)}.portal-activity-icon-system{background:rgba(244,180,0,.14)}.portal-activity-copy,.portal-activity-meta{display:grid;grid-gap:6px;gap:6px}.portal-activity-meta{justify-items:end;color:var(--muted);font-size:.95rem}.portal-receipts-hero{gap:24px}.portal-receipts-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.portal-receipts-summary-stat{display:grid;grid-gap:8px;gap:8px;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-receipts-footer,.portal-receipts-restricted p,.portal-receipts-row-copy p,.portal-receipts-summary-stat span{color:var(--muted)}.portal-receipts-restricted strong,.portal-receipts-row-copy strong,.portal-receipts-row-meta strong,.portal-receipts-summary-stat strong{color:var(--primary)}.portal-receipts-detail-card,.portal-receipts-history-card,.portal-receipts-restricted{margin-top:24px}.portal-receipts-empty,.portal-receipts-restricted{display:grid;grid-gap:12px;gap:12px;padding:22px;border-radius:22px;background:linear-gradient(180deg,rgba(33,68,105,.05),rgba(15,118,110,.07))}.portal-receipts-list{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.portal-receipts-row{display:grid;grid-template-columns:minmax(0,1.2fr) auto auto;grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-receipts-row-copy,.portal-receipts-row-meta{display:grid;grid-gap:6px;gap:6px}.portal-receipts-row-meta{justify-items:end}.portal-receipts-row-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.portal-receipts-document{display:grid;grid-gap:18px;gap:18px;margin-top:18px;padding:22px;border-radius:24px;border:1px solid rgba(33,68,105,.08);background:linear-gradient(180deg,rgba(248,250,252,1),rgba(255,255,255,1))}.portal-receipts-document-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.portal-receipts-document-meta{display:grid;grid-gap:6px;gap:6px;text-align:right;color:var(--muted)}.portal-receipts-document-meta strong{color:var(--primary)}.portal-receipts-detail-grid,.portal-receipts-line-items{display:grid;grid-gap:12px;gap:12px}.portal-payment-history-hero{gap:22px}.portal-history-filters{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.portal-history-search,.portal-history-select{display:grid;grid-gap:8px;gap:8px}.portal-history-search span,.portal-history-select span{color:var(--muted);font-size:.92rem}.portal-history-search input,.portal-history-select select{min-height:46px;min-width:200px;padding:0 14px;border:1px solid rgba(33,68,105,.12);border-radius:14px;background:#ffffff;color:var(--primary);font:inherit}.portal-payment-history-card{margin-top:24px}.portal-history-empty{display:grid;grid-gap:12px;gap:12px;padding:24px;border-radius:22px;background:linear-gradient(180deg,rgba(33,68,105,.05),rgba(15,118,110,.07))}.portal-history-empty strong,.portal-history-row-copy strong,.portal-history-row-meta strong{color:var(--primary)}.portal-history-empty p,.portal-history-row-copy p,.portal-history-row-meta span{color:var(--muted)}.portal-history-list{display:grid;grid-gap:14px;gap:14px}.portal-history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;padding:18px 20px;border-radius:22px;background:rgba(33,68,105,.04)}.portal-history-row-copy,.portal-history-row-meta{display:grid;grid-gap:6px;gap:6px}.portal-history-row-meta{justify-items:end}@keyframes timelineFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.muted{color:var(--muted)}.section-block:nth-child(2n){background:var(--section-alt)}@media (max-width:900px){.about-founder-grid,.contact-options-grid,.features-business-section,.features-difference-grid,.features-showcase-strip,.hero-inner,.marketing-hero-inner.split,.portal-login-inner,.pricing-annual-grid,.pricing-card-grid,.pricing-value-grid{grid-template-columns:1fr}.features-core-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.features-showcase-strip.right .features-showcase-copy,.features-showcase-strip.right .features-showcase-visual{order:0}.portal-dashboard-secondary{grid-template-columns:1fr}.portal-business-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-activity-item,.portal-billing-bottom-grid,.portal-billing-panel,.portal-history-row,.portal-payment-status-detail-grid,.portal-payment-status-hero,.portal-receipts-row,.portal-receipts-summary-grid,.portal-team-member-row,.portal-team-seat-grid{grid-template-columns:1fr}.portal-activity-meta,.portal-history-row-meta,.portal-receipts-document-meta,.portal-receipts-row-actions,.portal-receipts-row-meta{justify-items:start;text-align:left}.pricing-region-header{display:none}.pricing-region-row{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-region-label{display:block}.features-device-stack{min-height:380px}.features-business-orbit{width:min(100%,560px)}.contact-form-grid{grid-template-columns:1fr}.portal-login-card{margin-left:0;max-width:100%}.hero-left,.hero-visual{justify-items:center;margin:0 auto;text-align:center}.hero-left{padding-top:48px}.hero-cta,.hero-meta{justify-content:center}.site-footer,.site-header{align-items:flex-start;flex-direction:column}.site-header{min-height:auto;padding-top:20px;flex-direction:column;align-items:stretch}.brand{margin:0 auto;width:100%;justify-content:center;align-self:center}.brand-logo{height:82px}.site-menu-toggle{position:absolute;top:28px;right:0;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:46px;height:46px;padding:0;border:1px solid rgba(33,68,105,.12);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 12px 24px rgba(33,68,105,.08);z-index:3}.site-menu-toggle span{display:block;width:18px;height:2px;margin:0 auto;border-radius:999px;background:var(--primary);transition:transform .18s ease,opacity .18s ease}.site-menu-toggle.open span:first-child{transform:translateY(7px) rotate(45deg)}.site-menu-toggle.open span:nth-child(2){opacity:0}.site-menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header-right{width:100%;justify-items:stretch;display:none;gap:14px;padding-top:14px}.site-header-right.open{display:grid}.header-region-picker{justify-items:stretch;margin-bottom:0;border-radius:18px;padding:14px}.header-main-row{width:100%;flex-direction:column;align-items:stretch;gap:14px}.header-region-label{font-size:.82rem}.header-region-select{width:100%;min-width:0;min-height:42px;height:42px;font-size:.92rem}.header-actions,.nav-row{width:100%;flex-direction:column;gap:10px}.header-actions .button,.header-actions .button-link,.nav-link{width:100%;min-height:46px;padding:0 16px;border-radius:16px;justify-content:flex-start}.nav-link{display:flex;align-items:center;background:rgba(33,68,105,.04);border:1px solid transparent}.nav-link.active{background:rgba(33,68,105,.08);border-color:rgba(33,68,105,.1)}.header-actions .button-link{color:var(--primary);background:rgba(33,68,105,.04);border:1px solid transparent}.homepage-value-intro{grid-template-columns:1fr}.homepage-value-copy-block{max-width:none}.homepage-value-photo-shell{max-width:420px}.homepage-feature-grid,.homepage-mini-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-business-carousel{grid-auto-columns:minmax(270px,320px)}.homepage-pricing-grid,.homepage-timeline{grid-template-columns:1fr}.homepage-timeline{gap:20px}.homepage-timeline:before{top:0;bottom:0;left:26px;right:auto;width:2px;height:auto}.homepage-timeline-step{grid-template-columns:54px 1fr;align-items:start}.homepage-timeline-content{padding:4px 0 0 6px}.site-footer{grid-template-columns:1fr}.site-footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.hero-inner{padding:32px 0}.marketing-hero{padding:18px 0 12px}.features-page-section,.pricing-page-section{padding:14px 0 44px}.marketing-final-title,.marketing-title{font-size:2.35rem}.contact-hero-text{font-size:.98rem}.about-founder-quote{padding-left:20px}.about-founder-quote p{font-size:1rem;line-height:1.8}.about-founder-panel-shell{position:relative;top:auto}.about-founder-panel-stage{min-height:390px}.about-founder-panel{padding:22px}.about-preview-card.card-2{left:12px;right:12px}.about-preview-card.card-3{left:24px;right:24px}.about-preview-card.card-4{left:36px;right:36px}.marketing-copy,.marketing-final-copy{font-size:.98rem}.marketing-final-actions,.marketing-hero-actions,.pricing-section-actions{flex-direction:column}.features-business-pills,.pricing-trust-strip{gap:10px}.contact-form-shell,.features-showcase-strip,.marketing-final-cta,.pricing-plan-card{padding:22px}.contact-option-card{min-height:0}.portal-login-inner{padding:22px 0 46px}.portal-login-panel{order:1}.portal-login-mockup{order:2}.portal-login-card{padding:24px 22px}.portal-signup-inner{padding:24px 0 48px}.portal-signup-card{padding:24px 22px}.portal-signup-progress{grid-template-columns:auto 1fr auto 1fr auto;justify-items:stretch;gap:8px}.portal-signup-progress-line{width:auto}.portal-onboarding-inner{padding:24px 0 48px}.portal-onboarding-card{padding:24px 22px}.portal-business-inner,.portal-dashboard-inner{padding:24px 0 48px}.portal-business-activity-row,.portal-business-hero-head,.portal-business-list-row,.portal-business-section-head,.portal-dashboard-account-row,.portal-dashboard-header,.portal-dashboard-header-actions,.portal-dashboard-panel-head,.portal-dashboard-status-row{flex-direction:column;align-items:flex-start}.portal-dashboard-header-actions,.portal-dashboard-header-button{width:100%}.portal-business-card,.portal-business-hero,.portal-dashboard-business-card,.portal-dashboard-empty-card,.portal-dashboard-panel{padding:24px 22px}.portal-dashboard-account-row strong,.portal-dashboard-status-row strong{text-align:left}.portal-business-stat-grid,.portal-dashboard-hero-actions{grid-template-columns:1fr}.portal-business-actions{flex-direction:column}.portal-payment-status-banner,.portal-payment-status-meta-row{flex-direction:column;align-items:flex-start}.portal-billing-receipt-row,.portal-billing-row,.portal-billing-total{grid-template-columns:1fr}.portal-dashboard-business-strip{grid-auto-columns:calc(100% - 36px)}.portal-dashboard-business-strip.double{grid-template-columns:1fr}.portal-login-logo{height:72px}.portal-login-copy h1{font-size:2rem}.portal-login-phone{width:min(100%,360px)}.portal-login-screen{min-height:680px}.pricing-card-link:focus-visible .pricing-plan-card.featured,.pricing-card-link:hover .pricing-plan-card.featured,.pricing-plan-card.featured{transform:none}.pricing-region-row{gap:12px}.features-core-grid,.pricing-region-row{grid-template-columns:1fr}.features-business-section{gap:20px}.features-business-orbit{width:100%;max-width:340px}.features-business-orbit-shell{padding:20px 0 26px}.features-business-center{width:156px;height:156px;padding:16px}.features-business-center strong{font-size:1.02rem}.features-business-node{min-height:32px;max-width:104px;padding:6px 10px;font-size:.68rem;text-align:center;line-height:1.2;white-space:normal}.features-device-stack{position:relative;min-height:428px;width:100%;margin:0 auto;display:block}.features-device-card{position:absolute}.features-device-card.primary{inset:8px 42px 0 0;padding:16px}.features-device-card.secondary{right:0;top:126px;bottom:auto;width:54%;padding:12px;border-radius:24px}.features-device-card.secondary .features-device-eyebrow{margin-top:0;font-size:.68rem}.features-device-card.secondary h3{margin-top:10px;font-size:.92rem;line-height:1.2}.features-device-card.secondary .features-device-list{gap:8px;margin-top:12px}.features-device-card.secondary .features-device-list li{padding:10px;border-radius:14px;font-size:.78rem;line-height:1.35}.features-device-stat-grid{grid-template-columns:1fr}.hero-title{font-size:46px}.hero-subtext{font-size:16px}.phone-frame{width:min(100%,312px);margin-bottom:-120px}.phone-screen{min-height:620px}.homepage-value-section{padding:72px 0 42px}.homepage-value-intro{gap:24px}.homepage-value-copy{font-size:1rem}.homepage-value-photo-shell{max-width:none;border-radius:26px}.homepage-feature-highlights{padding:16px 0 34px}.homepage-business-carousel-section{padding:12px 0 44px}.homepage-how-section{padding:10px 0 42px}.homepage-pricing-preview{padding:8px 0 46px}.homepage-final-cta{padding:0 0 54px}.homepage-section-copy{font-size:.98rem}.homepage-feature-grid{grid-template-columns:1fr;gap:16px}.homepage-feature-card{padding:24px}.homepage-feature-copy,.homepage-feature-title{min-height:0}.homepage-mini-card-grid{grid-template-columns:1fr;gap:14px}.homepage-mini-card{min-height:104px}.homepage-business-carousel{grid-auto-columns:calc(100% - 44px);gap:14px}.homepage-business-carousel-topbar{flex-direction:column;align-items:flex-start}.homepage-business-carousel-frame:after,.homepage-business-carousel-frame:before{width:36px}.homepage-carousel-arrow-edge{top:auto;bottom:16px;transform:none}.homepage-carousel-arrow-left{left:12px}.homepage-carousel-arrow-right{right:12px}.homepage-business-card-copy,.homepage-business-card-title{min-height:0}.homepage-timeline-title{font-size:1.15rem}.homepage-timeline-copy{font-size:.96rem}.homepage-final-cta-actions,.homepage-pricing-actions{flex-direction:column}.homepage-final-cta-inner{padding:44px 22px;border-radius:26px}.site-footer-columns{grid-template-columns:1fr;gap:20px}.portal-card-title,.portal-receipt-document-head,.portal-summary-row{flex-direction:column}.portal-detail-grid{grid-template-columns:1fr}.portal-receipt-document-meta,.portal-summary-value{text-align:left}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{.button,.button-link,.button-secondary,.portal-actions,.portal-helper,.site-footer-wrap,.site-header-wrap{display:none!important}.portal-receipt-document,.portal-receipt-print-view,.portal-shell,.portal-summary-card{box-shadow:none!important;border-color:rgba(33,68,105,.12)!important}}