@import url('home.css');.services-hero{width:100vw;position:relative;left:50%;transform:translateX(-50%);background:var(--brand-gradient);overflow:hidden;padding:5rem 12% 4.5rem;min-height:440px;display:flex;align-items:center;}.services-hero::before{content:'';position:absolute;top:-100px;right:-80px;width:460px;height:460px;background:rgba(255,255,255,0.06);border-radius:50%;pointer-events:none;}.services-hero::after{content:'';position:absolute;bottom:-130px;left:28%;width:320px;height:320px;background:rgba(255,255,255,0.04);border-radius:50%;pointer-events:none;}.services-hero-content{display:flex;align-items:center;gap:4rem;position:relative;z-index:1;max-width:1200px;width:100%;}.breadcrumb-hero{display:flex;align-items:center;gap:0.5rem;font-family:'Inter',sans-serif;font-size:0.82rem;margin-bottom:1.25rem;}.breadcrumb-hero a{color:rgba(255,255,255,0.75);text-decoration:none;transition:color 0.2s;}.breadcrumb-hero a:hover{color:white;}.breadcrumb-hero .bh-sep{color:rgba(255,255,255,0.4);}.breadcrumb-hero span:last-child{color:rgba(255,255,255,0.9);font-weight:600;}.hero-stats{flex:0 0 auto;display:flex;flex-direction:row;gap:1.75rem;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:20px;padding:4rem 2.5rem;backdrop-filter:blur(10px);min-width:210px;}.hero-stat{display:flex;flex-direction:column;align-items:center;text-align:center;}.hero-stat .stat-number{font-family:'PT Serif',serif;font-size:2.2rem;font-weight:700;color:white;line-height:1;}.hero-stat .stat-label{font-family:'Inter',sans-serif;font-size:0.78rem;color:rgba(255,255,255,0.8);margin-top:0.3rem;line-height:1.3;max-width:120px;}.discovery-band{width:100vw;position:relative;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#fcb045 0%,#fd1d1d 100%);padding:4rem 12%;margin:0 0 2rem;overflow:hidden;}.discovery-band::before{content:'';position:absolute;top:-80px;right:-80px;width:320px;height:320px;background:rgba(255,255,255,0.07);border-radius:50%;pointer-events:none;}.discovery-band::after{content:'';position:absolute;bottom:-80px;left:6%;width:240px;height:240px;background:rgba(255,255,255,0.04);border-radius:50%;pointer-events:none;}.discovery-band-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:3.5rem;align-items:center;position:relative;z-index:1;}.discovery-badge{display:inline-flex;align-items:center;background:rgba(255,255,255,0.25);border:1px solid rgba(255,255,255,0.4);color:white;font-family:'Inter',sans-serif;font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:1rem;}.discovery-text h2{font-family:'PT Serif',serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:white;line-height:1.2;margin-bottom:0.75rem;}.discovery-text p{font-family:'Inter',sans-serif;font-size:0.97rem;color:rgba(255,255,255,0.88);line-height:1.7;}.discovery-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;}.discovery-card{background:white;border-radius:20px;padding:1.75rem;box-shadow:0 20px 40px rgba(0,0,0,0.15);display:flex;flex-direction:column;gap:0.75rem;}.discovery-card-icon{width:52px;height:52px;border-radius:14px;background:#fff3e6;display:flex;align-items:center;justify-content:center;}.discovery-card-icon svg{fill:#fd7200;}.discovery-card h3{font-family:'PT Serif',serif;font-size:1.05rem;font-weight:700;color:var(--text-dark,#1a1a2e);margin:0;}.discovery-card p{font-family:'Inter',sans-serif;font-size:0.84rem;color:var(--text-muted,#777);line-height:1.65;margin:0;flex:1;}.discovery-meta{display:flex;align-items:center;justify-content:space-between;font-family:'Inter',sans-serif;font-size:0.84rem;}.discovery-duration{display:flex;align-items:center;gap:5px;color:var(--text-muted,#777);}.discovery-free{font-weight:700;color:#22c55e;font-size:0.9rem;}.svc-category-section{margin:3rem 0;}.svc-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;}.svc-detail-card{background:white;border-radius:20px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #f3f4f6;display:flex;flex-direction:column;overflow:hidden;transition:transform 0.25s ease,box-shadow 0.25s ease;}.svc-detail-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(253,114,0,0.1);}.svc-card-body{padding:1.75rem 1.75rem 1.25rem;flex:1;}.svc-detail-card h3{font-family:'PT Serif',serif;font-size:1.05rem;font-weight:700;color:var(--text-dark,#1a1a2e);margin-bottom:0.5rem;}.svc-detail-card p{font-family:'Inter',sans-serif;font-size:0.875rem;color:var(--text-muted,#777);line-height:1.7;margin-bottom:1rem;}.svc-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:0.75rem;}.svc-duration{display:inline-flex;align-items:center;gap:5px;font-family:'Inter',sans-serif;font-size:0.84rem;color:var(--text-muted,#777);}.svc-duration svg{fill:var(--text-muted,#777);}.svc-price{font-family:'Inter',sans-serif;font-size:1.4rem;font-weight:700;color:#fd7200;}.svc-card-actions{padding:1rem 1.75rem 1.75rem;display:flex;gap:0.75rem;border-top:1px solid #f3f4f6;}.svc-card-actions .btn{flex:1;justify-content:center;font-size:0.85rem;padding:12px 16px;border-radius:10px;}.experts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;}.expert-card{background:white;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,0.06);text-align:center;transition:transform 0.25s ease,box-shadow 0.25s ease;}.expert-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(253,114,0,0.12);}.expert-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;}.expert-avatar img{width:100%;height:100%;object-fit:cover;}.expert-avatar-initials{width:80px;height:80px;background:linear-gradient(135deg,#fd1d1d 0%,#833ab4 100%);display:flex;align-items:center;justify-content:center;font-family:'PT Serif',serif;font-size:1.75rem;font-weight:700;color:white;border-radius:50%;}.expert-card h3{font-family:'PT Serif',serif;font-size:1rem;font-weight:700;color:var(--text-dark,#1a1a2e);margin-bottom:0.5rem;}.expert-card p{font-family:'Inter',sans-serif;font-size:0.82rem;color:var(--text-muted,#777);line-height:1.65;}.btn-primary{background:var(--brand-gradient);color:white;box-shadow:0 4px 18px rgba(0,0,0,0.18);}.btn-primary:hover{color:white;opacity:0.92;box-shadow:0 8px 28px rgba(0,0,0,0.25);}.btn-outline{color:#fd7200;border-color:#fd7200;}.btn-outline:hover{background:#fd7200;border-color:#fd7200;color:white;}.cta-consultation .btn-primary{background:white;color:var(--primary,#833ab4);box-shadow:0 4px 18px rgba(0,0,0,0.18);}.cta-consultation .btn-primary:hover{opacity:1;color:var(--primary,#833ab4);box-shadow:0 8px 28px rgba(0,0,0,0.25);}@media (max-width:1024px){.services-hero{flex-direction:column;align-items:flex-start;}.hero-stats{width:100%;min-width:unset;padding:1.5rem 2rem;}.discovery-band-inner{grid-template-columns:1fr;gap:2rem;}.svc-cards-grid{grid-template-columns:repeat(2,1fr);}.experts-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width:768px){.services-hero{padding:3rem 6%;min-height:auto;}.hero-stats{display:none;}.hero-stat{flex-direction:row;justify-content:space-between;text-align:left;align-items:center;}.hero-stat .stat-label{max-width:none;}.discovery-band{padding:3rem 6%;}.svc-cards-grid{grid-template-columns:1fr;}.svc-card-actions{flex-direction:column;}}@media (max-width:520px){.experts-grid{grid-template-columns:repeat(2,1fr);}}