.page-header{background:var(--navy);padding:8rem 5rem 5rem;position:relative;overflow:hidden;text-align:center}.page-header::before{content:'';position:absolute;top:0;right:0;width:40%;height:100%;background:var(--navy-mid);clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%)}.page-header::after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:60px;background:var(--light);clip-path:ellipse(55% 100% at 50% 100%)}.header-inner{position:relative;z-index:1}.page-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(97,206,112,.15);border:1px solid rgba(97,206,112,.3);color:var(--green);border-radius:50px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.35rem .9rem;margin-bottom:1.4rem}.page-eyebrow::before{content:'';width:6px;height:6px;background:var(--green);border-radius:50%}.page-header h1{font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;color:var(--white);margin-bottom:1rem;letter-spacing:-.03em}.page-header h1 span{color:var(--green)}.page-header p{font-size:1rem;color:rgba(255,255,255,.65);max-width:480px;margin:0 auto;line-height:1.8;font-weight:300}.confirm-section{background:var(--light);padding:6rem 5rem 7rem}.confirm-wrap{display:grid;grid-template-columns:1.65fr 1fr;gap:3rem;align-items:start;max-width:1100px;margin:0 auto}.confirm-card{background:var(--white);border-radius:16px;border:1.5px solid var(--border);box-shadow:0 8px 50px rgba(0,30,53,7%);padding:3rem 3rem 2.5rem}.confirm-icon-wrap{position:relative;width:72px;height:72px;margin-bottom:2rem}.confirm-icon{width:72px;height:72px;border-radius:50%;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;position:relative;z-index:1;animation:popIn .5s cubic-bezier(.22,1,.36,1)both}@keyframes popIn{from{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.confirm-icon-ring{position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(97,206,112,.3);animation:ringPulse 2s ease-out .5s infinite}@keyframes ringPulse{0%{transform:scale(1);opacity:.8}100%{transform:scale(1.5);opacity:0}}.confirm-card h2{font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:.7rem;letter-spacing:-.02em}.confirm-lead{font-size:.975rem;line-height:1.8;color:var(--mid);max-width:520px;margin-bottom:2.5rem}.next-steps{background:var(--light);border-radius:12px;border:1px solid var(--border);padding:1.8rem 2rem;margin-bottom:1.8rem}.next-step-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--mid);margin-bottom:1.4rem}.steps-list{display:flex;flex-direction:column;gap:0}.step-item{display:grid;grid-template-columns:28px 1fr auto;grid-template-rows:auto auto;column-gap:1rem;position:relative}.step-item:not(.last){padding-bottom:1.4rem}.step-dot{width:28px;height:28px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;grid-column:1;grid-row:1;position:relative;z-index:1}.step-dot.green{background:var(--green);color:var(--white);box-shadow:0 0 0 4px rgba(97,206,112,.2)}.step-dot.blue{background:var(--blue-light);border:2px solid var(--blue)}.step-dot.navy{background:#e8edf2;border:2px solid #c8d5e0}.step-dot.green-outline{background:var(--white);border:2px dashed var(--green)}.step-connector{grid-column:1;grid-row:2;width:2px;height:100%;min-height:10px;background:var(--border);margin:4px auto 0}.step-body{grid-column:2;grid-row:1/3;padding-top:3px}.step-title{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.step-item.active .step-title{color:var(--green-dark)}.step-desc{font-size:.82rem;line-height:1.6;color:var(--mid)}.step-time{grid-column:3;grid-row:1;font-size:.68rem;font-weight:600;color:var(--mid);white-space:nowrap;padding-top:5px;text-align:right}.step-item.active .step-time{color:var(--green-dark)}.confirm-note{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--mid);background:var(--blue-light);border-radius:8px;padding:.9rem 1.2rem}.confirm-note svg{color:var(--blue-dark);flex-shrink:0}.confirm-note a{color:var(--blue-dark);font-weight:600;text-decoration:none}.confirm-note a:hover{text-decoration:underline}.confirm-aside{display:flex;flex-direction:column;gap:1.2rem}.aside-card{background:var(--white);border-radius:12px;border:1.5px solid var(--border);padding:1.8rem}.aside-card h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:1rem}.avail-card{background:var(--navy);border-color:var(--navy)}.avail-status{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.7rem}.avail-dot{width:8px;height:8px;background:var(--green);border-radius:50%;flex-shrink:0;animation:pulse 1.8s ease infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.35}}.avail-card h3{color:var(--white)}.avail-card p{font-size:.845rem;line-height:1.7;color:rgba(255,255,255,.6)}.proposal-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.proposal-list li{display:flex;align-items:center;gap:.65rem;font-size:.865rem;color:var(--mid)}.pl-check{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:var(--green-light);color:var(--green-dark);display:flex;align-items:center;justify-content:center}.aside-testimonial{background:var(--blue-light);border-left:3px solid var(--blue);border-radius:0 10px 10px 0;padding:1.4rem 1.5rem}.stars{display:flex;gap:.2rem;margin-bottom:.8rem}.star{color:#f59e0b;font-size:.85rem}.aside-testimonial blockquote{font-size:.855rem;line-height:1.75;color:var(--navy);font-style:italic;margin-bottom:1rem}.t-author{display:flex;align-items:center;gap:.75rem}.t-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--white);flex-shrink:0}.t-avatar.green{background:var(--green-dark)}.t-name{font-size:.82rem;font-weight:700;color:var(--navy)}.t-title{font-size:.7rem;color:var(--mid);margin-top:.1rem}.explore-section{background:var(--white);padding:6rem 5rem 7rem}.explore-inner{max-width:860px;margin:0 auto}.explore-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--mid);margin-bottom:.6rem}.explore-section h2{margin-bottom:.7rem}.explore-links{display:flex;flex-direction:column;gap:.8rem;margin-top:2.5rem}.explore-card{display:flex;align-items:center;gap:1.2rem;background:var(--light);border:1.5px solid var(--border);border-radius:12px;padding:1.3rem 1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.explore-card:hover{transform:translateX(6px);box-shadow:0 8px 30px rgba(0,30,53,7%);background:var(--white);border-color:var(--green)}.ec-icon{width:46px;height:46px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.ec-icon.blue{background:var(--blue-light);color:var(--blue-dark)}.ec-icon.green{background:var(--green-light);color:var(--green-dark)}.ec-icon.navy{background:#e8edf2;color:var(--navy-mid)}.ec-body{flex:1}.ec-title{font-size:.925rem;font-weight:700;color:var(--navy);margin-bottom:.15rem}.ec-desc{font-size:.8rem;color:var(--mid)}.ec-arrow{color:var(--mid);flex-shrink:0;transition:color .2s,transform .2s}.explore-card:hover .ec-arrow{color:var(--green-dark);transform:translateX(3px)}@media(max-width:960px){.page-header{padding:7rem 2rem 4rem}.page-header::before{display:none}.confirm-section{padding:4rem 2rem 5rem}.confirm-wrap{grid-template-columns:1fr}.confirm-card{padding:2rem 1.8rem}.step-time{display:none}.explore-section{padding:5rem 2rem}}