.cx-page-hero{padding:130px 28px 80px;background:var(--cream);position:relative;overflow:hidden}.cx-breadcrumb{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--text-muted);margin-bottom:24px;flex-wrap:wrap}.cx-breadcrumb a{color:var(--text-muted);transition:color .2s}.cx-page-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:var(--dark);line-height:1.18;max-width:720px;margin-bottom:16px}.cx-page-hero p{font-size:1.08rem;color:var(--text-muted);max-width:600px;line-height:1.7}.cx-section{padding:96px 28px}.cx-contact-layout{display:grid;grid-template-columns:1fr 480px;gap:48px;align-items:start}.cx-form-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-2xl);padding:40px}.cx-form-card h2{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:6px}.cx-form-card>p{font-size:.9rem;color:var(--text-muted);margin-bottom:28px}.cx-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cx-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.cx-form-group label{font-size:.82rem;font-weight:600;color:var(--dark)}.cx-form-group input,.cx-form-group select,.cx-form-group textarea{background:var(--cream);border:1.5px solid var(--border);border-radius:var(--r-md);padding:12px 14px;font-family:inherit;font-size:.9rem;color:var(--dark);transition:border-color .2s,box-shadow .2s;outline:none;width:100%}.cx-form-group input:focus,.cx-form-group select:focus,.cx-form-group textarea:focus{border-color:var(--g-dark);box-shadow:0 0 0 3px #4293211f}.cx-form-group textarea{resize:vertical;min-height:120px}.cx-form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7265' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.cx-submit-btn{width:100%;background:var(--grad);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;border:none;border-radius:var(--r-md);padding:16px;cursor:pointer;transition:opacity .2s,transform .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.cx-submit-btn:hover{opacity:.9;transform:translateY(-1px)}.cx-submit-btn svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2.2}.cx-form-note{font-size:.76rem;color:var(--text-muted);text-align:center;margin-top:12px}.cx-form-note a{color:var(--g-dark);font-weight:600;text-decoration:underline;text-underline-offset:2px}.cx-form-note a:hover{color:var(--dark)}.cx-contact-sidebar{display:flex;flex-direction:column;gap:20px}.cx-contact-info-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-xl);padding:28px}.cx-contact-info-card h3{font-size:.9rem;font-weight:700;color:var(--dark);margin-bottom:16px}.cx-contact-item{display:flex;align-items:flex-start;gap:14px;padding:10px 0;border-bottom:1px solid var(--cream-2)}.cx-contact-item:last-child{border-bottom:none;padding-bottom:0}.cx-contact-item-icon{width:36px;height:36px;background:#b4ec5126;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cx-contact-item-icon svg{width:16px;height:16px;fill:none;stroke:var(--g-dark);stroke-width:2}.cx-contact-item-text{display:flex;flex-direction:column;gap:2px}.cx-contact-item-text strong{font-size:.82rem;font-weight:600;color:var(--dark)}.cx-contact-item-text span{font-size:.84rem;color:var(--text-muted)}.cx-contact-item-text a{font-size:.84rem;color:var(--g-dark);font-weight:500}.cx-response-card{background:linear-gradient(135deg,#b4ec511f,#4293210f);border:1.5px solid rgba(66,147,33,.2);border-radius:var(--r-xl);padding:24px}.cx-response-card h3{font-size:.9rem;font-weight:700;color:var(--dark);margin-bottom:12px}.cx-response-item{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cx-response-item:last-child{margin-bottom:0}.cx-response-dot{width:8px;height:8px;background:var(--grad);border-radius:50%;flex-shrink:0}.cx-response-item span{font-size:.84rem;color:var(--text-muted)}.cx-services-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--r-xl);padding:28px}.cx-services-card h3{font-size:.9rem;font-weight:700;color:var(--dark);margin-bottom:14px}.cx-service-links{display:flex;flex-direction:column;gap:6px}.cx-service-link{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--r-sm);transition:background .2s}.cx-service-link:hover{background:var(--cream-2)}.cx-service-link svg{width:14px;height:14px;fill:none;stroke:var(--g-dark);stroke-width:2;flex-shrink:0}.cx-service-link span{font-size:.84rem;font-weight:500;color:var(--dark)}.cx-thanks{display:none;text-align:center;padding:40px 20px}.cx-thanks-icon{width:64px;height:64px;background:#b4ec5133;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.cx-thanks-icon svg{width:32px;height:32px;fill:none;stroke:var(--g-dark);stroke-width:2}.cx-thanks h3{font-size:1.4rem;font-weight:800;color:var(--dark);margin-bottom:10px}.cx-thanks p{color:var(--text-muted);font-size:.95rem}@media (max-width:960px){.cx-contact-layout{grid-template-columns:1fr}.cx-contact-sidebar{grid-row:1}}
