:root{--primary:#007259;--primary-light:#00c49a;--primary-dark:#005a47;--primary-gradient:linear-gradient(135deg,#007259 0%,#00c49a 100%);--primary-gradient-light:linear-gradient(135deg,#00c49a 0%,#007259 100%);--dark:#2b3c56;--dark-light:#3e4f69;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-800);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.loading-container{background:var(--gray-50);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.loader{border:3px solid var(--gray-200);border-top-color:var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero-section{background:var(--primary-gradient);align-items:center;min-height:100vh;padding:6rem 0 10rem;display:flex;position:relative;overflow:hidden}.hero-pattern{opacity:.1;background-image:radial-gradient(circle at 20% 30%,#fff 1px,#0000 1px),radial-gradient(circle at 80% 70%,#fff 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.hero-content{z-index:2;text-align:center;max-width:900px;margin:0 auto;padding:2rem 0;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);background:#ffffff26;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.hero-title{color:var(--white);margin-bottom:2rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.2}.hero-title-highlight{color:#ffffffe6;font-weight:600}.hero-subtitle{color:#ffffffe6;max-width:700px;margin:0 auto 4rem;font-size:1.25rem;line-height:1.6}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem;display:grid}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff1a;border:1px solid #fff3;border-radius:1.5rem;padding:2rem 1rem;transition:transform .3s}.stat-card:hover{background:#ffffff26;transform:translateY(-5px)}.stat-icon{color:var(--white);margin-bottom:1rem;font-size:2.5rem}.stat-value{color:var(--white);margin-bottom:.5rem;font-size:2rem;font-weight:700;line-height:1.2}.stat-label{color:#fffc;font-size:1rem}.hero-wave{width:100%;line-height:0;position:absolute;bottom:0;left:0}.hero-wave svg{width:100%;height:auto;display:block}.section-header{text-align:center;margin-bottom:4rem}.section-title{color:var(--dark);margin-bottom:1.5rem;font-size:3rem;font-weight:700}.section-title-highlight{color:var(--primary);display:inline-block;position:relative}.section-title-highlight:after{content:"";background:var(--primary-gradient);border-radius:4px;width:100%;height:4px;position:absolute;bottom:-5px;left:0}.section-subtitle{color:var(--gray-600);max-width:700px;margin:0 auto;font-size:1.25rem;line-height:1.6}.reviews-section{background:var(--white);padding:6rem 0}.google-badge{justify-content:center;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.google-icon{color:var(--primary);font-size:3rem}.google-title{color:var(--dark);font-size:2.5rem;font-weight:600}.rating-display{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.stars-container{gap:.5rem;display:flex}.star-filled,.star-half,.star-empty{font-size:1.5rem}.star-filled,.star-half{color:#fbbf24}.star-empty{color:#d1d5db}.rating-value{color:var(--dark);font-size:2rem;font-weight:700}.rating-count{color:var(--gray-500);font-size:1.25rem}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.review-card{background:var(--white);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);border-radius:1.5rem;height:100%;transition:all .3s;overflow:hidden}.review-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-5px)}.review-card-inner{flex-direction:column;height:100%;padding:2rem;display:flex}.review-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.reviewer-avatar{background:var(--primary-gradient);width:4rem;height:4rem;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;display:flex}.reviewer-info{flex:1}.reviewer-name{color:var(--dark);margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.review-time{color:var(--gray-500);font-size:.875rem}.review-rating{gap:.25rem;margin-bottom:1.5rem;display:flex}.review-text{color:var(--gray-700);flex:1;margin-bottom:2rem;font-size:1rem;line-height:1.7}.review-source{border-top:1px solid var(--gray-200);align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.source-icon{color:var(--primary);font-size:1rem}.source-text{color:var(--gray-500);font-size:.875rem}.projects-section{background:var(--gray-50);padding:6rem 0}.filter-container{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.filter-btn{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);cursor:pointer;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.filter-btn:hover{background:var(--gray-50);border-color:var(--primary);color:var(--primary)}.filter-btn.active{background:var(--primary-gradient);color:var(--white);border-color:var(--primary)}.filter-count{background:var(--gray-200);color:var(--gray-700);border-radius:100px;padding:.25rem .75rem;font-size:.875rem}.filter-btn.active .filter-count{color:var(--white);background:#fff3}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:var(--white);box-shadow:var(--shadow-lg);border:1px solid var(--gray-200);border-radius:1.5rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-xl);border-color:var(--primary-light);transform:translateY(-5px)}.project-image{background:var(--primary-gradient);border-radius:1.5rem 1.5rem 0 0;width:100%;height:220px;position:relative;overflow:hidden}.project-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-card:hover .project-img{transform:scale(1.1)}.project-image-placeholder{background:var(--primary-gradient);align-items:flex-end;width:100%;height:100%;padding:1.5rem;display:flex}.project-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);text-transform:uppercase;letter-spacing:.5px;background:#fff3;border-radius:100px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.project-price-tag{background:var(--primary-gradient);color:#fff;z-index:10;border-radius:50px;align-items:center;gap:5px;padding:8px 15px;font-size:14px;font-weight:600;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 5px 15px #0072594d}.project-price-tag svg{font-size:12px}.project-content{flex-direction:column;flex:1;padding:2rem;display:flex}.project-title{color:var(--dark);margin-bottom:1rem;font-size:1.5rem;font-weight:600;line-height:1.4}.project-description{color:var(--gray-600);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:100px;padding:.375rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.tech-tag:hover{background:var(--primary-gradient);color:#fff;border-color:#0000;transform:translateY(-2px)}.project-meta{color:var(--gray-500);align-items:center;gap:1.5rem;margin-bottom:1.5rem;font-size:.95rem;display:flex}.meta-item{align-items:center;gap:.5rem;display:flex}.meta-icon{color:var(--primary);font-size:.875rem}.project-results{background:var(--gray-50);color:var(--gray-700);border-left:4px solid var(--primary);border-radius:1rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.95rem}.project-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.project-rating{gap:.25rem;display:flex}.project-links{gap:1rem;display:flex}.project-link{color:var(--gray-500);font-size:1.25rem;transition:all .2s}.project-link:hover{color:var(--primary);transform:scale(1.1)}.price-banner{background:var(--primary-gradient);border-radius:20px;margin-bottom:40px;padding:40px;box-shadow:0 20px 40px #00725933}.price-banner-content{text-align:center;color:#fff}.price-icon{margin-bottom:20px;font-size:48px;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.price-title{color:#fff;margin-bottom:15px;font-size:32px;font-weight:700}.price-text{opacity:.95;margin-bottom:25px;font-size:18px}.price-button{color:var(--primary);background:#fff;border-radius:50px;padding:15px 40px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 10px 20px #0000001a}.price-button:hover{background:var(--gray-50);color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 15px 30px #0003}.cta-section{background:var(--primary-gradient);padding:6rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle at 30%,#ffffff1a 0%,#0000 50%);position:absolute;inset:0}.cta-content{z-index:2;text-align:center;max-width:700px;margin:0 auto;position:relative}.cta-title{color:var(--white);margin-bottom:1.5rem;font-size:3rem;font-weight:700}.cta-text{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem;line-height:1.6}.cta-price-highlight{color:#ffffffe6;margin-bottom:30px;font-size:20px}.price-highlight{color:#fff;text-shadow:0 2px 10px #0003;font-size:32px;font-weight:700}.cta-button{background:var(--dark);color:var(--white);border:2px solid #0000;border-radius:100px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:var(--dark-light);box-shadow:var(--shadow-xl);transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.6s forwards fadeInUp}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@media (max-width:1024px){.container{padding:0 1.5rem}.hero-section{padding:5rem 0 8rem}.hero-title{font-size:clamp(2rem,5vw,3rem)}.stats-grid,.reviews-grid,.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.section-title{font-size:2.5rem}.google-title{font-size:2rem}.price-title{font-size:28px}}@media (max-width:768px){.container{padding:0 1rem}.hero-section{min-height:auto;padding:4rem 0 6rem}.hero-title{font-size:1.75rem}.hero-subtitle{margin-bottom:2rem;font-size:1rem}.hero-badge{padding:.5rem 1rem;font-size:.875rem}.stats-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.stat-card{padding:1.5rem 1rem}.stat-value{font-size:1.5rem}.reviews-section,.projects-section,.cta-section{padding:4rem 0}.reviews-grid,.projects-grid{grid-template-columns:1fr;gap:1.5rem}.section-header{margin-bottom:2.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.google-badge{gap:.5rem}.google-icon{font-size:2rem}.google-title{font-size:1.5rem}.rating-display{flex-direction:column;gap:.75rem}.rating-value{font-size:1.5rem}.rating-count{font-size:1rem}.stars-container{gap:.25rem}.star-filled,.star-half,.star-empty{font-size:1.25rem}.filter-container{flex-direction:column;align-items:stretch;gap:.75rem}.filter-btn{justify-content:center;padding:.625rem 1.5rem}.project-image{height:180px}.project-content{padding:1.5rem}.project-title{font-size:1.25rem}.cta-title{font-size:2rem}.cta-text{font-size:1rem}.cta-button{padding:1rem 2rem;font-size:1rem}.price-banner{padding:30px 20px}.price-title{font-size:24px}.price-text{font-size:16px}.price-button{padding:12px 30px;font-size:16px}.project-price-tag{padding:5px 12px;font-size:12px}}@media (max-width:480px){.container{padding:0 .75rem}.hero-section{padding:3rem 0 5rem}.hero-badge{padding:.375rem .875rem;font-size:.75rem}.review-card-inner{padding:1.5rem}.reviewer-avatar{width:3rem;height:3rem;font-size:1.25rem}.reviewer-name{font-size:1rem}.review-text{font-size:.875rem}.project-content{padding:1.25rem}.project-tech{gap:.375rem}.tech-tag{padding:.25rem .75rem;font-size:.75rem}.project-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.project-footer{flex-direction:column;align-items:flex-start;gap:1rem}.project-links{align-self:flex-end}.price-title{font-size:20px}.price-highlight{font-size:24px}}
