.project-image-wrapper[data-astro-cid-t45dg4vu]{position:relative}.video-play-toggle[data-astro-cid-t45dg4vu]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:9999px;background:#0000008c;display:flex;align-items:center;justify-content:center;border:none;color:#fff;z-index:4;cursor:pointer;transition:opacity .18s ease}.project-card[data-astro-cid-t45dg4vu].playing .video-play-toggle[data-astro-cid-t45dg4vu]{opacity:.2}.video-play-toggle[data-astro-cid-t45dg4vu] .icon-play[data-astro-cid-t45dg4vu]{display:inline-block}.video-play-toggle[data-astro-cid-t45dg4vu] .icon-pause[data-astro-cid-t45dg4vu],.project-card[data-astro-cid-t45dg4vu].playing .video-play-toggle[data-astro-cid-t45dg4vu] .icon-play[data-astro-cid-t45dg4vu]{display:none}.project-card[data-astro-cid-t45dg4vu].playing .video-play-toggle[data-astro-cid-t45dg4vu] .icon-pause[data-astro-cid-t45dg4vu]{display:inline-block}@media(hover:hover){.video-play-toggle[data-astro-cid-t45dg4vu]{opacity:.9}}@media(hover:none){.video-play-toggle[data-astro-cid-t45dg4vu]{opacity:.95}}.why-me-section{position:relative;padding:8rem 2rem;background:var(--bg-primary);overflow:hidden}.why-me-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.2);border-radius:2rem;margin-bottom:1.5rem}.badge-dot{width:8px;height:8px;background:var(--accent-cyan);border-radius:50%;animation:pulse 2s ease-in-out infinite}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;background:linear-gradient(135deg,#fff,#ffffffb3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;position:relative;display:inline-block}[data-theme=light] .section-title{background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;color:#1a1a1a!important}.why-me-section .title-line{position:absolute;left:-4rem;top:50%;transform:translateY(-50%);width:3rem;height:2px;background:var(--accent-cyan)}[data-theme=light] .why-me-section .title-line{background:#059669}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.reason-card{position:relative;padding:2.5rem 2rem;background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:1rem;transition:all .3s ease}[data-theme=light] .reason-card{background:#f8f9fae6;border-color:#05966926;box-shadow:0 2px 8px #0000000a}.reason-card:before{content:"";position:absolute;inset:0;border-radius:1rem;padding:1px;background:linear-gradient(135deg,rgba(6,182,212,.2),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.reason-card:hover{transform:translateY(-4px);border-color:#06b6d44d}.reason-card:hover:before{opacity:1}.reason-icon{font-size:3rem;margin-bottom:1.5rem}.reason-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.reason-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}[data-theme=light] .reason-description{color:#1a1a1abf}.reason-metric{display:flex;flex-direction:column;gap:.25rem}.metric-value{font-size:1.5rem;font-weight:700;color:var(--accent-cyan)}.metric-label{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}[data-theme=light] .metric-label{color:#1a1a1a80}.launch-offer{position:relative;padding:3rem;background:linear-gradient(135deg,#06b6d40d,#a855f70d);border:1px solid rgba(6,182,212,.2);border-radius:1.5rem;overflow:hidden}[data-theme=light] .launch-offer{background:#f8f9fae6;border-color:#05966933;box-shadow:0 2px 8px #0000000a}.launch-offer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple))}[data-theme=light] .launch-offer:before{background:linear-gradient(90deg,#059669,#7c3aed)}.offer-content{position:relative;z-index:1}.offer-header{margin-bottom:1.5rem}.offer-badge{display:inline-block;padding:.25rem .75rem;background:#06b6d433;border:1px solid rgba(6,182,212,.4);border-radius:.5rem;font-size:.75rem;font-weight:600;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}[data-theme=light] .offer-badge{background:#0596691a;border-color:#05966966}.offer-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:0}.offer-description{color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin-bottom:2rem}[data-theme=light] .offer-description{color:#1a1a1acc}.offer-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.benefit-item{display:flex;align-items:center;gap:1rem;font-size:1rem;color:var(--text-primary)}[data-theme=light] .benefit-item{color:#1a1a1ae6}.benefit-check{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#06b6d433;border:1px solid var(--accent-cyan);border-radius:50%;color:var(--accent-cyan);font-size:.875rem;flex-shrink:0}[data-theme=light] .benefit-check{background:#0596691a}.offer-cta{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--accent-cyan);color:var(--bg-primary);font-weight:600;font-size:1.125rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.offer-cta:hover{background:#0891b2;transform:translate(4px)}.arrow{transition:transform .3s ease}.offer-cta:hover .arrow{transform:translate(4px)}.offer-decoration{position:absolute;right:3rem;top:50%;transform:translateY(-50%);opacity:.1}.decoration-line{width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--accent-cyan))}.decoration-dot{width:12px;height:12px;background:var(--accent-cyan);border-radius:50%;margin-left:auto;margin-top:1rem}.tech-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.radial-gradient{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%);pointer-events:none}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in-section{opacity:0;animation:fadeInUp .6s ease forwards}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}@media(max-width:768px){.why-me-section{padding:4rem 1rem}.reasons-grid{grid-template-columns:1fr;gap:1.5rem}.launch-offer{padding:2rem 1.5rem}.offer-title{font-size:1.5rem}.offer-decoration,.title-line{display:none}}
