.agency-page{color:#0f172a;background-color:#f8fafc;min-height:100vh;font-family:Manrope,sans-serif;overflow-x:hidden}.agency-page h1,.agency-page h2,.agency-page h3,.agency-page h4{margin:0;font-family:Syne,sans-serif;font-weight:800}.agency-nav{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f8fafce6;border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;padding:1.5rem 5%;display:flex;position:fixed;top:0;left:0;right:0}.agency-logo{color:#0f172a;align-items:center;gap:.5rem;font-family:Syne,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.agency-logo-img{width:auto;height:48px;display:block}.agency-nav-links{gap:2.5rem;display:flex}.agency-nav-links a{color:#64748b;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.agency-nav-links a:hover{color:#0f172a}.agency-nav-actions{align-items:center;gap:1rem;display:flex}.agency-nav-login{color:#64748b;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.agency-nav-login:hover{color:#0f172a}.agency-mobile-menu-toggle{color:currentColor;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .2s;display:none}.agency-mobile-menu-toggle:hover{opacity:.7}.agency-mobile-menu{-webkit-backdrop-filter:blur(20px);z-index:200;visibility:hidden;background:#f8fafcfa;border-left:1px solid #0f172a1a;flex-direction:column;width:100%;max-width:400px;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.agency-mobile-menu--open{visibility:visible;transform:translate(0)}.agency-mobile-menu-header{border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.agency-mobile-menu-close{color:#0f172a;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:opacity .2s}.agency-mobile-menu-close:hover{opacity:.7}.agency-mobile-menu-content{flex-direction:column;flex:1;gap:3rem;padding:2rem 1.5rem;display:flex;overflow-y:auto}.agency-mobile-menu-links{flex-direction:column;gap:.5rem;display:flex}.agency-mobile-menu-links a{color:#0f172a;border-bottom:1px solid #0f172a14;padding:1rem 0;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .2s}.agency-mobile-menu-links a:hover{color:#2563eb}.agency-mobile-menu-actions{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.agency-mobile-menu-actions .agency-btn{justify-content:center;width:100%}.agency-mobile-menu-backdrop{z-index:150;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.agency-btn{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.agency-btn-ghost{color:#0f172a;background:0 0}.agency-btn-ghost:hover{background:#0f172a14}.agency-btn-primary{color:#fff;background:#2563eb}.agency-btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.agency-btn-outline{color:#0f172a;background:0 0;border:1px solid #0f172a33}.agency-btn-outline:hover{color:#fff;background:#0f172a;border-color:#0f172a;transform:translateY(-2px)}.agency-btn-large{padding:1.2rem 2.5rem;font-size:1.1rem}.agency-hero{flex-direction:column;justify-content:center;min-height:100vh;padding:12rem 5% 6rem;display:flex;position:relative}.agency-hero-badge{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;background:#2563eb1f;border-radius:100px;align-items:center;gap:.5rem;width:fit-content;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.agency-hero h1{letter-spacing:-.03em;max-width:1200px;margin-bottom:2rem;font-size:clamp(3.5rem,8vw,7.5rem);line-height:.95}.agency-hero h1 span{color:#2563eb}.agency-hero p{color:#64748b;max-width:600px;margin-bottom:3rem;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6}.agency-hero-ctas{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.agency-bg-grid{z-index:-1;background-image:linear-gradient(90deg,#0f172a0a 1px,#0000 1px),linear-gradient(#0f172a0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 40%,#0000 100%);mask-image:linear-gradient(#000 40%,#0000 100%)}.agency-marquee{white-space:nowrap;background:#ffffffb3;border-top:1px solid #0f172a14;border-bottom:1px solid #0f172a14;padding:3rem 0;display:flex;overflow:hidden}.agency-marquee-content{align-items:center;gap:4rem;padding-left:4rem;animation:28s linear infinite scroll;display:flex}.agency-marquee-item{color:#0f172a59;text-transform:uppercase;align-items:center;gap:1rem;font-family:Syne,sans-serif;font-size:1.35rem;font-weight:700;display:flex}.agency-marquee-item svg{color:#2563eb66}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.agency-services{padding:10rem 5%}.agency-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:6rem;display:flex}.agency-section-title h2{overflow-wrap:break-word;font-size:clamp(2.25rem,5vw,4.5rem);line-height:1}.agency-section-desc{color:#64748b;max-width:450px;font-size:1.2rem;line-height:1.6}.agency-services-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.agency-service-card{color:inherit;background:#fff;border:1px solid #0f172a1a;border-radius:24px;padding:3rem;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.agency-service-card:hover{background:#f8fafc;border-color:#2563eb;transform:translateY(-5px)}.agency-service-icon{color:#2563eb;background:#0f172a0f;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2rem;transition:all .3s;display:flex}.agency-service-card:hover .agency-service-icon{color:#fff;background:#2563eb}.agency-service-card h3{margin-bottom:1rem;font-size:1.8rem}.agency-service-card p{color:#64748b;line-height:1.6}.agency-service-card-link{color:#2563eb;align-items:center;gap:.4rem;margin-top:1.25rem;font-size:.95rem;font-weight:700;display:inline-flex}.agency-metrics{color:#1e3a8a;background:#dbeafe;padding:8rem 5%}.agency-metrics-grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.agency-metric{min-width:0}.agency-metric h4{letter-spacing:-.03em;white-space:nowrap;margin-bottom:.5rem;font-size:clamp(2.75rem,4.5vw,5rem)}.agency-metric p{text-transform:uppercase;letter-spacing:.05em;opacity:.8;font-size:1.2rem;font-weight:800}.agency-work{padding:10rem 5%}.agency-work-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.agency-case-card{background:#fff;border:1px solid #0f172a1a;border-radius:24px;flex-direction:column;gap:1.25rem;padding:3rem;transition:all .3s;display:flex}.agency-case-card:hover{border-color:#2563eb;transform:translateY(-5px)}.agency-case-tag{color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em;background:#2563eb1a;border-radius:100px;width:fit-content;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.agency-case-card h3{font-size:1.6rem;line-height:1.2}.agency-case-card>p{color:#64748b;margin:0;line-height:1.65}.agency-case-result{border-top:1px solid #0f172a14;align-items:baseline;gap:.75rem;margin-top:auto;padding-top:1.25rem;display:flex}.agency-case-result strong{color:#2563eb;font-family:Syne,sans-serif;font-size:2rem;font-weight:800;line-height:1}.agency-case-result span{color:#64748b;font-size:.9rem;line-height:1.4}.agency-case-quote{color:#334155;background:#f1f5f9;border-radius:14px;padding:1rem 1.25rem;font-size:.95rem;font-style:italic;line-height:1.6}.agency-case-quote cite{color:#64748b;margin-top:.5rem;font-size:.82rem;font-style:normal;font-weight:700;display:block}.agency-portal{color:#f8fafc;background:#0f172a;padding:10rem 5%}.agency-portal .agency-section-title h2{color:#f8fafc}.agency-portal .agency-section-desc{color:#94a3b8}.agency-portal-layout{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:4rem;display:grid}.agency-portal-points{flex-direction:column;gap:1.75rem;display:flex}.agency-portal-point{align-items:flex-start;gap:1rem;display:flex}.agency-portal-point-icon{color:#60a5fa;background:#3b82f626;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.agency-portal-point h3{color:#f8fafc;margin-bottom:.35rem;font-size:1.15rem}.agency-portal-point p{color:#94a3b8;margin:0;font-size:.95rem;line-height:1.6}.agency-portal-frame{color:#0f172a;background:#f8fafc;border-radius:16px;overflow:hidden;box-shadow:0 30px 60px #02061780}.agency-portal-chrome{background:#e2e8f0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.agency-portal-chrome i{background:#cbd5e1;border-radius:50%;width:10px;height:10px}.agency-portal-chrome i:first-child{background:#f87171}.agency-portal-chrome i:nth-child(2){background:#fbbf24}.agency-portal-chrome i:nth-child(3){background:#34d399}.agency-portal-chrome span{color:#64748b;background:#f8fafc;border-radius:6px;flex:1;max-width:260px;margin-left:.75rem;padding:.2rem .75rem;font-size:.75rem}.agency-portal-body{padding:1.25rem}.agency-portal-body-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.agency-portal-body-header strong{font-family:Syne,sans-serif;font-size:.95rem}.agency-portal-body-header span{color:#16a34a;background:#16a34a1a;border-radius:100px;padding:.25rem .6rem;font-size:.7rem;font-weight:700}.agency-portal-columns{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.agency-portal-column{background:#f1f5f9;border-radius:10px;padding:.6rem}.agency-portal-column-title{text-transform:uppercase;letter-spacing:.04em;color:#64748b;justify-content:space-between;margin-bottom:.6rem;font-size:.68rem;font-weight:800;display:flex}.agency-portal-task{color:#334155;background:#fff;border:1px solid #0f172a14;border-radius:8px;margin-bottom:.5rem;padding:.55rem .65rem;font-size:.72rem;font-weight:600;line-height:1.35}.agency-portal-task em{color:#2563eb;margin-top:.35rem;font-size:.62rem;font-style:normal;font-weight:700;display:block}.agency-about{background:#f1f5f9;padding:10rem 5%}.agency-about-layout{grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.agency-about-photo{position:relative}.agency-about-photo img{border-radius:24px;width:100%;max-width:420px;display:block;box-shadow:0 25px 50px #0f172a26}.agency-about-content h2{margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05}.agency-about-content>p{color:#475569;margin:0 0 1.25rem;font-size:1.15rem;line-height:1.7}.agency-about-badges{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.agency-about-badge{color:#334155;background:#fff;border:1px solid #0f172a1a;border-radius:100px;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.agency-about-badge svg{color:#2563eb}.agency-process{background:#f1f5f9;padding:10rem 5%}.agency-process-list{flex-direction:column;gap:0;margin-top:4rem;display:flex}.agency-process-item{border-top:1px solid #0f172a14;grid-template-columns:120px 1fr;align-items:flex-start;gap:3rem;padding:4rem 0;transition:all .3s;display:grid}.agency-process-item:last-child{border-bottom:1px solid #0f172a14}.agency-process-num{color:#0000;-webkit-text-stroke:1px #0f172a3d;font-family:Syne,sans-serif;font-size:4rem;font-weight:800;line-height:1;transition:all .3s}.agency-process-item:hover .agency-process-num{color:#2563eb;-webkit-text-stroke:0}.agency-process-content h3{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem}.agency-process-timeframe{text-transform:uppercase;letter-spacing:.05em;color:#2563eb;margin-bottom:1rem;font-size:.85rem;font-weight:700;display:inline-block}.agency-process-content p{color:#64748b;max-width:600px;margin:0;font-size:1.2rem;line-height:1.6}.agency-testimonials{padding:10rem 5%}.agency-testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.agency-testimonial-card{background:#fff;border:1px solid #0f172a1a;border-radius:24px;padding:3rem}.agency-testimonial-icon{color:#2563eb;margin-bottom:2rem}.agency-testimonial-quote{color:#0f172a;margin-bottom:2rem;font-size:1.2rem;font-style:italic;line-height:1.6}.agency-testimonial-author strong{color:#0f172a;font-family:Syne,sans-serif;font-size:1.2rem;display:block}.agency-testimonial-author span{color:#64748b;font-size:.9rem}.agency-faq{padding:10rem 5%}.agency-faq-accordion{flex-direction:column;gap:.75rem;max-width:860px;margin-top:4rem;display:flex}.agency-faq-item{background:#fff;border:1px solid #0f172a14;border-radius:12px;transition:border-color .2s;overflow:hidden}.agency-faq-item:hover{border-color:#0f172a2e}.agency-faq-trigger{cursor:pointer;color:#0f172a;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:700;display:flex}.agency-faq-icon{color:#64748b;flex-shrink:0;transition:transform .25s}.agency-faq-trigger.open .agency-faq-icon{transform:rotate(180deg)}.agency-faq-content{max-height:0;transition:max-height .3s;overflow:hidden}.agency-faq-content.open{max-height:400px}.agency-faq-content p{color:#475569;margin:0;padding:0 1.5rem 1.5rem;line-height:1.7}.agency-cta{text-align:center;background:linear-gradient(#0000,#3b82f612);border-top:1px solid #0f172a14;padding:12rem 5%;position:relative;overflow:hidden}.agency-cta:before{content:"";opacity:.5;background:linear-gradient(90deg,#0000,#2563eb,#0000);width:100vw;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.agency-cta h2{max-width:1000px;margin:0 auto 2rem;font-size:clamp(3.5rem,6vw,6rem);line-height:1.1}.agency-cta p{color:#64748b;max-width:600px;margin:0 auto 3rem;font-size:1.3rem}.agency-footer{background:#f8fafc;border-top:1px solid #0f172a14;padding:5rem 5% 2.5rem}.agency-footer-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr);gap:4rem;max-width:1200px;margin:0 auto 3.5rem;display:grid}.agency-footer-brand p{color:#64748b;max-width:340px;margin:1.25rem 0 1.5rem;line-height:1.65}.agency-footer-contact{flex-direction:column;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.agency-footer-contact li{color:#64748b;align-items:center;gap:.6rem;font-size:.92rem;display:flex}.agency-footer-contact svg{color:#2563eb;flex-shrink:0}.agency-footer-contact a{color:#64748b;text-decoration:none}.agency-footer-contact a:hover{color:#0f172a}.agency-footer-socials{gap:.75rem;display:flex}.agency-footer-socials a{color:#334155;background:#0f172a0f;border-radius:10px;place-items:center;width:38px;height:38px;transition:all .2s;display:grid}.agency-footer-socials a:hover{color:#fff;background:#2563eb}.agency-footer-col{flex-direction:column;gap:.75rem;display:flex}.agency-footer-col h4{text-transform:uppercase;letter-spacing:.08em;color:#0f172a;margin-bottom:.5rem;font-size:.85rem}.agency-footer-col a{color:#64748b;font-size:.95rem;text-decoration:none;transition:color .2s}.agency-footer-col a:hover{color:#0f172a}.agency-footer-bottom{color:#94a3b8;border-top:1px solid #0f172a14;flex-wrap:wrap;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.85rem;display:flex}.agency-sticky-cta{display:none}@media (width<=1024px){.agency-portal-layout,.agency-about-layout{grid-template-columns:1fr;gap:3rem}.agency-about-photo img{max-width:320px}}@media (width<=900px){.agency-hero h1{font-size:clamp(3rem,8vw,5rem)}.agency-section-header{margin-bottom:4rem}.agency-services,.agency-work,.agency-portal,.agency-about,.agency-process,.agency-testimonials,.agency-faq,.agency-cta{padding:8rem 5%}.agency-metrics{padding:6rem 5%}}@media (width<=768px){.agency-nav{padding:1rem clamp(1.25rem,5%,2rem)}.agency-nav-links,.agency-nav-cta-desktop,.agency-nav-login{display:none}.agency-mobile-menu-toggle{display:block}.agency-hero{min-height:auto;padding:8rem clamp(1.25rem,5%,2rem) 4rem}.agency-hero h1{font-size:clamp(2.25rem,9vw,4rem);line-height:1.08}.agency-hero-ctas{flex-direction:column;align-items:stretch;gap:1rem}.agency-btn-large{justify-content:center;width:100%}.agency-section-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.agency-services-grid,.agency-work-grid{grid-template-columns:1fr}.agency-metrics-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.agency-process-item{grid-template-columns:1fr;gap:1rem;padding:3rem 0}.agency-process-num{font-size:3rem}.agency-process-content h3{font-size:2rem}.agency-testimonials-grid{grid-template-columns:1fr}.agency-cta h2{font-size:clamp(2.5rem,6vw,4rem)}.agency-portal-columns{grid-template-columns:repeat(2,1fr)}.agency-portal-column:nth-child(3){display:none}.agency-footer-grid{grid-template-columns:1fr;gap:2.5rem}.agency-footer-bottom{text-align:center;flex-direction:column}.agency-sticky-cta{z-index:90;padding:.75rem clamp(1.25rem,5%,2rem);padding-bottom:calc(.75rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);background:#f8fafceb;border-top:1px solid #0f172a1a;display:block;position:fixed;bottom:0;left:0;right:0}.agency-sticky-cta .agency-btn{justify-content:center;width:100%;padding:.9rem 1.5rem}.agency-page:has(.agency-sticky-cta) .agency-footer{padding-bottom:6.5rem}}@media (width<=480px){.agency-logo-img{height:36px}.agency-nav{padding:.75rem 1.25rem}.agency-nav-actions .agency-btn-ghost{display:none}.agency-nav-actions .agency-btn-primary{padding:.5rem 1rem;font-size:.8125rem}.agency-hero{padding-top:5.5rem}.agency-hero p{font-size:1.05rem}.agency-service-card,.agency-case-card{padding:2rem}.agency-metrics-grid{grid-template-columns:1fr}.agency-testimonial-card{padding:2rem}}@media (prefers-reduced-motion:reduce){.agency-marquee-content{animation:none}.agency-btn,.agency-btn-primary:hover,.agency-btn-outline:hover,.agency-service-card,.agency-service-card:hover,.agency-case-card,.agency-case-card:hover,.agency-mobile-menu,.agency-faq-content,.agency-faq-icon{transition:none}.agency-btn-primary:hover,.agency-btn-outline:hover,.agency-service-card:hover,.agency-case-card:hover{transform:none}.agency-mobile-menu-backdrop{animation:none}}@media (width<=768px){.agency-nav-action-desktop{display:none}}.bp-landing-hero{padding-top:8rem}.bp-hero-badge{color:#2563eb;background:#2563eb1f;border:1px solid #2563eb33;border-radius:100px;align-self:flex-start;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.bp-pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:3rem 0;display:grid}.bp-price-card{background:#fff;border:1px solid #0f172a1a;border-radius:20px;padding:2rem}.bp-price-card--featured{border-color:#2563eb59;box-shadow:0 8px 32px #2563eb1a}.bp-price-amount{margin:.5rem 0;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800}.bp-price-amount span{color:#64748b;font-size:1rem;font-weight:500}.bp-price-amount--secondary{font-size:1.75rem}.bp-price-features{color:#475569;margin:1.5rem 0;padding:0;list-style:none}.bp-price-features li{gap:.5rem;margin-bottom:.5rem;display:flex}.bp-price-features svg{color:#059669;flex-shrink:0;margin-top:2px}.bp-price-cta{justify-content:center;width:100%}.bp-price-note{color:#64748b;margin-top:1rem;font-size:.8rem}.bp-price-badge{margin-bottom:1rem}.bp-term-note{color:#334155;background:#2563eb0f;border:1px solid #2563eb26;border-radius:12px;margin-top:1rem;padding:1rem 1.25rem;font-size:.9rem;line-height:1.6}.bp-steps{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2rem 0 3rem;display:grid}.bp-step{background:#fff;border:1px solid #0f172a14;border-radius:16px;padding:1.5rem}.bp-step-num{color:#6366f1;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700}.bp-faq-item{border-bottom:1px solid #0f172a14;padding:1.25rem 0}.bp-faq-item h4{margin-bottom:.5rem;font-size:1rem;font-weight:700}.bp-faq-item p{color:#64748b;margin:0;line-height:1.6}.bp-faq-accordion{flex-direction:column;gap:.75rem;margin-top:2rem;display:flex}.bp-faq-accordion-item{background:#fff;border:1px solid #0f172a14;border-radius:12px;transition:border-color .2s;overflow:hidden}.bp-faq-accordion-item:hover{border-color:#0f172a26}.bp-faq-accordion-trigger{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s;display:flex}.bp-faq-accordion-trigger:hover{background:#0f172a05}.bp-faq-accordion-icon{color:#64748b;flex-shrink:0;transition:transform .3s,color .2s}.bp-faq-accordion-trigger.open .bp-faq-accordion-icon{color:#2563eb;transform:rotate(180deg)}.bp-faq-accordion-content{max-height:0;transition:max-height .3s;overflow:hidden}.bp-faq-accordion-content.open{max-height:500px}.bp-faq-accordion-content p{color:#64748b;margin:0;padding:0 1.5rem 1.5rem;line-height:1.7}.bp-trust-section{text-align:center}.bp-trust-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:800px;margin:3rem auto;display:grid}.bp-trust-card{text-align:center;background:#fff;border:1px solid #0f172a14;border-radius:16px;padding:2rem 1.5rem;transition:border-color .2s,box-shadow .2s}.bp-trust-card:hover{border-color:#2563eb33;box-shadow:0 4px 16px #2563eb14}.bp-trust-icon{color:#2563eb;background:#2563eb1a;border-radius:12px;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1rem;display:flex}.bp-trust-stat{color:#0f172a;margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:2rem;font-weight:800}.bp-trust-label{color:#64748b;font-size:.9rem;font-weight:500}.bp-wizard{padding:2.5rem 2.5rem 2rem}.bp-wizard .agency-contact-header{margin-bottom:1.5rem}.bp-wizard-form{gap:0}.bp-wizard-progress{gap:.375rem;width:100%;margin-bottom:2rem;display:flex}.bp-wizard-progress span{background:#0f172a14;border-radius:999px;flex:1;height:3px}.bp-wizard-progress span.active{background:#2563eb}.bp-wizard-progress span.done{background:#059669}.bp-terms-row{background:#f8fafc;border:1px solid #0f172a14;border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1.5rem;padding:1rem 1.25rem;display:flex}.bp-terms-row input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.2rem}.bp-terms-row label{color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.55}.bp-terms-row a{color:#2563eb;text-decoration:none}.bp-terms-row a:hover{text-decoration:underline}.bp-wizard-actions{border-top:1px solid #0f172a14;justify-content:flex-end;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.bp-wizard-actions:has(.agency-btn-ghost){justify-content:space-between}.bp-wizard-actions .agency-btn-primary{min-width:9rem}.bp-team-section{border-top:1px solid #0f172a14;margin-top:2rem;padding-top:1.5rem}.bp-team-section-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.bp-team-section-header h3{color:#0f172a;margin:0 0 .35rem;font-size:1.05rem}.bp-team-section-header p{color:#64748b;max-width:28rem;margin:0;font-size:.875rem;line-height:1.5}.bp-team-add-btn{flex-shrink:0;padding:.5rem .875rem!important;font-size:.8125rem!important}.bp-team-empty{color:#94a3b8;margin:0;font-size:.875rem;font-style:italic}.bp-team-list{flex-direction:column;gap:.75rem;display:flex}.bp-team-row{grid-template-columns:1fr 1fr auto;align-items:end;gap:.75rem;display:grid}.bp-team-remove-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:10px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:.1rem;transition:border-color .2s,color .2s;display:flex}.bp-team-remove-btn:hover{color:#dc2626;border-color:#fca5a5}@media (width<=768px){.bp-team-section-header{flex-direction:column}.bp-team-row{grid-template-columns:1fr}.bp-team-remove-btn{width:100%;margin-bottom:0}}.bp-slot-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin:1.5rem 0;display:grid}.bp-booking-picker{grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start;gap:1.25rem;margin:2rem 0 1.5rem;display:grid}.bp-booking-panel{background:#fff;border:1px solid #0f172a1a;border-radius:16px;min-height:280px;padding:1.25rem}.bp-booking-panel-title{color:#0f172a;margin:0 0 1rem;font-size:.95rem;font-weight:700}.bp-booking-notice{color:#64748b;margin-top:1rem}.bp-booking-notice--warn{color:#b45309}.bp-booking-notice a{color:inherit;font-weight:600}.bp-booking-empty{color:#64748b;margin:0;font-size:.95rem}.bp-booking-summary{color:#475569;margin:0 0 1.25rem;font-size:.95rem}.bp-date-list,.bp-time-list{flex-direction:column;gap:.5rem;display:flex}.bp-time-list{grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:.625rem;display:grid}.bp-date-btn{color:#0f172a;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #0f172a1f;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.875rem 1rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.bp-date-btn__label{font-size:.92rem;font-weight:600}.bp-date-btn__meta{color:#64748b;font-size:.8rem}.bp-date-btn:hover{background:#2563eb0f;border-color:#2563eb73}.bp-date-btn.selected{background:#2563eb1a;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb26}.bp-date-btn.selected .bp-date-btn__meta{color:#1d4ed8}.bp-time-btn{color:#0f172a;cursor:pointer;text-align:center;background:#fff;border:1px solid #0f172a1f;border-radius:10px;padding:.75rem .875rem;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s,box-shadow .2s}.bp-time-btn:hover{background:#2563eb0f;border-color:#2563eb73}.bp-time-btn.selected{color:#1e3a8a;background:#2563eb1f;border-color:#2563eb;font-weight:600;box-shadow:0 0 0 1px #2563eb33}@media (width<=768px){.bp-booking-picker{grid-template-columns:1fr}.bp-booking-panel{min-height:0}}.bp-slot-btn{color:#0f172a;cursor:pointer;text-align:left;background:#fff;border:1px solid #0f172a1f;border-radius:12px;padding:.875rem 1rem;font-size:.9rem;font-weight:500;transition:border-color .2s,background .2s,box-shadow .2s;box-shadow:0 1px 2px #0f172a0a}.bp-slot-btn:hover{background:#2563eb0f;border-color:#2563eb73;box-shadow:0 2px 8px #2563eb14}.bp-slot-btn.selected{color:#1e3a8a;background:#2563eb1f;border-color:#2563eb;font-weight:600;box-shadow:0 0 0 1px #2563eb33}.bp-success-card{text-align:center;background:#fff;border:1px solid #0f172a1a;border-radius:20px;max-width:560px;margin:4rem auto;padding:2.5rem}.bp-anchor-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:2rem 0;display:grid}.bp-anchor-item{background:#fff;border:1px solid #0f172a14;border-radius:12px;padding:1.25rem}.bp-anchor-item strong{color:#0f172a;margin-bottom:.35rem;display:block}.bp-anchor-item span{color:#64748b;font-size:.9rem;line-height:1.5}.bp-section{max-width:1100px;margin:0 auto;padding:5rem 5%}.bp-section h2{margin-bottom:1rem;font-size:2rem}.bp-section>p{color:#64748b;max-width:640px;line-height:1.7}.bp-step p{color:#64748b;margin:0;font-size:.9rem;line-height:1.6}.bp-section--center{text-align:center}.bp-section--center>p{max-width:32rem;margin:0 auto 1.5rem}.bp-section--final{padding-bottom:6rem}.bp-term-badge{color:#047857;background:#0596691f;border-radius:100px;margin-top:.75rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.bp-legal-wrap{max-width:820px;margin:0 auto;padding:7rem clamp(1.25rem,5%,2rem) 4rem}.bp-legal-page{color:#475569;background:#fff;border:1px solid #0f172a14;border-radius:20px;padding:clamp(2rem,5vw,2.75rem);line-height:1.75;box-shadow:0 4px 24px #0f172a0f}.bp-legal-header{border-bottom:1px solid #0f172a14;margin-bottom:.5rem;padding-bottom:1.5rem}.bp-legal-page h1{color:#0f172a;margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.25rem)}.bp-legal-meta{color:#94a3b8;margin:0;font-size:.875rem}.bp-legal-section{border-bottom:1px solid #0f172a0f;padding:1.5rem 0}.bp-legal-section:last-child{border-bottom:none;padding-bottom:0}.bp-legal-page h2{color:#0f172a;margin:0 0 .625rem;font-size:1.05rem;font-weight:700}.bp-legal-page p{color:#64748b;margin:0}.bp-legal-page a{color:#2563eb;font-weight:500;text-decoration:none}.bp-legal-page a:hover{text-decoration:underline}.bp-legal-page ul{color:#64748b;margin:.75rem 0 0;padding-left:1.25rem}.bp-legal-page li{margin-bottom:.35rem;line-height:1.6}.bp-legal-page strong{color:#334155;font-weight:600}@media (width<=768px){.bp-legal-wrap{padding:6rem 1.25rem 3rem}.bp-legal-page{border-radius:16px;padding:1.75rem 1.5rem}.bp-legal-section{padding:1.25rem 0}}.bp-billing-card .billing-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;padding:.5rem 0;font-size:.95rem;display:flex}.bp-billing-card .billing-label{color:#94a3b8}.bp-invoice-list{margin-top:1rem}.bp-invoice-item{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9rem;display:flex}.bp-invoice-item a{color:#6366f1;text-decoration:none}@media (width<=768px){.bp-wizard{padding:2rem 1.5rem 1.5rem}.bp-wizard-actions{flex-direction:column-reverse}.bp-wizard-actions:has(.agency-btn-ghost){justify-content:flex-end}.bp-wizard-actions .agency-btn{justify-content:center;width:100%}.bp-landing-hero{padding-top:6rem}.bp-section{padding:3.5rem clamp(1.25rem,5%,2rem)}.bp-section h2{font-size:1.75rem}.build-partner-page .agency-hero h1{line-height:1.08}.bp-trust-grid{grid-template-columns:1fr;gap:1rem}.bp-trust-card{padding:1.5rem 1rem}.bp-faq-accordion-trigger{padding:1rem 1.25rem;font-size:.95rem}.bp-faq-accordion-content p{padding:0 1.25rem 1.25rem;font-size:.9rem}}@media (width<=480px){.bp-landing-hero{padding-top:5.5rem}.build-partner-page .agency-nav-actions .agency-btn-primary{display:none}.bp-price-card{padding:1.5rem}.bp-price-amount{font-size:2rem}}.bp-resume-form{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;max-width:28rem;margin:0 auto;display:flex}.bp-resume-input{color:#0f172a;background:#fff;border:1px solid #0f172a26;border-radius:.625rem;flex:14rem;min-width:0;padding:.75rem 1rem;font-size:1rem}.bp-resume-input:focus{outline-offset:2px;outline:2px solid #2563eb}
