.page-hero{padding:4rem 3rem 3rem;background:var(--white);border-bottom:.5px solid var(--border)}.page-hero-inner{max-width:1200px;margin:0 auto}.page-hero h1{font-family:var(--font-display);font-size:clamp(2.6rem,5vw,3.8rem);font-weight:900;line-height:1.05;color:var(--dark);margin-bottom:1.25rem;animation:fadeUp .6s ease .2s both}.page-hero h1 em{font-style:normal;color:var(--rose)}.page-hero-lead{font-size:1.05rem;font-weight:300;color:var(--mid);line-height:1.75;max-width:620px;margin-bottom:2rem;animation:fadeUp .6s ease .3s both}.hero-tag{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:1.25rem;animation:fadeUp .6s ease .15s both}.hero-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:2rem;animation:fadeUp .6s ease .35s both}.hero-meta{display:flex;gap:2rem;flex-wrap:wrap;animation:fadeUp .6s ease .4s both}.hero-meta-item{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:400;color:var(--mid)}.hero-meta-dot{width:6px;height:6px;border-radius:50%;background:var(--rose);flex-shrink:0}.for-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.for-item{display:flex;align-items:flex-start;gap:12px;background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.for-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.for-text{font-size:.9rem;font-weight:300;color:var(--mid);line-height:1.6}.process-intro{max-width:600px;margin-bottom:3rem}.steps{display:flex;flex-direction:column;gap:0}.step{display:flex;gap:1.5rem;padding-bottom:2rem}.step-left{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.step-num{width:40px;height:40px;border-radius:50%;background:var(--rose-light);border:1.5px solid var(--rose);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:.85rem;font-weight:800;color:var(--rose);flex-shrink:0}.step-line{width:1.5px;flex:1;background:var(--border);margin-top:8px}.step-right{padding-top:6px}.step-label{font-size:.68rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.step-title{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:var(--dark);margin-bottom:6px}.step-desc{font-size:.9rem;font-weight:300;color:var(--mid);line-height:1.7;max-width:520px}.consult-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.consult-card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.consult-card-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.consult-card-icon svg{width:20px;height:20px;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.consult-title{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--dark);margin-bottom:8px}.consult-desc{font-size:.875rem;font-weight:300;color:var(--mid);line-height:1.7}.consult-note{display:flex;align-items:flex-start;gap:12px;background:var(--cream-light);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}.consult-note-icon{font-size:1.2rem;flex-shrink:0}.consult-note-text{font-size:.875rem;font-weight:400;color:var(--mid);line-height:1.65}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.trust-card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.trust-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.trust-icon svg{width:20px;height:20px;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.trust-title{font-family:var(--font-display);font-size:1rem;font-weight:800;color:var(--dark);margin-bottom:6px}.trust-desc{font-size:.875rem;font-weight:300;color:var(--mid);line-height:1.7}.other-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2rem}.other-card{background:var(--bg);border:.5px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;text-align:center;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column;align-items:center;gap:.75rem}.other-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f;border-color:var(--rose-mid)}.other-icon{width:44px;height:44px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center}.other-icon svg{width:20px;height:20px;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.other-name{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--dark)}.other-link{font-size:.75rem;font-weight:500;color:var(--rose)}@media(max-width:960px){.page-hero{padding:3rem 1.5rem}.for-grid,.consult-grid,.trust-grid{grid-template-columns:1fr}.other-grid{grid-template-columns:repeat(3,1fr)}.hero-meta{gap:1rem}}@media(max-width:600px){.other-grid{grid-template-columns:repeat(2,1fr)}.hero-meta{flex-direction:column;gap:.75rem}}
