.cwx-hero{background:0 0;flex-direction:column;justify-content:space-between;min-height:100vh;display:flex;position:relative;overflow:hidden}.cwx-hero__bg{object-fit:cover;object-position:center;z-index:0;position:absolute;inset:0}.cwx-hero__shade{z-index:1;pointer-events:none;background:linear-gradient(#0b0a10d1 0%,#0b0a1094 26%,#0b0a10a8 50%,#0b0a10e0 76%,#0b0a10 100%);position:absolute;inset:0}.cwx-hero__inner{z-index:2;flex:1;align-items:center;padding-block:clamp(6rem,10vw,10rem);display:flex;position:relative}.cwx-hero__content{text-align:center;flex-direction:column;align-items:center;gap:clamp(1.5rem,2.5vw,2.25rem);width:min(1340px,100% - clamp(1.5rem,4vw,3rem));margin-inline:auto;display:flex}.cwx-hero__headline{font-family:var(--cwx-font-display);font-weight:800;font-size:var(--cwx-fs-hero);line-height:var(--cwx-lh-tight);letter-spacing:-.02em;max-width:18ch}.cwx-hero__hl-1{color:var(--cwx-text-primary)}.cwx-hero__hl-2{background:var(--cwx-gradient-heading);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.cwx-hero__hl-sep{height:.08em;display:block}.cwx-hero__subline{font-family:var(--cwx-font-display);font-size:var(--cwx-fs-xl);font-weight:600;line-height:var(--cwx-lh-snug);color:var(--cwx-text-muted);max-width:48ch}.cwx-hero__lead{font-family:var(--cwx-font-body);font-size:var(--cwx-fs-lg);font-weight:400;line-height:var(--cwx-lh-relaxed);color:var(--cwx-text-secondary);max-width:55ch}.cwx-hero__lead strong{color:var(--cwx-text-secondary);font-weight:700}.cwx-hero__ctas{margin-top:var(--cwx-space-2);flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.75rem,1.5vw,1.25rem);display:flex}.cwx-hero__cta-primary{color:#edeaf6;border:1px solid var(--cwx-glass-border-h);border-radius:var(--cwx-radius);box-shadow:var(--cwx-glass-sheen);font-family:var(--cwx-font-display);font-size:var(--cwx-fs-sm);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:linear-gradient(#fff3,#fff0 58%),linear-gradient(135deg,#7c3aed,#9333ea);align-items:center;gap:.55em;padding:.9em 2.25em;font-weight:800;text-decoration:none;transition:background .26s,box-shadow .26s,transform .18s;display:inline-flex}.cwx-hero__cta-primary:hover,.cwx-hero__cta-primary:focus-visible{box-shadow:var(--cwx-glass-sheen), 0 0 36px #7c3aed73;color:#edeaf6;background:linear-gradient(#ffffff47,#fff0 58%),linear-gradient(135deg,#8b5cf6,#7c3aed)}.cwx-hero__cta-primary svg{flex-shrink:0;width:13px;height:13px;transition:transform .22s}.cwx-hero__cta-primary:hover svg{transform:translate(3px)}.cwx-hero__cta-ghost{background:linear-gradient(180deg, #ffffff1a, #ffffff05), var(--cwx-glass-bg);-webkit-backdrop-filter:var(--cwx-glass-blur);color:var(--cwx-text-primary);border:1px solid var(--cwx-glass-border);border-radius:var(--cwx-radius);box-shadow:var(--cwx-glass-sheen);font-family:var(--cwx-font-display);font-size:var(--cwx-fs-sm);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;cursor:pointer;align-items:center;gap:.55em;padding:.88em 2.1em;font-weight:700;text-decoration:none;transition:border-color .26s,color .26s,background .26s,box-shadow .26s;display:inline-flex}.cwx-hero__cta-ghost:hover,.cwx-hero__cta-ghost:focus-visible{border-color:var(--cwx-glass-border-h);color:var(--cwx-text-primary);background:linear-gradient(180deg, #ffffff29, #ffffff0a), var(--cwx-glass-bg-hover);box-shadow:var(--cwx-glass-sheen), 0 0 24px #7c3aed47}.cwx-hero__cta-ghost svg{flex-shrink:0;width:12px;height:12px;transition:transform .22s}.cwx-hero__cta-ghost:hover svg{transform:translate(3px)}.cwx-hero__stats{width:100%;max-width:1000px;margin-top:var(--cwx-space-6);flex-wrap:wrap;justify-content:center;gap:clamp(.85rem,1.5vw,1.25rem);display:flex}.cwx-hero__stat{text-align:center;background:var(--cwx-bg-surface);border:1px solid var(--cwx-border);border-radius:var(--cwx-radius-lg);flex-direction:column;flex:0 300px;gap:.35rem;padding:clamp(1.25rem,2vw,1.75rem) clamp(1.4rem,2.2vw,2rem);display:flex}.cwx-hero__stat-value{font-family:var(--cwx-font-display);font-weight:800;font-size:var(--cwx-fs-3xl);letter-spacing:-.01em;background:linear-gradient(90deg, #00faa8, var(--cwx-purple-glow));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;line-height:1.05}.cwx-hero__stat-label{font-family:var(--cwx-font-body);font-size:var(--cwx-fs-sm);font-weight:500;line-height:var(--cwx-lh-snug);color:var(--cwx-text-muted)}@media (prefers-reduced-motion:no-preference){.cwx-hero__headline,.cwx-hero__subline,.cwx-hero__lead,.cwx-hero__ctas,.cwx-hero__stats{animation:.7s both cwx-hero-fadein}.cwx-hero__headline{animation-delay:.18s}.cwx-hero__subline{animation-delay:.26s}.cwx-hero__lead{animation-delay:.34s}.cwx-hero__ctas{animation-delay:.48s}.cwx-hero__stats{animation-delay:.6s}}@keyframes cwx-hero-fadein{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.cwx-hero__ctas{flex-direction:column;align-items:stretch}.cwx-hero__cta-primary,.cwx-hero__cta-ghost{justify-content:center;width:100%}.cwx-hero__stat{flex-basis:100%}}@media (min-width:2560px){.cwx-hero__headline{font-size:clamp(5.6rem,5.5vw,8rem)}}
.cwx-contact{padding-block:var(--cwx-section-py)}.cwx-contact__inner{z-index:1;flex-direction:column;gap:clamp(2.5rem,5vw,4rem);width:min(1180px,100% - clamp(1.5rem,4vw,3rem));margin-inline:auto;display:flex;position:relative}.cwx-contact__header{flex-direction:column;display:flex}.cwx-contact__overline{color:#00faa8;margin-bottom:var(--cwx-space-4)}.cwx-contact__headline{font-family:var(--cwx-font-display);font-weight:800;font-size:var(--cwx-fs-4xl);line-height:var(--cwx-lh-tight);letter-spacing:-.015em;margin-bottom:var(--cwx-space-6);background:var(--cwx-gradient-heading);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.cwx-contact__lead{color:var(--cwx-text-secondary)}.cwx-contact__grid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:clamp(1.25rem,2.5vw,1.75rem);display:grid}.cwx-contact__info-card{background:var(--cwx-bg-elevated);border:1px solid var(--cwx-border);border-radius:var(--cwx-radius-lg);gap:var(--cwx-space-6);flex-direction:column;padding:clamp(1.5rem,2.5vw,1.9rem);display:flex}.cwx-contact__info-item{gap:var(--cwx-space-1);flex-direction:column;display:flex}.cwx-contact__info-label{font-family:var(--cwx-font-body);font-size:var(--cwx-fs-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--cwx-text-faint);font-weight:800;display:block}.cwx-contact__info-value{color:var(--cwx-text-primary);transition:color var(--cwx-t-base);font-weight:700;text-decoration:none}a.cwx-contact__info-value:hover,a.cwx-contact__info-value:focus-visible{color:var(--cwx-purple-glow)}.cwx-contact__trust{background:var(--cwx-bg-elevated);border:1px solid var(--cwx-border);border-radius:var(--cwx-radius-lg);gap:var(--cwx-space-4);flex-direction:column;padding:clamp(1.5rem,2.5vw,1.9rem);list-style:none;display:flex}.cwx-contact__trust-item{color:var(--cwx-text-secondary);align-items:baseline;gap:.5rem;display:flex}.cwx-contact__trust-check{color:var(--cwx-mint);flex-shrink:0;font-weight:700}.cwx-contact__way{background:var(--cwx-bg-elevated);border:1px solid var(--cwx-purple-border);border-radius:var(--cwx-radius-lg);gap:var(--cwx-space-3);flex-direction:column;padding:clamp(1.75rem,3vw,2.25rem);display:flex}.cwx-contact__way-eyebrow{font-family:var(--cwx-font-body);font-size:var(--cwx-fs-xs);letter-spacing:.16em;text-transform:uppercase;color:#00faa8;font-weight:800}.cwx-contact__way-value{font-family:var(--cwx-font-display);font-weight:800;font-size:var(--cwx-fs-lg);letter-spacing:-.008em;color:var(--cwx-text-primary);word-break:break-word}.cwx-contact__way-text{font-family:var(--cwx-font-body);font-size:var(--cwx-fs-sm);font-weight:400;line-height:var(--cwx-lh-base);color:var(--cwx-text-muted);flex:1}.cwx-contact__way-cta{color:#edeaf6;background:linear-gradient(135deg,#7c3aed,#9333ea);border-color:#0000;width:100%;margin-top:auto}.cwx-contact__way-cta:hover,.cwx-contact__way-cta:focus-visible{color:#edeaf6;background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 0 36px #7c3aed73}@media (max-width:700px){.cwx-contact__grid{grid-template-columns:1fr}}
