.home-discovery-section{--bg:#0b0b0f;--bg2:#0f0f15;--surface:#141419;--surface2:#1a1a22;--border:hsla(0,0%,100%,.07);--border2:hsla(0,0%,100%,.12);--purple:#8b5cf6;--purple-b:#7c3aed;--purple-d:rgba(139,92,246,.12);--pink:#ec4899;--text:#f0eef8;--mid:#7b7891;--dim:#35333f;--green:#10b981;--green-d:rgba(16,185,129,.1);--sans:var(--font-body);--mono:"Space Mono",monospace;background-color:#f3f0f0;color:#000;font-family:var(--sans);isolation:isolate}.home-discovery-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.5 0.5' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.796 0 0 0 0 0.796 0 0 0 0 0.796 0 0 0 0.25 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.home-discovery-section:after{display:none}.home-discovery-section>*{position:relative;z-index:1}.home-discovery-section .home-discovery-title{color:#000;font-family:var(--font-display);font-weight:700}.home-discovery-section .home-discovery-lead{color:rgba(0,0,0,.55)}.home-discovery-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:40px 56px;align-items:start}.home-discovery-copy{text-align:left;padding-top:8px}.home-discovery-calendar-line{margin:0;font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.55;color:rgba(0,0,0,.55)}.home-discovery-calendar-link{color:#000;font-weight:500;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(139,92,246,.55);transition:color .15s ease,text-decoration-color .15s ease}.home-discovery-calendar-link:hover{color:var(--purple);text-decoration-color:var(--purple)}.home-discovery-form-col{min-width:0}@media (max-width:900px){.home-discovery-split{grid-template-columns:1fr;gap:28px}.home-discovery-copy{padding-top:0}}.home-discovery-section .home-discovery-title .home-title-accent{font-family:inherit;font-style:normal;font-weight:inherit}.home-discovery-section .discovery-multistep{max-width:none;margin:0;position:relative;z-index:1}.home-discovery-section .discovery-multistep-form{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:48px;margin-bottom:0;text-align:left}.home-discovery-section .form-step{display:none}.home-discovery-section .form-step.active{display:block}.home-discovery-section .step-indicator{display:flex;align-items:center;gap:0;margin-bottom:40px;flex-wrap:wrap}.home-discovery-section .si-step{display:flex;align-items:center;gap:8px}.home-discovery-section .si-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:10px;font-weight:700;background:var(--surface2);color:var(--mid);border:1px solid var(--border);transition:all .3s;flex-shrink:0}.home-discovery-section .si-dot.done{background:var(--purple);color:#fff;border-color:var(--purple);box-shadow:0 0 12px rgba(139,92,246,.3)}.home-discovery-section .si-dot.active{background:var(--surface2);color:var(--purple);border-color:var(--purple)}.home-discovery-section .si-label{font-family:var(--font-body);font-style:normal;font-weight:500;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--mid)}.home-discovery-section .si-label.active-label{color:var(--text)}.home-discovery-section .si-line{flex:1;height:1px;background:var(--border);margin:0 12px;max-width:60px}.home-discovery-section .step-title{font-family:var(--sans);font-size:20px;font-weight:700;color:var(--text);margin-bottom:6px;text-align:left}.home-discovery-section .step-sub{font-size:13px;color:var(--mid);margin-bottom:32px;text-align:left}.home-discovery-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.home-discovery-section .form-row.full{grid-template-columns:1fr}.home-discovery-section .form-group{display:flex;flex-direction:column;gap:7px}.home-discovery-section .form-group label,.home-discovery-section .form-group-label{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);text-align:left}.home-discovery-section .form-group input,.home-discovery-section .form-group select,.home-discovery-section .form-group textarea{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:13px 16px;font-family:var(--sans);font-size:14px;color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.home-discovery-section .form-group input:focus,.home-discovery-section .form-group select:focus,.home-discovery-section .form-group textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(139,92,246,.12)}.home-discovery-section .form-group textarea{resize:vertical;min-height:100px}.home-discovery-section .form-group select{cursor:pointer}.home-discovery-section .plan-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.home-discovery-section .plan-option{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:16px 14px;cursor:pointer;transition:all .2s;text-align:left}.home-discovery-section .plan-option:hover{border-color:var(--border2)}.home-discovery-section .plan-option.selected{border-color:var(--purple);background:var(--purple-d);box-shadow:0 0 0 1px var(--purple)}.home-discovery-section .po-track{font-family:var(--mono);font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:6px}.home-discovery-section .po-name{font-size:13px;font-weight:600;color:var(--text);line-height:1.3}.home-discovery-section .budget-options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.home-discovery-section .budget-opt{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px 16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:10px}.home-discovery-section .budget-opt:hover{border-color:var(--border2)}.home-discovery-section .budget-opt.selected{border-color:var(--purple);background:var(--purple-d)}.home-discovery-section .bo-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--dim);flex-shrink:0;transition:all .2s;display:flex;align-items:center;justify-content:center}.home-discovery-section .budget-opt.selected .bo-dot{border-color:var(--purple);background:var(--purple)}.home-discovery-section .budget-opt.selected .bo-dot:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.home-discovery-section .bo-text{font-size:13px;color:var(--text);font-weight:500}.home-discovery-section .form-nav{display:flex;justify-content:space-between;align-items:center;margin-top:36px;padding-top:28px;border-top:1px solid var(--border);flex-wrap:wrap;gap:16px}.home-discovery-section .btn-next,.home-discovery-section .btn-prev,.home-discovery-section .btn-submit{font-family:var(--sans);font-size:14px;font-weight:600;padding:13px 32px;border-radius:10px;border:none;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.home-discovery-section .btn-next,.home-discovery-section .btn-submit{background:var(--purple);color:#fff;box-shadow:0 4px 20px rgba(139,92,246,.3)}.home-discovery-section .btn-next:hover:not(:disabled),.home-discovery-section .btn-submit:hover:not(:disabled){background:var(--purple-b);transform:translateY(-1px);box-shadow:0 8px 28px rgba(139,92,246,.4)}.home-discovery-section .btn-submit:disabled{opacity:.6;cursor:not-allowed}.home-discovery-section .btn-prev{background:var(--surface2);color:var(--mid);border:1px solid var(--border)}.home-discovery-section .btn-prev:hover{color:var(--text);border-color:var(--border2)}.home-discovery-section .step-progress{font-family:var(--mono);font-size:10px;color:var(--dim);letter-spacing:.1em}.home-discovery-section .form-success{display:none;text-align:center;padding:40px 0}.home-discovery-section .form-success.show{display:block}.home-discovery-section .success-icon{width:64px;height:64px;border-radius:50%;background:var(--green-d);border:1px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 24px;color:var(--green)}.home-discovery-section .form-success h3{font-family:var(--sans);font-size:24px;font-weight:700;color:var(--text);margin-bottom:10px}.home-discovery-section .form-success p{font-size:14px;color:var(--mid);max-width:360px;margin:0 auto;line-height:1.7}.home-discovery-section .discovery-form-error{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);color:#f59e0b;padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px}.home-discovery-section .discovery-calendar-title{font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--text);margin-bottom:12px;text-align:center}.home-discovery-section .discovery-calendar-embed{border-radius:16px;border:1px solid var(--border);overflow:hidden;background:var(--surface2);min-height:70vh}.home-discovery-section .discovery-calendar-iframe{width:100%;min-height:600px;height:70vh;max-height:85vh;border:0}.home-discovery-section .discovery-calendar-link{margin-top:12px;text-align:center;font-size:14px;color:var(--mid)}.home-discovery-section .discovery-calendar-link a{color:var(--purple)}.home-discovery-section .discovery-calendar-link a:hover{color:#a78bfa}@media (max-width:768px){.home-discovery-section .discovery-multistep-form{padding:28px 20px;border-radius:16px}.home-discovery-section .si-line{display:none}.home-discovery-section .budget-options,.home-discovery-section .form-row,.home-discovery-section .plan-selector{grid-template-columns:1fr}.home-discovery-section .step-indicator{margin-bottom:28px;gap:8px}}@media (max-width:480px){.home-discovery-section{padding-top:48px;padding-bottom:64px}.home-discovery-section .discovery-multistep-form{padding:22px 16px}}