:root{--bg:#fbfbfb;--white:#fff;--ink:#333;--ink-black:#000;--muted:#555;--amber:#fbb911;--dark:#2b2b2b;--border:#f0f0f0;--green:#17af6d;--maxw:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:16px;line-height:1.4;text-wrap:pretty}img{max-width:100%;display:block}a{color:var(--ink);text-decoration:none}a:hover{color:var(--dark)}h1,h2,h3,h4{margin:0;font-weight:700}p{margin:0}ul{margin:0;padding:0}button{font-family:inherit}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 80px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;border-radius:4px;font-weight:500;font-size:18px;line-height:100%;border:1px solid transparent;cursor:pointer;transition:opacity .15s ease;box-sizing:border-box}.btn:hover{opacity:.88}.btn-primary{background:var(--amber);color:var(--dark);box-shadow:inset 0 0 0 1px var(--dark)}.btn-primary:hover{color:var(--dark)}.btn-outline{background:var(--white);color:var(--dark);box-shadow:inset 0 0 0 1px var(--dark)}.btn-outline:hover{color:var(--dark)}.btn-dark{background:0 0;color:var(--dark);box-shadow:inset 0 0 0 1px var(--dark)}.check{position:relative;width:20px;height:20px;flex:0 0 20px;border-radius:3.2px;background:var(--amber)}.check:before{content:"";position:absolute;left:4.5px;top:8.3px;width:11px;height:6px;border-left:1.6px solid var(--dark);border-bottom:1.6px solid var(--dark);transform:rotate(-45deg)}.site-header{padding:36px 0;background:var(--bg)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}.main-nav ul{display:flex;gap:36px;list-style:none}.main-nav a{font-size:18px;font-weight:400;color:var(--ink-black);line-height:100%}.main-nav a:hover{color:var(--dark)}.hero{padding:0 0 60px}.hero-rating{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:var(--white);box-shadow:inset 0 0 0 1px var(--border);padding:8px 16px;margin-bottom:16px}.hero-rating .stars-row{display:flex;gap:2px}.hero-rating .stars-row svg{width:16px;height:16px}.hero-rating .label{font-size:16px;font-weight:500;color:var(--ink);line-height:16px}.hero-grid{display:grid;grid-template-columns:556px 1fr;gap:40px;align-items:center;padding-top:36px}.hero h1{font-size:48px;line-height:58px;color:var(--ink);max-width:556px}.hero-sub{color:var(--ink);font-size:18px;line-height:100%;max-width:497px;margin-top:16px}.hero-checks{list-style:none;margin:24px 0 0;display:flex;flex-direction:column;gap:8px}.hero-checks li{display:flex;gap:8px;align-items:center;font-size:16px;color:var(--muted)}.hero-ctas{display:flex;gap:24px;margin-top:24px}.hero-illustration{display:flex;align-items:center;justify-content:center;height:280px;position:relative}.testimonial-strip{padding:60px 0 0}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--white);border-radius:8px;box-shadow:inset 0 0 0 1px var(--border);padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:249px}.stars-row{display:flex;gap:3px;margin-bottom:16px}.stars-row svg{width:20px;height:20px}.testimonial-quote{font-size:16px;line-height:24px;color:var(--ink-black);margin-bottom:16px}.testimonial-author{font-size:16px;line-height:24px;color:var(--ink-black)}.feature-section{padding:80px 0}.feature-section .wrap{display:grid;grid-template-columns:471px 1fr;gap:36px}.feature-section h2{font-size:36px;line-height:42px;color:var(--ink);max-width:471px}.feature-section .intro{color:var(--ink);font-size:16px;line-height:21px;max-width:471px;margin-top:24px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:32px 36px}.feature-item .icon-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.feature-item .icon-box{width:28px;height:28px;border-radius:4.667px;background:var(--amber);display:flex;align-items:center;justify-content:center;flex:none}.feature-item .icon-box svg{width:16px;height:16px;fill:var(--dark)}.feature-item h4{font-size:18px;font-weight:600;color:var(--ink-black);line-height:100%}.feature-item p{font-size:16px;color:var(--ink-black);line-height:100%;margin:0}.pricing-section{padding:80px 0;text-align:center}.pricing-section h2{font-size:36px;line-height:42px;color:var(--ink)}.pricing-section .intro{color:var(--ink);font-size:16px;line-height:21px;max-width:640px;margin:24px auto 48px}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:802px;margin:0 auto;text-align:left}.pricing-card{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:24px}.pricing-card h3{font-size:18px;font-weight:500;color:var(--ink-black);line-height:1.2;margin-bottom:12px}.pricing-price{display:flex;align-items:flex-end;gap:4px;margin-bottom:24px}.pricing-price .from{font-size:14px;font-weight:500;color:var(--muted);line-height:1}.pricing-price .amount{font-size:32px;font-weight:500;color:var(--ink-black);line-height:1}.pricing-desc{color:var(--ink-black);font-size:14px;line-height:1.5;margin-bottom:12px}.pricing-features{list-style:none;margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.pricing-features li{display:flex;gap:12px;align-items:center;font-size:14px;line-height:1.5;color:var(--ink-black)}.woo-callout{max-width:802px;margin:24px auto 0;background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:24px;text-align:left}.woo-callout h4{margin-bottom:24px;font-size:21px;font-weight:700;color:var(--ink);line-height:21px}.woo-callout p{color:var(--ink);font-size:16px;line-height:21px;margin-bottom:24px;max-width:600px}.people-section{padding:80px 0;background:var(--white)}.people-section .wrap{display:grid;grid-template-columns:471px 1fr;gap:36px;align-items:start}.people-section h2{font-size:36px;line-height:42px;color:var(--ink)}.people-section .lead{color:var(--ink);font-size:16px;line-height:21px;margin:24px 0 16px;max-width:471px}.people-section .hero-checks{margin-bottom:16px}.people-photos{display:grid;grid-template-columns:1fr 1fr;gap:12px}.people-photos .photo-slot{aspect-ratio:369/461;border-radius:12px;box-shadow:inset 0 0 0 1.5px var(--border)}.people-photos .photo-slot:first-child{transform:rotate(-2deg)}.people-photos .photo-slot:last-child{transform:rotate(2deg)}.support-hours{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:24px;font-size:16px;line-height:21px;color:var(--ink);display:inline-block;white-space:pre-line}.stats-row{padding:0 0 80px;background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;gap:48px}.stats-intro{text-align:center;font-size:16px;line-height:21px;color:var(--ink);margin-bottom:24px}.stat-num{font-size:48px;font-weight:700;line-height:1;color:var(--ink)}.stat-label{color:var(--ink);font-size:16px;line-height:21px;margin-top:16px}.section-title{text-align:center;max-width:709px;margin:0 auto 48px}.section-title h2{font-size:36px;line-height:42px;color:var(--ink)}.section-title p{color:var(--ink);font-size:16px;line-height:21px;margin-top:24px}.faq-section{padding:80px 0}.faq-list{max-width:823px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:16px 24px}.faq-item summary{cursor:pointer;font-weight:600;font-size:18px;line-height:21px;color:var(--ink);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";flex:none;width:24px;height:24px;background:no-repeat center/13px 7px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13.414 7.293'%3E%3Cpath fill='%23333333' d='M6.707 7.293c-.263 0-.523-.051-.765-.151a2.06 2.06 0 0 1-.649-.434L0 1.414 1.414 0l5.293 5.293L12 0l1.414 1.414-5.293 5.293c-.185.186-.406.334-.649.434-.242.101-.502.152-.765.152Z'/%3E%3C/svg%3E");transition:transform .15s ease}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-item p{color:var(--ink-black);font-size:16px;line-height:24px;padding-top:16px;margin:0}.cta-banner{background:var(--amber);padding:68px 0;text-align:center}.cta-banner h2{font-size:36px;line-height:42px;color:var(--ink)}.cta-banner p{color:var(--ink);font-size:16px;line-height:21px;max-width:668px;margin:24px auto 0}.cta-banner .hero-ctas{justify-content:center;margin-top:36px}.cta-banner .btn-outline{box-shadow:inset 0 0 0 1px var(--dark)}.cta-banner .btn-dark{box-shadow:inset 0 0 0 1px var(--dark)}.site-footer{background:var(--dark);color:var(--white);padding:40px 0 30px}.footer-grid{display:grid;grid-template-columns:307px 1fr;gap:32px}.footer-brand p{font-size:14px;line-height:18px;color:var(--white);margin-top:24px;max-width:273px}.footer-meta{margin-top:36px;display:flex;flex-direction:column;gap:4px}.footer-meta span{font-size:14px;line-height:18px;color:var(--white)}.footer-cols{display:flex;justify-content:space-between;gap:24px}.footer-col h5{color:var(--white);font-size:18px;font-weight:600;line-height:18px;margin-bottom:24px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col a{color:var(--white);font-size:16px;line-height:18px}.footer-col a:hover{color:var(--amber)}.footer-bottom{display:flex;justify-content:flex-end;gap:32px;padding-top:60px;font-size:16px;color:var(--white);opacity:.8;flex-wrap:wrap}.footer-bottom a{color:var(--white)}.footer-bottom a:hover{color:var(--amber)}.page-hero{padding:56px 0 20px;text-align:center}.page-hero h1{font-size:38px;line-height:1.2;color:var(--ink);margin-bottom:10px}.page-hero p{color:var(--ink);font-size:16px;line-height:21px;max-width:560px;margin:10px auto 0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:50px 0 80px}.team-card{text-align:center}.team-photo{aspect-ratio:1;border-radius:8px;overflow:hidden;margin-bottom:14px;background:var(--white);box-shadow:inset 0 0 0 1px var(--border)}.team-photo img{width:100%;height:100%;object-fit:cover;display:block}.team-card h4{margin-bottom:2px;font-size:18px;font-weight:600;color:var(--ink-black)}.team-card .role{color:var(--muted);font-size:14px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 0 80px}.post-card{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;overflow:hidden}.post-card .thumb{aspect-ratio:16/10;background:var(--bg)}.post-card .body{padding:20px}.post-card .meta{font-size:12.5px;color:var(--muted);margin-bottom:8px}.post-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.post-card h3 a{color:var(--ink-black)}.post-card p{color:var(--muted);font-size:14px;margin-bottom:0}.pagination{display:flex;justify-content:center;gap:8px;padding-bottom:60px}.pagination a,.pagination span{padding:8px 14px;box-shadow:inset 0 0 0 1px var(--border);border-radius:6px;font-size:14px;background:var(--white)}.single-post{padding:20px 0 80px;max-width:720px;margin:0 auto}.single-post .meta{color:var(--muted);font-size:13.5px;margin-bottom:16px}.single-post .thumb{aspect-ratio:16/9;border-radius:12px;background:var(--white);box-shadow:inset 0 0 0 1px var(--border);margin-bottom:30px}.single-post .content p{font-size:16px;color:var(--ink-black);margin-bottom:1em}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:20px 0 80px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form label{font-size:13.5px;font-weight:600;display:block;margin-bottom:6px}.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;box-shadow:inset 0 0 0 1px var(--border);border:none;border-radius:8px;font-family:inherit;font-size:15px;background:var(--white)}.contact-info{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:28px;align-self:start}.contact-info h4{font-size:14px;color:var(--muted);margin-bottom:4px}.contact-info p{margin-bottom:18px}.form-notice{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:4px}.form-notice.success{background:#e7f5ec;color:#1e6b3a}.form-notice.error{background:#fbe9e7;color:#9a3324}.solutions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:20px 0 80px}.solution-card{background:var(--white);box-shadow:inset 0 0 0 1px var(--border);border-radius:8px;padding:30px}.solution-card h3{font-size:19px;font-weight:600;margin-bottom:8px}.solution-card p{color:var(--muted);font-size:14.5px}@media (max-width:900px){.wrap{padding:0 24px}.hero-grid,.feature-section .wrap,.people-section .wrap,.contact-grid,.footer-grid{grid-template-columns:1fr}.card-grid,.pricing-grid,.team-grid,.blog-grid,.solutions-grid,.stats-grid{grid-template-columns:1fr}.feature-list{grid-template-columns:1fr}.main-nav{display:none}.footer-cols{flex-wrap:wrap}.footer-bottom{justify-content:flex-start}.hero h1{font-size:34px;line-height:1.2}}