body { margin: 0; }
.wp-page, .wp-page * { box-sizing: border-box; }
.wp-page { --ink: #182032; --muted: #667086; --line: #e6e4ed; --pink: #e1428e; --violet: #6748c8; --surface: #fff; min-height: 100vh; overflow: clip; background: #f7f4fb; color: var(--ink); font-family: "Geist", Arial, sans-serif; font-size: 16px; line-height: 1.5; }
.wp-page [hidden] { display: none !important; }
.wp-page button, .wp-page input, .wp-page textarea { font: inherit; }
.wp-page button { cursor: pointer; }
.wp-page a { color: inherit; text-decoration: none; }
.wp-page em { color: var(--pink); font-style: normal; }
.wp-page :focus-visible { outline: 3px solid #8b61e3; outline-offset: 3px; }
.wp-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.wp-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1480px; margin: auto; padding: 24px clamp(20px, 4vw, 64px); }
.wp-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.05em; font-size: 1.25rem; }
.wp-brand-mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: linear-gradient(140deg, #ee4d9e, #7155d5); color: #fff; font-size: 1.05rem; box-shadow: 0 8px 20px #c93d9050; }
.wp-header-link { color: #604f8e; font-size: .87rem; font-weight: 700; }
.wp-header-link span { margin-left: 5px; }
.wp-layout { display: grid; grid-template-columns: minmax(320px, 43%) minmax(0, 1fr); max-width: 1480px; min-height: calc(100vh - 84px); margin: auto; padding: 0 clamp(20px, 4vw, 64px) 36px; }
.wp-aside { position: relative; display: flex; flex-direction: column; min-height: 860px; overflow: hidden; padding: clamp(32px, 5vw, 68px); border-radius: 29px 0 0 29px; background: radial-gradient(circle at 75% 75%, #974e8d 0, transparent 37%), radial-gradient(circle at 10% 0%, #554391 0, transparent 37%), #1d1939; color: white; }
.wp-aside::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(#fff1 1px, transparent 1px), linear-gradient(90deg, #fff1 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(to bottom, transparent, #000 35%); }
.wp-aside-top, .wp-aside-art, .wp-aside-bottom { position: relative; z-index: 1; }
.wp-eyebrow, .wp-kicker, .wp-progress-label, .wp-card-kicker { font-family: "Geist Mono", monospace; font-size: .7rem; font-weight: 600; letter-spacing: .14em; }
.wp-eyebrow { color: #fda9d5; }
.wp-aside h2 { max-width: 540px; margin: 22px 0 19px; font-size: clamp(2.5rem, 4.1vw, 4.8rem); line-height: 1.02; letter-spacing: -.075em; }
.wp-aside em { color: #ffa8d1; }
.wp-aside-top p { max-width: 410px; margin: 0; color: #e8dff3; font-size: 1.04rem; line-height: 1.7; }
.wp-aside-art { flex: 1; min-height: 310px; display: grid; place-items: center; }
.wp-art-orbit { position: absolute; width: 375px; aspect-ratio: 1; border: 1px solid #ffffff30; border-radius: 50%; transform: rotate(-20deg); }
.wp-art-orbit.orbit-two { width: 470px; border-style: dashed; opacity: .6; }
.wp-art-card { position: relative; width: min(330px, 83%); padding: 30px; border: 1px solid #ffffff88; border-radius: 22px; background: linear-gradient(160deg, #fdf7ff, #f5e6f3); box-shadow: 25px 25px 60px #100d3366; color: #302143; transform: rotate(-7deg); }
.wp-art-card::before { content: ""; display: block; height: 110px; margin-bottom: 22px; border-radius: 13px; background: radial-gradient(circle at 62% 58%, #f681b7 0 12%, transparent 13%), radial-gradient(circle at 35% 40%, #816ae2 0 21%, transparent 22%), linear-gradient(135deg, #e4d4ff, #fce7f0); }
.wp-art-card span { font: 600 .64rem "Geist Mono", monospace; letter-spacing: .1em; color: #865989; }
.wp-art-card strong { display: block; margin: 9px 0 18px; font-size: 1.65rem; line-height: 1.13; letter-spacing: -.05em; }
.wp-art-card i { display: inline-block; padding: 9px 13px; border-radius: 9px; background: #292044; color: #fff; font-size: .7rem; font-style: normal; font-weight: 700; }
.wp-art-badge { position: absolute; right: 2%; bottom: 21%; padding: 12px 17px; border: 1px solid #f6d7ea; border-radius: 11px; background: #fff; box-shadow: 0 12px 34px #160d274d; color: #a94d8a; font-size: .85rem; font-weight: 800; transform: rotate(6deg); }
.wp-aside-bottom { margin: 0; color: #c6b9de; font-size: .76rem; }
.wp-aside-bottom span { padding: 0 6px; color: #ff9cce; }
.wp-workspace { display: flex; flex-direction: column; min-width: 0; padding: clamp(28px, 4vw, 54px) clamp(22px, 5vw, 76px) 24px; border: 1px solid #e9e3ed; border-left: 0; border-radius: 0 29px 29px 0; background: var(--surface); box-shadow: 16px 16px 50px #30234f0c; }
.wp-progress-head { display: flex; justify-content: space-between; align-items: end; gap: 15px; }
.wp-progress-head > div { display: grid; gap: 5px; }
.wp-progress-label { color: #a864a0; }
.wp-progress-head strong { font-size: .88rem; }
.wp-progress-track { height: 5px; overflow: hidden; margin: 18px 0 clamp(34px, 5vw, 64px); border-radius: 6px; background: #eeeaf2; }
.wp-progress-track span { display: block; width: 10%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #e94f9c, #7d5dd5); transition: width .35s ease; }
.wp-wizard { width: min(100%, 700px); margin: auto 0; }
.wp-step { animation: wp-rise .35s ease both; }
@keyframes wp-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.wp-kicker { display: inline-flex; align-items: center; gap: 10px; color: #9e4e89; }
.wp-kicker span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: #fce5f2; color: #d8438f; font-size: .72rem; }
.wp-step h1, .wp-step h2, .wp-complete h2 { margin: 20px 0 17px; font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1.08; letter-spacing: -.065em; }
.wp-lead { max-width: 600px; margin: 0 0 30px; color: #4d5364; font-size: 1.07rem; line-height: 1.72; }
.wp-intro { margin: 0 0 23px; color: var(--muted); line-height: 1.65; }
.wp-note { display: flex; gap: 16px; max-width: 600px; padding: 20px; border: 1px solid #f6ddeb; border-radius: 15px; background: #fff6fb; }
.wp-note > span { flex: none; color: var(--pink); font-size: 1.4rem; }
.wp-note p { margin: 0; color: #65526b; font-size: .92rem; line-height: 1.6; }
.wp-step-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 31px; }
.wp-button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 49px; padding: 12px 21px; border: 1px solid transparent; border-radius: 11px; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.wp-button:hover { transform: translateY(-2px); }
.wp-button:disabled { opacity: .65; cursor: wait; }
.wp-button-primary { background: linear-gradient(100deg, #e94e98, #8357cc); box-shadow: 0 11px 25px #d7499440; color: #fff; }
.wp-button-secondary { border-color: #e9e2ef; background: #fff; color: #5e526f; }
.wp-choice-group, .wp-radio-row, .wp-checkbox-group { min-width: 0; margin: 0 0 24px; padding: 0; border: 0; }
.wp-choice-group { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.wp-choice-group legend:not(.wp-visually-hidden), .wp-radio-row legend, .wp-checkbox-group legend { margin-bottom: 12px; font-size: .88rem; font-weight: 700; }
.wp-choice { min-width: 0; }
.wp-choice input, .wp-radio-row input, .wp-checkbox-group input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wp-choice span { display: flex; align-items: center; min-height: 54px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 11px; color: #485064; font-weight: 600; transition: background .2s, border-color .2s, box-shadow .2s; }
.wp-choice:hover span, .wp-radio-row label:hover span, .wp-checkbox-group label:hover span { border-color: #b390df; }
.wp-choice input:checked + span, .wp-radio-row input:checked + span, .wp-checkbox-group input:checked + span { border-color: #9b5dd5; background: #f5ecff; box-shadow: inset 0 0 0 1px #9b5dd5; color: #4a2879; }
.wp-choice input:focus-visible + span, .wp-radio-row input:focus-visible + span, .wp-checkbox-group input:focus-visible + span { outline: 3px solid #8b61e3; outline-offset: 3px; }
.wp-field { min-width: 0; margin: 0 0 22px; }
.wp-field label { display: block; margin-bottom: 9px; font-size: .88rem; font-weight: 700; }
.wp-field small, .wp-checkbox-group legend small { color: #8d91a0; font-size: .76rem; font-weight: 500; }
.wp-field input, .wp-field textarea { display: block; width: 100%; max-width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #d9d8e4; border-radius: 10px; background: #fff; color: var(--ink); font-size: .92rem; }
.wp-field textarea { resize: vertical; }
.wp-field input::placeholder, .wp-field textarea::placeholder { color: #a2a4af; }
.wp-field-help { margin: 7px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.5; }
.wp-radio-row { display: flex; flex-wrap: wrap; gap: 8px; }
.wp-radio-row legend { width: 100%; }
.wp-radio-row label span, .wp-checkbox-group label span { display: block; min-height: 43px; padding: 10px 15px; border: 1px solid var(--line); border-radius: 9px; font-size: .84rem; font-weight: 650; }
.wp-check-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.wp-insight-card { padding: 24px; border: 1px solid #ded4ed; border-radius: 17px; background: linear-gradient(145deg, #fbf7ff, #fff8fb); }
.wp-card-kicker { color: #a44e8e; }
.wp-insight-card h3 { margin: 9px 0 16px; font-size: 1.8rem; letter-spacing: -.05em; }
.wp-insight-card dl, .wp-review { margin: 0; }
.wp-insight-card dl div, .wp-review div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid #e9e1ed; }
.wp-insight-card dt, .wp-review dt { color: var(--muted); font-size: .83rem; }
.wp-insight-card dd, .wp-review dd { margin: 0; font-size: .84rem; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.wp-insight-copy { margin: 18px 0 0; color: #555c6f; line-height: 1.7; }
.wp-reference-list { display: grid; gap: 12px; }
.wp-reference-card { padding: 17px 18px 1px; border: 1px solid var(--line); border-radius: 13px; background: #fbf9fd; }
.wp-reference-card h3 { margin: 0 0 15px; color: #493d60; font-size: .92rem; }
.wp-reference-card h3 small { margin-left: 4px; color: #8d91a0; font-size: .72rem; font-weight: 500; }
.wp-proposal { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.wp-proposal-browser { overflow: hidden; border: 1px solid #dddaea; border-radius: 15px; background: #fff; box-shadow: 0 14px 34px #25144014; }
.wp-browser-top { display: flex; align-items: center; gap: 5px; height: 32px; padding: 0 11px; border-bottom: 1px solid #e7e2ec; background: #f4f0f7; }
.wp-browser-top i { width: 6px; height: 6px; border-radius: 50%; background: #c5b6d5; }
.wp-browser-top span { margin-left: 8px; color: #8c8498; font: .65rem "Geist Mono", monospace; }
.wp-proposal-site { min-height: 290px; padding: 19px; background: radial-gradient(circle at 90% 20%, #eed3f6 0, transparent 38%), #f9f5fb; }
.wp-proposal-nav { display: flex; justify-content: space-between; gap: 8px; align-items: start; margin-bottom: 46px; font-size: .7rem; }
.wp-proposal-nav strong { max-width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wp-proposal-nav span { color: #8b8295; font-size: .6rem; }
.wp-proposal-overline { color: #995f99; font: 600 .58rem "Geist Mono", monospace; letter-spacing: .12em; }
.wp-proposal-site h3 { max-width: 260px; margin: 7px 0; font-size: 1.8rem; line-height: 1.1; letter-spacing: -.05em; }
.wp-proposal-site p { max-width: 250px; margin: 0 0 14px; color: #716b7f; font-size: .69rem; }
.wp-proposal-cta { display: inline-block; padding: 9px 12px; border-radius: 7px; background: #332345; color: white; font-size: .64rem; font-weight: 700; }
.wp-proposal-points { display: flex; flex-direction: column; padding: 22px; border: 1px solid #e5e0ed; border-radius: 15px; background: #fff; }
.wp-proposal-points > span { color: #a7699f; font: 600 .62rem "Geist Mono", monospace; letter-spacing: .1em; }
.wp-proposal-points strong { margin: 8px 0 24px; font-size: 1.1rem; line-height: 1.3; }
.wp-proposal-points ul { margin: 8px 0 16px; padding-left: 19px; color: #4d5261; font-size: .82rem; line-height: 1.9; }
.wp-proposal-points small { margin-top: auto; color: #8b8794; font-size: .72rem; }
.wp-process { display: grid; gap: 10px; }
.wp-process > div { display: flex; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 11px; }
.wp-process b { display: grid; place-items: center; flex: none; width: 37px; height: 37px; border-radius: 10px; background: #fce9f2; color: #c4468b; font: 700 .76rem "Geist Mono", monospace; }
.wp-process span { display: grid; gap: 2px; }
.wp-process strong { font-size: .85rem; }
.wp-process small { color: var(--muted); font-size: .77rem; }
.wp-included { margin-top: 16px; padding: 18px; border-radius: 11px; background: #f7f2fc; }
.wp-included p { margin: 7px 0 0; color: #5c5368; font-size: .85rem; line-height: 1.65; }
.wp-faq { display: grid; gap: 9px; }
.wp-faq details { border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.wp-faq summary { padding: 14px 17px; font-size: .87rem; font-weight: 700; cursor: pointer; }
.wp-faq details p { margin: 0; padding: 0 17px 16px; color: var(--muted); font-size: .84rem; line-height: 1.65; }
.wp-review { max-height: 245px; overflow: auto; margin-bottom: 24px; padding: 4px 17px; border: 1px solid var(--line); border-radius: 12px; background: #faf8fc; }
.wp-review div:first-child { border-top: 0; }
.wp-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
.wp-field-wide { grid-column: 1 / -1; }
.wp-consent { display: flex; gap: 10px; align-items: start; max-width: 580px; color: #535b69; font-size: .82rem; line-height: 1.5; }
.wp-consent input { flex: none; margin-top: 3px; accent-color: #9b54cb; }
.wp-send-note { color: #8a8291; font-size: .76rem; }
.wp-form-status { min-height: 1.3em; color: #9a405a; font-size: .84rem; }
.wp-form-status[data-state="success"] { color: #2d765e; }
.wp-complete { padding: 10px 0 35px; }
.wp-complete-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: 20px; border-radius: 17px; background: #e4f8ee; color: #2d9060; font-size: 2rem; font-weight: 800; }
.wp-complete p { max-width: 520px; color: var(--muted); line-height: 1.7; }
.wp-complete ol { display: grid; gap: 12px; margin: 27px 0; padding: 0; list-style: none; counter-reset: item; }
.wp-complete li { position: relative; display: grid; gap: 2px; padding-left: 40px; counter-increment: item; }
.wp-complete li::before { content: counter(item); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #f5e9f8; color: #a3549b; font: 700 .7rem "Geist Mono", monospace; }
.wp-complete li strong { font-size: .84rem; }
.wp-complete li span { color: var(--muted); font-size: .76rem; }
.wp-footer-note { margin: auto 0 0; padding-top: 35px; color: #9a95a0; font-size: .72rem; }
.wp-footer-note span { color: var(--pink); }
.wp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 1100px) { .wp-layout { grid-template-columns: minmax(290px, 38%) minmax(0, 1fr); } .wp-aside { padding: 35px; } .wp-aside h2 { font-size: 3rem; } .wp-art-orbit { width: 300px; } .wp-art-orbit.orbit-two { width: 380px; } .wp-workspace { padding: 38px 35px 25px; } }
@media (max-width: 800px) { .wp-layout { display: block; padding-bottom: 20px; } .wp-aside { min-height: 0; padding: 30px; border-radius: 22px 22px 0 0; } .wp-aside h2 { max-width: 560px; font-size: clamp(2.2rem, 6vw, 3.4rem); } .wp-aside-top p { max-width: 600px; } .wp-aside-art, .wp-aside-bottom { display: none; } .wp-workspace { min-height: 650px; padding: 35px 30px 22px; border: 1px solid #e9e3ed; border-top: 0; border-radius: 0 0 22px 22px; } }
@media (max-width: 560px) { .wp-header { padding: 16px; } .wp-brand { font-size: 1.03rem; } .wp-brand-mark { width: 30px; height: 30px; } .wp-header-link { font-size: .74rem; } .wp-layout { padding: 0 10px 20px; } .wp-aside { padding: 25px 23px; } .wp-aside h2 { margin: 15px 0 10px; font-size: 2.15rem; } .wp-aside-top p { font-size: .86rem; line-height: 1.55; } .wp-workspace { min-height: 620px; padding: 26px 19px 20px; } .wp-progress-track { margin-bottom: 34px; } .wp-progress-head strong { font-size: .77rem; } .wp-step h1, .wp-step h2, .wp-complete h2 { font-size: 2.1rem; } .wp-lead { font-size: .96rem; } .wp-choice-group { grid-template-columns: 1fr; gap: 8px; } .wp-choice span { min-height: 47px; } .wp-reference-card { padding: 15px 14px 1px; } .wp-proposal { grid-template-columns: 1fr; } .wp-proposal-site { min-height: 260px; } .wp-contact-grid { grid-template-columns: 1fr; } .wp-review div, .wp-insight-card dl div { gap: 10px; } .wp-step-actions { display: grid; grid-template-columns: 1fr 1fr; } .wp-step-actions .wp-button-primary:only-child { grid-column: 1 / -1; } .wp-step-actions .wp-button { min-width: 0; padding: 12px 9px; font-size: .76rem; gap: 6px; } }
@media (prefers-reduced-motion: reduce) { .wp-page *, .wp-page *::before, .wp-page *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
