.page-header{padding:5rem 1.5rem;background-color:#1e0a24;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to right,#4a1e3c,#1e0a24);color:#fff;text-align:center;box-shadow:inset 0 -10px 20px -10px #0006}.page-header-title{font-weight:700!important;font-size:3rem!important;color:#fff}.hero-banner{background:var(--bg-page);color:var(--text-main);padding:4rem 3rem;min-height:70vh;border-radius:3.5rem;position:relative;overflow:hidden;display:flex;align-items:center}.hero-blur{position:absolute;z-index:-1;border-radius:50%;filter:blur(120px)}.hero-blur-1{top:0;right:0;width:500px;height:500px;background:#3b82f633;animation:pulse 8s infinite}.hero-blur-2{bottom:0;left:0;width:400px;height:400px;background:#6366f11a}@keyframes pulse{0%,to{transform:scale(1);opacity:.2}50%{transform:scale(1.1);opacity:.3}}.hero-content{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}.hero-badges{display:flex;gap:1rem;margin-bottom:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:var(--bg-card);border:1px solid var(--border)}.badge-icon{width:1rem;height:1rem}.hero-badge-experience{background:linear-gradient(135deg,#fef08a,#facc15);color:#a16207;border-color:#facc15;box-shadow:0 0 20px #facc1580}.badge-text{font-size:.525rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;opacity:.8}.hero-title{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:500;letter-spacing:-.05em;line-height:1;margin-bottom:2rem;filter:drop-shadow(0 10px 10px rgba(0,0,0,.2))}.hero-gradient{background:linear-gradient(to right,#60a5fa,#a5b4fc);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-size:clamp(1rem,2vw,1.25rem);opacity:.7;line-height:1.6;max-width:48rem;margin-bottom:2.5rem;font-weight:500}.hero-features{display:grid;grid-template-columns:1fr;gap:1.5rem}.feature-card{position:relative;padding-left:1.5rem;border-left:2px solid}.feature-blue{border-color:#3b82f64d}.feature-indigo{border-color:#6366f14d}.feature-title{color:var(--accent);font-weight:500;font-size:1.25rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.feature-text{font-size:.575rem;opacity:.6;line-height:1.6}.hero-right-column{display:flex;flex-direction:column;gap:2rem}.sticky-note-card{background-color:#fef08a;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;transform:rotate(3deg);transition:transform .3s ease,box-shadow .3s ease;text-align:center;position:relative}.sticky-note-card.pinned:before{content:"";position:absolute;top:-10px;left:50%;transform:translate(-50%);width:20px;height:20px;background-color:#ef4444;border-radius:50%;box-shadow:0 2px 4px #0003}.sticky-note-card:hover{transform:rotate(0) scale(1.05);box-shadow:0 8px 16px #0003}.sticky-note-image{width:100%;height:auto;max-width:150px;margin:0 auto 1.5rem;display:block;object-fit:contain;mix-blend-mode:multiply}.sticky-note-title{color:#a16207;font-size:1.5rem;margin-bottom:1rem}.sticky-note-description{color:#a16207;font-size:1rem}.hero-stats{display:none}.stats-card{background:linear-gradient(to bottom right,rgba(255,255,255,.1),transparent);border:1px solid var(--border);border-radius:2rem;padding:2rem;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);box-shadow:0 40px 80px -15px #00000080}.stats-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.stats-icon{width:3rem;height:3rem;background:var(--accent);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 20px #3b82f666}.stats-label{font-size:.525rem;font-weight:500;opacity:.3;text-transform:uppercase}.stats-main{margin-bottom:1.5rem}.stats-number{font-size:1.875rem;font-weight:500;margin-bottom:.25rem}.stats-subtitle{font-size:.525rem;text-transform:uppercase;font-weight:500;opacity:.5;letter-spacing:.1em}.stats-divider{height:1px;width:100%;background:var(--border);margin-bottom:1.5rem}.stats-footer{display:flex;gap:1rem;align-items:center}.stats-avatars{display:flex;margin-left:-.75rem}.avatar{width:2rem;height:2rem;border-radius:50%;border:2px solid var(--bg-page);margin-left:-.75rem}.avatar-1{background:#3b82f6}.avatar-2{background:#6366f1}.avatar-3{background:#475569}.stats-projects{font-size:.525rem;font-weight:500;opacity:.6}@media(min-width:768px){.hero-features{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:clamp(3rem,8vw,5rem)}.hero-description{font-size:clamp(1rem,2vw,1.5rem)}}@media(min-width:1024px){.hero-content{grid-template-columns:2fr 1fr}.hero-stats{display:block}}@media(max-width:1024px){.hero-right-column{margin-top:2rem}.sticky-note-card{transform:rotate(0)}}@media(max-width:768px){.hero-banner{padding:3rem 1.5rem;border-radius:2rem;min-height:auto}.hero-badges{flex-direction:column;gap:.5rem}}.services-section-container{padding:4rem 1.5rem;background-color:var(--bg-page)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto}.service-card{background-color:var(--bg-card);border:1px solid var(--border);border-radius:1.5rem;padding:2.5rem;display:flex;flex-direction:column;transition:all .3s ease}.card-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.card-icon{flex-shrink:0;color:var(--accent);width:2.5rem;height:2.5rem}.card-title{font-size:1.4rem;font-weight:600;line-height:1.3;color:var(--text-main)}.card-description{font-size:1rem;line-height:1.6;color:var(--text-dim);margin-bottom:1.5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.card-tag{background-color:var(--bg-page);color:var(--text-dim);padding:.5rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:500;border:1px solid var(--border);transition:all .2s ease}.card-tag:hover{background-color:var(--accent-soft);color:var(--accent);border-color:var(--accent-soft)}.card-features{list-style-type:none;padding:0;margin:auto 0 0;display:flex;flex-direction:column;gap:1rem}.card-feature{font-size:1rem;color:var(--text-main);display:flex;align-items:flex-start;gap:1rem}.card-feature:before{content:"✓";font-weight:700;color:var(--accent);flex-shrink:0;margin-top:2px}
