/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--ink:#171519;--paper:#f5f1e8;--white:#fffdf8;--plum:#6f3152;--plum-dark:#3d1e31;--plum-light:#b77c9b;--sage:#728879;--line:#17151921}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1180px,100% - 48px);margin-inline:auto}.nav{border-bottom:1px solid var(--line);z-index:10;justify-content:space-between;align-items:center;height:86px;display:flex;position:relative}.brand{grid-template-rows:19px 13px;grid-template-columns:34px auto;align-items:center;column-gap:10px;display:grid}.brand-mark{width:54px;height:54px;color:var(--plum);border:1px solid;border-radius:3px;place-items:center;display:grid;transform:rotate(45deg)}.brand-mark span{font-family:Georgia,serif;font-size:26px;font-weight:700;transform:rotate(-45deg)}.brand-mark-small{grid-row:1/3;width:31px;height:31px}.brand-mark-small span{font-size:15px}.brand>span{letter-spacing:-.02em;font:700 18px/1 Georgia,serif}.brand>small{letter-spacing:.18em;color:#635f62;font-size:8px}.nav-links{gap:36px;font-size:13px;font-weight:600;display:flex}.nav-links a,.footer a{transition:color .2s}.nav-links a:hover,.footer a:hover{color:var(--plum)}.button{letter-spacing:.02em;border:1px solid #0000;justify-content:center;align-items:center;gap:24px;min-height:46px;padding:0 21px;font-size:12px;font-weight:700;transition:transform .2s,background .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-dark{color:#fff;background:var(--ink)}.button-plum{background:var(--plum);color:#fff;min-width:184px}.button-ivory{background:var(--paper);color:var(--ink);min-width:205px}.hero{grid-template-columns:.92fr 1.08fr;align-items:center;gap:40px;min-height:650px;padding-top:40px;padding-bottom:50px;display:grid;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--plum);align-items:center;gap:10px;font-size:10px;font-weight:800;display:flex}.eyebrow span{background:currentColor;width:26px;height:1px}.eyebrow.light{color:#d4b8c7}h1,h2,h3,h4,p{margin-top:0}h1{letter-spacing:-.055em;margin:24px 0 26px;font:500 clamp(54px,6vw,86px)/.95 Georgia,Times New Roman,serif}.hero-lede{color:#625d5f;max-width:540px;font:400 17px/1.7 Georgia,serif}.hero-actions{align-items:center;gap:30px;margin-top:35px;display:flex}.text-link{border-bottom:1px solid var(--ink);gap:18px;padding-bottom:5px;font-size:12px;font-weight:700;display:flex}.trust-row{color:#615c5f;letter-spacing:.04em;gap:20px;margin-top:50px;font-size:9px;font-weight:700;display:flex}.trust-row i{color:var(--plum);margin-right:4px;font-style:normal}.hero-visual{place-items:center;height:525px;display:grid;position:relative}.halo{border:1px solid #6f315224;border-radius:50%;position:absolute}.halo-one{width:520px;height:520px}.halo-two{background:#6f31520d;width:410px;height:410px}.dashboard{background:#fff;grid-template-columns:92px 1fr;width:590px;height:405px;display:grid;position:relative;overflow:hidden;transform:rotate(1.4deg);box-shadow:0 34px 80px #2c162333}.dash-sidebar{color:#fff;background:#252228;flex-direction:column;gap:5px;padding:18px 10px;display:flex}.dash-sidebar .brand-mark{color:#d2b1c2;width:28px;height:28px;margin:2px auto 20px}.dash-sidebar .brand-mark span{font-size:13px}.dash-nav{color:#9d979f;border-radius:3px;align-items:center;gap:8px;padding:9px 8px;font-size:8px;display:flex}.dash-nav.active{color:#fff;background:#6c3452}.dash-nav b{width:10px;font-size:10px}.dash-main{background:#fbfaf8;padding:24px 24px 16px}.dash-top{justify-content:space-between;align-items:center;display:flex}.dash-top small,.metric-grid small,.dash-chart-card small,.dash-bottom small{color:#969095;letter-spacing:.13em;font-size:6px;font-weight:800}.dash-top h3{margin:4px 0 0;font:500 18px Georgia,serif}.avatar{width:27px;height:27px;color:var(--plum);background:#decdd5;border-radius:50%;place-items:center;font-size:8px;font-weight:700;display:grid}.metric-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin:18px 0 9px;display:grid}.metric-grid article{background:#fff;border:1px solid #ebe7e5;padding:12px;position:relative}.metric-grid strong{margin-top:5px;font:500 20px Georgia,serif;display:block}.metric-grid em{color:#9a9498;font-size:6px;font-style:normal;position:absolute;bottom:13px;right:10px}.metric-grid .up{color:#567263}.dash-chart-card{background:#fff;border:1px solid #ebe7e5;height:178px;padding:13px}.card-title{justify-content:space-between;align-items:center;display:flex}.card-title h4{margin:3px 0;font:500 12px Georgia,serif}.card-title button{color:#716c70;background:#faf8f5;border:1px solid #e3dedd;padding:5px 7px;font-size:6px}.chart-area{height:116px;margin-top:4px;padding-left:24px;position:relative}.chart-labels{color:#aaa5a8;flex-direction:column;justify-content:space-between;height:96px;font-size:5px;display:flex;position:absolute;top:0;left:0}.chart-grid{flex-direction:column;justify-content:space-between;height:96px;display:flex}.chart-grid i{border-top:1px dashed #e7e3e2}.line-chart{border-top:2px solid var(--plum);height:35px;position:absolute;top:47px;left:26px;right:8px;transform:skewY(-7deg)}.dot{border:2px solid var(--plum);background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:-4px}.d1{left:0}.d2{top:7px;left:20%}.d3{top:-7px;left:40%}.d4{top:2px;left:60%}.d5{top:-10px;left:80%}.d6{top:-5px;right:0}.months{color:#aaa5a8;justify-content:space-between;margin-top:7px;font-size:5px;display:flex}.dash-bottom{grid-template-columns:1fr 1fr;gap:9px;margin-top:9px;display:grid}.dash-bottom>div{background:#fff;border:1px solid #ebe7e5;padding:9px 12px}.dash-bottom h4{margin:3px 0 1px;font:500 11px Georgia,serif}.dash-bottom span{color:#9b9599;font-size:6px}.dash-bottom i{background:#64806f;border-radius:50%;width:5px;height:5px;display:inline-block}.floating-card{background:#fff;align-items:center;gap:11px;padding:13px 17px;display:flex;position:absolute;bottom:35px;right:-2px;transform:rotate(-1deg);box-shadow:0 15px 34px #2c16232b}.floating-icon{color:#59705f;background:#edf1eb;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;display:grid}.floating-card strong,.floating-card small{display:block}.floating-card strong{margin-bottom:3px;font-size:8px}.floating-card small{color:#9c969a;font-size:6px}.problem-section{background:var(--ink);color:#fff;padding:100px 0 85px}.problem-section .shell{grid-template-columns:1.15fr .85fr;gap:110px;display:grid}.section-intro h2{letter-spacing:-.045em;margin:23px 0 24px;font:500 clamp(40px,4.2vw,61px)/1.05 Georgia,serif}.section-intro>p{color:#777174;max-width:570px;font:400 15px/1.7 Georgia,serif}.problem-section .section-intro>p{color:#aaa4a8}.stats{border-top:1px solid #4b474d}.stats article{border-bottom:1px solid #4b474d;justify-content:space-between;align-items:baseline;padding:23px 0;display:flex}.stats strong{color:#e7d8df;font:500 29px Georgia,serif}.stats span{color:#a7a1a5;width:155px;font-size:11px;line-height:1.5}.platform{padding-top:105px;padding-bottom:110px}.demo-section{padding:105px 0 115px}.screenshot-gallery{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:54px;display:grid}.screenshot-gallery figure{background:var(--white);border:1px solid #dfd9d2;margin:0;padding:12px;box-shadow:0 14px 28px #2c162314}.screenshot-gallery figure.screenshot-feature{grid-column:1/-1}.screenshot-gallery img{background:#f4f7f5;border:1px solid #e4ded8;width:100%;height:auto;display:block}.screenshot-gallery figcaption{justify-content:space-between;align-items:baseline;gap:18px;padding:15px 6px 5px;display:flex}.screenshot-gallery figcaption strong{color:var(--ink);font:500 18px Georgia,serif}.screenshot-gallery figcaption span{color:#777174;text-align:right;max-width:60%;font:400 11px/1.5 Georgia,serif}.demo-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:54px;display:grid}.demo-card{background:var(--white);border:1px solid #dfd9d2;padding:32px;overflow:hidden}.demo-card.demo-ravencare{background:#eee8df}.demo-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.demo-label{color:var(--plum);letter-spacing:.17em;font-size:10px;font-weight:800}.demo-status{color:#82787c;letter-spacing:.12em;font-size:8px;font-weight:800}.demo-card h3{letter-spacing:-.03em;max-width:420px;margin:24px 0 14px;font:500 29px/1.05 Georgia,serif}.demo-card>p{color:#716b6e;max-width:460px;min-height:66px;font:400 13px/1.65 Georgia,serif}.demo-screen{background:#fbfaf8;border:1px solid #d8d1cb;margin:28px -8px 0;overflow:hidden;box-shadow:0 18px 35px #2c162321}.sober-screen{background:#f8f5ef}.screen-top{background:#fff;border-bottom:1px solid #e8e1dc;justify-content:space-between;align-items:center;padding:13px 16px;font-size:8px;display:flex}.screen-top strong{font:600 12px Georgia,serif}.screen-top span{color:#938c90;font-size:7px}.screen-body{grid-template-columns:90px 1fr;min-height:206px;display:grid}.screen-sidebar{color:#aaa2a8;background:#29252b;flex-direction:column;gap:6px;padding:15px 9px;font-size:7px;display:flex}.screen-sidebar b{color:#f8eef2;margin:2px 7px 13px;font:700 10px Georgia,serif}.screen-sidebar span{border-radius:3px;padding:8px 7px}.screen-sidebar .selected{color:#fff;background:var(--plum)}.screen-content{padding:20px 18px 16px}.screen-title{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.screen-title small,.screen-metrics small{color:#a09a9d;letter-spacing:.12em;font-size:6px;font-weight:800;display:block}.screen-title strong{margin-top:5px;font:500 18px Georgia,serif;display:block}.pill{color:var(--plum);background:#f2e1e9;border-radius:30px;padding:5px 8px;font-size:7px;font-weight:800}.pill.green{color:#567263;background:#e4ece5}.screen-metrics{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px;display:grid}.screen-metrics span{background:#fff;border:1px solid #ebe5e2;padding:9px}.screen-metrics b{color:#4b4649;margin-top:5px;font-size:8px;display:block}.screen-list{gap:5px;margin-top:9px;display:grid}.screen-list span{color:#665f63;background:#fff;border:1px solid #ebe5e2;align-items:center;gap:6px;padding:7px 8px;font-size:7px;display:flex}.screen-list i{background:#a36888;border-radius:50%;width:5px;height:5px}.sober-screen .screen-list i{background:#728879}.screen-list b{color:#928b8f;margin-left:auto;font-size:6px;font-weight:600}.demo-link{border-top:1px solid #d9d0ca;justify-content:space-between;margin-top:24px;padding-top:15px;font-size:10px;font-weight:800;display:flex}.demo-ravencare .demo-link{border-color:#d3c9bd}.centered{text-align:center;flex-direction:column;align-items:center;display:flex}.centered .eyebrow{justify-content:center}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:54px;display:grid}.feature-grid article{background:var(--white);border:1px solid #dfd9d2;flex-direction:column;min-height:340px;padding:38px 34px;display:flex;position:relative}.feature-grid article.featured{background:var(--plum-dark);color:#fff;border-color:var(--plum-dark);transform:translateY(-12px);box-shadow:0 22px 45px #3d1e312e}.feature-tag{color:#fff;letter-spacing:.16em;background:#a36888;padding:8px 12px;font-size:7px;font-weight:800;position:absolute;top:0;right:0}.feature-icon{width:50px;height:50px;color:var(--plum);border:1px solid #cfbec7;place-items:center;margin-bottom:36px;font-size:22px;display:grid}.featured .feature-icon{color:#e0bfd0;border-color:#885873}.feature-grid h3{margin-bottom:16px;font:500 25px Georgia,serif}.feature-grid p{color:#777174;font:400 13px/1.65 Georgia,serif}.featured p{color:#c4b6be}.feature-grid a{border-top:1px solid #ddd6d0;justify-content:space-between;margin-top:auto;padding-top:17px;font-size:10px;font-weight:800;display:flex}.featured a{border-color:#6d465d}.security{background:#ebe4da;padding:110px 0;overflow:hidden}.security-grid{grid-template-columns:1fr 1fr;align-items:center;gap:110px;display:grid}.security-art{place-items:center;height:440px;display:grid;position:relative}.secure-orbit{border:1px solid #6f315230;border-radius:50%;position:absolute}.orbit-one{width:400px;height:400px}.orbit-two{background:#6f31520d;width:285px;height:285px}.shield{background:var(--plum-dark);clip-path:polygon(10% 0,90% 0,100% 70%,50% 100%,0 70%);color:#fff;z-index:2;flex-direction:column;justify-content:center;align-items:center;width:150px;height:175px;display:flex;box-shadow:0 20px 45px #3d1e3140}.shield span{font:500 57px Georgia,serif}.shield small{letter-spacing:.22em;color:#d6b9c8;margin-top:3px;font-size:6px}.security-badge{z-index:3;background:var(--white);align-items:center;gap:10px;min-width:145px;padding:13px 17px;display:flex;position:absolute;box-shadow:0 12px 28px #3d1e311f}.security-badge b{color:#5a7161;background:#edf1eb;border-radius:50%;place-items:center;width:25px;height:25px;font-size:11px;display:grid}.security-badge span{font-size:9px;font-weight:700;line-height:1.35}.security-badge small{color:#918b8f;font-size:6px}.badge-a{top:90px;left:2%}.badge-b{bottom:80px;right:0}.security-copy>p{color:#6e686b;max-width:520px;font:400 15px/1.7 Georgia,serif}.security-copy ul{margin:34px 0 0;padding:0;list-style:none}.security-copy li{border-top:1px solid #d2c9c0;gap:16px;padding:17px 0;display:flex}.security-copy li>i{background:var(--plum);color:#fff;place-items:center;width:25px;height:25px;font-size:10px;font-style:normal;display:grid}.security-copy li strong,.security-copy li small{display:block}.security-copy li strong{font:500 15px Georgia,serif}.security-copy li small{color:#8d8689;margin-top:5px;font-size:9px}.cta-section{background:var(--plum-dark);color:#fff;justify-content:space-between;align-items:center;min-height:315px;margin-top:105px;padding:70px 80px;display:flex;position:relative;overflow:hidden}.cta-section:after{content:"R";color:#ffffff06;pointer-events:none;font:500 390px Georgia,serif;position:absolute;top:-90px;right:230px}.cta-section h2{letter-spacing:-.04em;margin:20px 0 10px;font:500 52px Georgia,serif}.cta-section p{color:#c1b2ba;font:400 13px Georgia,serif}.cta-section .button{z-index:2;position:relative}.footer{grid-template-rows:1fr auto;grid-template-columns:1.3fr 1fr auto;align-items:center;column-gap:50px;min-height:240px;display:grid}.footer p{color:#817b7e;margin:0;font:400 12px Georgia,serif}.footer>div{gap:28px;font-size:10px;font-weight:700;display:flex}.footer>small{border-top:1px solid var(--line);color:#9b9598;grid-column:1/4;padding:22px 0;font-size:8px}@media (width<=1020px){.nav-links{display:none}.hero{grid-template-columns:1fr;padding-top:80px}.hero-copy{max-width:700px}.hero-visual{margin-top:-20px}.problem-section .shell,.security-grid{grid-template-columns:1fr;gap:60px}.stats{max-width:650px}.security-art{order:2}}@media (width<=720px){.shell{width:min(100% - 28px,1180px)}.nav{height:74px}.nav-cta{display:none}.hero{min-height:0;padding-top:64px}h1{font-size:clamp(50px,14vw,72px)}.hero-lede{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start;gap:20px}.trust-row{flex-direction:column;gap:9px;margin-top:35px}.hero-visual{width:100%;height:390px;overflow:visible}.dashboard{width:560px;height:384px;transform:scale(.62)rotate(1.4deg)}.halo-one{width:360px;height:360px}.halo-two{width:290px;height:290px}.floating-card{bottom:35px;right:3%}.problem-section,.platform,.security{padding-top:75px;padding-bottom:75px}.feature-grid,.screenshot-gallery{grid-template-columns:1fr}.screenshot-gallery figure.screenshot-feature{grid-column:auto}.screenshot-gallery figcaption{display:block}.screenshot-gallery figcaption span{text-align:left;max-width:none;margin-top:5px;display:block}.demo-grid{grid-template-columns:1fr}.demo-card{padding:24px 18px}.demo-card h3{font-size:26px}.demo-screen{margin-inline:-4px}.screen-body{grid-template-columns:76px 1fr}.feature-grid article.featured{transform:none}.security-art{height:360px;transform:scale(.85)}.cta-section{flex-direction:column;align-items:flex-start;gap:30px;width:100%;margin-top:0;padding:65px 28px}.cta-section h2{font-size:42px}.footer{grid-template-rows:auto;grid-template-columns:1fr;gap:25px;padding:50px 0 0}.footer>small{grid-column:1;width:100%;margin-top:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
