@import"https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:wght@400;600;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:40;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}*{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;scroll-behavior:smooth}html,body{margin:0}#root{min-height:100vh;width:100%;display:flex}#root .App{width:100%;display:flex;flex-direction:column;align-items:center;color:#27363d;padding-top:5rem;position:relative}#root .App .page-sections{width:100%;position:relative;z-index:0}@media only screen and (max-width: 800px){#root .App{padding-top:1rem}}#root .cta-btn{--cta-bg: #ffffff;--cta-border: #cbd5e1;--cta-text: #111827;margin:0;border:1px solid var(--cta-border);border-radius:.45rem;background:var(--cta-bg);color:var(--cta-text);font-family:Inter,sans-serif;font-weight:600;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.35rem;white-space:nowrap;box-shadow:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}#root .cta-btn:hover{transform:translateY(-1px)}#root .cta-btn:focus-visible{outline:2px solid rgba(15,23,42,.3);outline-offset:2px}#root .cta-btn .icon{width:.72rem;height:.72rem}#root .cta-btn--compact{padding:.64rem 1.05rem;font-size:.84rem;letter-spacing:.01em}#root .cta-btn--solid{--cta-bg: #111827;--cta-border: #111827;--cta-text: #ffffff;box-shadow:0 1px 2px #0f172a1f}#root .cta-btn--solid:hover{--cta-bg: #0b1220;--cta-border: #0b1220;--cta-text: #ffffff}#root .cta-btn--ghost{--cta-bg: rgba(255, 255, 255, .86);--cta-border: #c7cfdb;--cta-text: #111827}#root .cta-btn--ghost:hover{--cta-bg: rgba(255, 255, 255, .96);--cta-border: #9aa6b8;--cta-text: #0f172a}#root .App>header{display:flex;height:fit-content;justify-content:space-between;align-items:center;gap:1.35rem;width:80%;max-width:120rem;background:#ffffffd1;-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);border-radius:.82rem;padding:.62rem 1.2rem;border:1px solid transparent;box-shadow:none;position:fixed;top:.75rem;left:50%;transform:translate(-50%);z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),border-color .2s ease,box-shadow .2s ease,background-color .2s ease}#root .App>header.header-visible{transform:translate(-50%) translateY(0);opacity:1}#root .App>header.header-hidden{transform:translate(-50%) translateY(-100%);opacity:0}#root .App>header.header-scrolled{border-color:#0f17281f;box-shadow:0 10px 28px #0f172a14;background:#ffffffe0}#root .App>header #logo{height:22px;transition:transform .24s ease}#root .App>header #logo:hover{transform:scale(1.03)}#root .App>header nav{flex:1;height:100%;display:flex;align-items:center;justify-content:center}#root .App>header nav ul{display:flex;justify-content:center;align-items:center;list-style:none;padding:0;margin:0;gap:1.5rem}#root .App>header nav ul li{font-size:.79rem;font-weight:600;letter-spacing:.01em;color:#55637a;cursor:pointer;transition:background-color .2s ease,color .2s ease;position:relative;padding:.4rem .72rem;border-radius:.42rem}#root .App>header nav ul li:before{content:"";position:absolute;bottom:.2rem;left:50%;width:0;height:1px;background:#0f172a57;transition:width .2s ease;transform:translate(-50%)}#root .App>header nav ul li:hover{color:#111827;background:#0f172a0d}#root .App>header nav ul li:hover:before{width:54%}#root .App>header .header-buttons{display:flex;gap:.58rem;align-items:center}#root .App>header .header-buttons a{text-decoration:none;display:inline-flex}@media only screen and (max-width: 1500px){#root .App>header{width:90%;gap:1.35rem}}@media only screen and (max-width: 1000px){#root .App>header{width:95%;gap:1.1rem;padding:.62rem 1rem}#root .App>header nav ul{gap:1rem}}@media only screen and (max-width: 800px){#root .App>header{flex-direction:column;gap:.9rem;padding:.85rem 1rem;position:relative;top:.5rem}#root .App>header #logo{height:22px}#root .App>header nav{flex:1;display:flex;justify-content:center;align-items:center;width:100%}#root .App>header nav ul{margin:.15rem 0 .1rem;gap:1rem;width:100%;justify-content:center}#root .App>header nav ul li{font-size:.76rem;padding:.34rem .62rem}#root .App>header .header-buttons{gap:.55rem;width:100%;justify-content:center}}@media only screen and (max-width: 600px){#root .App>header{width:98%;padding:.78rem}#root .App>header nav ul{gap:.65rem}#root .App>header nav ul li{font-size:.72rem;padding:.28rem .5rem}#root .App>header .header-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem}}#root .hero{--text-strong: #101827;--text-muted: #344156;--hero-scroll-fade: 0;--hero-depth-progress: 0;--hero-stage-height: clamp(18.2rem, 58%, 25.2rem);--hero-stage-bottom: 0px;width:min(80%,118rem);margin:.45rem auto clamp(1.25rem,3.2vh,2.4rem);padding:clamp(1.15rem,2.2vw,1.95rem) clamp(.9rem,2vw,2rem) clamp(1rem,2.2vh,1.85rem);height:clamp(33rem,calc(100svh - 3.9rem),50rem);min-height:33rem;background:#fff;border-radius:24px;overflow:hidden;position:relative;isolation:isolate;opacity:1;transform:translateY(calc(var(--hero-scroll-fade) * -18px));transition:opacity .14s linear,transform .14s linear;box-shadow:inset 0 1px #ffffffd6}#root .hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.42'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.035;mix-blend-mode:multiply}#root .hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;border-radius:inherit}#root .hero .hero-grid-lines{position:absolute;inset:clamp(.95rem,1.8vw,1.5rem) clamp(.95rem,2vw,2rem) clamp(1rem,2vw,1.45rem);pointer-events:none;z-index:1;-webkit-mask-image:radial-gradient(76% 58% at 50% 24%,rgba(0,0,0,0) 0%,rgba(0,0,0,.06) 34%,rgba(0,0,0,.4) 54%,rgba(0,0,0,.82) 72%,rgba(0,0,0,1) 84%);mask-image:radial-gradient(76% 58% at 50% 24%,#0000,#0000000f 34%,#0006 54%,#000000d1 72%,#000 84%)}#root .hero .hero-grid-lines span{position:absolute;top:0;bottom:0;width:1px;background:#808c9e1a;z-index:1}#root .hero .hero-grid-lines span:nth-child(1){left:18%}#root .hero .hero-grid-lines span:nth-child(2){left:50%}#root .hero .hero-grid-lines span:nth-child(3){right:18%}#root .hero .hero-grid-lines:after{content:"";position:absolute;left:0;right:0;top:clamp(13.2rem,41%,17.1rem);height:1px;background:#808c9e0f;z-index:1}#root .hero .hero-content{position:absolute;inset-inline:0;top:clamp(1.75rem,6.2vh,3.55rem);bottom:calc(var(--hero-stage-height) + var(--hero-stage-bottom) + clamp(.1rem,1.1vh,.45rem));display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:min(100%,58rem);margin-inline:auto;z-index:4;pointer-events:auto;transform:translateY(calc(var(--hero-depth-progress) * -18px));transition:transform .14s linear}#root .hero .hero-content img{height:clamp(1.18rem,2vw,1.35rem);width:auto;margin-bottom:.95rem;opacity:.92;filter:drop-shadow(0 1px 0 rgba(255,255,255,.6));animation:heroFadeUp .22s ease-out .04s both}#root .hero .hero-content h1{font-size:clamp(2.26rem,5vw,3.34rem);font-family:Libre Caslon Text,Georgia,Times New Roman,serif;font-weight:500;line-height:1.04;letter-spacing:-.03em;margin:0 0 .8rem;color:var(--text-strong);width:min(100%,16ch);text-wrap:balance;animation:heroFadeUp .24s ease-out .1s both}#root .hero .hero-content p{font-size:clamp(1rem,1.08vw,1.08rem);font-family:Inter,sans-serif;font-weight:400;color:var(--text-muted);margin:0;line-height:1.58;letter-spacing:.002em;width:min(100%,57ch);text-wrap:balance;animation:heroFadeUp .25s ease-out .16s both}#root .hero .hero-content .actions{display:flex;gap:.85rem;margin-top:1.05rem;flex-wrap:wrap;justify-content:center;animation:heroFadeUp .28s ease-out .22s both}#root .hero .hero-content .hero-proof{margin:.72rem 0 0;font-family:Inter,sans-serif;font-size:.72rem;line-height:1.4;letter-spacing:.01em;color:#6b7587;animation:heroFadeUp .28s ease-out .26s both}#root .hero .hero-stage{position:absolute;left:0;right:0;bottom:var(--hero-stage-bottom);height:calc(var(--hero-stage-height) * (1 - (var(--hero-depth-progress) * .11)));display:flex;justify-content:center;align-items:flex-end;overflow:visible;z-index:3;pointer-events:none;transform:translateY(calc(var(--hero-depth-progress) * 12px));transform-origin:center bottom;transition:transform .14s linear,height .14s linear}#root .hero .hero-average-line{position:absolute;left:0;right:0;bottom:var(--hero-average-level, 70%);border-top:1px dashed rgba(120,132,149,.36);z-index:1;pointer-events:none;opacity:.65}#root .hero .hero-bars{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;gap:clamp(.86rem,2.1vw,1.6rem);z-index:2;overflow:visible}#root .hero .hero-bar-shell{width:auto;flex:var(--bar-scale) 1 0;min-width:0;height:var(--bar-height);position:relative;display:flex;align-items:flex-end;transform-origin:center bottom;animation:heroBarRiseIn 1.14s cubic-bezier(.16,.9,.2,1) var(--enter-delay) both;will-change:transform}#root .hero .hero-bar-shell.has-tooltip{pointer-events:auto;outline:none;z-index:9;isolation:isolate}#root .hero .hero-bar-shell.has-tooltip:focus-visible .hero-bar{box-shadow:0 0 0 2px #0f172a33,0 4px 10px #0f172a14}#root .hero .hero-bar-tooltip{--tooltip-x: -50%;position:absolute;left:50%;bottom:calc(100% + .78rem);transform:translate(var(--tooltip-x)) translateY(6px);min-width:11.35rem;max-width:min(12.8rem,calc(100vw - 2rem));border-radius:.56rem;border:1px solid rgba(214,219,227,.74);background:#f6f8fbd6;box-shadow:0 8px 20px #0f172a14;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:.62rem .76rem .6rem .94rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .12s ease,transform .12s ease,visibility .12s step-end;z-index:9}#root .hero .hero-bar-tooltip:before{content:"";position:absolute;left:.52rem;top:.62rem;bottom:.62rem;width:.18rem;border-radius:999px;background:var(--tooltip-accent, #9ec1de);opacity:.92}#root .hero .hero-bar-tooltip:after{content:"";position:absolute;left:50%;bottom:-.4rem;transform:translate(-50%) rotate(45deg);width:.66rem;height:.66rem;border-right:1px solid rgba(214,219,227,.74);border-bottom:1px solid rgba(214,219,227,.74);background:#f6f8fbd6}#root .hero .hero-bar-shell.tooltip-start .hero-bar-tooltip{left:0;--tooltip-x: 0}#root .hero .hero-bar-shell.tooltip-start .hero-bar-tooltip:after{left:clamp(1rem,34%,2.2rem);transform:rotate(45deg)}#root .hero .hero-bar-shell.tooltip-end .hero-bar-tooltip{left:auto;right:0;--tooltip-x: 0}#root .hero .hero-bar-shell.tooltip-end .hero-bar-tooltip:after{left:auto;right:clamp(1rem,34%,2.2rem);transform:rotate(45deg)}#root .hero .hero-bar-tooltip-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin:0 0 .35rem .38rem}#root .hero .hero-bar-tooltip-title{margin:0;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;line-height:1.2;color:#7b8498}#root .hero .hero-bar-tooltip-total{margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1.1;color:#7b8498;text-align:right;font-variant-numeric:tabular-nums}#root .hero .hero-bar-tooltip-divider{height:1px;margin:0 0 .44rem .38rem;background:#a8b2c047}#root .hero .hero-bar-tooltip-rows{display:flex;flex-direction:column;gap:.18rem;margin-left:.38rem}#root .hero .hero-bar-tooltip-row{margin:0;display:flex;align-items:baseline;justify-content:space-between;gap:1.2rem;font-family:Inter,sans-serif;font-size:.6rem;line-height:1.35;color:#8a92a4;font-weight:500}#root .hero .hero-bar-tooltip-row span:last-child{color:#7a8498;text-align:right;font-variant-numeric:tabular-nums}#root .hero .hero-bar-shell.has-tooltip:hover .hero-bar-tooltip,#root .hero .hero-bar-shell.has-tooltip:focus-visible .hero-bar-tooltip{opacity:.9;visibility:visible;transform:translate(var(--tooltip-x)) translateY(0);transition:opacity .12s ease,transform .12s ease,visibility 0s}#root .hero .hero-bar{position:relative;width:100%;height:100%;border-radius:.86rem .86rem 0 0;overflow:hidden;background:var(--bar-color);box-shadow:0 4px 10px #0f172a0f;transform-origin:center bottom;animation:heroBarDrift var(--drift-duration) ease-in-out var(--drift-delay) infinite both;will-change:transform}#root .hero .hero-bar:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff47,#fff0 58%)}#root .hero .hero-baseline,#root .hero .hero-stage-fade,#root .hero .hero-baseline-glow{display:none}@media only screen and (max-width: 1200px){#root .hero{--hero-stage-height: clamp(16.8rem, 54%, 23rem);width:90%;height:clamp(31rem,calc(100svh - 4.1rem),44rem);min-height:31rem}}@media only screen and (max-width: 900px){#root .hero{--hero-stage-height: clamp(15.2rem, 51%, 20.2rem);width:95%;margin-top:.8rem;height:clamp(29rem,calc(100svh - 4.2rem),38rem);min-height:29rem}#root .hero .hero-bar-shell.has-tooltip{pointer-events:none}#root .hero .hero-bar-tooltip{display:none!important}#root .hero .hero-content{top:clamp(2.2rem,8vh,3.6rem)}#root .hero .hero-content h1{font-size:clamp(2rem,5.4vw,2.75rem)}#root .hero .hero-content p{font-size:.98rem;width:min(100%,51ch)}#root .hero .hero-content .hero-proof{margin-top:.6rem;font-size:.69rem}#root .hero .hero-bars{gap:clamp(.72rem,1.85vw,1.34rem)}#root .hero .hero-grid-lines:after{display:none}#root .hero .hero-grid-lines{-webkit-mask-image:radial-gradient(84% 58% at 50% 24%,rgba(0,0,0,0) 0%,rgba(0,0,0,.08) 34%,rgba(0,0,0,.45) 54%,rgba(0,0,0,.84) 72%,rgba(0,0,0,1) 84%);mask-image:radial-gradient(84% 58% at 50% 24%,#0000,#00000014 34%,#00000073 54%,#000000d6 72%,#000 84%)}#root .hero .hero-content{transform:translateY(calc(var(--hero-depth-progress) * -12px))}#root .hero .hero-stage{height:calc(var(--hero-stage-height) * (1 - (var(--hero-depth-progress) * .08)));transform:translateY(calc(var(--hero-depth-progress) * 8px))}}@media only screen and (max-width: 700px){#root .hero{--hero-stage-height: clamp(12.8rem, 47%, 16rem);width:96%;height:clamp(28rem,calc(100svh - 5.25rem),34rem);min-height:28rem;margin-top:.75rem;margin-bottom:1.25rem;padding:.95rem .5rem .75rem;border-radius:20px}#root .hero .hero-content{top:clamp(2.2rem,8.2vh,3.2rem)}#root .hero .hero-content p{width:100%}#root .hero .hero-content .actions{width:100%;justify-content:center;flex-wrap:wrap}#root .hero .hero-content .hero-proof{font-size:.66rem}#root .hero .hero-grid-lines{display:none}}@media only screen and (max-width: 520px){#root .hero{--hero-stage-height: clamp(10.8rem, 42%, 13.3rem)}#root .hero .hero-content h1{font-size:clamp(1.8rem,9vw,2.35rem)}#root .hero .hero-content .actions{gap:.7rem}#root .hero .hero-bar-shell:nth-child(7){display:none}#root .hero .hero-average-line,#root .hero .hero-content .hero-proof{display:none}}@media (prefers-reduced-motion: reduce){#root .hero{opacity:1!important;transform:none!important;transition:none!important}#root .hero .hero-content img,#root .hero .hero-content h1,#root .hero .hero-content p,#root .hero .hero-content .actions,#root .hero .hero-bar-shell,#root .hero .hero-bar{animation:none!important}#root .hero .hero-content .actions .cta-btn{transition:none!important}}#root section{margin:0;padding:0;border-top:none;border-bottom:none;min-height:50vh;width:100%}#root section .section-heading{display:flex;flex-direction:column;gap:2rem}#root section .section-heading .section-title{font-family:Libre Caslon Text,serif;font-size:2rem;font-weight:500;line-height:1.2;text-align:center;width:100%;margin:2.5rem 0 0}#root section .section-heading .section-subtitle{font-family:Libre Caslon Text,serif;font-size:16px;font-weight:400;line-height:1.5;color:#9c9c9c;font-weight:500;text-align:center;width:100%;margin:0}@media only screen and (max-width: 1500px){#root section{width:90%;padding:2rem 0}}@media only screen and (max-width: 1000px){#root section{width:95%;padding:1rem 0}#root section .section-heading{align-items:center;gap:1rem;width:90%}#root section .section-heading .section-title{font-size:1.75rem}#root section .section-heading .section-subtitle{font-size:14px;width:80%}}@media only screen and (max-width: 800px){#root section .section-heading .section-title{font-size:1.25rem}#root section .section-heading .section-subtitle{font-size:13px}}#root #about{--about-bg: #ffffff;--about-surface: #ffffff;--about-strong: #101828;--about-muted: #4b5563;--about-line: #d6dbe3;border-top:none;border-bottom:none;position:relative;overflow:visible;background:var(--about-bg);padding:clamp(1.2rem,2.6vw,2rem) clamp(.95rem,2.4vw,2rem) clamp(2.6rem,4vw,4rem)}#root #about .about-shell{width:min(100%,1180px);margin:0 auto;position:relative;z-index:3;overflow:visible}#root #about .about-story{position:relative;display:block}#root #about .about-story-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(18rem,1fr);align-items:start;gap:clamp(1.25rem,3vw,3.2rem)}#root #about .about-desktop-copy{min-width:0;display:flex;position:sticky;top:0;height:100vh;align-items:center;z-index:2}#root #about .about-copy-inner{max-width:34rem;display:flex;flex-direction:column;gap:2rem;animation:aboutTextSwap .24s ease both}#root #about .about-copy-inner h2{margin:0;font-family:Libre Caslon Text,serif;font-size:clamp(1.5rem,3vw,2.8rem);font-weight:500;letter-spacing:-.03em;line-height:1.02;color:var(--about-strong);text-wrap:balance}#root #about .about-copy-inner p{margin:0;max-width:56ch;font-family:Inter,sans-serif;font-size:clamp(1rem,1.1vw,1.12rem);line-height:1.6;color:var(--about-muted);font-weight:300}#root #about .about-copy-inner .cta-btn{margin-top:.3rem;width:fit-content;align-self:flex-start}#root #about .about-copy-eyebrow{margin:0;display:inline-flex;align-items:center;gap:.6rem;font-family:Inter,sans-serif;font-size:1rem!important;font-weight:400!important;color:#4b5563!important}#root #about .about-copy-eyebrow-icon{width:2rem;height:2rem;border-radius:.6rem;display:inline-flex;align-items:center;justify-content:center;background:#e8edf4;color:#1f2937;flex:0 0 auto}#root #about .about-copy-eyebrow-icon svg{font-size:1.08rem}#root #about .about-copy-eyebrow--faculties .about-copy-eyebrow-icon{background:#e8edf8}#root #about .about-copy-eyebrow--staffing .about-copy-eyebrow-icon{background:#e7f2eb}#root #about .about-copy-eyebrow--deployment .about-copy-eyebrow-icon{background:#dfeef6}#root #about .about-copy-eyebrow--analysis .about-copy-eyebrow-icon{background:#f4ddda}#root #about .about-media-track{display:grid;gap:0;padding:0 0 clamp(2rem,4vh,3rem)}#root #about .about-media-stage{width:min(100%,35rem);margin-left:auto;min-height:clamp(52rem,120vh,84rem);border-radius:1.2rem;transition:opacity .2s ease,transform .2s ease;display:flex;align-items:center}#root #about .about-media-stage:first-child{min-height:100vh;margin-bottom:18vh}#root #about .about-media-stage:not(.is-active){opacity:.72;transform:scale(.985)}#root #about .about-media-stage.is-active{opacity:1;transform:scale(1)}#root #about .about-media-image{width:100%;aspect-ratio:1 / 1;border-radius:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;text-align:center;position:relative;overflow:hidden}#root #about .about-media-placeholder:before{content:"";position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px dashed #c3ccd8;border-radius:.85rem;pointer-events:none}#root #about .about-media-tag{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;border:1px solid #aeb8c6;border-radius:999px;background:#f7f9fc;color:#475467;font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem .6rem}#root #about .about-media-placeholder p{margin:0;position:relative;z-index:1;max-width:18ch;font-family:Inter,sans-serif;font-size:clamp(.96rem,1.05vw,1.08rem);line-height:1.5;color:#344054}#root #about .about-mobile-list{display:none}@media only screen and (max-width: 1200px){#root #about .about-story-grid{grid-template-columns:minmax(0,1fr) minmax(15rem,.95fr)}#root #about .about-desktop-copy{height:100vh}#root #about .about-copy-inner h2{font-size:clamp(1.9rem,4vw,3rem)}#root #about .about-media-track .about-media-stage{min-height:clamp(44rem,110vh,72rem)}#root #about .about-media-track .about-media-stage:first-child{min-height:100vh;margin-bottom:14vh}}@media only screen and (max-width: 900px){#root #about{padding:2.1rem .9rem 2.8rem}#root #about .about-story{display:none}#root #about .about-mobile-list{display:grid;gap:1rem}#root #about .about-mobile-card{background:var(--about-surface);border:1px solid var(--about-line);border-radius:1rem;padding:1rem;display:grid;gap:.9rem}#root #about .about-mobile-copy{display:flex;flex-direction:column;gap:.72rem}#root #about .about-mobile-copy h3{margin:0;font-family:Libre Caslon Text,serif;font-size:clamp(1.6rem,7vw,2.2rem);font-weight:500;letter-spacing:-.02em;line-height:1.08;color:var(--about-strong)}#root #about .about-mobile-copy p{margin:0;font-family:Inter,sans-serif;font-size:.98rem;line-height:1.6;color:var(--about-muted);font-weight:400}#root #about .about-mobile-copy p.about-copy-eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:1rem!important;font-weight:400!important;color:#4b5563!important}#root #about .about-mobile-copy .cta-btn{margin-top:.2rem;width:fit-content;align-self:flex-start}#root #about .about-mobile-card .about-media-image{display:block;aspect-ratio:auto;min-height:auto;border-radius:.85rem;overflow:hidden}#root #about .about-mobile-card .about-media-image img{display:block;width:100%;height:auto;object-fit:contain}}@media (prefers-reduced-motion: reduce){#root #about .about-copy-inner{animation:none!important}#root #about .about-media-stage{transition:none!important;transform:none!important}#root #about .about-copy-inner button{transition:none!important}}#root #pricing-plans{--pricing-bg: #f8faf9;--pricing-surface: #ffffff;--pricing-line: #d6dbe3;--pricing-strong: #101828;--pricing-muted: #4b5563;--pricing-cta: #111827;--pricing-cta-hover: #0b1220;background:#fff;padding:clamp(1.8rem,3vw,2.8rem) clamp(.95rem,2.4vw,2rem) clamp(2.6rem,4vw,4rem)}#root #pricing-plans .pricing-shell{width:min(100%,1180px);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1.2rem,2vw,1.8rem);position:relative;z-index:3}#root #pricing-plans .pricing-heading{display:flex;flex-direction:column;align-items:center;gap:.8rem;text-align:center}#root #pricing-plans .pricing-heading h2{margin:0;font-family:Libre Caslon Text,serif;font-size:clamp(1.9rem,3.2vw,2.8rem);font-weight:500;letter-spacing:-.03em;line-height:1.05;color:var(--pricing-strong)}#root #pricing-plans .pricing-heading p{margin:0;max-width:60ch;font-family:Inter,sans-serif;font-size:clamp(.98rem,1.1vw,1.08rem);line-height:1.55;color:var(--pricing-muted);font-weight:400}#root #pricing-plans .pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}#root #pricing-plans .pricing-card-shell{position:relative;padding:.56rem .25rem .25rem;min-height:27rem;border-radius:.5rem;border:1px solid #d6dbe3;background:#f8faf9;overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}#root #pricing-plans .pricing-card-shell:hover{transform:translateY(-2px);border-color:var(--pricing-shell-line-hover);box-shadow:0 12px 22px #0f172a17}#root #pricing-plans .pricing-card-shell .pricing-card-shell-head{display:flex;align-items:center;gap:.45rem;padding:.06rem .16rem .42rem}#root #pricing-plans .pricing-card-shell .pricing-card-shell-icon-wrap{width:1.8rem;height:1.8rem;border-radius:.5rem;border:1px solid var(--pricing-chip-border);background:var(--pricing-chip-bg);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}#root #pricing-plans .pricing-card-shell .pricing-card-shell-icon{width:.9rem;height:.9rem;color:var(--pricing-accent)}#root #pricing-plans .pricing-card-shell .pricing-card-shell-title{margin:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;line-height:1.2;color:var(--pricing-strong)}#root #pricing-plans .pricing-card{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem .95rem;border-radius:.5rem;background:var(--pricing-surface);flex:1}#root #pricing-plans .pricing-card .pricing-card-desc{margin:0;font-family:Inter,sans-serif;font-size:.84rem;line-height:1.5;color:var(--pricing-muted);font-weight:400}#root #pricing-plans .pricing-card .pricing-card-value{margin:.15rem 0 0;display:flex;align-items:flex-end;gap:.35rem;font-family:Libre Caslon Text,serif;font-size:1.85rem;font-weight:500;line-height:1;letter-spacing:-.03em;color:var(--pricing-strong)}#root #pricing-plans .pricing-card .pricing-card-value span{font-size:.9rem;font-weight:500;line-height:1.3;color:var(--pricing-muted)}#root #pricing-plans .pricing-card .pricing-card-features{list-style:none;margin:.3rem 0 0;padding:0;width:100%;display:flex;flex-direction:column;gap:.45rem;flex:1}#root #pricing-plans .pricing-card .pricing-card-features li{margin:0;display:flex;align-items:flex-start;gap:.58rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:400;color:#475467;line-height:1.45}#root #pricing-plans .pricing-card .pricing-card-feature-icon{width:1.08rem;height:1.08rem;margin-top:.08rem;color:var(--pricing-accent);flex-shrink:0}#root #pricing-plans .pricing-card .pricing-card-cta{margin-top:.35rem;width:fit-content;border:1px solid #12151b;border-radius:.35rem;background:#12151b;color:#fff;padding:.68rem 1.2rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;line-height:1;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}#root #pricing-plans .pricing-card .pricing-card-cta:hover{transform:translateY(-1px);background:var(--pricing-cta-hover);border-color:var(--pricing-cta-hover)}#root #pricing-plans .pricing-card-shell--green{--pricing-accent: #16a34a;--pricing-shell-bg: #edf7f0;--pricing-shell-line: #c6e7d1;--pricing-shell-line-hover: #adddc0;--pricing-chip-bg: #edf8f1;--pricing-chip-border: #caeed8}#root #pricing-plans .pricing-card-shell--blue{--pricing-accent: #2563eb;--pricing-shell-bg: #edf3ff;--pricing-shell-line: #cbd9f8;--pricing-shell-line-hover: #b7caf2;--pricing-chip-bg: #eef4ff;--pricing-chip-border: #cddaf7}#root #pricing-plans .pricing-card-shell--amber{--pricing-accent: #f59e0b;--pricing-shell-bg: #fff4e5;--pricing-shell-line: #f4dbb1;--pricing-shell-line-hover: #efcf99;--pricing-chip-bg: #fff5e8;--pricing-chip-border: #f5d7a3}#root #pricing-plans .pricing-bundle{width:min(100%,500px);margin:0 auto;padding:1rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;gap:.45rem}#root #pricing-plans .pricing-bundle img{width:2rem;margin:0}#root #pricing-plans .pricing-bundle h4{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--pricing-strong);text-align:center}#root #pricing-plans .pricing-bundle a{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--pricing-strong);text-decoration:none}#root #pricing-plans .pricing-bundle .pricing-bundle-icon-wrap{display:flex;align-items:center;justify-content:center;gap:.45rem}#root #pricing-plans .pricing-bundle h3{margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--pricing-strong);text-align:center}#root #pricing-plans .pricing-bundle p{margin:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:400;line-height:1.4;color:var(--pricing-muted);text-align:center}@media only screen and (max-width: 1200px){#root #pricing-plans .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#root #pricing-plans .pricing-card-shell--full-tablet{grid-column:1 / -1}}@media only screen and (max-width: 900px){#root #pricing-plans{padding:2.1rem .9rem 2.8rem}#root #pricing-plans .pricing-grid{gap:.85rem}#root #pricing-plans .pricing-card-shell{min-height:auto}#root #pricing-plans .pricing-card{padding:.92rem .85rem}#root #pricing-plans .pricing-card .pricing-card-value{font-size:1.6rem}}@media only screen and (max-width: 700px){#root #pricing-plans .pricing-grid{grid-template-columns:1fr}#root #pricing-plans .pricing-card-shell--full-tablet{grid-column:auto}#root #pricing-plans .pricing-card-shell{padding:.5rem .4rem .4rem}#root #pricing-plans .pricing-card{padding:.95rem .86rem}#root #pricing-plans .pricing-bundle{width:100%}}@media only screen and (max-width: 520px){#root #pricing-plans .pricing-heading h2{font-size:clamp(1.7rem,8vw,2.2rem)}#root #pricing-plans .pricing-heading p{font-size:.94rem}#root #pricing-plans .pricing-card .pricing-card-cta{width:100%;display:inline-flex;align-items:center;justify-content:center}}@media (prefers-reduced-motion: reduce){#root #pricing-plans .pricing-card-shell,#root #pricing-plans .pricing-card-cta{transition:none!important}#root #pricing-plans .pricing-card-shell:hover,#root #pricing-plans .pricing-card-cta:hover{transform:none!important}}#root #contact{display:flex;flex-direction:column;align-items:center;gap:2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9,#e2e8f0);position:relative;overflow:hidden}#root #contact .contact-body{display:flex;width:80%;max-width:50rem;gap:4rem;z-index:3}#root #contact .contact-body .contact-form{display:flex;align-items:center;flex-direction:column;flex:1}#root #contact .contact-body .contact-form form{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}#root #contact .contact-body .contact-form .form-item{display:flex;flex-direction:column;width:100%}#root #contact .contact-body .contact-form .form-item label{font-size:12px;font-weight:600;color:#1a1a1a;margin:.25rem}#root #contact .contact-body .contact-form .form-item input,#root #contact .contact-body .contact-form .form-item select{padding:.5rem 1rem;border:1px solid #d8d8d8;border-radius:5px;font-size:15px;font-weight:400;color:#1a1a1a;background-color:#fff}#root #contact .contact-body .contact-form .form-item textarea{padding:.5rem 1rem;border:1px solid #d8d8d8;border-radius:5px;font-size:15px;font-weight:400;color:#1a1a1a;resize:none;height:100px}#root #contact .contact-body .contact-form .form-item .contact-features{gap:2px;display:flex;align-items:center;justify-content:center;margin:.5rem 0;gap:1rem}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item{flex:1;background-color:#fff;padding:1.5rem;width:100%;cursor:pointer;transition:.3s;display:flex;flex-direction:column;border:1px solid #d8d8d8;border-radius:.5rem}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item .icon{border:1px solid #d8d8d8;background-color:#00d28210;width:2rem;height:2rem;padding:.375rem;border-radius:.5rem}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item h3{font-size:1rem;font-weight:600;line-height:1.2;color:#1a1a1a;margin:.5rem 0}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item p{font-size:12px;font-weight:400;color:#838383;margin:0}#root #contact .contact-body .contact-form .form-item .contact-features #demo-item .icon{color:#00d283;background-color:#00d28210;border:1px solid #00d282}#root #contact .contact-body .contact-form .form-item .contact-features #support-item .icon{background-color:#f78c6c20;border:1px solid #f78c6c;color:#f78c6c}#root #contact .contact-body .contact-form .form-item .contact-features #enquiry-item .icon{background-color:#2e9fd320;border:1px solid #2e9fd3;color:#2e9fd3}#root #contact .contact-body .contact-form .form-item .contact-features #demo-item.form-type-selected{background-color:#00d28210;border:1px solid #00d282}#root #contact .contact-body .contact-form .form-item .contact-features #support-item.form-type-selected{border:1px solid #f78c6c;background-color:#f78c6c20}#root #contact .contact-body .contact-form .form-item .contact-features #enquiry-item.form-type-selected{border:1px solid #2e9fd3;background-color:#2e9fd320}#root #contact .contact-body .contact-form button{background-color:#00d283;color:#fff;border:none;padding:10px 20px;margin:5px 0;font-size:13px;font-weight:500;border-radius:5px;cursor:pointer;transition:all .3s;display:flex;justify-content:center;align-items:center;gap:.5rem;width:fit-content}#root #contact .contact-body .contact-form button:hover{transform:translateY(-1.5px)}@media only screen and (max-width: 1500px){#root #contact .contact-body{width:90%}}@media only screen and (max-width: 1000px){#root #contact .contact-body{width:95%;gap:2rem}}@media only screen and (max-width: 800px){#root #contact .contact-body .contact-form form,#root #contact .contact-body .contact-form .form-item{width:100%}#root #contact .contact-body .contact-form .contact-features{flex-direction:column;gap:1rem}#root #contact .contact-body .contact-form .contact-features .contact-item{padding:1rem}}#root footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;background-color:#f5f9fc;color:#1a1a1a;width:100%;height:25vh;min-height:10rem;padding:3rem 10rem;border-top:1px solid #e9e9e9}#root footer .footer-content{display:flex;width:80%;justify-content:space-between;position:relative;z-index:3}#root footer .info{display:flex;flex-direction:column;gap:.5rem}#root footer .info .logo{display:flex;align-items:center}#root footer .info .logo img{height:2rem;margin-right:.5rem}#root footer .info .company-info-text{font-size:12px}#root footer .info .company-info-text p{margin:0;font-weight:400}#root footer .footer-col{display:flex;flex-direction:column;justify-content:flex-start}#root footer .footer-col h5{font-size:12px;font-weight:600;margin:.5rem 0}#root footer .footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}#root footer .footer-col ul li{font-size:12px;font-weight:400;cursor:pointer}#root footer .footer-col ul li a{color:#9a9a9a;text-decoration:none;transition:.5s}#root footer .footer-col ul li a:hover{color:#373737}#root footer .footer-col .contact-item{display:flex;align-items:center}#root footer .footer-col .contact-item .contact-icon{margin-right:.5rem;width:1rem}#root footer .footer-col .contact-item a,#root footer .footer-col .contact-item p{color:#5b5b5b;text-decoration:none;transition:.5s;font-size:11px;margin:0}#root footer .footer-col .contact-item a:hover,#root footer .footer-col .contact-item p:hover{color:#373737}#root footer .footer-col .social-icons{display:flex;gap:.5rem}#root footer .footer-col .social-icons .social-icon{color:#5b5b5b;width:2rem;height:2rem;transition:.3s}#root footer .footer-col .social-icons .social-icon:hover{color:#373737}@media only screen and (max-width: 1500px){#root footer{padding:3rem 5rem}}@media only screen and (max-width: 1000px){#root footer{padding:3rem 2.5rem}}@media only screen and (max-width: 800px){#root footer{padding:3rem 1.5rem}#root footer .footer-content{width:95%}#root footer .info .company-info-text{font-size:11px}#root footer .info .logo img{height:1.5rem}#root footer .footer-col h5{font-size:11px}#root footer .footer-col ul li{font-size:11px}}@media only screen and (max-width: 600px){#root footer{padding:3rem 1rem;height:fit-content}#root footer .footer-content{flex-direction:column;gap:1rem}#root footer .footer-col h5{font-size:10px}#root footer .footer-col ul li{font-size:10px}}.submit-status.success{color:#00d283;font-weight:700;padding:.5rem;margin-top:1rem;border-radius:4px}.submit-status.error{color:red;font-weight:700;padding:.5rem;margin-top:1rem;border-radius:4px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBarRiseIn{0%{transform:scaleY(.02);opacity:.7}to{transform:scaleY(1);opacity:1}}@keyframes heroBarDrift{0%{transform:scaleY(1)}50%{transform:scaleY(var(--drift-scale, 1.04))}to{transform:scaleY(1)}}@keyframes aboutWatercolorIn{0%{opacity:0}to{opacity:1}}@keyframes aboutFadePlaneIn{0%{opacity:0}to{opacity:1}}@keyframes aboutStepSwapForward{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes aboutStepSwapBackward{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes aboutTextSwap{0%{opacity:0}to{opacity:1}}@keyframes aboutMediaInForward{0%{opacity:0;transform:translate(44px)}to{opacity:1;transform:translate(0)}}@keyframes aboutMediaOutForward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-44px)}}@keyframes aboutMediaInBackward{0%{opacity:0;transform:translate(-44px)}to{opacity:1;transform:translate(0)}}@keyframes aboutMediaOutBackward{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(44px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}html{scroll-behavior:smooth}.App{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#root section{margin:0;padding:0;min-height:auto;width:100%;background:#f9fafb}#root section .section-heading{display:flex;flex-direction:column;align-items:center;gap:.9rem;width:min(92%,52rem);margin:0 auto}#root section .section-heading .section-title{margin:0;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:500;line-height:1.1;letter-spacing:-.02em;color:#111827;text-align:center}#root section .section-heading .section-subtitle{margin:0;font-size:clamp(.94rem,1.15vw,1.04rem);line-height:1.55;font-weight:500;color:#4b5563;text-align:center}#root #contact{gap:1.4rem;background:#f8faf9;padding:3.2rem 1.5rem 3.8rem}#root #contact .contact-body{width:min(92%,52rem);max-width:52rem;gap:1.25rem}#root #contact .contact-body .contact-form{width:100%;background:#fff;border:1px solid #e4e7ec;border-radius:1rem;padding:1.2rem;box-shadow:0 8px 18px #0f172a0f}#root #contact .contact-body .contact-form form{align-items:stretch}#root #contact .contact-body .contact-form .form-item label{font-size:.76rem;margin:0 0 .38rem .12rem;color:#344054}#root #contact .contact-body .contact-form .form-item input,#root #contact .contact-body .contact-form .form-item select,#root #contact .contact-body .contact-form .form-item textarea{border:1px solid #d0d5dd;border-radius:.5rem;padding:.62rem .8rem;font-size:.9rem;color:#111827;background:#fff}#root #contact .contact-body .contact-form .form-item input:focus,#root #contact .contact-body .contact-form .form-item select:focus,#root #contact .contact-body .contact-form .form-item textarea:focus{outline:none;border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1f}#root #contact .contact-body .contact-form .form-item textarea{min-height:6.2rem}#root #contact .contact-body .contact-form .form-item .contact-features{gap:.65rem;margin:.35rem 0 .3rem}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item{background:#fff;border:1px solid #e4e7ec;border-radius:.7rem;padding:.85rem;transition:border-color .18s ease,background-color .18s ease}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item .icon{width:1.9rem;height:1.9rem;border-radius:.48rem;border:1px solid #caeed8;background:#edf8f1;color:#15803d}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item h3{font-size:.94rem;margin:.48rem 0 .18rem;color:#111827}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item p{font-size:.75rem;color:#667085}#root #contact .contact-body .contact-form .form-item .contact-features #demo-item.form-type-selected,#root #contact .contact-body .contact-form .form-item .contact-features #support-item.form-type-selected,#root #contact .contact-body .contact-form .form-item .contact-features #enquiry-item.form-type-selected{background:#f3fbf6;border:1px solid #8fd7ae}#root #contact .contact-body .contact-form button{margin-top:.5rem;background:#16a34a;color:#fff;border:1px solid #16a34a;border-radius:.5rem;padding:.62rem 1.15rem;font-size:.84rem;font-weight:600;box-shadow:0 1px 2px #0f172a14;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}#root #contact .contact-body .contact-form button:hover{transform:translateY(-1px);background:#15803d;border-color:#15803d}#root footer{background:#fff;border-top:1px solid #eaecf0;color:#1f2937;height:auto;min-height:auto;padding:2.5rem 1.5rem}#root footer .footer-content{width:min(92%,1180px);align-items:flex-start;gap:1.5rem}#root footer .info .logo img{height:1.85rem}#root footer .info .company-info-text,#root footer .footer-col ul li,#root footer .footer-col .contact-item a,#root footer .footer-col .contact-item p{color:#667085}#root footer .footer-col h5{color:#111827;font-size:.76rem;letter-spacing:.02em;text-transform:uppercase}#root footer .footer-col ul li a{color:#667085;transition:color .18s ease}#root footer .footer-col ul li a:hover{color:#111827}#root footer .footer-col .social-icons .social-icon{width:1.7rem;height:1.7rem;color:#667085}#root footer .footer-col .social-icons .social-icon:hover{color:#111827}@media only screen and (max-width: 1000px){#root #about,#root #contact{padding-left:1rem;padding-right:1rem}#root #contact .contact-body .contact-form .form-item .contact-features .contact-item{padding:.75rem}#root footer{padding:2rem 1rem}#root footer .footer-content{width:95%}}@media only screen and (max-width: 700px){#root #contact .contact-body .contact-form .form-item .contact-features{flex-direction:column}#root footer .footer-content{flex-direction:column;gap:1rem}}@media only screen and (max-width: 999px){html,body,#root{overflow-x:hidden}#root .App,#root .App .page-sections,#root .App section,#root .App footer{max-width:100%;overflow-x:clip}#root .App .cta-btn{white-space:normal;text-align:center;line-height:1.2}#root .App>header{width:min(95%,60rem)}#root .App>header nav ul{flex-wrap:wrap}#root .App>header .header-buttons{flex-wrap:wrap}#root .App .hero{height:min(38rem,calc(100svh - 4.5rem));min-height:clamp(27rem,82svh,32rem)}#root .App #about,#root .App #pricing-plans,#root .App #contact{padding-left:max(.9rem,env(safe-area-inset-left));padding-right:max(.9rem,env(safe-area-inset-right))}#root .App #pricing-plans .pricing-card,#root .App #pricing-plans .pricing-card-features li,#root .App #pricing-plans .pricing-card-cta,#root .App #contact .contact-body .contact-form form,#root .App #contact .contact-body .contact-form .form-item,#root .App #contact .contact-body .contact-form .form-item input,#root .App #contact .contact-body .contact-form .form-item select,#root .App #contact .contact-body .contact-form .form-item textarea,#root .App footer .footer-content{min-width:0}#root .App #pricing-plans .pricing-card-features li span,#root .App #contact .contact-body .contact-form .form-item .contact-features .contact-item p,#root .App #contact .contact-body .contact-form .form-item .contact-features .contact-item h3{overflow-wrap:anywhere}}@media only screen and (max-width: 999px) and (max-height: 700px){#root .App .hero{height:min(34rem,calc(100svh - 3.8rem));min-height:24rem}#root .App .hero .hero-content{top:clamp(1.6rem,5vh,2.4rem)}#root .App .hero .hero-content .actions{margin-top:.75rem}}@media only screen and (max-width: 800px){#root .App>header nav ul{row-gap:.45rem}#root .App>header .header-buttons{width:100%;justify-content:center}#root .App>header .header-buttons .cta-btn{flex:1 1 10rem;max-width:15rem}#root .App #contact .contact-body .contact-form .form-item .contact-features .contact-item{padding:.9rem}}@media only screen and (max-width: 600px){#root .App .hero{min-height:23.5rem;height:min(33rem,calc(100svh - 4.8rem))}#root .App #about .about-mobile-copy h3{font-size:clamp(1.35rem,6.8vw,1.9rem)}#root .App #about .about-mobile-copy p{font-size:.94rem;font-weight:400}#root .App #pricing-plans .pricing-card .pricing-card-cta{width:100%;justify-content:center}#root .App #contact .contact-body .contact-form .form-item input,#root .App #contact .contact-body .contact-form .form-item select,#root .App #contact .contact-body .contact-form .form-item textarea{font-size:14px}}@media only screen and (max-width: 480px){#root .App>header{width:calc(100% - .5rem);padding:.75rem}#root .App>header nav ul li{flex:1 1 auto}#root .App .hero .hero-bars{gap:clamp(.45rem,2vw,.7rem)}#root .App #pricing-plans .pricing-card{padding:.85rem .78rem}#root .App #contact .contact-body .contact-form .form-item .contact-features .contact-item{padding:.8rem}#root .App #contact .contact-body .contact-form button{width:100%;justify-content:center}}@media only screen and (max-width: 360px){#root .App>header nav ul{width:100%}#root .App>header .header-buttons .cta-btn{max-width:100%}#root .App #contact .contact-body .contact-form .form-item label{font-size:11px}}
