#choreography{--ink:#243643;--muted:#627382;--line:#dce4ea;--accent:#e1d6ff;font-family:Arial,sans-serif;color:var(--ink);max-width:1440px;margin:auto;padding:24px;line-height:1.6}#choreography *{box-sizing:border-box}#choreography h1,#choreography h2,#choreography h3{line-height:1.12;letter-spacing:-.035em;margin:0 0 24px}#choreography h1{font-size:clamp(40px,5.8vw,82px)}#choreography h2{font-size:clamp(30px,3.5vw,48px)}#choreography h3{font-size:23px}#choreography p{margin:0 0 22px}#choreography a{color:inherit}#choreography .ch-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px 28px;border:1px solid var(--line);border-radius:24px;margin-bottom:20px}#choreography .ch-nav a{text-decoration:none;font-weight:700;font-size:15px}#choreography .ch-nav a[aria-current]{color:#7950a0}#choreography .ch-links{display:flex;flex-wrap:wrap;gap:24px}#choreography .ch-logo{font-size:21px!important}#choreography .ch-hero{position:relative;overflow:hidden;background:#122332;color:#fff;border-radius:36px;padding:70px 56px;display:grid;grid-template-columns:1.2fr 1fr;gap:42px;align-items:center}#choreography .ch-hero p{color:#d0dae4;font-size:19px;max-width:560px}#choreography .ch-eyebrow{font-size:12px!important;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#c7e9d4!important;margin-bottom:28px}#choreography .ch-hero em{font-style:normal;color:#e1d6ff}#choreography .ch-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}#choreography .ch-button,#choreography button{font:700 16px Arial,sans-serif;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid transparent;border-radius:15px;background:#e1d6ff;color:#233242;min-height:52px;padding:15px 24px;transition:transform .2s,box-shadow .2s}#choreography .ch-button:hover,#choreography button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #9e8ece33}#choreography .ch-outline{background:transparent;border-color:#6c7d8d;color:inherit}#choreography .ch-stage{position:relative;min-height:440px;display:grid;place-items:center;background:radial-gradient(ellipse,#bd9fea35,transparent 68%);border:1px solid #ffffff24;border-radius:180px 180px 30px 30px}#choreography .ch-stage svg{width:100%;max-width:370px;height:auto;animation:ch-float 7s ease-in-out infinite;filter:drop-shadow(0 16px 30px #d5b3ff33)}#choreography .ch-stage span{position:absolute;bottom:24px;letter-spacing:.2em;font-size:12px;color:#d9c7ef}#choreography .ch-section{padding:76px 18px}#choreography .ch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}#choreography .ch-card{border:1px solid var(--line);border-radius:24px;padding:30px;background:#f7f9fb}#choreography .ch-card p{font-size:16px;color:var(--muted);margin:0}#choreography .ch-number{display:block;color:#8561a5;font-size:13px;letter-spacing:.12em;margin-bottom:32px}#choreography .ch-split{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}#choreography .ch-document{border-radius:28px;background:#f0edf8;padding:36px}#choreography details{border-bottom:1px solid var(--line);padding:20px 0}#choreography summary{cursor:pointer;font-weight:700;font-size:19px}#choreography details p{padding:16px 0 0;color:var(--muted)}#choreography iframe{display:block;width:100%;height:650px;border:1px solid var(--line);border-radius:16px;margin-top:24px}#choreography [hidden]{display:none!important}#choreography .ch-book{background:#f4f7fa;border:1px solid var(--line);border-radius:32px;padding:48px}#choreography label{display:flex;flex-direction:column;gap:9px;font-size:15px;font-weight:700}#choreography input,#choreography select,#choreography textarea{font:16px Arial,sans-serif;color:var(--ink);width:100%;min-width:0;min-height:52px;padding:14px;border:1px solid #b9c8d3;border-radius:12px;background:white}#choreography textarea{min-height:100px;resize:vertical}#choreography :focus-visible{outline:3px solid #9462c3;outline-offset:4px}#choreography .ch-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px}#choreography .ch-wide{grid-column:1/-1}#choreography .ch-cost{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;background:#223443;color:#fff;border-radius:20px;padding:28px;margin:24px 0}#choreography .ch-cost strong{font-size:40px;color:#dfd2ff}#choreography .ch-cost label{max-width:220px}#choreography .ch-small{font-size:14px;color:var(--muted)}#choreography .ch-consent{display:flex;flex-direction:row;align-items:flex-start;font-weight:400}#choreography .ch-consent input{width:21px;min-height:21px;flex:none;accent-color:#71519a}#choreography .ch-footer{padding:40px 18px;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}#choreography #ch-status{margin-top:24px;font-weight:700;overflow-wrap:anywhere}#choreography button:disabled{opacity:.6;cursor:wait}@keyframes ch-float{50%{transform:translateY(-12px) rotate(2deg)}}@media(max-width:800px){#choreography{padding:12px}#choreography .ch-nav{padding:18px;gap:16px}#choreography .ch-links{gap:14px}#choreography .ch-hero{grid-template-columns:1fr;padding:36px 24px;gap:20px}#choreography .ch-stage{min-height:270px}#choreography .ch-stage svg{max-width:230px}#choreography .ch-grid,#choreography .ch-split{grid-template-columns:1fr}#choreography .ch-section{padding:46px 10px}#choreography .ch-book{padding:28px 18px}#choreography .ch-fields{grid-template-columns:1fr}#choreography .ch-document{padding:26px}#choreography .ch-cost{padding:20px}#choreography iframe{height:480px}}@media(prefers-reduced-motion:reduce){#choreography *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
