@layer components{.services-section{position:relative;padding:120px 0 100px;overflow:hidden;background:var(--color-brand-primary, #0052CC)}.services-section:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.06)0,transparent 50%);pointer-events:none}.services-section__grid{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 60%at 50% 30%,#000 0,#000 40%,transparent 100%)}.services-section__noise{position:absolute;inset:0;z-index:0;opacity:.625;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px}.services-section__noise-fine{position:absolute;inset:0;z-index:0;opacity:.19;pointer-events:none;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='fineNoise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.5' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23fineNoise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:150px 150px}.services-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 24px}.section-header{text-align:center;max-width:680px;margin:0 auto 72px}.section-eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;margin-bottom:20px}.section-eyebrow:before,.section-eyebrow:after{content:"";width:24px;height:1px;background:#ffffff4d}.section-title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.2;color:#fff;margin-bottom:18px}.section-subtitle{font-family:var(--font-body);font-size:1.125rem;line-height:1.7;color:#ffffffbf}.bento-hero-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto auto;gap:20px;margin-bottom:20px}.hero-card{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.15);transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);animation:bentoFadeInUp .7s ease both}.hero-card:nth-child(1){animation-delay:.1s}.hero-card:nth-child(2){animation-delay:.15s}.hero-card:nth-child(3){animation-delay:.2s}.hero-card:nth-child(4){animation-delay:.25s}.hero-card:nth-child(5){animation-delay:.3s}.hero-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0003,0 0 0 1px #ffffff1a}.hero-card__link{display:flex;flex-direction:column;height:100%;position:relative}.hero-card--google{grid-column:1/8;grid-row:1/3}.hero-card--meta{grid-column:8/13;grid-row:1}.hero-card--seo{grid-column:8/13;grid-row:2}.hero-card--webdesign{grid-column:1/5;grid-row:3}.hero-card--cro{grid-column:5/9;grid-row:3}.hero-card--landing-pages{grid-column:9/13;grid-row:3}.hero-card--google{background:linear-gradient(145deg,#fff,#f0f6ff)}.hero-card--meta{background:linear-gradient(145deg,#fff,#f5f0ff)}.hero-card--seo{background:linear-gradient(145deg,#fff,#f0fff4)}.hero-card--webdesign{background:linear-gradient(145deg,#fff,#f0f6ff)}.hero-card--cro{background:linear-gradient(145deg,#fff,#f0f4ff)}.hero-card--landing-pages{background:linear-gradient(145deg,#fff,#f0f6ff)}.hero-card__content{position:relative;z-index:2;padding:36px 32px 0;flex:1;display:flex;flex-direction:column}.hero-card--google .hero-card__content{padding:40px 36px 0}.hero-card__icon-wrap{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.hero-card--google .hero-card__icon-wrap{background:var(--color-brand-primary, #0052CC)}.hero-card--meta .hero-card__icon-wrap{background:#7c3aed}.hero-card--seo .hero-card__icon-wrap{background:#059669}.hero-card--webdesign .hero-card__icon-wrap,.hero-card--cro .hero-card__icon-wrap,.hero-card--landing-pages .hero-card__icon-wrap{background:var(--color-brand-primary, #0052CC)}.hero-card__icon-wrap svg{color:#fff}.hero-card__badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:20px;width:fit-content}.hero-card--google .hero-card__badge{background:#4285f414;color:#1a73e8}.hero-card--meta .hero-card__badge{background:#a033ff14;color:#7c3aed}.hero-card--seo .hero-card__badge{background:#05966914;color:#059669}.hero-card--webdesign .hero-card__badge,.hero-card--cro .hero-card__badge,.hero-card--landing-pages .hero-card__badge{background:#0052cc14;color:var(--color-brand-primary, #0052CC)}.hero-card__badge-dot{width:6px;height:6px;border-radius:50%;animation:bentoPulse 2s ease-in-out infinite}.hero-card--google .hero-card__badge-dot{background:#1a73e8}.hero-card--meta .hero-card__badge-dot{background:#7c3aed}.hero-card--seo .hero-card__badge-dot{background:#059669}.hero-card--webdesign .hero-card__badge-dot,.hero-card--cro .hero-card__badge-dot,.hero-card--landing-pages .hero-card__badge-dot{background:var(--color-brand-primary, #0052CC)}.hero-card__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;line-height:1.3;color:var(--color-text-primary, #1A1A1A);margin-bottom:12px}.hero-card--google .hero-card__title{font-size:1.75rem}.hero-card__desc{font-family:var(--font-body);font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary, #4A5568);max-width:420px}.hero-card__cta{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--color-brand-primary, #0052CC);margin-top:20px;position:relative;z-index:3;transition:gap .3s cubic-bezier(.4,0,.2,1)}.hero-card--meta .hero-card__cta{color:#7c3aed}.hero-card--seo .hero-card__cta{color:#059669}.hero-card:hover .hero-card__cta{gap:12px}.hero-card__cta svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero-card:hover .hero-card__cta svg{transform:translate(2px)}.hero-card__chart{position:relative;z-index:1;width:100%;flex-shrink:0;overflow:hidden;margin-top:auto}.hero-card__skeleton-ad{position:relative;z-index:2;margin:0 36px;padding:20px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 1px 4px #0000000f;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease}.hero-card__skeleton-ad.is-visible{opacity:1;transform:translateY(0)}.hero-card__skeleton-ad-sponsored{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px}.hero-card__skeleton-ad-label{font-family:var(--font-body);font-size:11px;font-weight:700;color:#718096;letter-spacing:.02em}.hero-card__skeleton-ad-url{display:flex;align-items:center;gap:6px}.hero-card__skeleton-ad-favicon{width:16px;height:16px;border-radius:50%;background:#4285f41f;flex-shrink:0}.hero-card__skeleton-ad-urltext{font-family:var(--font-body);font-size:12px;color:#718096}.hero-card__skeleton-ad-headline{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.hero-card__skeleton-bar{height:10px;border-radius:5px;background:#1a0dab1a}.hero-card__skeleton-bar--headline{height:14px;border-radius:7px;background:#1a0dab1f;width:85%}.hero-card__skeleton-bar--headline-short{height:14px;border-radius:7px;background:#1a0dab1f;width:55%}.hero-card__skeleton-ad-desc{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.hero-card__skeleton-bar--desc{height:9px;border-radius:4px;background:#0000000f}.hero-card__skeleton-bar--desc-w1{width:100%}.hero-card__skeleton-bar--desc-w2{width:72%}.hero-card__skeleton-ad-extensions{display:flex;gap:12px}.hero-card__skeleton-bar--ext{height:9px;border-radius:4px;background:#1a0dab14;width:60px}.hero-card--google .hero-card__chart{height:auto;padding:16px 36px 32px}.hero-card__metrics{display:flex;gap:16px}.hero-card__metric{flex:1;background:#4285f40a;border:1px solid rgba(66,133,244,.08);border-radius:12px;padding:20px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.hero-card__metric.is-visible{opacity:1;transform:translateY(0)}.hero-card__metric-label{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#718096;margin-bottom:8px}.hero-card__metric-value{display:flex;align-items:baseline;gap:8px}.hero-card__metric-number{font-family:var(--font-body);font-size:1.75rem;font-weight:700;line-height:1;color:var(--color-text-primary, #1A1A1A);font-variant-numeric:tabular-nums}.hero-card__metric-change{display:inline-flex;align-items:center;gap:3px;font-family:var(--font-body);font-size:13px;font-weight:700;padding:3px 8px;border-radius:100px;line-height:1}.hero-card__metric-change--down,.hero-card__metric-change--up{color:#059669;background:#05966914}.hero-card__metric-sub{font-family:var(--font-body);font-size:12px;color:#718096;margin-top:6px}.hero-card__metric-bar{height:4px;border-radius:2px;background:#4285f414;margin-top:12px;overflow:hidden}.hero-card__metric-bar-fill{height:100%;border-radius:2px;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.hero-card__metric-bar-fill--cpl,.hero-card__metric-bar-fill--conv{background:var(--color-brand-primary, #0052CC)}.hero-card--meta .hero-card__chart{height:120px;position:relative}.hero-card__sparkline-svg{position:absolute;bottom:0;left:0;width:100%;height:100%;display:block}.hero-card__sparkline-fill{opacity:0}.hero-card__sparkline-line{fill:none;stroke:#a033ff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.hero-card__sparkline-dot{fill:#a033ff;opacity:0}.hero-card__sparkline-ring{fill:none;stroke:#a033ff;stroke-width:1.5;opacity:0}.hero-card__sparkline-ring.is-pulsing{animation:bentoChartPulsePurple 2s ease-in-out infinite}.hero-card--seo .hero-card__chart{height:120px;position:relative;padding:16px 24px 20px}.hero-card__bars-container{display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center;position:relative}.hero-card__bar-row{display:flex;align-items:center;gap:10px}.hero-card__bar-label{font-family:var(--font-body);font-size:11px;font-weight:700;color:#059669;width:20px;flex-shrink:0;text-align:right;opacity:0;transition:opacity .4s ease}.hero-card__bar-track{flex:1;height:14px;background:#0596690f;border-radius:7px;overflow:hidden}.hero-card__bar-fill{height:100%;border-radius:7px;width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.hero-card__bar-fill--1{background:linear-gradient(90deg,#059669,#10b981);box-shadow:0 0 12px #05966926}.hero-card__bar-fill--2{background:linear-gradient(90deg,#10b981,#34d399)}.hero-card__bar-fill--3{background:linear-gradient(90deg,#34d399,#6ee7b7)}.hero-card__bar-value{font-family:var(--font-body);font-size:10px;font-weight:600;color:#059669;opacity:0;margin-left:8px;flex-shrink:0;transition:opacity .4s ease;white-space:nowrap}.hero-card--webdesign .hero-card__chart{height:130px;position:relative;padding:12px 24px 16px}.hero-card__wireframe-svg{width:100%;height:100%;display:block}.hero-card__wireframe-el{opacity:0;transition:opacity .5s ease}.hero-card__wireframe-el.is-visible{opacity:1}.hero-card--cro .hero-card__chart{height:130px;position:relative;padding:12px 24px 16px}.hero-card__ab-svg{width:100%;height:100%;display:block}.hero-card__ab-bar-a,.hero-card__ab-bar-b{transition:height .8s cubic-bezier(.4,0,.2,1),y .8s cubic-bezier(.4,0,.2,1)}.hero-card__ab-label{opacity:0;transition:opacity .4s ease}.hero-card__ab-label.is-visible{opacity:1}.hero-card__ab-badge{position:absolute;top:8px;right:24px;z-index:3;display:inline-flex;align-items:center;gap:5px;background:#0052cc14;color:var(--color-brand-primary, #0052CC);font-family:var(--font-body);font-size:13px;font-weight:700;padding:6px 14px;border-radius:100px;letter-spacing:.01em;opacity:0;transform:translateY(6px);transition:opacity .5s ease,transform .5s ease}.hero-card__ab-badge.is-visible{opacity:1;transform:translateY(0)}.hero-card__lp-wireframe{display:flex;flex-direction:column;gap:8px;padding:12px 16px 16px}.hero-card__lp-row{display:flex;flex-direction:column;gap:6px}.hero-card__lp-block{border-radius:4px;animation:bentoFadeInUp .5s ease both}.hero-card__lp-block--nav{height:8px;background:#0052cc1a;border-radius:4px;animation-delay:1s}.hero-card__lp-block--headline{height:10px;width:80%;background:#0052cc1f;animation-delay:1.1s}.hero-card__lp-block--subhead{height:6px;width:60%;background:#0052cc12;animation-delay:1.2s}.hero-card__lp-block--cta-btn{height:12px;width:40%;background:#0052cc2e;border-radius:6px;animation-delay:1.3s}.hero-card__lp-row--form{margin-top:4px;padding:8px;background:#0052cc08;border:1px solid rgba(0,82,204,.08);border-radius:6px}.hero-card__lp-block--input{height:10px;background:#0052cc0f;border:1px solid rgba(0,82,204,.1);border-radius:3px;animation-delay:1.4s}.hero-card__lp-block--submit{height:12px;width:50%;background:#0052cc26;border-radius:6px;animation-delay:1.5s}.bento-compact-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin-bottom:72px}.compact-card{position:relative;background:#fff;border:1px solid rgba(255,255,255,.15);border-radius:16px;overflow:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);animation:bentoFadeInUp .6s ease both}.compact-card:nth-child(1){animation-delay:.35s}.compact-card:nth-child(2){animation-delay:.4s}.compact-card:nth-child(3){animation-delay:.45s}.compact-card:nth-child(4){animation-delay:.5s}.compact-card:nth-child(5){animation-delay:.55s}.compact-card:nth-child(6){animation-delay:.6s}.compact-card:nth-child(7){animation-delay:.65s}.compact-card:nth-child(8){animation-delay:.7s}.compact-card:nth-child(9){animation-delay:.75s}.compact-card--analytics{grid-column:span 5}.compact-card--content{grid-column:span 3}.compact-card--email{grid-column:span 4}.compact-card--social,.compact-card--reputation{grid-column:span 3}.compact-card--strategy{grid-column:span 6}.compact-card--tiktok,.compact-card--chatgpt,.compact-card--automation{grid-column:span 4}.compact-card:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0003;border-color:#ffffff40}.compact-card__link{display:flex;flex-direction:column;padding:28px 24px 24px;height:100%}.compact-card--wide .compact-card__link{flex-direction:row;align-items:center;gap:24px}.compact-card--wide .compact-card__body{flex:1}.compact-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.compact-card--wide .compact-card__top{margin-bottom:0;flex-shrink:0}.compact-card__icon{width:42px;height:42px;border-radius:8px;background:#e8f0fe;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s cubic-bezier(.4,0,.2,1)}.compact-card__icon svg{color:var(--color-brand-primary, #0052CC)}.compact-card__arrow{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:0 0;transition:background .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;opacity:0}.compact-card:hover .compact-card__arrow{opacity:1;background:#e8f0fe;transform:translate(2px,-2px)}.compact-card__arrow svg{color:var(--color-brand-primary, #0052CC)}.compact-card__title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;line-height:1.35;color:var(--color-text-primary, #1A1A1A);margin-bottom:8px}.compact-card__desc{font-family:var(--font-body);font-size:.8575rem;line-height:1.65;color:#718096}.carousel-dots{display:none}.section-cta{text-align:center}.section-cta__text{font-family:var(--font-body);font-size:1.0625rem;color:#fffc;margin-bottom:24px}.section-cta__button{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--color-brand-primary, #0052CC);background:#fff;padding:16px 36px;border-radius:100px;transition:background .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);letter-spacing:.01em}.section-cta__button:hover{background:#f0f6ff;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.section-cta__button svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.section-cta__button:hover svg{transform:translate(3px)}@keyframes bentoFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes bentoPulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes bentoChartPulsePurple{0%,to{opacity:.4;r:5}50%{opacity:.12;r:9}}@media (max-width:1024px){.services-section{padding:88px 0 72px}.section-header{margin-bottom:56px}.bento-hero-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto}.hero-card--google{grid-column:1/-1;grid-row:1;min-height:auto}.hero-card--meta{grid-column:1;grid-row:2}.hero-card--seo{grid-column:2;grid-row:2}.hero-card--webdesign{grid-column:1;grid-row:3}.hero-card--cro{grid-column:2;grid-row:3}.hero-card--landing-pages{grid-column:1/-1;grid-row:4}.hero-card--google .hero-card__title{font-size:1.5rem}.hero-card__content{padding:32px 28px 0}.hero-card--google .hero-card__chart{height:auto}.hero-card--meta .hero-card__chart{height:100px}.hero-card--seo .hero-card__chart{height:110px}.bento-compact-grid{grid-template-columns:repeat(6,1fr)}.compact-card--analytics,.compact-card--content,.compact-card--email,.compact-card--social,.compact-card--reputation,.compact-card--strategy,.compact-card--tiktok,.compact-card--chatgpt{grid-column:span 3}.compact-card--automation{grid-column:span 6}.compact-card--wide .compact-card__link{flex-direction:column;gap:0}.compact-card--wide .compact-card__top{margin-bottom:16px}}@media (max-width:768px){.services-section{padding:72px 0 56px}.services-container{padding:0 16px}.section-header{margin-bottom:40px}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.bento-hero-grid{grid-template-columns:1fr;grid-template-rows:auto}.hero-card--google,.hero-card--meta,.hero-card--seo,.hero-card--webdesign,.hero-card--cro,.hero-card--landing-pages{grid-column:1;grid-row:auto;min-height:auto}.hero-card--google .hero-card__title{font-size:1.375rem}.hero-card__title{font-size:1.25rem}.hero-card__content{padding:28px 24px 0}.hero-card--google .hero-card__chart{height:auto}.hero-card--meta .hero-card__chart{height:90px}.hero-card--seo .hero-card__chart{height:110px}.hero-card--webdesign .hero-card__chart,.hero-card--cro .hero-card__chart{height:120px}.hero-card__ab-badge{right:16px}.bento-compact-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;margin-bottom:56px;padding-bottom:8px;scrollbar-width:none}.bento-compact-grid::-webkit-scrollbar{display:none}.compact-card{min-width:260px;max-width:280px;flex-shrink:0;scroll-snap-align:start}.compact-card--analytics,.compact-card--content,.compact-card--email,.compact-card--social,.compact-card--reputation,.compact-card--strategy,.compact-card--tiktok,.compact-card--chatgpt,.compact-card--automation{grid-column:unset}.compact-card--wide .compact-card__link{flex-direction:column;gap:0}.compact-card--wide .compact-card__top{margin-bottom:16px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-bottom:40px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:#ffffff40;border:0;padding:0;cursor:pointer;transition:background .3s ease,transform .3s ease}.carousel-dot.is-active{background:#fffc;transform:scale(1.25)}.compact-card__link{padding:22px 20px 20px}.compact-card__arrow{opacity:1}.section-cta__button{width:100%;justify-content:center;padding:16px 32px}}}