*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{color:#111;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}input{font-family:inherit}.container{max-width:1180px;margin:0 auto;padding:0 24px}:root{--black:#111;--dark:#1a1a1a;--gray-900:#222;--gray-700:#555;--gray-500:#888;--gray-300:#ccc;--gray-100:#f5f5f5;--orange:#f97316;--orange-dark:#ea580c;--orange-light:#fff7ed;--orange-100:#ffedd5;--white:#fff;--gold:#f59e0b;--accent-subtle:#e5e5e5}.btn{border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-size:.938rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-dark)}.btn-dark{background:var(--black);color:var(--white)}.btn-dark:hover{background:var(--gray-900)}.btn-outline{border:1.5px solid var(--gray-300);color:var(--black);background:0 0;padding:11px 24px}.btn-outline:hover{border-color:var(--black)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{background:var(--gray-100)}.btn-link{color:var(--gray-700);font-size:.938rem;font-weight:600;transition:color .2s}.btn-link:hover{color:var(--black)}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{border-bottom-color:#eee;box-shadow:0 1px 3px #0000000f}.header-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.logo{color:var(--black);align-items:center;gap:8px;font-size:1.25rem;font-weight:800;display:flex}.logo-mark{background:var(--orange);width:38px;height:38px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.logo-text{letter-spacing:-.03em}.nav{gap:32px;display:flex}.nav a{color:var(--gray-700);font-size:.938rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--black)}.header-actions{align-items:center;gap:16px;display:flex}.hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--black);border-radius:2px;width:22px;height:2px;transition:all .3s}.hero{align-items:center;min-height:600px;padding:160px 0 100px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;width:100%;height:100%}.hero-bg:after{content:"";background:linear-gradient(135deg,#000000d9 0%,#0000008c 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:680px;position:relative}.hero h1{letter-spacing:-.04em;color:var(--white);margin-bottom:16px;font-size:3.25rem;font-weight:800;line-height:1.1}.hero-sub{color:#ffffffbf;max-width:520px;margin-bottom:36px;font-size:1.125rem;line-height:1.7}.hero-search{background:var(--white);border-radius:12px;align-items:center;padding:6px;display:flex;box-shadow:0 8px 30px #0003}.search-field{flex:1;align-items:center;gap:10px;padding:0 16px;display:flex}.search-field i{color:var(--gray-500);flex-shrink:0;font-size:.938rem}.search-field input{color:var(--black);background:0 0;border:none;outline:none;width:100%;padding:14px 0;font-size:1rem}.search-field input::placeholder{color:var(--gray-500)}.search-divider{background:var(--gray-300);flex-shrink:0;width:1px;height:32px}.btn-search{white-space:nowrap;border-radius:8px;padding:14px 32px;font-size:1rem}.hero-tags{flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px;display:flex}.hero-tags span{color:#ffffff80;font-size:.813rem;font-weight:500}.hero-tags a{color:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:99px;padding:5px 14px;font-size:.813rem;font-weight:500;transition:all .2s}.hero-tags a:hover{background:#fff3;border-color:#ffffff4d}.trust-strip{border-bottom:1px solid #eee;padding:28px 0}.trust-strip-inner{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.trust-item{align-items:center;gap:12px;display:flex}.trust-item i{color:var(--orange);background:var(--orange-light);border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.125rem;display:flex}.trust-item div{flex-direction:column;display:flex}.trust-item strong{color:var(--black);font-size:.875rem}.trust-item span{color:var(--gray-500);font-size:.75rem}.section{padding:80px 0}.section-gray{background:var(--gray-100)}.section-header{text-align:center;margin-bottom:48px}.section-header h2{letter-spacing:-.03em;color:var(--black);margin-bottom:8px;font-size:2rem;font-weight:800}.section-header p{color:var(--gray-700);font-size:1.063rem}.section-header.left{text-align:left}.section-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.steps{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.step{text-align:center}.step-number{background:var(--orange);width:48px;height:48px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.125rem;font-weight:700;display:flex}.step-img{aspect-ratio:3/2;border-radius:16px;margin-bottom:20px;overflow:hidden}.step-img img{object-fit:cover;width:100%;height:100%}.step h3{color:var(--black);margin-bottom:8px;font-size:1.125rem;font-weight:700}.step-label{color:var(--orange);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.813rem;font-weight:600;display:block}.step p{color:var(--gray-700);max-width:340px;margin:0 auto;font-size:.938rem;line-height:1.7}.services-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.service-card{aspect-ratio:4/3;cursor:pointer;border-radius:16px;position:relative;overflow:hidden}.service-card-lg{grid-column:span 2}.service-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.service-card:hover img{transform:scale(1.05)}.service-overlay{color:var(--white);background:linear-gradient(#0000000d 45%,#000000bf 100%);flex-direction:column;justify-content:flex-end;padding:20px;transition:background .3s;display:flex;position:absolute;inset:0}.service-card:hover .service-overlay{background:linear-gradient(#0000001a 45%,#000000d9 100%)}.service-count{opacity:.7;margin-bottom:4px;font-size:.75rem;font-weight:500}.service-overlay h3{font-size:1.125rem;font-weight:700}.service-arrow{background:var(--orange);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;transition:all .3s;display:flex;position:absolute;top:16px;right:16px;transform:translateY(4px)}.service-card:hover .service-arrow{opacity:1;transform:translateY(0)}.services-more{text-align:center;margin-top:32px}.experts-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.expert-card{background:var(--white);border:1px solid #e5e5e5;border-radius:16px;transition:box-shadow .2s,transform .2s;overflow:hidden}.expert-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.expert-img{aspect-ratio:1;position:relative;overflow:hidden}.expert-img img{object-fit:cover;width:100%;height:100%}.verified-badge{background:var(--orange);width:28px;height:28px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:absolute;bottom:10px;right:10px}.expert-info{padding:16px}.expert-info h4{margin-bottom:2px;font-size:1rem;font-weight:700}.expert-role{color:var(--orange);font-size:.813rem;font-weight:600;display:block}.expert-loc{color:var(--gray-500);margin-top:2px;font-size:.75rem;display:block}.expert-loc i{margin-right:2px;font-size:.625rem}.expert-meta{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}.expert-rating{color:var(--black);font-size:.813rem;font-weight:600}.expert-rating i{color:var(--gold);margin-right:2px}.expert-rating em{color:var(--gray-500);font-style:normal;font-weight:400}.expert-price{color:var(--gray-700);font-size:.813rem}.expert-price strong{color:var(--black)}.stats-section{background:var(--black);padding:64px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.stat-num{color:var(--white);letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.stat-plus{color:var(--orange);font-size:2.5rem;font-weight:800}.stat-label{color:#ffffff80;margin-top:4px;font-size:.875rem;display:block}.trust-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.trust-card{background:var(--white);text-align:center;border:1px solid #e5e5e5;border-radius:16px;padding:32px 24px;transition:box-shadow .2s,border-color .2s}.trust-card:hover{border-color:var(--black);box-shadow:0 8px 25px #0000000f}.trust-card-icon{background:var(--orange-light);width:56px;height:56px;color:var(--orange);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.25rem;display:flex}.trust-card h3{color:var(--black);margin-bottom:8px;font-size:1.063rem;font-weight:700}.trust-card p{color:var(--gray-700);font-size:.875rem;line-height:1.7}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.review-card{background:var(--white);border:1px solid #e5e5e5;border-radius:16px;padding:28px;transition:box-shadow .2s}.review-card:hover{box-shadow:0 8px 25px #0000000f}.review-card-highlight{border-color:var(--black);border-width:2px;box-shadow:0 4px 15px #0000000f}.review-stars{margin-bottom:16px}.review-stars i{color:var(--gold);font-size:.875rem}.review-card p{color:#333;margin-bottom:20px;font-size:.938rem;line-height:1.7}.review-author{align-items:center;gap:12px;display:flex}.review-author img{object-fit:cover;border-radius:50%;width:44px;height:44px}.review-author strong{color:var(--black);font-size:.875rem;display:block}.review-author span{color:var(--gray-500);font-size:.75rem}.cta-section{padding:80px 0}.cta-split{grid-template-columns:1fr 1fr;gap:24px;display:grid}.cta-card{background:var(--white);border:1px solid #e5e5e5;border-radius:20px;transition:box-shadow .3s;overflow:hidden}.cta-card:hover{box-shadow:0 12px 30px #00000014}.cta-card img{object-fit:cover;width:100%;height:220px}.cta-card-body{padding:28px 24px}.cta-card-body h3{color:var(--black);margin-bottom:8px;font-size:1.375rem;font-weight:700}.cta-card-body p{color:var(--gray-700);margin-bottom:20px;font-size:.938rem;line-height:1.7}.newsletter-section{padding:64px 0}.newsletter-box{background:var(--black);text-align:center;border-radius:20px;max-width:640px;margin:0 auto;padding:48px}.newsletter-box h2{letter-spacing:-.02em;color:var(--white);margin-bottom:8px;font-size:1.75rem;font-weight:800}.newsletter-box p{color:#fff9;margin-bottom:24px}.newsletter-form{gap:8px;max-width:420px;margin:0 auto;display:flex}.newsletter-form input{color:var(--white);background:#ffffff14;border:1.5px solid #ffffff26;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.938rem;transition:border-color .2s}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#ffffff80}.footer{border-top:1px solid #eee;padding:64px 0 0}.footer-top{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-brand p{color:var(--gray-700);margin-top:16px;font-size:.875rem;line-height:1.7}.footer-social{gap:12px;margin-top:20px;display:flex}.footer-social a{background:var(--gray-100);width:36px;height:36px;color:var(--gray-700);border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.footer-social a:hover{background:var(--black);color:var(--white)}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{color:var(--black);margin-bottom:4px;font-size:.875rem;font-weight:700}.footer-col a{color:var(--gray-700);font-size:.875rem;transition:color .2s}.footer-col a:hover{color:var(--black)}.footer-bottom{color:var(--gray-500);border-top:1px solid #eee;justify-content:space-between;align-items:center;padding:24px 0;font-size:.813rem;display:flex}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.reveal.visible{opacity:1;transform:translateY(0)}.nav.open,.header-actions.open{display:flex}@media (width<=1024px){.hero h1{font-size:2.5rem}.services-grid{grid-template-columns:repeat(2,1fr)}.service-card-lg{grid-column:span 1}.experts-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:24px}.footer-top{grid-template-columns:1fr 1fr}.steps{grid-template-columns:repeat(3,1fr);gap:24px}}@media (width<=768px){.nav{background:var(--white);z-index:99;flex-direction:column;gap:24px;padding:32px 24px;display:none;position:fixed;inset:72px 0 0}.nav a{font-size:1.125rem}.header-actions{background:var(--white);z-index:99;border-top:1px solid #eee;gap:12px;padding:16px 24px;display:none;position:fixed;bottom:0;left:0;right:0}.header-actions .btn,.header-actions .btn-link{text-align:center;justify-content:center;width:100%}.header-actions .btn-link{border:1.5px solid #e5e5e5;border-radius:8px;padding:12px 24px}.hamburger{display:flex}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{min-height:auto;padding:120px 0 60px}.hero h1{font-size:2rem}.hero-sub{font-size:1rem}.hero-search{flex-direction:column;gap:0;padding:8px}.search-field{padding:8px 12px}.search-divider{width:100%;height:1px}.btn-search{justify-content:center;width:100%;margin-top:4px}.trust-strip-inner{grid-template-columns:1fr 1fr;gap:16px;display:grid}.section{padding:60px 0}.section-header h2{font-size:1.5rem}.steps{grid-template-columns:1fr;gap:40px}.step-img{max-width:360px;margin-left:auto;margin-right:auto}.services-grid{grid-template-columns:1fr 1fr;gap:12px}.reviews-grid{grid-template-columns:1fr;gap:16px}.cta-split{grid-template-columns:1fr}.section-header-row{flex-direction:column;align-items:flex-start;gap:16px}.hide-mobile{display:none}.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:8px}.newsletter-box{padding:32px 20px}.newsletter-form{flex-direction:column}.newsletter-form input,.newsletter-form button{width:100%}}@media (width<=480px){.hero h1{font-size:1.625rem}.services-grid,.experts-grid,.trust-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:20px}.stats-section{padding:48px 0}.stat-num,.stat-plus{font-size:2rem}.expert-card{grid-template-columns:120px 1fr;display:grid}.expert-img{aspect-ratio:auto;height:100%}.trust-strip-inner{grid-template-columns:1fr}}
