/* CarryFlow Solar — isolated stylesheet. The existing homepage is unchanged. */
:root{--ink:#101f36;--muted:#5b697e;--blue:#235bfb;--blue-dark:#1645d6;--cyan:#67d6ec;--navy:#091e35;--line:#e3e9f0;--light:#f6f9fc;--green:#22a886;--radius:18px;--wrap:1240px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.65;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}p,h1,h2,h3,figure{margin:0}img{display:block;max-width:100%;height:auto}button svg,a svg{pointer-events:none}button{color:inherit}.wrap{width:min(var(--wrap),calc(100% - 112px));margin:0 auto}.icon{display:inline-block;flex-shrink:0;vertical-align:middle}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.blue-text{color:var(--blue)}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;transform:translateY(-170%);padding:10px 18px;background:#fff;color:var(--blue);border:2px solid var(--blue);border-radius:8px}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #4579ff;outline-offset:5px}section{scroll-margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:54px;padding:14px 24px;font-size:14px;font-weight:650;line-height:1.3;letter-spacing:-.15px;border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:9px;box-shadow:0 5px 14px #235bfb15;transition:background .2s,transform .2s,box-shadow .2s}.button .icon{width:18px;height:18px}.button:hover{background:var(--blue-dark);border-color:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #235bfb24}.button-outline{background:transparent;color:var(--ink);border-color:#d4dfec;box-shadow:none}.button-outline:hover{background:#fff;color:var(--ink);border-color:#b8c8df;box-shadow:0 6px 18px #17325708}.button-small{min-height:44px;padding:11px 16px;font-size:13px;gap:10px}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button:disabled{opacity:.65;cursor:wait;transform:none}
/* Navigation */
.header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(16px);border-bottom:1px solid #e8edf4;transition:box-shadow .2s}.header.scrolled{box-shadow:0 6px 25px #102d4210}.nav-wrap{display:flex;align-items:center;justify-content:space-between;height:84px;gap:28px}.brand{display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.brand img{width:178px;height:auto}.ai-tag{font-style:italic;font-size:19px;font-weight:650;line-height:1;color:#071166;margin-top:6px}.desktop-nav{display:flex;align-items:center;gap:30px;margin-left:auto;margin-right:28px}.desktop-nav a{font-size:13px;color:#4d5f76;transition:color .2s}.desktop-nav a:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:15px}.menu-toggle{display:none;border:0;background:transparent;width:40px;height:40px;padding:10px}.menu-toggle span{display:block;height:2px;width:20px;background:var(--ink);margin:5px 0;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.mobile-nav{padding:8px 24px 22px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:12px 0;font-weight:550;font-size:15px}.mobile-nav[hidden]{display:none}
/* Intro */
.hero{position:relative;background:linear-gradient(117deg,#fbfdff 0%,#f7faff 45%,#f3f8ff 100%);overflow:hidden;padding:78px 0 0}.hero-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#b8cce726 1px,transparent 1px),linear-gradient(90deg,#b8cce726 1px,transparent 1px);background-size:65px 65px;mask-image:linear-gradient(to right,transparent 37%,#000 100%)}.hero-layout{position:relative;display:grid;grid-template-columns:1.17fr 1fr;gap:30px;align-items:center}.hero-copy{padding:15px 0 36px;z-index:2}.eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.8px;font-weight:600}.hero-eyebrow{color:#445d7b;margin-bottom:25px;font-size:12px;letter-spacing:.2px}.eyebrow-icon{width:30px;height:30px;background:#fff4dc;color:#bf810a;display:grid;place-items:center;border:1px solid #f8e7c2;border-radius:50%}.eyebrow-icon .icon{width:16px;height:16px}h1{font-size:clamp(40px,4.23vw,64px);line-height:1.12;letter-spacing:-3.2px;font-weight:650}h1>span{display:block}.hero-description{font-size:17px;line-height:1.85;color:var(--muted);max-width:510px;margin:27px 0 29px}.trust-line{display:flex;align-items:center;gap:9px;font-size:12px;color:#69788b;margin-top:22px}.trust-dot{height:7px;width:7px;border-radius:50%;background:#35ab91;box-shadow:0 0 0 4px #35ab9111}.hero-bottom{position:relative;border-top:1px solid #dce5f0;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:23px 0 25px;margin-top:51px;font-size:12px}.hero-bottom>span{letter-spacing:1.5px;font-size:12px;font-weight:700;color:#52647b}.hero-bottom>div{display:flex;gap:23px;align-items:center;color:#49617e;font-size:12px}.hero-bottom i{width:3px;height:3px;background:#aebcd1;border-radius:50%}.hero-bottom>a{width:32px;height:32px;display:grid;place-items:center;border:1px solid #c9d8e9;border-radius:50%;color:#6d84a1}.hero-bottom .icon{height:16px;width:16px}.down-arrow{transform:rotate(90deg)}
/* Hero illustration — intentionally not a fabricated product dashboard */
.hero-art{position:relative;padding:31px 0 0 14px;min-width:0;height:514px}.hero-art-grid{position:absolute;width:470px;height:470px;left:10%;top:-5px;border-radius:50%;background:radial-gradient(circle,#a6caf956 0%,#cfddf726 45%,transparent 68%)}.sun-orbit{position:absolute;right:24px;top:-22px;height:64px;width:64px;display:grid;place-items:center;border:1px solid #edce8c;background:radial-gradient(circle,#fff3cf,#fff8eb);color:#cd941c;border-radius:50%;box-shadow:0 0 0 10px #fff1d754,0 0 0 24px #fff1d722}.sun-orbit .icon{width:31px;height:31px;animation:sunRotate 35s linear infinite}.solar-panel-art{position:absolute;right:-9px;bottom:-2px;width:266px;transform:rotate(-9deg);opacity:.9}.flow-card{position:relative;z-index:2;background:linear-gradient(120deg,#132e4b,#071c32);border:1px solid #244d73;border-radius:19px;padding:20px 26px 23px;width:100%;max-width:465px;box-shadow:0 25px 50px #0d32502d,inset 0 1px 0 #ffffff0f;transform:rotate(-2deg)}.flow-card-top{display:flex;align-items:center;justify-content:space-between;color:#99aec5;margin-bottom:17px}.micro-label{font-size:12px;font-weight:700;letter-spacing:2px}.motion-toggle{border:1px solid #ffffff22;border-radius:6px;background:#ffffff05;color:#aec5db;width:29px;height:27px;display:grid;place-items:center}.motion-toggle:hover{color:#fff;background:#ffffff14}.motion-toggle .icon{width:13px;height:13px}.input-docs{display:flex;justify-content:center;gap:17px}.input-doc{position:relative;display:flex;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid #dbe6f7;border-radius:8px;color:#203b58;padding:13px 14px 11px;min-width:0;width:155px;box-shadow:0 5px 8px #00000012}.input-doc .icon{height:23px;width:23px;color:#3b76fb;margin-bottom:8px}.input-doc span{font-size:12px;line-height:1.4;font-weight:600;white-space:nowrap}.input-doc i{display:block;background:#e9eef4;height:3px;width:80%;border-radius:2px;margin-top:7px}.input-doc i:last-child{width:60%;margin-top:5px}.connector.vertical{height:30px;width:1px;background:#396180;margin:auto;position:relative;overflow:visible}.connector.vertical span{position:absolute;height:10px;width:3px;border-radius:2px;left:-1px;top:0;background:#7fdaf4;box-shadow:0 0 9px #62ceee;animation:travelDown 2.8s ease-in-out infinite}.ai-flow{display:flex;align-items:center;gap:13px;border:1px solid #537ba78f;border-radius:11px;padding:14px 17px;background:linear-gradient(100deg,#203f63,#15324e);box-shadow:inset 0 0 22px #71a9f10a;color:#fff}.ai-flow-icon{background:#3665f5;border-radius:9px;width:39px;height:39px;display:grid;place-items:center;color:#fff;box-shadow:0 0 18px #4c71ff30}.ai-flow-icon .icon{width:20px;height:20px}.ai-flow strong{display:block;font-size:13px;line-height:1.6;font-weight:550}.ai-flow div>span{font-size:12px;color:#a6bdd3;display:block}.ai-check{margin-left:auto;color:#91dfc7}.ai-check .icon{width:20px;height:20px}.flow-branch{height:32px;position:relative;margin:0 50px}.flow-branch:before{content:"";position:absolute;top:0;left:50%;height:17px;width:1px;background:#537693}.flow-branch span{position:absolute;left:0;right:0;top:16px;height:16px;border:1px solid #537693;border-bottom:0;border-radius:5px 5px 0 0}.flow-branch i{position:absolute;height:15px;width:1px;background:#537693;left:50%;top:17px}.output-docs{display:flex;gap:10px}.output-docs>div{flex:1;min-width:0;display:flex;align-items:center;gap:7px;background:#16324e;border:1px solid #45668288;border-radius:7px;padding:11px 8px;color:#dceafa;animation:outputGlow 6s ease-in-out infinite}.output-docs>div:nth-child(2){animation-delay:1s}.output-docs>div:nth-child(3){animation-delay:2s}.output-docs .icon{width:16px;height:16px;color:#6ed2ed}.output-docs span{font-size:12px;white-space:nowrap}.flow-divider{height:1px;background:#ffffff16;margin:21px 0 15px}.task-flow{display:flex;align-items:center;gap:10px;color:#acc3d8;font-size:12px}.task-person{height:26px;width:26px;border:1px solid #7699b94a;display:grid;place-items:center;border-radius:50%;background:#25445f}.task-person .icon{width:14px;height:14px}.task-dots{display:flex;flex:1;gap:8px;justify-content:center}.task-dots i{width:4px;height:4px;border-radius:50%;background:#73c4ee;animation:dotPulse 2.4s infinite}.task-dots i:nth-child(2){animation-delay:.3s}.task-dots i:nth-child(3){animation-delay:.6s}.task-flow strong{color:#e6f1fa;font-size:12px;font-weight:550}.task-flow>.icon{width:15px;height:15px;color:#79d0b4}.hero-art figcaption{font-size:12px;letter-spacing:.3px;position:relative;z-index:3;margin:15px 0 0 6px;color:#506178}
/* Main feature sections */
.section{padding:111px 0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.section-kicker{font-size:12px;font-weight:650;letter-spacing:1.9px;color:#52647b;display:flex;align-items:center;gap:12px;margin-bottom:22px}.section-kicker>span:not(.live-dot){display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid #cfdbed;border-radius:50%;font-size:12px;letter-spacing:0;color:var(--blue)}h2{font-size:44px;font-weight:600;line-height:1.17;letter-spacing:-1.8px}.feature-copy>p,.setup-copy>p{font-size:16px;line-height:1.85;color:var(--muted);margin-top:23px;max-width:455px}.steps-inline{display:flex;align-items:center;gap:17px;margin-top:32px}.steps-inline span{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600}.steps-inline span .icon{width:19px;height:19px;color:var(--blue)}.steps-inline>.icon{width:16px;height:16px;color:#a4b0c1}.feature-copy>p.quiet-line{font-size:12px;color:#52647b;margin-top:19px;line-height:1.6}.documents-visual{height:494px;position:relative;padding:0 43px 25px 55px;min-width:0}.document-decoration{position:absolute;inset:35px 6px 0 0;border-radius:26px;background:linear-gradient(130deg,#f1f6fd,#edf3fb);transform:rotate(5deg);border:1px solid #e5edf8}.document-decoration:after{content:"";width:155px;height:155px;position:absolute;top:-20px;right:-15px;border:1px solid #cbdcf7;border-radius:50%}.actual-screen{position:relative;background:#fff;box-shadow:0 20px 45px #1e3d6121;border:1px solid #dae4f0;border-radius:13px;overflow:hidden;transform:rotate(-1deg);max-width:430px}.screen-caption{height:42px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fcfdff;border-bottom:1px solid #e9edf4;color:#586b84;font-size:12px;font-weight:600}.screen-caption>span{display:flex;align-items:center;gap:7px}.small-dot{width:5px;height:5px;background:#5287f8;border-radius:50%;display:inline-block}.zoom-button{border:0;background:transparent;display:grid;place-items:center;padding:7px;color:#7c8da3;border-radius:4px}.zoom-button:hover{background:#eaf1fc;color:var(--blue)}.zoom-button .icon{height:15px;width:15px}.actual-screen>img{width:100%;height:auto;border:12px solid white}.document-note{position:absolute;bottom:8px;left:15px;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #d9e9e5;border-radius:10px;box-shadow:0 8px 24px #214b4120;padding:14px 18px;transform:rotate(1deg);color:#45645b;font-size:12px;line-height:1.6}.document-note .icon{color:#22a885;width:23px;height:23px}.document-note strong{color:#2e5a51;font-weight:600}
/* Automatic team handoff */
.teamwork-section{padding:0 0 4px}.teamwork-card{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;overflow:hidden;background:var(--navy);border-radius:22px;padding:67px 66px;color:#fff}.teamwork-bg{position:absolute;inset:0;background-image:radial-gradient(ellipse at 100% 100%,#245b8c42,transparent 55%),linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:auto,35px 35px,35px 35px}.teamwork-card .feature-copy,.handoff{z-index:1;position:relative}.teamwork-card .section-kicker{color:#84a5c3}.teamwork-card .section-kicker>span{color:#81c3ee;border-color:#426383}.teamwork-card h2{font-size:39px;letter-spacing:-1.4px}.teamwork-card .feature-copy>p{color:#afc0d0;max-width:400px;font-size:15px}.handoff-node{display:flex;align-items:center;gap:14px;background:#14304a;border:1px solid #315574;border-radius:10px;padding:18px 17px;box-shadow:0 8px 20px #00000015}.handoff-icon{width:40px;height:40px;border:1px solid #345d7e;background:#1c3b55;display:grid;place-items:center;border-radius:9px;color:#85afcd}.handoff-icon .icon{width:20px;height:20px}.handoff-node small{display:block;font-size:12px;letter-spacing:1.2px;color:#80a1bd;margin-bottom:3px;font-weight:650}.handoff-node strong{font-size:15px;font-weight:550;color:#ebf5fd}.complete-icon{margin-left:auto;color:#69c9af}.complete-icon .icon{width:19px;height:19px}.handoff-path{height:70px;position:relative;margin-left:36px;border-left:1px dashed #5a80a2}.handoff-label{position:absolute;top:24px;left:25px;display:flex;align-items:center;gap:8px;color:#8cb6d9;font-size:12px}.handoff-label .icon{width:16px;height:16px}.moving-packet{height:12px;width:5px;border-radius:4px;background:#61c8ec;box-shadow:0 0 14px #61c8ec87;position:absolute;left:-3px;top:0;animation:handoffTravel 3.8s ease-in-out infinite}.receiving{background:#163753;border-color:#5483ac}.receiving .handoff-icon{background:#24557b;border-color:#477ca5;color:#a6d4ff}.receive-dot{width:8px;height:8px;background:#69c9af;border-radius:50%;margin-left:auto;box-shadow:0 0 0 5px #69c9af13;animation:dotPulse 3.8s ease-in-out infinite}.example-note{color:#688da9;font-size:12px;margin-top:13px;margin-left:1px}
/* Actual workflow and upload imagery */
.tracking-grid{grid-template-columns:1.08fr 1fr;gap:105px}.tracking-visual{position:relative;min-width:0;height:450px;padding:0 72px 48px 0}.workflow-window{border:1px solid #d5e1ef;border-radius:13px;background:#f6f9ff;overflow:hidden;box-shadow:0 15px 35px #193d611b;transform:rotate(-2deg)}.workflow-window>img{width:100%;height:auto;border:10px solid #f5f8ff}.phone-window{position:absolute;right:6px;bottom:12px;width:170px;height:322px;overflow:hidden;border:5px solid #172a43;border-radius:23px;background:#fff;box-shadow:0 12px 26px #0d234731;transform:rotate(4deg)}.phone-top{height:23px;display:flex;align-items:center;justify-content:center}.phone-top>span{display:block;width:47px;height:8px;border-radius:10px;background:#172a43}.phone-label{font-size:12px;font-weight:600;color:#506c8a;padding:8px 9px;display:flex;align-items:center;gap:5px;border-bottom:1px solid #eaf0f6}.phone-label .icon{height:11px;width:11px}.phone-window>img{width:100%;padding:5px}.phone-home{position:absolute;width:49px;height:3px;bottom:7px;left:calc(50% - 24px);background:#142d43;border-radius:9px}.tracking-caption{font-size:12px;color:#52647b;position:absolute;bottom:0;left:0;max-width:280px}.tracking-labels{display:flex;flex-direction:column;gap:13px;margin-top:26px}.tracking-labels span{display:flex;align-items:center;gap:10px;font-size:13px;color:#405875}.tracking-labels .icon{width:18px;height:18px;color:#4c7cdf}
/* Setup */
.setup-section{background:#f5f8fc;border-top:1px solid #ebf0f5;border-bottom:1px solid #ebf0f5;padding:73px 0}.setup-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.setup-copy h2{font-size:37px}.setup-copy>p{max-width:400px;margin-top:18px;font-size:15px}.setup-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:0 28px}.setup-steps li{display:flex;align-items:center;gap:11px;border-top:1px solid #d6e1ef;padding:24px 0}.setup-steps li>span{font-size:12px;color:#46658c;letter-spacing:.6px}.setup-steps strong{font-size:14px;font-weight:550}.setup-steps .icon{width:20px;height:20px;color:#7391b8;margin-left:auto}
/* FAQ */
.faq-section{padding:85px 0}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq-grid h2{font-size:32px}.faq-grid .section-kicker{font-size:12px;margin-bottom:17px}.faq-items{border-top:1px solid var(--line)}.faq-items details{border-bottom:1px solid var(--line)}.faq-items summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-size:14px;font-weight:550;cursor:pointer}.faq-items summary::-webkit-details-marker{display:none}.faq-items summary>span{display:grid;place-items:center;flex-shrink:0;width:25px;height:25px;background:#f3f7fd;border-radius:50%;color:#4b607b}.faq-items summary .icon{width:15px;height:15px;transition:transform .25s}.faq-items details[open] summary .icon{transform:rotate(180deg)}.faq-items details p{font-size:14px;line-height:1.8;color:var(--muted);padding:0 32px 23px 0;max-width:580px}.faq-items summary:hover{color:var(--blue)}
/* Demo form */
.demo-section{padding:12px 0 80px}.demo-card{display:grid;grid-template-columns:1fr 1fr;gap:78px;padding:64px 65px;background:linear-gradient(120deg,#edf4fe 0%,#f6f9ff 58%,#f4f8fd);border:1px solid #dce8f8;border-radius:22px;position:relative;overflow:hidden}.demo-copy h2{font-size:49px}.demo-copy>p{font-size:16px;color:#5c7390;max-width:335px;margin-top:17px;line-height:1.8}.demo-copy .section-kicker{font-size:12px;color:#45607d}.live-dot{height:6px;width:6px;border-radius:50%;background:#4a79dc}.demo-contact{display:flex;flex-direction:column;gap:10px;margin-top:32px}.demo-contact>a{font-size:12px;display:flex;align-items:center;gap:10px;color:#4c6c97;width:fit-content}.demo-contact .icon{width:15px;height:15px;color:#4f7eba}.demo-contact>a:hover{color:var(--blue)}.demo-solar{position:absolute;bottom:-54px;left:315px;width:132px;height:132px;color:#b6cee9;opacity:.5;pointer-events:none}.demo-solar>.icon{width:132px;height:132px;stroke-width:.65}.demo-form{align-self:center;position:relative;z-index:1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 16px}.field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:#395779}.field label span{font-size:12px;font-weight:400;color:#536780;margin-left:5px}.field input{display:block;width:100%;height:46px;border:1px solid #d4e0ef;background:#ffffffed;border-radius:7px;color:#263f5e;padding:10px 12px;font-size:13px;transition:border-color .2s,box-shadow .2s;min-width:0}.field input::placeholder{color:#566880;font-size:12px}.field input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #235bfb12}.field input[aria-invalid=true]{border-color:#ca4454}.field-error{display:block;min-height:14px;font-size:12px;line-height:1.5;color:#b22f43;margin-top:3px}.form-submit{width:100%;margin-top:6px;min-height:49px;justify-content:space-between;font-size:13px}.form-note{font-size:12px;color:#536780;line-height:1.7;margin-top:12px}.form-result{background:#fff;border:1px solid #cadaf1;border-radius:6px;padding:10px 12px;margin-top:12px;font-size:12px;line-height:1.6;color:#3e5d85}.form-result a{color:var(--blue);text-decoration:underline}.hp-field{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.noscript-note{font-size:12px;margin-top:15px}.noscript-note a{color:var(--blue);text-decoration:underline}
/* Footer and dialogs */
.footer{background:#fff;padding:0 0 24px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:27px;border-bottom:1px solid #e6edf5}.footer .brand img{width:143px}.footer .ai-tag{font-size:16px}.footer-main p{font-size:12px;color:#53647a;margin-top:11px}.footer-links{display:flex;align-items:center;gap:25px;font-size:12px;color:#687b95}.footer-links a,.footer-links button{display:flex;align-items:center;gap:5px}.footer-links button{border:0;padding:0;background:transparent;font-size:12px;color:inherit}.footer-links .icon{width:14px;height:14px}.footer-links a:hover,.footer-links button:hover{color:var(--blue)}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:19px;font-size:12px;color:#526177}.mobile-cta{display:none}.lightbox,.privacy-dialog{border:1px solid #dae5f5;padding:0;border-radius:14px;max-width:min(1100px,94vw);max-height:90dvh;background:#fff;color:var(--ink);box-shadow:0 24px 100px #00152555}.lightbox::backdrop,.privacy-dialog::backdrop{background:#081a30c7;backdrop-filter:blur(5px)}.lightbox-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 21px;border-bottom:1px solid var(--line);background:#f9fbfe}.lightbox-head p{font-size:13px;font-weight:550}.dialog-close{width:36px;height:36px;border:1px solid #d8e3f2;border-radius:7px;background:#fff;display:grid;place-items:center;flex-shrink:0}.dialog-close .icon{width:18px;height:18px}.lightbox-body{max-height:calc(90dvh - 69px);overflow:auto;padding:10px}.lightbox-body img{max-height:none;max-width:100%;height:auto;margin:auto}.privacy-dialog{max-width:min(540px,92vw)}.privacy-dialog h2{font-size:19px;letter-spacing:-.4px}.privacy-body{padding:25px 26px}.privacy-body p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:17px}.privacy-body p:last-child{margin-bottom:0}.privacy-body a{color:var(--blue);overflow-wrap:anywhere}
/* Motion — progressive enhancement, user controls, reduced-motion fallback */
.reveal{opacity:1;transform:none}.js-reveal .reveal{transition:opacity .7s ease,transform .7s cubic-bezier(.2,.65,.3,1)}.js-reveal .reveal:not(.is-visible){opacity:1;transform:none}.motion-paused *,.motion-paused *:before,.motion-paused *:after{animation-play-state:paused!important}.motion-paused .reveal{transition:none!important}.motion-paused .reveal:not(.is-visible){opacity:1!important;transform:none!important}@keyframes travelDown{0%,10%{transform:translateY(0);opacity:0}30%{opacity:1}80%,100%{transform:translateY(21px);opacity:0}}@keyframes outputGlow{0%,100%{border-color:#45668288}40%{border-color:#6ad1e9bb;background:#1b405e}}@keyframes dotPulse{0%,100%{opacity:.4}50%{opacity:1}}@keyframes handoffTravel{0%,15%{transform:translateY(0);opacity:0}30%{opacity:1}80%,100%{transform:translateY(58px);opacity:0}}@keyframes sunRotate{to{transform:rotate(360deg)}}
@media(min-width:1600px){.hero{padding-top:92px}.hero-layout{gap:40px}.hero-copy h1{font-size:64px}}
@media(max-width:1250px){.wrap{width:calc(100% - 80px)}.hero-layout{grid-template-columns:1.18fr 1fr;gap:22px}h1{font-size:clamp(38px,4.1vw,55px);letter-spacing:-2.7px}.hero-description{font-size:16px;max-width:450px}.hero-art{height:465px;padding-left:8px}.flow-card{padding:18px 20px 21px}.input-doc{width:143px;padding:12px}.input-doc span{font-size:12px}.output-docs{gap:7px}.output-docs span{font-size:12px}.output-docs>div{gap:5px;padding:10px 6px}.hero-bottom{margin-top:44px}.desktop-nav{gap:25px;margin-right:15px}.feature-grid{gap:60px}.documents-visual{padding-right:14px;padding-left:34px;height:475px}.teamwork-card{padding:56px 48px;gap:52px}.teamwork-card h2{font-size:36px}.tracking-grid{gap:70px}.tracking-visual{height:420px;padding-right:65px}.tracking-caption{bottom:10px}.demo-card{padding:55px 48px;gap:60px}.setup-grid{gap:60px}}
@media(max-width:1050px){.desktop-nav{gap:19px;margin:0 auto}.nav-wrap{gap:20px}.brand img{width:148px}.ai-tag{font-size:17px}.button-small{font-size:12px;padding:10px 13px;gap:9px}.hero{padding-top:60px}.hero-layout{grid-template-columns:1.14fr 1fr;gap:20px}h1{font-size:42px;letter-spacing:-2.2px}.hero-description{font-size:15px;max-width:405px}.hero-eyebrow{font-size:12px;gap:7px}.hero-art{height:430px;padding-top:24px}.sun-orbit{right:7px;top:-14px;width:50px;height:50px}.sun-orbit .icon{width:26px;height:26px}.flow-card{padding:15px 15px 18px}.flow-card-top{margin-bottom:14px}.input-docs{gap:12px}.input-doc{padding:10px;width:132px}.input-doc .icon{width:19px;height:19px}.input-doc span{font-size:12px}.ai-flow{padding:11px 12px;gap:9px}.ai-flow strong{font-size:12px}.ai-flow div>span{font-size:12px}.ai-flow-icon{height:33px;width:33px}.output-docs>div{flex-direction:column;gap:6px}.flow-divider{margin:15px 0 12px}.task-flow{gap:7px;font-size:12px}.task-flow strong{font-size:12px}.hero-copy{padding-bottom:10px}.button-row .button{font-size:12px;padding:13px 17px;gap:9px}.hero-bottom>span{font-size:12px}.hero-bottom>div{font-size:12px;gap:17px}.section{padding:87px 0}h2{font-size:36px}.documents-visual{height:420px;padding-left:20px;padding-right:15px}.document-note{bottom:0;left:-8px;padding:11px 14px}.feature-copy>p{font-size:14px}.teamwork-card{gap:37px;padding:50px 40px}.teamwork-card h2{font-size:31px}.teamwork-card .feature-copy>p{font-size:14px}.handoff-node{padding:15px 12px;gap:9px}.handoff-node strong{font-size:13px}.handoff-node small{font-size:12px}.handoff-label{font-size:12px;left:15px}.tracking-grid{gap:46px}.tracking-visual{height:386px;padding-right:56px}.phone-window{width:144px;height:280px;bottom:24px}.tracking-caption{font-size:12px;bottom:4px}.setup-copy h2{font-size:32px}.setup-steps{gap:0 20px}.setup-steps strong{font-size:12px}.setup-steps li{gap:8px}.faq-grid{gap:44px}.faq-grid h2{font-size:29px}.faq-items summary{font-size:13px}.demo-card{padding:48px 38px;gap:37px}.demo-copy h2{font-size:42px}.demo-copy>p{font-size:15px}.form-grid{gap:8px 12px}.field input{font-size:12px;padding:9px}.field input::placeholder{font-size:12px}.field label{font-size:12px}.demo-copy .section-kicker{font-size:12px}.hero-art figcaption{font-size:12px}}
@media(max-width:880px){.wrap{width:calc(100% - 48px)}.desktop-nav{display:none}.menu-toggle{display:block}.nav-wrap{height:73px}.hero-layout{grid-template-columns:1fr;gap:18px}.hero{padding-top:51px}.hero-copy{padding:0;max-width:660px}.hero-copy h1{font-size:clamp(37px,6.5vw,55px);letter-spacing:-2.4px}.hero-description{max-width:540px;font-size:16px;margin:21px 0 25px}.hero-eyebrow{font-size:12px;margin-bottom:20px}.button-row .button{font-size:13px;padding:14px 21px;gap:11px}.hero-art{width:485px;height:474px;margin:27px auto 0;padding-left:0}.flow-card{max-width:465px;padding:20px 25px 23px}.input-doc{width:150px;padding:12px 14px}.input-doc span{font-size:12px}.input-doc .icon{height:23px;width:23px}.ai-flow{padding:13px 16px;gap:13px}.ai-flow strong{font-size:13px}.ai-flow div>span{font-size:12px}.ai-flow-icon{width:38px;height:38px}.output-docs>div{flex-direction:row;padding:10px 8px}.output-docs span{font-size:12px}.flow-divider{margin:20px 0 15px}.task-flow{font-size:12px;gap:10px}.task-flow strong{font-size:12px}.hero-art figcaption{font-size:12px;margin-top:16px}.solar-panel-art{bottom:-7px}.sun-orbit{right:0;top:-4px;width:59px;height:59px}.hero-bottom{margin-top:32px;padding:22px 0;gap:10px}.hero-bottom>span{display:none}.hero-bottom>div{gap:19px;font-size:12px}.feature-grid{gap:44px}.documents-visual{height:350px;padding-left:5px;padding-right:5px}.document-note{bottom:-4px;left:-8px;font-size:12px;padding:10px 12px}.document-note .icon{width:20px;height:20px}h2{font-size:32px}.section-kicker{font-size:12px;gap:9px;margin-bottom:18px}.feature-copy>p{font-size:13px;line-height:1.8;margin-top:18px}.steps-inline{gap:12px;margin-top:22px}.steps-inline span{font-size:12px;gap:5px}.steps-inline span .icon{width:15px;height:15px}.steps-inline>.icon{width:11px;height:11px}.feature-copy>p.quiet-line{font-size:12px;margin-top:17px}.teamwork-card{grid-template-columns:1fr;gap:37px;padding:44px}.teamwork-card h2{font-size:36px}.teamwork-card .feature-copy>p{max-width:530px;font-size:15px}.handoff{max-width:530px;width:100%;margin:0 auto}.handoff-node{padding:18px 17px;gap:14px}.handoff-node strong{font-size:14px}.handoff-node small{font-size:12px}.handoff-label{font-size:12px;left:24px}.tracking-grid{grid-template-columns:1fr 1fr;gap:37px}.tracking-visual{height:335px;padding-right:38px;padding-top:10px}.phone-window{width:128px;height:251px;right:-6px;bottom:25px;border-width:4px}.phone-label{font-size:12px}.workflow-window .screen-caption{font-size:12px;padding:0 8px}.screen-caption{height:36px}.tracking-labels{gap:11px;margin-top:22px}.tracking-labels span{font-size:12px}.setup-grid{gap:35px}.setup-copy h2{font-size:31px}.setup-copy>p{font-size:13px}.setup-steps{grid-template-columns:1fr;gap:0}.setup-steps li{padding:13px 0}.setup-steps strong{font-size:13px}.faq-grid{grid-template-columns:1fr;gap:22px}.faq-section{padding:68px 0}.faq-grid h2{font-size:32px}.faq-items summary{font-size:14px}.demo-card{grid-template-columns:1fr;gap:34px;padding:43px}.demo-copy>p{max-width:440px}.demo-contact{margin-top:20px;flex-direction:row;gap:25px;flex-wrap:wrap}.demo-copy h2{font-size:43px}.demo-solar{left:auto;right:30px;top:16px;opacity:.35}.form-grid{gap:12px 18px}.field input{font-size:14px;padding:11px 12px}.field input::placeholder{font-size:12px}.field label{font-size:12px}.field-error{min-height:12px}.form-note{font-size:12px}.form-submit{font-size:14px}.footer-links{gap:18px}}
@media(max-width:640px){html{scroll-padding-top:85px}.wrap{width:calc(100% - 42px)}.nav-wrap{height:69px;gap:12px}.brand img{width:143px}.ai-tag{font-size:16px}.nav-actions{gap:7px}.button-small{font-size:12px;min-height:37px;padding:9px 10px}.button-small .icon{display:none}.menu-toggle{padding:8px;width:33px}.hero{padding-top:37px}.hero-eyebrow{font-size:12px;letter-spacing:0;gap:7px;margin-bottom:20px}.eyebrow-icon{width:26px;height:26px}.eyebrow-icon .icon{width:14px;height:14px}.hero-copy h1{font-size:clamp(28px,6.94vw,44px);letter-spacing:-1.6px;line-height:1.2}.hero-description{font-size:14px;line-height:1.9;margin:19px 0 23px;max-width:420px}.button-row{gap:10px}.button-row .button{font-size:12px;padding:12px 14px;min-height:47px;gap:8px}.button-row .button .icon{width:16px;height:16px}.trust-line{font-size:12px;margin-top:19px}.hero-art{width:min(100%,410px);height:415px;margin-top:34px;padding:22px 8px 0 6px}.sun-orbit{width:48px;height:48px;top:0;right:15px;box-shadow:0 0 0 9px #fff1d74a,0 0 0 20px #fff1d726}.sun-orbit .icon{width:23px;height:23px}.hero-art-grid{width:100%;height:400px;left:0;top:0}.flow-card{padding:16px 18px 20px;border-radius:15px;transform:rotate(-1.5deg)}.flow-card-top{margin-bottom:14px}.micro-label{font-size:12px;letter-spacing:1.7px}.motion-toggle{width:26px;height:25px}.input-docs{gap:12px}.input-doc{width:136px;padding:10px 11px}.input-doc span{font-size:12px}.input-doc .icon{width:20px;height:20px;margin-bottom:6px}.input-doc i{height:2px;margin-top:6px}.ai-flow{padding:11px 13px;gap:11px}.ai-flow strong{font-size:12px}.ai-flow div>span{font-size:12px}.ai-flow-icon{width:32px;height:32px;border-radius:7px}.ai-flow-icon .icon{height:17px;width:17px}.ai-check .icon{height:17px;width:17px}.connector.vertical{height:25px}.flow-branch{height:27px;margin:0 40px}.flow-branch span{height:11px}.flow-branch i{height:10px}.output-docs{gap:6px}.output-docs>div{padding:9px 6px;gap:5px}.output-docs span{font-size:12px}.output-docs .icon{height:13px;width:13px}.flow-divider{margin:17px 0 13px}.task-flow{gap:7px;font-size:12px}.task-flow strong{font-size:12px}.task-person{height:23px;width:23px}.task-flow>.icon{width:13px;height:13px}.task-dots{gap:6px}.hero-art figcaption{font-size:12px;margin-top:13px;margin-left:9px}.solar-panel-art{width:204px;right:-7px;bottom:-8px}.hero-bottom{margin-top:20px;padding:18px 0}.hero-bottom>div{font-size:12px;gap:11px}.hero-bottom>a{height:26px;width:26px}.section{padding:69px 0}.feature-grid{grid-template-columns:1fr;gap:37px}.section-kicker{font-size:12px;margin-bottom:16px}.section-kicker>span:not(.live-dot){height:26px;width:26px;font-size:12px}h2{font-size:34px;letter-spacing:-1.25px;line-height:1.17}.feature-copy>p{font-size:14px;line-height:1.9;max-width:440px;margin-top:17px}.steps-inline{gap:18px;margin-top:24px}.steps-inline span{font-size:12px;gap:7px}.steps-inline span .icon{height:18px;width:18px}.steps-inline>.icon{height:13px;width:13px}.feature-copy>p.quiet-line{font-size:12px;margin-top:16px}.documents-visual{width:min(100%,430px);height:auto;min-height:375px;padding:0 17px 23px 30px;margin:0 auto}.actual-screen{max-width:354px}.screen-caption{height:35px;font-size:12px}.document-decoration{inset:23px 3px 0 9px;border-radius:18px}.document-decoration:after{width:120px;height:120px;top:0;right:-3px}.actual-screen>img{border-width:8px}.document-note{bottom:0;left:7px;font-size:12px;padding:11px 13px}.teamwork-card{padding:37px 25px;gap:32px;border-radius:16px}.teamwork-card h2{font-size:31px;line-height:1.22;letter-spacing:-1px}.teamwork-card .feature-copy>p{font-size:13px;line-height:1.9}.handoff-node{padding:13px 12px;gap:10px}.handoff-icon{width:33px;height:33px;border-radius:7px}.handoff-icon .icon{height:17px;width:17px}.handoff-node strong{font-size:12px}.handoff-node small{font-size:12px;letter-spacing:.8px}.complete-icon .icon{height:16px;width:16px}.handoff-path{height:65px;margin-left:29px}.handoff-label{font-size:12px;left:17px;top:24px;gap:7px}.handoff-label .icon{height:13px;width:13px}.example-note{font-size:12px;line-height:1.7;max-width:240px}.tracking-grid{display:flex;flex-direction:column-reverse;gap:35px;align-items:stretch}.tracking-visual{width:min(100%,430px);height:368px;padding:0 55px 45px 0;margin:0 auto}.workflow-window .screen-caption{height:33px;font-size:12px}.workflow-window>img{border-width:4px}.phone-window{width:139px;height:267px;right:4px;bottom:19px}.phone-label{font-size:12px}.tracking-caption{font-size:12px;bottom:-3px;left:2px;max-width:225px}.tracking-labels{flex-direction:row;flex-wrap:wrap;gap:12px 19px;margin-top:21px}.tracking-labels span{font-size:12px;gap:6px}.tracking-labels .icon{height:16px;width:16px}.setup-section{padding:48px 0}.setup-grid{grid-template-columns:1fr;gap:28px}.setup-copy h2{font-size:31px}.setup-copy>p{font-size:14px;max-width:420px}.setup-steps{grid-template-columns:1fr 1fr;gap:0 20px}.setup-steps li{padding:20px 0;gap:8px}.setup-steps strong{font-size:12px}.setup-steps .icon{height:17px;width:17px}.setup-steps li>span{font-size:12px}.faq-section{padding:56px 0}.faq-grid{gap:26px}.faq-grid h2{font-size:30px}.faq-items summary{font-size:13px;line-height:1.65;padding:20px 0;gap:15px}.faq-items details p{font-size:13px;padding-right:15px}.faq-grid .section-kicker{font-size:12px;margin-bottom:11px}.demo-section{padding:0 0 54px}.demo-card{padding:32px 24px;gap:27px;border-radius:16px}.demo-copy h2{font-size:38px}.demo-copy>p{font-size:14px;max-width:310px;margin-top:15px}.demo-copy .section-kicker{font-size:12px;margin-bottom:17px}.demo-contact{flex-direction:column;gap:9px;margin-top:22px}.demo-contact>a{font-size:12px}.demo-solar{right:-45px;top:28px}.form-grid{grid-template-columns:1fr;gap:4px}.field label{font-size:12px;margin-bottom:6px}.field input{height:46px;font-size:16px}.field input::placeholder{font-size:12px}.field-error{min-height:10px;font-size:12px}.form-submit{min-height:48px;font-size:13px;margin-top:6px}.form-note{font-size:12px}.footer-main{flex-direction:column;align-items:flex-start;gap:25px;padding-bottom:21px}.footer-links{font-size:12px;gap:22px;flex-wrap:wrap}.footer-links button{font-size:12px}.footer .brand img{width:134px}.footer-main p{font-size:12px;margin-top:8px}.footer-bottom{font-size:12px;line-height:1.7;padding-top:15px;gap:16px;align-items:flex-start}.footer-bottom>span:last-child{text-align:right;max-width:178px}.footer{padding-bottom:99px}.mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;padding:10px 21px max(10px,env(safe-area-inset-bottom));gap:10px;z-index:45;background:#ffffffed;backdrop-filter:blur(12px);border-top:1px solid #dce5f1;transition:transform .25s}.mobile-cta .button{flex:1;min-height:43px;font-size:12px;padding:11px 16px;justify-content:space-between}.mobile-wa{display:grid;place-items:center;width:48px;border:1px solid #d6e4df;color:#258469;border-radius:9px;background:#f4faf7}.mobile-wa .icon{width:22px;height:22px}.mobile-cta.is-hidden{transform:translateY(120%);visibility:hidden}.lightbox-head{padding:11px 13px}.lightbox-head p{font-size:12px}.lightbox-body{padding:5px}.privacy-body{padding:20px}.privacy-body p{font-size:13px}.privacy-dialog h2{font-size:17px}.dialog-close{height:31px;width:31px}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.nav-wrap{gap:6px}.brand img{width:126px}.ai-tag{font-size:14px}.button-small{font-size:12px;padding:9px 8px;min-height:34px}.nav-actions{gap:4px}.hero-eyebrow{font-size:12px}.hero-copy h1{font-size:27px;letter-spacing:-1.2px}.button-row{gap:8px}.button-row .button{font-size:12px;padding:12px;gap:6px}.hero-art{height:390px;padding-left:4px;padding-right:4px}.flow-card{padding:14px 14px 17px}.input-doc{width:125px;padding:9px 10px}.output-docs>div{padding:8px 5px;gap:4px}.output-docs span{font-size:12px}.task-dots{gap:5px}.task-flow{gap:6px}.hero-bottom>div{font-size:12px;gap:9px}.documents-visual{min-height:330px}.teamwork-card{padding:32px 20px}.teamwork-card h2{font-size:28px}.handoff-label{font-size:12px;left:12px}.tracking-visual{height:328px;padding-right:46px}.phone-window{width:127px;height:246px}.tracking-caption{font-size:12px}.setup-steps{gap:0 13px}.setup-steps strong{font-size:12px}.setup-steps li{gap:6px}.setup-steps .icon{width:15px;height:15px}.demo-card{padding:29px 21px}.footer-links{gap:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js-reveal .reveal:not(.is-visible){opacity:1;transform:none}.motion-toggle{opacity:.6}}
@media print{.header,.hero-art,.mobile-cta,.motion-toggle,.zoom-button,.demo-form,.footer-links{display:none!important}.wrap{width:100%;max-width:none}.hero,.section,.setup-section,.faq-section,.demo-section{padding:24px 0!important;background:white!important}.teamwork-card,.demo-card{background:white!important;color:#000!important;border:1px solid #ccc;padding:20px!important}.teamwork-card .feature-copy>p{color:#333}.reveal{opacity:1!important;transform:none!important}.button-row{display:none}.footer{padding:20px 0}.feature-grid,.teamwork-card,.setup-grid,.faq-grid,.demo-card{gap:25px}section{break-inside:avoid}}
/* Final visual calibration */
.workflow-window>img{max-height:350px;object-fit:contain}
@media(max-width:640px){.hero-copy h1{font-size:clamp(30px,8.2vw,44px)}.workflow-window>img{max-height:none}}
@media(max-width:370px){.hero-copy h1{font-size:clamp(26px,8vw,30px)}}

/* Rework v2 — readable text, touch controls, compact provenance, safe layouts. */
html{overflow-x:clip}body{overflow-x:visible}[hidden]{display:none!important}.dialog-open{overflow-y:hidden}
.desktop-nav a{min-height:44px;display:flex;align-items:center;padding:8px 0;font-size:14px}
.menu-toggle{width:44px;height:44px}.motion-toggle{width:44px;height:44px}.motion-toggle .icon{width:19px;height:19px}
.zoom-button,.dialog-close{width:44px;height:44px;min-width:44px;min-height:44px}.zoom-button .icon{width:19px;height:19px}
.footer-links a,.footer-links button,.demo-contact>a{min-height:44px;padding:8px 0}.footer-links{font-size:13px}.footer-links button{font-size:13px}
.hero{padding-bottom:40px}.hero-copy h1{font-size:clamp(34px,4.1vw,60px);letter-spacing:-2.4px;line-height:1.13}.hero-copy h1>span{white-space:normal}
.hero-eyebrow{font-size:13px;letter-spacing:0}.hero-description{font-size:17px;line-height:1.75}.hero-art{height:auto;min-height:505px;padding-top:25px}
.flow-card{padding:16px 23px 24px}.flow-card-top{margin-bottom:14px}.micro-label{font-size:12px;letter-spacing:.25px;font-weight:600;color:#b9cde0}
.input-doc span{font-size:12px;white-space:normal}.input-doc{min-height:115px}.ai-flow strong{font-size:15px}.ai-flow div>span{font-size:13px;color:#c4d7e8}
.output-docs{gap:8px}.output-docs>div{flex-direction:column;align-items:center;padding:10px 6px;gap:5px;text-align:center}.output-docs span{font-size:12px;white-space:normal;line-height:1.35}
.task-flow,.task-flow strong{font-size:13px}.hero-art figcaption{font-size:12px;color:#52647b;margin-top:17px;line-height:1.55}
.section-kicker{font-size:13px!important;letter-spacing:.15px;font-weight:600;color:#52647b;gap:8px;margin-bottom:17px}
.teamwork-card .section-kicker{color:#b1cde6}.handoff-node small{font-size:12px;letter-spacing:.15px;color:#bdd3e7}.handoff-node strong{font-size:16px}
.handoff-label{font-size:12px;color:#b2cde4}.example-note{color:#adc5db;font-size:12px;line-height:1.65}.handoff-node{min-width:0}.handoff-node>div{min-width:0}
.handoff-path{height:82px}.handoff-label{top:25px;right:0;line-height:1.45}.handoff-icon,.complete-icon{flex-shrink:0}
.credibility-section{background:#fff;border-bottom:1px solid var(--line)}.credibility-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:26px;padding-bottom:26px}
.credibility-copy{display:flex;align-items:center;gap:16px}.credibility-icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#f0f5ff;color:#235bfb;display:grid;place-items:center}
.credibility-strip h2{font-size:21px;line-height:1.4;letter-spacing:-.5px;font-weight:550}.credibility-strip h2 span{font-weight:700}.credibility-strip p{font-size:13px;line-height:1.6;color:#52647b}.credibility-strip p strong{font-weight:600;white-space:nowrap}
.feature-copy>p,.setup-copy>p{font-size:16px!important;line-height:1.8}.feature-copy>p.quiet-line{font-size:13px!important;color:#506178;line-height:1.7}
.feature-copy>p.portal-note{font-size:14px!important;color:#52647b;line-height:1.7;margin-top:14px;max-width:430px}
.screen-caption{height:auto;min-height:54px;padding:4px 8px 4px 14px;font-size:12px}.screen-caption>span{gap:7px}.screen-caption .zoom-button{align-self:center}
.documents-visual{height:auto;min-height:460px;padding-bottom:48px}.actual-screen{max-width:430px}.document-note{font-size:12px;color:#45645b;padding:12px 15px;bottom:4px}
.tracking-visual{min-height:440px;height:auto;padding-bottom:64px}.workflow-window>img{max-height:370px}.phone-window{width:180px;height:336px;bottom:35px;right:4px}
.phone-label{min-height:47px;padding:0 5px 0 9px;font-size:12px;justify-content:space-between;gap:0}.phone-label>span{line-height:1.3}.phone-label .zoom-button{width:44px;height:44px;padding:10px}
.tracking-caption{font-size:12px;color:#52647b;max-width:320px;bottom:0;line-height:1.55}
.setup-steps li>span{color:#46658c;font-size:12px}.setup-steps strong{font-size:14px;line-height:1.45}.setup-steps li{min-width:0}.setup-steps .icon{flex-shrink:0}
.faq-grid .section-kicker{font-size:13px}.faq-items summary{font-size:16px;line-height:1.45;min-height:70px;padding:19px 0;align-items:center}
.faq-items summary>.question-text{display:block;width:auto;height:auto;background:none;border-radius:0;color:inherit;flex:1;min-width:0}
.faq-items summary>.faq-toggle{width:32px;height:32px;background:#edf3fc;color:#415776;flex:0 0 32px}.faq-items details p{font-size:15px;line-height:1.75;padding-right:25px}
.demo-contact>a{font-size:14px}.field label{font-size:13px}.field label span{font-size:12px;color:#536780}
.field input,.field input::placeholder{font-size:16px!important}.field input{height:50px}.field input::placeholder{color:#566880}.field-error{font-size:12px;min-height:18px}
.form-note{font-size:12px;color:#4c617e;line-height:1.65}.form-submit{font-size:14px;min-height:52px}.form-result{font-size:14px}.footer-main p,.footer-bottom{font-size:12px;color:#53647a}
.lightbox{width:min(1100px,94vw)}.lightbox-head p{font-size:14px}.lightbox-body{min-height:160px;position:relative;padding:16px}.lightbox-status{font-size:15px;padding:36px 16px;text-align:center;color:#52647b}
.lightbox-body img{display:block;max-width:100%;height:auto}.lightbox-body>#lightbox-retry{margin:0 auto 28px;display:flex}.lightbox-body[aria-busy=true]{cursor:progress}
.lightbox-head{position:sticky;top:0;z-index:1}.privacy-body p{font-size:15px}.privacy-dialog h2{font-size:20px}
.reveal{opacity:1!important}.js-reveal .reveal.is-visible{animation:sectionEnter .5s ease-out both}@keyframes sectionEnter{from{transform:translateY(10px)}to{transform:none}}
@media(min-width:1600px){.hero-copy h1{font-size:60px}}
@media(max-width:1250px){.hero-copy h1{font-size:clamp(34px,4vw,51px)}.hero-art{min-height:490px}.flow-card{padding:15px 18px 23px}.flow-card-top{margin-bottom:12px}.hero-copy{padding-bottom:24px}.credibility-strip h2{font-size:20px}}
@media(min-width:881px) and (max-width:1050px){.hero-layout{grid-template-columns:1.1fr 1fr;gap:24px}.hero-copy h1{font-size:clamp(30px,3.65vw,38px);letter-spacing:-1.65px}.hero-description{font-size:16px}.hero-art{padding-left:0;min-height:510px}.flow-card{transform:rotate(-1deg);padding:12px 13px 20px}.input-docs{gap:9px}.input-doc{padding:10px;min-height:112px}.ai-flow{padding:12px 10px;gap:9px}.ai-flow strong{font-size:14px}.ai-flow div>span{font-size:12px}.ai-flow-icon{flex:0 0 33px}.task-flow{gap:6px;font-size:12px}.task-flow strong{font-size:12px}.task-dots{gap:5px}.feature-grid{gap:38px}.tracking-visual{min-height:412px}.phone-window{width:160px;height:310px;right:0;bottom:42px}.teamwork-card{padding:42px 34px;gap:30px}.handoff-icon{width:34px;height:34px;flex:0 0 34px}.handoff-node strong{font-size:15px}.handoff-node small{font-size:12px}.handoff-label{left:13px}}
@media(max-width:880px){.hero{padding-bottom:34px}.hero-copy{max-width:660px}.hero-copy h1{font-size:clamp(32px,6.5vw,55px);letter-spacing:-2px}.hero-description{font-size:17px}.hero-art{width:min(470px,100%);min-height:490px;margin-top:30px;padding-left:0}.flow-card{max-width:none;padding:16px 24px 24px}.hero-art figcaption{font-size:12px}.sun-orbit{right:0;top:-25px}.credibility-strip{flex-wrap:wrap;gap:9px;padding-top:23px;padding-bottom:23px}.credibility-strip p{padding-left:60px}.documents-visual{min-height:450px}.tracking-visual{min-height:455px}.phone-window{width:180px;height:336px}.tracking-caption{max-width:340px}.faq-items summary{font-size:16px}.setup-steps strong{font-size:14px}}
@media(max-width:640px){.wrap{width:calc(100% - 40px)}.hero-copy h1{font-size:clamp(28px,7.8vw,44px);letter-spacing:-1.4px;line-height:1.17}.hero-eyebrow{font-size:12px;letter-spacing:0;gap:8px}.hero-description{font-size:16px;line-height:1.8}.hero-art{width:100%;min-height:0;height:auto;padding:10px 4px 36px;margin-top:35px}.flow-card{padding:14px 17px 22px;transform:rotate(-1.2deg)}.input-doc{width:calc(50% - 6px);padding:12px;min-height:110px}.input-docs{gap:12px}.input-doc span{font-size:12px}.flow-card-top{margin-bottom:12px}.ai-flow strong{font-size:14px}.ai-flow div>span{font-size:12px}.ai-flow{padding:12px;gap:10px}.ai-flow-icon{flex:0 0 35px;width:35px;height:35px}.output-docs{gap:7px}.output-docs span{font-size:12px}.output-docs>div{padding:10px 4px}.task-flow,.task-flow strong{font-size:12px}.micro-label{font-size:12px;letter-spacing:0}.hero-art figcaption{font-size:12px;margin-left:0}.solar-panel-art{width:180px;right:5px;bottom:-12px}.sun-orbit{width:42px;height:42px;right:12px;top:-17px}.sun-orbit .icon{width:22px;height:22px}.credibility-strip h2{font-size:19px;letter-spacing:-.4px}.credibility-copy{gap:12px}.credibility-icon{width:40px;height:40px;flex-basis:40px}.credibility-strip p{padding-left:52px;font-size:13px}.section{padding:65px 0}.section-kicker{margin-bottom:14px}.feature-copy>p{font-size:16px!important}.feature-copy>p.quiet-line{font-size:13px!important}.feature-copy>p.portal-note{font-size:14px!important}.documents-visual{padding:12px 15px 52px;min-height:0;margin-top:5px}.document-note{left:3px;bottom:7px;max-width:95%;font-size:12px}.screen-caption{font-size:12px}.teamwork-card{padding:33px 24px;gap:32px}.teamwork-card h2{font-size:30px;line-height:1.22}.handoff-node small{font-size:12px}.handoff-node strong{font-size:15px}.handoff-node{padding:15px 12px}.handoff-label{font-size:12px;left:14px;right:4px}.example-note{font-size:12px}.tracking-visual{width:100%;padding-right:50px;padding-bottom:67px;min-height:405px}.workflow-window>img{max-height:none}.phone-window{width:157px;height:297px;bottom:42px;right:2px}.tracking-caption{font-size:12px;max-width:100%;bottom:0}.tracking-labels span{font-size:14px}.setup-copy>p{font-size:16px!important}.setup-steps strong{font-size:14px}.setup-steps li{gap:8px}.setup-steps li>span{font-size:12px}.faq-section{padding:61px 0}.faq-items summary{font-size:16px;gap:14px;min-height:72px}.faq-items details p{font-size:15px}.demo-card{padding:33px 24px;gap:25px}.demo-copy>p{font-size:16px}.demo-contact{gap:1px}.field label{font-size:13px}.field label span{font-size:12px}.field input{height:50px;font-size:16px}.form-grid{gap:10px}.footer-main p,.footer-bottom{font-size:12px}.footer-links{gap:17px}.footer-links a,.footer-links button{font-size:13px}.mobile-cta .button{font-size:14px;min-height:48px}.mobile-cta>a:not(.button){height:48px;width:48px}.mobile-cta{padding-bottom:max(12px,env(safe-area-inset-bottom))}}
@media(max-width:370px){.wrap{width:calc(100% - 32px)}.hero-copy h1{font-size:clamp(25px,7.8vw,29px);letter-spacing:-1.1px}.hero-eyebrow{font-size:12px}.hero-art{padding-left:1px;padding-right:1px}.flow-card{padding:11px 12px 19px}.input-docs{gap:8px}.input-doc{padding:10px;min-height:112px}.ai-flow{padding:10px;gap:8px}.ai-flow strong{font-size:13px}.ai-flow-icon{flex-basis:31px;height:31px}.ai-check .icon{width:16px;height:16px}.output-docs{gap:5px}.output-docs span{font-size:12px}.task-flow{gap:6px}.task-person{height:24px;width:24px}.credibility-strip h2{font-size:18px}.credibility-strip p{font-size:12px}.teamwork-card{padding:29px 18px}.handoff-node{padding:12px 10px}.handoff-icon{height:32px;width:32px;flex-basis:32px}.handoff-node small{font-size:12px}.handoff-node strong{font-size:14px}.tracking-visual{min-height:382px;padding-right:45px}.phone-window{width:145px;height:279px}.setup-steps{column-gap:13px}.setup-steps strong{font-size:13px}.demo-card{padding:30px 20px}.header .button-small{min-width:0;font-size:12px}.nav-actions{gap:5px}}
@media(prefers-reduced-motion:reduce){.js-reveal .reveal.is-visible{animation:none!important}.motion-toggle{opacity:1!important}}
@media print{.credibility-section{border-bottom:1px solid #ddd}.credibility-strip{padding:16px 0}.hero-art{display:none!important}.faq-items details>p{display:block!important}.lightbox,.privacy-dialog{display:none!important}}
/* Final narrow-screen and paint-overflow corrections. Decorative rotation is
   clipped at main, not by making body a scrolling container. */
main{overflow-x:clip}.brand{min-height:44px}.menu-toggle{flex:0 0 44px;min-width:44px}.header .button-small{min-height:44px;flex-shrink:0}.section-kicker{text-transform:none}
@media(max-width:640px){.header .brand img{width:130px}.nav-wrap{gap:10px}.nav-actions{gap:5px}.header .button-small{font-size:12px;padding:10px 9px;min-height:44px}}
@media(max-width:370px){.header .button-small{display:none}.nav-wrap{justify-content:space-between}}
.demo-copy>p{color:#4e6582}.footer-links{color:#52647b}


/* Shared CarryFlow brand bridge — no section/layout redesign. */
:root{
  --font:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
}
.header{
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.nav-wrap{height:72px}
.desktop-nav{gap:12px;margin-left:auto;margin-right:0}
.desktop-nav a{
  min-height:40px;
  padding:8px 16px;
  border:1px solid transparent;
  border-radius:999px;
  color:#52647b;
  font-size:14px;
  font-weight:650;
}
.desktop-nav a:hover{
  color:#1645d6;
  background:#f6f9ff;
  border-color:#dce7f7;
}
.desktop-nav a[aria-current="page"]{
  color:#1645d6;
  background:linear-gradient(120deg,#eef6ff,#f7f3ff);
  border-color:#d7e4f7;
}
.hero{
  background:
    radial-gradient(circle at 8% 14%,rgba(103,214,236,.10),transparent 26%),
    radial-gradient(circle at 91% 12%,rgba(128,82,255,.07),transparent 28%),
    linear-gradient(117deg,#fbfdff 0%,#f8faff 48%,#f7f6ff 100%);
}
@media(max-width:880px){
  .nav-wrap{height:69px}
  .mobile-nav{padding:10px 24px 18px}
  .mobile-nav a[aria-current="page"]{color:#235bfb;font-weight:700}
}
