@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap");.intake-card .turnstile-retry{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:-moz-fit-content;width:fit-content;margin:4px auto 0;padding:6px 4px;border:0;border-radius:4px;background:transparent;color:var(--pine);font:500 12px/1.5 DM Sans,sans-serif;cursor:pointer;text-underline-offset:3px}.intake-card .turnstile-retry:hover{text-decoration:underline}.intake-card .turnstile-retry:focus-visible{outline:2px solid var(--pine);outline-offset:3px}.contact-fields{border:1px solid var(--line);border-radius:12px;padding:16px;margin:20px 0}.contact-fields legend{font-weight:700;padding:0 6px}.contact-fields>p{font-size:13px;color:var(--muted);margin:0 0 10px}.contact-fields label{margin-top:12px}.contact-fields label span{font-weight:400;color:var(--muted)}.beta-coverage-notice{margin:18px 0 0;padding:11px 13px;border:1px solid rgba(18,63,49,.12);border-radius:10px;background:rgba(232,235,225,.58);color:var(--muted);font-size:13px;line-height:1.5}.site-footer{border-top:1px solid var(--line);padding:28px max(32px,calc((100vw - 1176px)/2));align-items:center;justify-content:space-between;color:var(--muted);font-size:14px}.site-footer,.site-footer nav{display:flex;gap:24px}.intake-legal-notice a,.legal-page a,.site-footer a{color:var(--pine);text-underline-offset:3px}.site-footer p{margin:0}.legal-page{max-width:820px;margin:0 auto;padding:56px 32px 100px}.legal-page header{margin-bottom:54px}.legal-page h1{font:600 clamp(42px,6vw,64px)/1 Fraunces,serif;letter-spacing:-.05em;margin:0 0 18px}.legal-page h2{font:600 28px/1.2 Fraunces,serif;letter-spacing:-.025em;margin:0 0 14px}.legal-page h3{font-size:18px;margin:0 0 10px}.legal-page section{border-top:1px solid var(--line);padding-top:30px;margin-top:36px}.legal-page li,.legal-page p{line-height:1.7}.legal-page li+li{margin-top:8px}.legal-page strong{font-weight:650}.legal-updated{color:var(--muted);font-size:14px}.legal-highlight{background:#e9f0e9;border:0!important;border-radius:16px;padding:24px!important}.intake-legal-notice{line-height:1.5}:root{--pine:#174d3b;--lime:#d9f46b;--paper:#f8f8f3;--muted:#65736b;--line:#dbe1db}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif}.nav{height:82px;max-width:1240px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:30px;font-weight:700;letter-spacing:-2px;color:var(--pine);text-decoration:none}.brand span{color:#d4ec59}.nav-link{font-size:14px;font-weight:600;color:var(--ink);text-decoration:none}.hero{min-height:650px;max-width:1240px;margin:auto;padding:70px 32px 100px;display:grid;grid-template-columns:1fr 510px;align-items:center;grid-gap:90px;gap:90px}.eyebrow{font:12px DM Mono,monospace;color:var(--pine);letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px}.hero h1{font:600 clamp(48px,6vw,80px)/.98 Fraunces,serif;letter-spacing:-.06em;margin:0;max-width:650px}.hero h1 em{color:var(--pine);font-style:italic}.lead{font-size:20px;line-height:1.55;max-width:530px;margin:28px 0 12px;color:#405047}.pilot-note{font-size:14px;color:var(--muted);margin:0}.intake-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 16px 45px rgba(18,50,35,.08)}.assistant-label{font:600 12px DM Mono,monospace;color:var(--pine);text-transform:uppercase;letter-spacing:.06em}.assistant-label span{color:#82a900;font-size:15px}.assistant-message{font-size:19px;line-height:1.45;margin:16px 0}.question{font-weight:600;line-height:1.4;color:var(--pine);margin:12px 0 18px}input,textarea{font:16px/1.4 DM Sans,sans-serif;color:var(--ink);background:#fbfcfa;border:1px solid #cdd8ce;border-radius:10px;width:100%;padding:14px;resize:vertical}input:focus,textarea:focus{outline:3px solid rgba(217,244,107,.6)}.review button,form button{font:600 16px DM Sans,sans-serif;background:var(--pine);color:white;border:0;border-radius:10px;width:100%;padding:15px 17px;margin-top:12px;cursor:pointer;display:flex;justify-content:space-between}button:disabled{opacity:.6;cursor:not-allowed}.privacy{font-size:12px;color:var(--muted);text-align:center;margin:17px 0 0}.form-error{color:#a32b2b;font-size:14px;margin:12px 0 0}.review label{font-size:13px;font-weight:600;display:block;margin:14px 0 0}.review input,.review textarea{margin-top:6px}.how-it-works{background:#e9f0e9;padding:90px max(32px,calc((100vw - 1176px)/2)) 110px}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:50px;gap:50px}.steps span{font:12px DM Mono,monospace;color:#789026}.steps h2{font:600 25px Fraunces,serif;letter-spacing:-.03em;margin:12px 0}.steps p{color:#536158;line-height:1.55;margin:0}.sr-only{position:absolute;width:1px;height:1px;clip:rect(0,0,0,0);overflow:hidden;white-space:nowrap}@media(max-width:850px){.hero{grid-template-columns:1fr;gap:48px;padding-top:44px}.intake-card{max-width:560px}.steps{grid-template-columns:1fr;gap:32px}}@media(max-width:500px){.hero,.nav{padding-left:20px;padding-right:20px}.nav{height:70px}.hero{padding-bottom:65px}.intake-card{padding:22px}.hero h1{font-size:50px}.lead{font-size:18px}.how-it-works{padding:65px 20px}.site-footer{align-items:flex-start;flex-direction:column;padding:24px 20px}.legal-page{padding:36px 20px 70px}}.rotating-placeholder-field{position:relative}.rotating-placeholder-field textarea{display:block}.rotating-placeholder{position:absolute;top:15px;right:15px;left:15px;color:#757575;font:16px/1.4 DM Sans,sans-serif;pointer-events:none;opacity:1;transition:opacity .65s ease}.rotating-placeholder.is-fading{opacity:0}@media(prefers-reduced-motion:reduce){.rotating-placeholder{transition:none}}:root{--ink:#17231d;--pine:#123f31;--pine-soft:#245847;--accent:#d8e889;--paper:#f5f2e9;--surface:#fcfaf4;--muted:#657069;--line:#dcd8cb;--radius-lg:28px;--radius-md:15px;--shadow-card:0 28px 70px rgba(25,45,35,.10),0 8px 24px rgba(25,45,35,.055),0 1px 2px rgba(25,45,35,.06)}body{-webkit-font-smoothing:antialiased}.nav{height:88px;max-width:1280px;padding:0 42px}.brand{font-size:29px}.brand span{color:#a9bf47}.nav-link{color:var(--pine);padding:11px 2px;border-bottom:1px solid transparent;transition:border-color .18s ease,color .18s ease}.nav-link:hover{border-color:var(--pine)}.brand:focus-visible,.nav-link:focus-visible,.site-footer a:focus-visible{outline:2px solid var(--pine);outline-offset:5px;border-radius:2px}.hero{position:relative;isolation:isolate;min-height:calc(100vh - 88px);max-width:1280px;padding:54px 42px 92px;grid-template-columns:minmax(0,1fr) minmax(460px,540px);gap:clamp(64px,8vw,116px)}.hero:after{content:"";position:absolute;z-index:-1;width:510px;height:510px;right:28px;top:50%;translate:0 -50%;background:radial-gradient(circle,rgba(202,215,157,.16),rgba(245,242,233,0) 68%);pointer-events:none}.hero-copy{padding-bottom:4px}.hero h1{font-weight:500;font-size:clamp(58px,6.7vw,92px);line-height:.94;max-width:700px;letter-spacing:-.065em;text-wrap:balance}.hero h1 em{display:inline-block;font-weight:500;margin-top:.12em}.lead{font-size:19px;max-width:420px;margin-top:32px;color:#4e5b53}.intake-card{position:relative;background:rgba(252,250,244,.96);border-color:rgba(172,169,157,.48);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-card);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.intake-card:focus-within{border-color:rgba(18,63,49,.42);box-shadow:0 32px 80px rgba(25,45,35,.12),0 9px 25px rgba(25,45,35,.06),0 0 0 4px rgba(216,232,137,.14);transform:translateY(-1px)}.assistant-label{display:flex;align-items:center;gap:10px;letter-spacing:.075em}.assistant-label .fixza-mark{width:30px;height:30px;border:1px solid rgba(18,63,49,.22);border-radius:50%;display:inline-grid;place-items:center;color:#829a2e;background:rgba(255,255,255,.68);box-shadow:inset 0 0 0 5px rgba(216,232,137,.1),0 3px 12px rgba(18,63,49,.06)}.assistant-label .fixza-mark span{font-size:15px;line-height:1}.assistant-message{font-size:20px;line-height:1.5;letter-spacing:-.012em;margin:22px 0;color:#23332b}input,textarea{line-height:1.5;background:#fffef9;border-color:#cecbbf;border-radius:var(--radius-md);padding:17px 18px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}textarea{min-height:128px}input:hover,textarea:hover{border-color:#aaa99f}input:focus,textarea:focus{outline:none;background:#fff;border-color:var(--pine);box-shadow:0 0 0 4px rgba(216,232,137,.28)}.review button,form button{border-radius:14px;min-height:54px;padding:15px 18px;margin-top:14px;align-items:center;box-shadow:0 8px 18px rgba(18,63,49,.13);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.review button:not(:disabled):hover,form button:not(:disabled):hover{background:var(--pine-soft);box-shadow:0 11px 24px rgba(18,63,49,.18);transform:translateY(-1px)}.review button:focus-visible,form button:focus-visible{outline:3px solid rgba(216,232,137,.8);outline-offset:3px}button:disabled{opacity:.48;box-shadow:none}.privacy{margin-top:18px}.how-it-works{background:#e8ebe1;border-top:1px solid rgba(18,63,49,.08);padding:92px max(42px,calc((100vw - 1196px)/2)) 108px}.steps{gap:clamp(32px,4vw,54px)}.steps>div{border-top:1px solid rgba(18,63,49,.17);padding-top:22px}.steps h2{font-weight:500;line-height:1.2;margin:14px 0 11px}.steps p{line-height:1.65}.rotating-placeholder{top:18px;right:18px;left:18px;line-height:1.5}.fixza-mark.is-active{animation:fixza-think 2.8s ease-in-out infinite}.intake-card.is-thinking{border-color:rgba(18,63,49,.34)}@keyframes fixza-think{0%,to{transform:rotate(0deg);box-shadow:inset 0 0 0 5px rgba(216,232,137,.1),0 3px 12px rgba(18,63,49,.06)}50%{transform:rotate(18deg);box-shadow:inset 0 0 0 5px rgba(216,232,137,.22),0 4px 18px rgba(18,63,49,.12)}}@media(max-width:900px){.hero{min-height:auto;grid-template-columns:1fr;gap:46px;padding-top:62px}.hero-copy{max-width:680px}.intake-card{max-width:620px;width:100%}.hero:after{top:auto;bottom:10px;right:10%;translate:0}.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.hero,.nav{padding-left:20px;padding-right:20px}.nav{height:72px}.nav-link{font-size:13px}.hero{padding-top:42px;padding-bottom:68px;gap:38px}.hero h1{font-size:clamp(48px,14.5vw,66px);line-height:.96}.lead{font-size:17px;margin-top:24px}.intake-card{padding:25px 22px;border-radius:22px}.assistant-message{font-size:18px;margin-top:18px}.how-it-works{padding:68px 20px 76px}.steps{grid-template-columns:1fr;gap:34px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.intake-card,.nav-link,.review button,.rotating-placeholder,form button,input,textarea{transition:none}.fixza-mark.is-active{animation:none}}.intake-card.is-thinking{min-height:392px;display:grid;place-items:center;overflow:hidden}.fixza-thinking{position:relative;width:100%;min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;text-align:center;animation:fixza-thinking-enter .24s ease-out both}.fixza-thinking:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(216,232,137,.16) 0,rgba(216,232,137,.055) 42%,transparent 70%);animation:fixza-glow 3.8s ease-in-out infinite;pointer-events:none}.fixza-thinking-mark{position:relative;display:grid;place-items:center;width:104px;height:104px;border:1px solid rgba(18,63,49,.1);border-radius:50%;box-shadow:inset 0 0 0 13px rgba(255,255,255,.25),0 12px 38px rgba(18,63,49,.08)}.fixza-thinking-mark:after{content:"";position:absolute;inset:-9px;border-radius:50%;border:1px solid rgba(18,63,49,.08);border-left-color:rgba(130,154,46,.34);animation:fixza-orbit 7s linear infinite}.fixza-thinking .fixza-mark{width:68px;height:68px;border-color:rgba(18,63,49,.25);box-shadow:inset 0 0 0 10px rgba(216,232,137,.12),0 7px 24px rgba(18,63,49,.1)}.fixza-thinking .fixza-mark span{font-size:27px}.fixza-thinking p{position:relative;margin:0;color:var(--pine);font:500 18px/1.4 DM Sans,sans-serif;letter-spacing:-.01em}@keyframes fixza-thinking-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fixza-glow{0%,to{opacity:.58;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}@keyframes fixza-orbit{to{transform:rotate(1turn)}}@media(max-width:560px){.intake-card.is-thinking{min-height:340px}.fixza-thinking{min-height:240px}}@media(prefers-reduced-motion:reduce){.fixza-thinking,.fixza-thinking-mark:after,.fixza-thinking:before{animation:none}.fixza-thinking:before{opacity:.75}}.help-shell{--ink:#2b1639;--pine:#55216f;--accent:#f23891;--paper:#faf6fb;--surface:#fff;--muted:#74667b;--line:#e4d9e7;min-height:100vh;background:#fff;color:var(--ink)}.help-nav{height:82px;max-width:1160px;margin:auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(85,33,111,.12)}.help-nav .getta-wordmark{display:inline-flex;align-items:baseline;color:#2b1639;font:800 31px/1 DM Sans,sans-serif;letter-spacing:-.055em;text-decoration:none}.help-nav .getta-wordmark-dot{margin-left:.035em;color:#f23891}.help-nav .getta-wordmark:focus-visible{outline:2px solid #55216f;outline-offset:5px;border-radius:2px}.help-nav>span{display:flex;align-items:center;gap:24px}.help-nav>span a{color:#4b3756;font-size:14px;font-weight:700;text-decoration:none}.help-nav>span a:hover{text-decoration:underline;-webkit-text-decoration-color:#f23891;text-decoration-color:#f23891;text-decoration-thickness:2px;text-underline-offset:5px}.help-body a:focus-visible,.help-grid a:focus-visible,.help-nav a:focus-visible,.help-topic-nav a:focus-visible{outline:2px solid #752496;outline-offset:4px;border-radius:2px}.help-article,.help-index{max-width:1120px;margin:0 auto;padding:74px 42px 118px}.help-index>header{max-width:820px;margin-bottom:58px}.help-article .eyebrow,.help-index .eyebrow{color:#a52270;font:800 12px/1.2 DM Sans,sans-serif;letter-spacing:.14em;text-transform:uppercase}.help-index h1{margin:18px 0 28px;font:800 clamp(54px,7vw,88px)/.92 DM Sans,sans-serif;letter-spacing:-.075em;text-transform:uppercase;text-wrap:balance}.help-index>header>p:not(.eyebrow){max-width:760px;color:#625368;font-size:18px;line-height:1.65}.help-index>header>p:last-child{font-size:16px}.help-index>header a{color:#55216f;font-weight:700;-webkit-text-decoration-color:#ef6daf;text-decoration-color:#ef6daf;text-underline-offset:4px}.help-topic-nav{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 72px}.help-topic-nav a{min-height:42px;display:inline-flex;align-items:center;padding:9px 14px;border:1px solid #d7c6dc;background:#fff;color:#55216f;font-size:14px;font-weight:700;text-decoration:none}.help-topic-nav a:hover{border-color:#d92e88;background:#fff7fb;color:#811f62}.help-group+.help-group{margin-top:76px}.help-group>h2{margin:0 0 24px;padding-bottom:14px;border-bottom:4px solid #55216f;color:#32143f;font:800 32px/1.1 DM Sans,sans-serif;letter-spacing:-.04em}.help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:52px;column-gap:52px}.help-grid article{min-width:0;padding:27px 4px 30px;border-bottom:1px solid #d9cddd}.help-grid article .eyebrow{margin:0 0 10px;color:#ce2c81;font-size:11px}.help-grid h3{margin:0 0 12px;font:600 27px/1.18 Fraunces,serif;letter-spacing:-.025em}.help-grid h3 a{color:#2b1639;text-decoration:none}.help-grid h3 a:hover{color:#702388;text-decoration:underline;-webkit-text-decoration-color:#ed3b91;text-decoration-color:#ed3b91;text-decoration-thickness:2px;text-underline-offset:5px}.help-grid article>p:not(.eyebrow){margin:0;color:#655b69;font-size:15px;line-height:1.65}.help-card-link{display:inline-flex;gap:12px;margin-top:18px;color:#702388;font-size:14px;font-weight:800;text-decoration:none}.help-card-link span{color:#e52f88;transition:transform .16s ease}.help-card-link:hover span{transform:translateX(4px)}.help-article>header{max-width:900px;margin-bottom:70px;padding-bottom:42px;border-bottom:1px solid #d9ccdd}.help-article h1{margin:18px 0 26px;color:#2b1639;font:600 clamp(46px,6vw,76px)/1 Fraunces,serif;letter-spacing:-.05em;text-wrap:balance}.help-summary{max-width:790px;margin:0;color:#5e5262;font-size:20px;line-height:1.65}.help-body{max-width:760px}.help-body section{margin-top:42px;padding-top:30px;border-top:1px solid #d9ccdd}.help-body h2{margin-block:0 16px;color:#3c194b;font:600 31px/1.2 Fraunces,serif;letter-spacing:-.025em}.help-body li,.help-body p{font-size:17px;line-height:1.78}.help-body ul{padding-left:24px}.help-body li+li{margin-top:10px}.help-body a{color:#65217c;-webkit-text-decoration-color:#e75a9e;text-decoration-color:#e75a9e;text-underline-offset:4px}.help-caution{padding:28px 30px!important;border:1px solid #e6b7d2!important;border-left:5px solid #e33b91!important;background:#fff5fa}.help-cta{margin-top:58px;padding:38px;background:#421553;color:#fff}.help-cta .eyebrow{color:#ff83bf}.help-cta h2{margin:12px 0 0;color:#fff;font:600 36px/1.14 Fraunces,serif}.help-cta p{color:#eadfeb}.help-button{min-height:54px;display:flex;align-items:center;justify-content:space-between;margin-top:25px;padding:15px 18px;background:#f23891;color:#fff!important;font-weight:800;text-decoration:none!important}.help-button:hover{background:#ff4fa2}.related-guides{margin-top:50px;padding-top:30px;border-top:1px solid #d9ccdd}.related-guides ul{list-style:none;padding:0}.related-guides li+li{margin-top:12px}.help-shell+.site-footer{background:#fff;border-color:#dfd2e3;color:#74667b}.help-shell+.site-footer .footer-brand-fixza{display:none}.help-shell+.site-footer .footer-brand-getta{display:inline}.help-shell+.site-footer a{color:#55216f}.nav-links{display:flex;align-items:center;gap:26px}@media(max-width:700px){.help-nav{height:72px;padding:0 20px}.help-nav .getta-wordmark{font-size:27px}.help-nav>span{gap:14px}.help-nav>span a{font-size:12px}.help-article,.help-index{padding:48px 20px 78px}.help-article>header,.help-index>header{margin-bottom:44px}.help-index h1{font-size:clamp(46px,14vw,64px)}.help-topic-nav{margin-bottom:54px}.help-topic-nav a{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 9px);justify-content:center;text-align:center}.help-grid{grid-template-columns:1fr}.help-group+.help-group{margin-top:56px}.help-group>h2{font-size:28px}.help-grid h3{font-size:25px}.help-article h1{font-size:clamp(42px,12vw,58px)}.help-summary{font-size:18px}.help-body li,.help-body p{font-size:16px}.help-caution,.help-cta{padding:24px 21px!important}.help-cta h2{font-size:31px}}@media(max-width:430px){.nav-links{gap:14px}.nav-link{font-size:12px}.help-nav>span a:last-child{display:none}}@media(prefers-reduced-motion:reduce){.help-card-link span{transition:none}}.footer-brand-getta{display:none}.getta-home{--ink:#2b1639;--pine:#55216f;--pine-soft:#6d2d8a;--accent:#f4a6cf;--paper:#fbf8fc;--surface:#fff;--muted:#74667b;--line:#e9dfea;background:var(--paper);color:var(--ink)}.getta-home+.site-footer{background:#fbf8fc;border-color:#e9dfea}.getta-home+.site-footer .footer-brand-fixza{display:none}.getta-home+.site-footer .footer-brand-getta{display:inline}.getta-home+.site-footer a{color:#55216f}.getta-home .nav{height:82px;max-width:1160px}.getta-home .nav-link{color:#4b3756}.getta-home .hero{min-height:auto;max-width:920px;padding:76px 42px 86px;display:flex;flex-direction:column;gap:42px;text-align:center}.getta-home .hero:before{content:"";position:absolute;z-index:-1;width:720px;height:440px;top:6px;left:50%;translate:-50% 0;background:radial-gradient(ellipse,rgba(199,126,232,.16),rgba(244,166,207,.07) 40%,transparent 72%);pointer-events:none}.getta-home .hero:after{display:none}.getta-home .hero-copy{max-width:720px;padding:0}.getta-home .hero .eyebrow{margin-bottom:20px;color:#8c3fad;letter-spacing:.16em}.getta-home .hero h1{max-width:none;font-size:clamp(58px,8vw,94px);font-weight:500;line-height:.95;color:#2b1639}.getta-home .lead{max-width:590px;margin:25px auto 0;color:#66566d;font-size:19px}.getta-home .intake-card{max-width:720px;text-align:left;background:rgba(255,255,255,.94);border-color:#e5d9e8;border-radius:28px;box-shadow:0 22px 60px rgba(57,24,74,.09),0 2px 8px rgba(57,24,74,.04)}.getta-home .intake-card:focus-within{border-color:rgba(124,51,151,.45);box-shadow:0 25px 64px rgba(57,24,74,.11),0 0 0 4px rgba(224,148,239,.13)}.getta-home .assistant-label,.getta-home .question{color:#55216f}.getta-home .assistant-label .fixza-mark{color:#e84594;border-color:rgba(102,40,129,.2);box-shadow:inset 0 0 0 5px rgba(244,166,207,.12),0 3px 12px rgba(82,33,105,.06)}.getta-home .assistant-message{color:#392743}.getta-home .beta-coverage-notice{border-color:#eadced;background:#faf5fb}.getta-home input,.getta-home textarea{border-color:#ded3e1;background:#fefcff}.getta-home input:focus,.getta-home textarea:focus{border-color:#783696;box-shadow:0 0 0 4px rgba(226,137,229,.18)}.getta-home .review>button,.getta-home form>button{background:linear-gradient(110deg,#54216f,#7c3297);box-shadow:0 8px 20px rgba(84,33,111,.18)}.getta-home .review>button:not(:disabled):hover,.getta-home form>button:not(:disabled):hover{background:linear-gradient(110deg,#63277f,#8d3da8)}.request-examples{margin:18px 0 2px}.request-examples>span{display:block;margin-bottom:9px;color:#74667b;font-size:12px;font-weight:600}.request-examples>div{display:flex;flex-wrap:wrap;gap:8px}.getta-home .request-examples button{width:auto;min-height:0;margin:0;padding:8px 11px;border:1px solid #e5d7e8;border-radius:999px;background:#fcf8fd;color:#5e4569;font:500 12px/1.25 DM Sans,sans-serif;box-shadow:none}.getta-home .request-examples button:hover{background:#f7edf9;border-color:#d9c0df;transform:none}.getta-home .request-examples button:focus-visible{outline:2px solid #8a3da5;outline-offset:2px}.trust-strip{max-width:960px;margin:0 auto;padding:0 42px 86px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.trust-strip>div{display:flex;align-items:flex-start;gap:14px;padding:4px 28px;border-left:1px solid #e7dce9;text-align:left}.trust-strip>div:first-child{border-left:0}.trust-strip span{color:#d84a91;font:600 11px/1.7 DM Mono,monospace}.trust-strip p{margin:0;color:#7a6a81;font-size:13px;line-height:1.55}.trust-strip strong{display:block;color:#362141;font-size:15px}.getta-home .how-it-works{background:#f3edf5;border-color:#e7dce9}.getta-home .steps>div{border-color:#dbcddd}.getta-home .steps span{color:#cc4388}.getta-home .steps p{color:#6c5d73}@media(max-width:700px){.getta-home .nav{padding:0 20px}.getta-home .nav-links{gap:14px}.getta-home .nav-link{font-size:12px}.getta-home .hero{padding:54px 20px 64px;gap:34px}.getta-home .hero h1{font-size:clamp(50px,15vw,70px)}.getta-home .lead{font-size:17px}.trust-strip{padding:0 20px 62px;grid-template-columns:1fr;gap:20px}.trust-strip>div{border-left:0;border-top:1px solid #e7dce9;padding:20px 0 0}.trust-strip>div:first-child{border-top:0;padding-top:0}}@media(max-width:520px){.getta-home .nav-links .nav-link:nth-child(2){display:none}.getta-home .hero{padding-top:44px}.getta-home .intake-card{padding:24px 20px}.request-examples>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.getta-home .request-examples button{flex:0 0 auto}}.getta-home{position:relative;isolation:isolate;overflow:hidden;background:radial-gradient(circle at -8% 17%,rgba(158,54,211,.18) 0,rgba(158,54,211,.08) 17rem,transparent 34rem),radial-gradient(circle at 108% 43%,rgba(255,64,156,.17) 0,rgba(255,64,156,.07) 18rem,transparent 36rem),linear-gradient(155deg,#fffafd,#faf5fc 47%,#fff9fc)}.getta-home:after,.getta-home:before{content:"";position:absolute;z-index:-1;border-radius:999px;filter:blur(4px);pointer-events:none}.getta-home:before{width:320px;height:120px;top:235px;left:-145px;rotate:-24deg;background:linear-gradient(100deg,rgba(111,37,157,.23),rgba(240,70,154,.16))}.getta-home:after{width:360px;height:130px;top:660px;right:-190px;rotate:28deg;background:linear-gradient(100deg,rgba(238,65,152,.16),rgba(122,43,174,.22))}.getta-home .hero:before{width:850px;height:540px;top:-38px;background:radial-gradient(ellipse,rgba(178,80,224,.22),rgba(246,91,166,.11) 42%,transparent 72%)}.getta-home .hero .eyebrow{color:#8f2fc0;font-weight:700;text-shadow:0 0 22px rgba(218,72,173,.18)}.getta-home .hero h1 span{position:relative;display:inline-block;background:linear-gradient(105deg,#6d24a5 5%,#d72b91 92%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.getta-home .hero h1 span:after{content:"";position:absolute;right:2%;bottom:-.08em;left:4%;height:.09em;border-radius:999px;background:linear-gradient(90deg,#7d31b5,#f04498);transform:rotate(-1.5deg);opacity:.75}.getta-home .intake-card{border-color:rgba(169,76,190,.32);box-shadow:0 30px 80px rgba(86,30,115,.14),0 10px 28px rgba(236,62,145,.07),0 0 0 1px rgba(255,255,255,.8)}.getta-home .intake-card:after{content:"";position:absolute;z-index:-1;inset:-18px;border-radius:36px;background:radial-gradient(circle at 20% 10%,rgba(141,54,197,.15),transparent 43%),radial-gradient(circle at 88% 88%,rgba(247,65,153,.13),transparent 42%);filter:blur(14px);pointer-events:none}.getta-home .assistant-label .fixza-mark{color:#f03f92;border-color:rgba(150,54,184,.32);background:linear-gradient(145deg,#fff,#fff0f8);box-shadow:inset 0 0 0 5px rgba(230,115,210,.12),0 5px 16px rgba(111,35,144,.13)}.getta-home .review>button,.getta-home form>button{background:linear-gradient(105deg,#5b1b86,#8f2db3 53%,#ed378f 115%);box-shadow:0 12px 28px rgba(111,31,143,.25),0 4px 12px rgba(231,51,139,.13);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.getta-home .review>button:not(:disabled):hover,.getta-home form>button:not(:disabled):hover{background:linear-gradient(105deg,#681f96,#a234c2 52%,#fa3d98 115%);box-shadow:0 16px 34px rgba(111,31,143,.31),0 5px 16px rgba(231,51,139,.18);filter:saturate(1.08)}.getta-home .review>button:disabled,.getta-home form>button:disabled{background:linear-gradient(105deg,#75528a,#a16caa);opacity:.62;box-shadow:none}.getta-home .request-examples button{border-color:rgba(132,52,164,.28);background:linear-gradient(135deg,#fffafd,#fbf2fd);color:#633177;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.getta-home .request-examples button:hover{border-color:rgba(214,54,144,.46);background:linear-gradient(135deg,#f8edff,#fff0f7);box-shadow:0 6px 16px rgba(119,37,149,.12);transform:translateY(-2px)}.getta-home .request-examples button:active{transform:translateY(0);box-shadow:0 2px 7px rgba(119,37,149,.1)}.trust-strip{position:relative}.trust-strip:before{content:"GET IT DONE.";position:absolute;right:44px;top:-46px;color:#c8338b;font:600 15px/1 Fraunces,serif;font-style:italic;letter-spacing:.02em;rotate:-4deg}.trust-strip>div{border-color:rgba(125,48,153,.2);padding-inline:32px}.trust-strip span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:linear-gradient(145deg,#7d2dac,#e23b91);color:#fff;box-shadow:0 5px 14px rgba(142,42,163,.18);font-size:10px}.trust-strip strong{color:#482253}@media(max-width:700px){.getta-home:before{left:-230px}.getta-home:after{right:-260px}.trust-strip:before{right:22px;top:-40px}.trust-strip>div{padding-inline:0}}@media(prefers-reduced-motion:reduce){.getta-home .request-examples button{transition:none}}.getta-home .hero{max-width:1240px;padding-top:58px;gap:54px}.getta-home .hero-copy{position:relative;z-index:4}.getta-home .hero h1{font-family:DM Sans,sans-serif;font-size:clamp(68px,9.2vw,126px);font-weight:600;font-style:italic;line-height:.84;letter-spacing:-.07em;text-transform:uppercase;color:#291133}.getta-home .hero h1 span:after{display:none}.getta-home .hero .eyebrow{display:inline-block;margin-bottom:25px;padding:7px 11px;border:2px solid #8e2bb0;background:#fffafd;color:#7b239b;font-family:DM Sans,sans-serif;font-weight:800;letter-spacing:.15em;box-shadow:5px 5px 0 #ef3b91;rotate:-1deg}.getta-home .lead{font-size:18px}.intake-stage{position:relative;z-index:3;width:100%;max-width:720px}.getta-home .intake-card{position:relative;z-index:2;width:100%;max-width:none;background:#fff;border:1px solid rgba(138,48,165,.3);box-shadow:0 34px 90px rgba(65,18,86,.16),0 10px 25px rgba(218,47,133,.07)}.getta-home .intake-card:after{opacity:.75}.editorial-prompts{position:absolute;z-index:1;inset:0;pointer-events:none}.editorial-prompts button{position:absolute;width:max-content;max-width:230px;min-height:42px;margin:0;padding:7px 10px;border:0;border-radius:0;background:transparent;color:#2b1334;font:900 clamp(17px,1.55vw,23px)/.95 DM Sans,sans-serif;letter-spacing:-.055em;text-align:left;text-transform:uppercase;box-shadow:none;cursor:pointer;pointer-events:auto;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.editorial-prompts button:hover{z-index:5;box-shadow:7px 7px 0 rgba(233,54,143,.22);filter:none}.editorial-prompts button:focus-visible{z-index:6;outline:3px solid #f13d93;outline-offset:4px}.editorial-prompts .is-solid{background:#5e1b82;color:#fff}.editorial-prompts .is-outline{border:3px solid #712391;background:#fffafd;color:#4b175d}.editorial-prompts .is-pink{color:#d9247e;text-shadow:2px 2px 0 #fff}.editorial-prompts .is-boxed{border:3px solid #2b1334;background:#f33e94;color:#2b1334}.editorial-prompts .is-underline{padding-inline:2px;border-bottom:5px solid #ed3d91;color:#481555}.editorial-prompts button:nth-child(-n+8){left:-252px}.editorial-prompts button:nth-child(n+9){right:-252px}.editorial-prompts button:first-child{top:18px;transform:rotate(-3deg)}.editorial-prompts button:nth-child(2){top:80px;left:-226px;transform:rotate(2deg)}.editorial-prompts button:nth-child(3){top:144px;transform:rotate(-1deg)}.editorial-prompts button:nth-child(4){top:205px;left:-232px;transform:rotate(2deg)}.editorial-prompts button:nth-child(5){top:270px;transform:rotate(-2deg)}.editorial-prompts button:nth-child(6){top:333px;left:-220px;transform:rotate(3deg)}.editorial-prompts button:nth-child(7){top:395px;transform:rotate(1deg)}.editorial-prompts button:nth-child(8){top:458px;left:-238px;transform:rotate(-2deg)}.editorial-prompts button:nth-child(9){top:12px;transform:rotate(2deg)}.editorial-prompts button:nth-child(10){top:76px;right:-230px;transform:rotate(-2deg)}.editorial-prompts button:nth-child(11){top:140px;transform:rotate(2deg)}.editorial-prompts button:nth-child(12){top:204px;right:-226px;transform:rotate(-3deg)}.editorial-prompts button:nth-child(13){top:269px;transform:rotate(1deg)}.editorial-prompts button:nth-child(14){top:332px;right:-232px;transform:rotate(-2deg)}.editorial-prompts button:nth-child(15){top:394px;transform:rotate(3deg)}.editorial-prompts button:nth-child(16){top:457px;right:-224px;transform:rotate(-1deg)}.editorial-prompts button:nth-child(n):hover{transform:rotate(0) translateY(-3px)}.editorial-prompt-instruction{position:absolute;top:-96px;left:-242px;width:152px;color:#b52278;font:800 13px/1 DM Sans,sans-serif;letter-spacing:.08em;rotate:-5deg;pointer-events:none}.editorial-prompt-arrow{position:absolute;top:14px;left:-4px;width:94px;height:92px;overflow:visible;fill:none;stroke:#f23891;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.getta-home .review>button,.getta-home form>button{background:#641b89;border:2px solid #641b89;box-shadow:6px 6px 0 #ed3b91;font-weight:800;text-transform:uppercase;letter-spacing:.025em}.getta-home .review>button:not(:disabled):hover,.getta-home form>button:not(:disabled):hover{background:#7c229f;box-shadow:8px 8px 0 #f04499;transform:translate(-2px,-2px)}.getta-home .review>button:disabled,.getta-home form>button:disabled{background:#7f638a;border-color:#7f638a;box-shadow:4px 4px 0 #dca4c2;opacity:.58}.trust-strip:before{display:none}.trust-strip span{border-radius:0;background:#5f1b81;box-shadow:4px 4px 0 #ed3b91;font-weight:900}.trust-strip strong{font-weight:800;text-transform:uppercase;letter-spacing:-.02em}@media(max-width:1240px){.getta-home .hero{max-width:900px}.editorial-prompts{position:relative;inset:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0 0 18px;pointer-events:auto}.editorial-prompts button,.editorial-prompts button:nth-child(n){position:static;width:100%;max-width:none;min-height:50px;display:flex;align-items:center;justify-content:center;padding:8px;transform:none!important;text-align:center;font-size:14px}.editorial-prompt-instruction,.editorial-prompts button:nth-child(n+9){display:none}}@media(max-width:620px){.getta-home .hero{padding-top:38px;gap:34px}.getta-home .hero h1{font-size:clamp(58px,18vw,82px);line-height:.86}.getta-home .hero .eyebrow{font-size:11px}.editorial-prompts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.editorial-prompts button{font-size:13px;letter-spacing:-.04em}.editorial-prompts button:nth-child(n+5){display:none}.getta-home .intake-card{box-shadow:0 24px 55px rgba(65,18,86,.14)}}@media(prefers-reduced-motion:reduce){.editorial-prompts button{transition:none}}.getta-home .intake-card{padding:32px 34px;background:linear-gradient(155deg,#fff,#fffbfe 62%,#fdf8ff);border:1px solid rgba(145,43,175,.42);box-shadow:0 36px 94px rgba(67,18,91,.17),0 12px 30px rgba(222,43,137,.08),0 0 0 5px rgba(241,191,230,.08)}.getta-home .intake-card:focus-within{border-color:rgba(129,31,160,.62);box-shadow:0 40px 100px rgba(67,18,91,.19),0 14px 34px rgba(222,43,137,.1),0 0 0 5px rgba(224,125,211,.15)}.getta-home .assistant-label{gap:12px;color:#421253;font:800 13px/1.2 DM Sans,sans-serif;letter-spacing:.045em}.getta-home .assistant-label .fixza-mark{width:34px;height:34px;flex:0 0 34px;border:2px solid #f03b91;background:#4f176b;color:#fff;box-shadow:4px 4px 0 rgba(238,57,145,.34);font-family:DM Sans,sans-serif;transform:rotate(-3deg)}.getta-home .assistant-label .fixza-mark span{color:#fff;font-size:18px;font-weight:900;line-height:1}.getta-home .fixza-mark.is-active{animation:fixza-think 2.8s ease-in-out infinite}.getta-home .assistant-message{margin:17px 0 14px;color:#2f1539;font-size:23px;font-weight:700;line-height:1.28;letter-spacing:-.025em}.getta-home .beta-coverage-notice{margin-top:15px;padding:10px 13px;border:1px solid rgba(183,73,173,.27);background:linear-gradient(110deg,rgba(248,232,251,.82),rgba(255,235,245,.72));color:#725d78;font-size:12px;line-height:1.45}.getta-home .rotating-placeholder-field{margin-top:15px}.getta-home input,.getta-home textarea{background:#fcf7fd;border-color:rgba(117,42,143,.43);color:#2e1737}.getta-home input::placeholder,.getta-home textarea::placeholder{color:#89758f;opacity:1}.getta-home input:hover,.getta-home textarea:hover{border-color:rgba(111,31,142,.62)}.getta-home input:focus,.getta-home textarea:focus{background:#fffafd;border-color:#751f98;box-shadow:0 0 0 4px rgba(219,74,183,.18),0 8px 22px rgba(91,30,113,.08)}.getta-home .review>button,.getta-home form>button{margin-top:13px}.getta-home .review>button>span,.getta-home form>button>span{font-size:21px;font-weight:900;line-height:.8}.getta-home .privacy{margin-top:14px;color:#8a7a8f;font-size:11px;line-height:1.45}.getta-home .intake-card [aria-label="Security verification"] .privacy{margin-top:8px;color:#988b9c}.getta-home .fixza-thinking p{color:#4f176b;font-weight:700}.getta-home .fixza-thinking-mark{border-color:rgba(126,34,151,.2);box-shadow:inset 0 0 0 13px rgba(255,245,252,.5),0 12px 38px rgba(78,22,103,.12)}.getta-home .fixza-thinking-mark:after{border-color:rgba(134,37,161,.13) rgba(134,37,161,.13) rgba(134,37,161,.13) #ed3b91}@media(max-width:620px){.getta-home .intake-card{padding:25px 21px}.getta-home .assistant-message{font-size:20px}.getta-home .assistant-label{font-size:12px}.getta-home .assistant-label .fixza-mark{width:32px;height:32px;flex-basis:32px}}.getta-home .intake-prompt{display:flex;align-items:center;gap:14px}.getta-home .intake-prompt .assistant-message{min-width:0;margin:0;flex:1 1}.getta-home .intake-prompt .fixza-mark{width:34px;height:34px;flex:0 0 34px;border:2px solid #f03b91;border-radius:50%;display:inline-grid;place-items:center;background:#4f176b;color:#fff;box-shadow:4px 4px 0 rgba(238,57,145,.34);font-family:DM Sans,sans-serif;transform:rotate(-3deg)}.getta-home .intake-prompt .fixza-mark span{color:#fff;font-size:18px;font-weight:900;line-height:1}.getta-home .intake-prompt+.beta-coverage-notice{margin-top:16px}.getta-home .beta-coverage-notice+.rotating-placeholder-field{margin-top:15px}@media(max-width:620px){.getta-home .intake-prompt{align-items:center;gap:11px}.getta-home .intake-prompt .fixza-mark{width:32px;height:32px;flex-basis:32px}.getta-home .intake-prompt .assistant-message{font-size:20px}}.getta-home .how-it-works .steps h2{color:#482253;font-family:DM Sans,sans-serif;font-weight:800;letter-spacing:-.045em}.getta-home .how-it-works>.eyebrow{color:#76239a;font-family:DM Sans,sans-serif;font-weight:800;letter-spacing:.12em}.getta-home .how-it-works .steps>div>span{color:#d72f88;font-weight:800}.getta-home .hero h1 span{background:none;color:inherit;-webkit-text-fill-color:currentColor}.getta-wordmark{flex:0 0 auto;line-height:0}.getta-wordmark-art{display:block;width:140px;max-width:none;height:auto;overflow:visible;fill:#2b0d32}.getta-wordmark-art .getta-wordmark-dot{fill:#f23891}.getta-home .getta-wordmark{display:inline-flex;align-items:baseline;color:#2b1639;font:800 31px/1 DM Sans,sans-serif;letter-spacing:-.055em;text-decoration:none}.getta-home .getta-wordmark-text{color:inherit}.getta-home .getta-wordmark-dot{margin-left:.035em;color:#f23891}.getta-home .getta-wordmark:focus-visible{outline:2px solid var(--pine);outline-offset:5px;border-radius:2px}@media(max-width:700px){.getta-home .getta-wordmark{font-size:27px}.getta-wordmark-art{width:120px}}.legal-shell{--ink:#2b1639;--pine:#55216f;--accent:#f23891;--paper:#faf6fb;--surface:#fff;--muted:#74667b;--line:#e4d9e7;min-height:100vh;background:#fff;color:var(--ink)}.legal-nav{height:82px;max-width:1160px;margin:auto;padding:0 42px;display:flex;align-items:center;border-bottom:1px solid rgba(85,33,111,.12)}.legal-nav .getta-wordmark{display:inline-flex;align-items:baseline;color:#2b1639;font:800 31px/1 DM Sans,sans-serif;letter-spacing:-.055em;text-decoration:none}.legal-nav .getta-wordmark-dot{margin-left:.035em;color:#f23891}.legal-nav .getta-wordmark:focus-visible{outline:2px solid #55216f;outline-offset:5px;border-radius:2px}.legal-shell .legal-page{max-width:860px;padding:76px 42px 118px}.legal-shell .legal-page header{max-width:790px;margin-bottom:68px;padding-bottom:42px;border-bottom:4px solid #55216f}.legal-shell .legal-page .eyebrow{color:#a52270;font:800 12px/1.2 DM Sans,sans-serif;letter-spacing:.14em}.legal-shell .legal-page h1{margin:18px 0 22px;color:#2b1639;font:800 clamp(52px,7vw,82px)/.94 DM Sans,sans-serif;letter-spacing:-.07em;text-transform:uppercase}.legal-shell .legal-updated{color:#9a3376;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.legal-shell .legal-page header>p:last-child{max-width:720px;color:#5f5264;font-size:19px;line-height:1.65}.legal-shell .legal-page section{margin-top:44px;padding-top:34px;border-color:#ded1e2}.legal-shell .legal-page h2{margin-bottom:17px;color:#3c194b;font:600 31px/1.18 Fraunces,serif;letter-spacing:-.03em}.legal-shell .legal-page h3{color:#3c194b}.legal-shell .legal-page li,.legal-shell .legal-page p{color:#514756;font-size:16px;line-height:1.78}.legal-shell .legal-page strong{color:#321b3d}.legal-shell .legal-page a{color:#65217c;font-weight:650;-webkit-text-decoration-color:#e75a9e;text-decoration-color:#e75a9e;text-decoration-thickness:2px;text-underline-offset:4px}.legal-shell .legal-page a:hover{color:#9f236d}.legal-shell .legal-page a:focus-visible{outline:2px solid #752496;outline-offset:4px;border-radius:2px}.legal-shell .legal-highlight{padding:28px 30px!important;border:1px solid #e6b7d2!important;border-left:5px solid #e33b91!important;border-radius:0;background:#fff5fa}.legal-shell+.site-footer{background:#f8f2fa;border-color:#dfd2e3;color:#74667b}.legal-shell+.site-footer .footer-brand-fixza{display:none}.legal-shell+.site-footer .footer-brand-getta{display:inline}.legal-shell+.site-footer a{color:#55216f}@media(max-width:700px){.legal-nav{height:72px;padding:0 20px}.legal-nav .getta-wordmark{font-size:27px}.legal-shell .legal-page{padding:48px 20px 80px}.legal-shell .legal-page header{margin-bottom:50px;padding-bottom:32px}.legal-shell .legal-page h1{font-size:clamp(44px,13vw,62px)}.legal-shell .legal-page header>p:last-child{font-size:17px}.legal-shell .legal-page h2{font-size:27px}.legal-shell .legal-page li,.legal-shell .legal-page p{font-size:15.5px}.legal-shell .legal-highlight{padding:23px 20px!important}}.getta-home{overflow-x:clip;overflow-y:visible;background:#fff;color:#fff}.getta-hero-scene{position:relative;isolation:isolate;min-height:1240px;overflow:hidden;background-image:linear-gradient(90deg,rgba(3,6,17,.78),rgba(7,7,20,.36) 48%,rgba(5,5,16,.5)),linear-gradient(180deg,rgba(3,6,17,.12) 45%,rgba(3,5,14,.94) 100%),var(--getta-hero-image);background-position:50%;background-size:cover}.getta-hero-scene .nav{position:relative;z-index:6;height:82px;max-width:1360px;padding:0 56px}.getta-hero-scene .getta-wordmark-art{width:140px;fill:#fff}.getta-hero-scene .nav-links{display:flex;align-items:center;gap:40px}.getta-hero-scene .nav-link{padding:10px 0;border:0;color:#fff;font-size:15px;font-weight:500}.getta-hero-scene .nav-link:hover{color:#ff5aa8}.getta-hero-scene .hero{position:relative;z-index:2;min-height:auto;max-width:1360px;margin:0 auto;padding:8px 56px 150px;display:flex;flex-direction:column;align-items:center;gap:12px}.getta-hero-scene .hero:after,.getta-hero-scene .hero:before{display:none}.getta-hero-scene .hero-copy{width:100%;max-width:860px;padding:0;text-align:center}.local-people-mark{display:block;width:min(360px,38vw);max-width:100%;height:auto;margin:0 auto 3px;object-fit:contain}.getta-hero-scene .hero h1{max-width:none;margin:0;font:inherit;line-height:0}.get-it-done-mark{display:block;width:min(720px,70vw);max-width:100%;height:auto;margin:0 auto;object-fit:contain}.getta-hero-scene .lead{max-width:850px;margin:0 auto 3px;color:#fff;font-size:19px;line-height:1.5;text-align:center;text-shadow:0 2px 12px #000}.getta-hero-scene .lead strong{font-size:24px}.own-words-mark{display:block;width:min(360px,40vw);max-width:100%;height:auto;margin:-4px auto -8px;object-fit:contain}.hero-intake{position:relative;width:min(780px,100%);scroll-margin-top:18px}.getta-hero-scene .intake-stage{width:100%;max-width:none;filter:drop-shadow(0 24px 28px rgba(4,0,22,.42))}.getta-hero-scene .intake-card{position:relative;width:100%;max-width:none;padding:42px 46px 38px;border:0;background:linear-gradient(168deg,#ffffff,#fefefe 48%,#fafafa);background-size:auto;box-shadow:0 18px 38px rgba(0,0,0,.18),0 4px 10px rgba(0,0,0,.1);-webkit-clip-path:polygon(1.2% 2.2%,5% .6%,9% 1.5%,13% .4%,18% 1.3%,23% .5%,29% 1.1%,34% .3%,39% 1.4%,45% .5%,51% 1.2%,57% .4%,63% 1.3%,69% .5%,75% 1.1%,81% .2%,87% 1.4%,92% .5%,97.8% 1.8%,99.1% 7%,98.4% 13%,99.3% 19%,98.6% 26%,99.2% 33%,98.5% 41%,99.3% 49%,98.4% 57%,99.2% 65%,98.6% 73%,99.1% 81%,98.4% 89%,98.9% 96%,96.5% 98.6%,91% 99.3%,86% 98.5%,80% 99.4%,74% 98.7%,68% 99.3%,62% 98.4%,56% 99.5%,50% 98.6%,44% 99.3%,38% 98.5%,32% 99.4%,26% 98.6%,20% 99.3%,14% 98.4%,8% 99.2%,3% 98.4%,1.1% 95%,1.7% 88%,.6% 80%,1.5% 72%,.5% 64%,1.6% 56%,.7% 48%,1.4% 40%,.5% 32%,1.5% 24%,.7% 16%);clip-path:polygon(1.2% 2.2%,5% .6%,9% 1.5%,13% .4%,18% 1.3%,23% .5%,29% 1.1%,34% .3%,39% 1.4%,45% .5%,51% 1.2%,57% .4%,63% 1.3%,69% .5%,75% 1.1%,81% .2%,87% 1.4%,92% .5%,97.8% 1.8%,99.1% 7%,98.4% 13%,99.3% 19%,98.6% 26%,99.2% 33%,98.5% 41%,99.3% 49%,98.4% 57%,99.2% 65%,98.6% 73%,99.1% 81%,98.4% 89%,98.9% 96%,96.5% 98.6%,91% 99.3%,86% 98.5%,80% 99.4%,74% 98.7%,68% 99.3%,62% 98.4%,56% 99.5%,50% 98.6%,44% 99.3%,38% 98.5%,32% 99.4%,26% 98.6%,20% 99.3%,14% 98.4%,8% 99.2%,3% 98.4%,1.1% 95%,1.7% 88%,.6% 80%,1.5% 72%,.5% 64%,1.6% 56%,.7% 48%,1.4% 40%,.5% 32%,1.5% 24%,.7% 16%)}.getta-hero-scene .intake-card:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.48;background:radial-gradient(circle at 18% 24%,rgba(45,35,50,.055) 0 .45px,transparent .7px),radial-gradient(circle at 73% 61%,rgba(45,35,50,.04) 0 .4px,transparent .7px),radial-gradient(circle at 41% 82%,rgba(255,255,255,.9) 0 .6px,transparent 1px),repeating-linear-gradient(7deg,transparent 0 5px,rgba(60,45,65,.012) 5.5px 6px,transparent 6.5px 11px),linear-gradient(105deg,transparent 0 47%,rgba(50,40,55,.018) 50%,transparent 53%);background-size:17px 19px,23px 21px,29px 27px,auto,auto;mix-blend-mode:multiply}.getta-hero-scene .intake-card:after{display:none}.getta-hero-scene .intake-card>*{position:relative;z-index:1}.paper-heading-mark{width:min(560px,82%);margin:-10px auto 14px}.paper-heading-mark,.paper-rest-mark{display:block;max-width:100%;height:auto;object-fit:contain}.paper-rest-mark{width:min(300px,52%);margin:14px auto -6px}.getta-hero-scene .intake-prompt .assistant-message{color:#4c125b;font-size:22px}.getta-hero-scene .beta-coverage-notice{border-color:#ecb6df;background:#fff0f9}.getta-hero-scene input,.getta-hero-scene textarea{background:#fff}.getta-hero-scene .review>button,.getta-hero-scene form>button{border:0;border-radius:9px;background:linear-gradient(90deg,#f5288e,#fc2b91);box-shadow:none;text-transform:none}.getta-hero-scene .privacy{color:#756b7b}.intake-modes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:14px 0}.intake-modes button{min-height:48px;padding:10px 12px;border:1px solid #d8bfd0;border-radius:3px;background:rgba(255,255,255,.72);color:#3c2442;font:inherit;font-weight:750;cursor:pointer}.intake-modes button[aria-selected=true]{border-color:#ee238a;background:#fff0f8;color:#951457;box-shadow:inset 0 -3px 0 #ef238b}.intake-modes button:focus-visible,.photo-picker:focus-visible,.secondary-action:focus-visible{outline:3px solid #11172d;outline-offset:3px}.intake-mode-panel{margin:0 0 12px;padding:14px 16px;border:1px dashed #d9a8c6;background:rgba(255,255,255,.58);color:#54485c}.intake-mode-panel p{margin:0 0 10px;line-height:1.5}.intake-mode-panel p:last-child{margin-bottom:0}.photo-picker,.secondary-action{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:9px 16px;border:1px solid #d7207e;border-radius:3px;background:#fff;color:#8c1552;font-weight:800;cursor:pointer}.photo-picker{margin-bottom:10px}.getta-hero-scene .editorial-prompts button{color:#fff;text-shadow:0 2px 2px #130018}.getta-hero-scene .editorial-prompts .is-solid{background:linear-gradient(135deg,#ff318f,#cf0871);color:#fff}.getta-hero-scene .editorial-prompts .is-outline{border-color:#f02b96;background:#fff;color:#28102f;text-shadow:none}.getta-hero-scene .editorial-prompts .is-pink{color:#fff;text-shadow:2px 2px 0 #a50b5e}.getta-hero-scene .editorial-prompts .is-boxed{border-color:#ff7cca;background:#4a125f;color:#fff}.getta-hero-scene .editorial-prompts .is-underline{border-color:#f42b91;color:#fff}.getta-hero-scene .editorial-prompt-instruction{color:#ff3a9b}.getta-hero-scene .trust-strip{position:absolute;z-index:4;right:0;bottom:0;left:0;height:96px;margin:0;padding:0 max(32px,calc((100vw - 920px)/2));display:flex;align-items:center;justify-content:center;border:0;background:linear-gradient(180deg,transparent,rgba(3,5,14,.55))}.getta-hero-scene .trust-strip>div{min-width:270px;padding:0 38px;border-color:rgba(255,255,255,.45)}.getta-hero-scene .trust-strip span{width:36px;height:36px;flex-basis:36px;background:transparent;box-shadow:none;color:#f42b91;font-size:30px}.getta-hero-scene .trust-strip p,.getta-hero-scene .trust-strip strong{color:#fff}@media(max-width:1240px){.getta-hero-scene{min-height:auto}.getta-hero-scene .hero{max-width:900px;padding-bottom:38px}.getta-hero-scene .editorial-prompts{margin-bottom:8px}.getta-hero-scene .trust-strip{position:relative;height:auto;padding:24px 24px 30px;background:rgba(3,5,14,.62)}}@media(max-width:820px){.getta-hero-scene .nav{height:76px;padding:0 20px}.getta-hero-scene .nav-links{gap:18px}.getta-hero-scene .hero{padding:12px 20px 34px;gap:12px}.local-people-mark{width:min(330px,54vw)}.get-it-done-mark{width:min(620px,88vw)}.own-words-mark{width:min(340px,55vw)}.getta-hero-scene .lead{font-size:16px}.getta-hero-scene .lead strong{font-size:20px}.getta-hero-scene .trust-strip>div{min-width:0;padding:0 18px}}@media(max-width:560px){.getta-hero-scene{background-position:64%}.getta-hero-scene .getta-wordmark-art{width:112px}.getta-hero-scene .nav-links{gap:14px}.getta-hero-scene .nav-link{font-size:12px}.get-it-done-mark{width:92vw}.local-people-mark{width:66vw}.own-words-mark{width:72vw;margin-bottom:-4px}.getta-hero-scene .hero{padding-inline:14px}.getta-hero-scene .lead strong{font-size:18px}.getta-hero-scene .lead{font-size:14px}.getta-hero-scene .intake-card{padding:36px 22px 32px}.paper-heading-mark{width:94%;margin-top:-5px}.paper-rest-mark{width:68%}.intake-modes{grid-template-columns:1fr}.intake-modes button{min-height:46px}.getta-hero-scene .intake-prompt .assistant-message{font-size:18px}.getta-hero-scene .trust-strip>div{flex:1 1;padding:0 8px}.getta-hero-scene .trust-strip>div:nth-child(2){display:none}.getta-hero-scene .trust-strip span{width:30px;height:30px;flex-basis:30px;font-size:24px}.getta-hero-scene .trust-strip strong{font-size:11px}.getta-hero-scene .trust-strip p{font-size:10px}}.getta-hero-scene{min-height:1120px}.getta-hero-scene:has(.intake-stage.is-processing){min-height:820px}.getta-hero-scene .hero{padding-bottom:132px}.intake-stage.is-initial{padding-top:92px}.intake-stage.is-initial>.own-words-mark{position:absolute;top:0;left:50%;width:min(330px,52vw);margin:0;translate:-50% 0}.intake-stage.is-initial>.editorial-prompts{top:92px}.getta-hero-scene .intake-card{color:#2d1b35}.getta-hero-scene .intake-card.is-thinking{min-height:0;padding:30px 46px;display:block}.getta-hero-scene .intake-card.is-thinking .fixza-thinking{min-height:190px;gap:14px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking:before{width:164px;height:164px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking-mark{width:82px;height:82px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking .fixza-mark{width:54px;height:54px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking .fixza-mark span{font-size:23px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking p{margin:0;color:#4f176b}.getta-hero-scene .intake-card .contact-fields,.getta-hero-scene .intake-card .review,.getta-hero-scene .intake-card .summary{color:#2d1b35}.getta-hero-scene .intake-card .contact-fields legend,.getta-hero-scene .intake-card .review h2,.getta-hero-scene .intake-card .review h3{color:#3f174e}.getta-hero-scene .intake-card .summary dt{color:#4b2059;font-weight:800}.getta-hero-scene .intake-card .summary dd{color:#2d1b35}.getta-hero-scene .intake-card .contact-fields{border-color:#cda9c2;background:rgba(255,255,255,.34)}.getta-hero-scene .intake-card .contact-fields label{color:#3d1d47}.getta-hero-scene .intake-card .contact-fields label span,.getta-hero-scene .intake-card .contact-fields>p{color:#67576c}.getta-hero-scene .intake-card input,.getta-hero-scene .intake-card textarea{color:#25152c;background:#fffdfd;border-color:#b98eaa}.getta-hero-scene .intake-card input::placeholder,.getta-hero-scene .intake-card textarea::placeholder{color:#75647a;opacity:1}.getta-hero-scene .intake-card input:-webkit-autofill{-webkit-text-fill-color:#25152c;box-shadow:inset 0 0 0 1000px #fffdfd}.getta-hero-scene .intake-card .privacy{color:#66566b}.getta-hero-scene .intake-card .privacy a{color:#6a1d7f;text-decoration-thickness:2px;text-underline-offset:2px}.getta-hero-scene .intake-card .form-error{padding:10px 12px;border-left:4px solid #a51f3f;background:#fff0f2;color:#7d142d;font-weight:700}.paper-rest-mark{width:min(205px,38%);margin:8px 0 -8px auto}.getta-hero-scene .trust-strip{right:auto;left:50%;width:min(960px,calc(100% - 48px));padding:0;transform:translateX(-50%)}.getta-hero-scene .trust-strip>div{min-width:0;flex:1 1;padding:0 clamp(18px,3vw,38px)}@media(max-width:1240px){.getta-hero-scene .hero{padding-bottom:38px}.intake-stage.is-initial{padding-top:82px}.intake-stage.is-initial>.own-words-mark{width:min(320px,48vw)}.intake-stage.is-initial>.editorial-prompts{top:auto}.getta-hero-scene:has(.intake-stage.is-processing){min-height:auto}.getta-hero-scene .trust-strip{left:auto;width:100%;transform:none}.getta-hero-scene .trust-strip>div{flex:1 1}}@media(max-width:820px){.getta-hero-scene .trust-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:0;gap:0}.getta-hero-scene .trust-strip>div{width:auto;padding:0 12px}.getta-hero-scene .trust-strip p{font-size:11px}.getta-hero-scene .trust-strip strong{font-size:12px}}@media(max-width:560px){.intake-stage.is-initial{padding-top:68px}.intake-stage.is-initial>.own-words-mark{width:min(280px,72vw)}.getta-hero-scene .intake-card{padding:30px 22px 28px}.getta-hero-scene .intake-card.is-thinking{padding:24px 22px}.getta-hero-scene .intake-card.is-thinking .fixza-thinking{min-height:166px}.paper-rest-mark{width:min(180px,58%);margin-top:6px}.getta-hero-scene .trust-strip{grid-template-columns:1fr;gap:12px;padding:22px 18px 26px}.getta-hero-scene .trust-strip>div,.getta-hero-scene .trust-strip>div:nth-child(2){display:flex;padding:12px 0 0;border-top:1px solid rgba(255,255,255,.22)}.getta-hero-scene .trust-strip>div:first-child{padding-top:0;border-top:0}.getta-hero-scene .trust-strip p{font-size:11px}.getta-hero-scene .trust-strip strong{font-size:12px}}.intake-modes .mode-coming-soon{display:block;margin-top:3px;font-size:.62rem;line-height:1;letter-spacing:.08em;text-transform:uppercase;opacity:.55}.getta-hero-scene .intake-stage{filter:none}.getta-hero-scene .intake-card{border:1px solid rgba(138,48,165,.28);border-radius:0;background:#fff;box-shadow:0 14px 32px rgba(65,18,86,.12);-webkit-clip-path:none;clip-path:none}.getta-hero-scene .intake-card:before{display:none}