.rd-glow{position:absolute;border-radius:50%;pointer-events:none}.rd-glow--hero-bl{top:15vh;left:5%;width:60vw;height:70vh;background:radial-gradient(circle at center,rgba(16,185,129,.06) 0%,rgba(16,185,129,.02) 40%,transparent 65%)}.rd-glow--hero-tr{top:10vh;right:10%;width:40vw;height:50vh;background:radial-gradient(circle at center,rgba(16,185,129,.03) 0%,transparent 55%)}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-top:80px;padding-bottom:var(--space-3xl)}.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:var(--space-2xl);min-width:0}.hero-content{max-width:600px}.hero-overline{display:block;color:var(--accent);font-size:var(--font-micro);font-weight:700;text-transform:uppercase;letter-spacing:3px;line-height:1.4;margin-bottom:var(--space-lg)}.hero-h1{font-size:clamp(32px,6vw,60px);font-weight:900;line-height:1.05;letter-spacing:-2px;color:var(--text-primary);margin-bottom:var(--space-lg)}.hero-sub{font-size:16px;line-height:1.7;color:var(--text-secondary);max-width:480px;margin-bottom:var(--space-xl)}.hero-sub-highlight{color:var(--text-primary);font-weight:600}.hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-xl)}.hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--border-subtle)}.hero-trust-item{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-tertiary);font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-trust-check{color:var(--accent);flex-shrink:0}.hero-visual{display:none;align-items:center;justify-content:center;flex-shrink:0}.hero-reels{position:relative;width:300px;height:380px}.hero-reel{position:absolute;width:148px;height:263px;border-radius:16px;border:1px solid var(--border-subtle);background:linear-gradient(180deg,#151515,#0c0c0c);overflow:hidden;cursor:pointer;transition:transform .4s var(--ease-smooth),box-shadow .4s var(--ease-smooth),border-color .4s var(--ease-smooth);will-change:transform;display:flex;flex-direction:column}.hero-reel:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero-reel--left{top:30px;left:0;transform:rotate(-6deg) translate(-5px);z-index:1;box-shadow:-8px 12px 30px #00000080}.hero-reel--center{top:0;left:72px;transform:rotate(0);z-index:3;width:158px;height:280px;border-color:#10b9811f;box-shadow:0 16px 50px #00000080,0 0 25px #10b9810a}.hero-reel--right{top:30px;right:0;transform:rotate(6deg) translate(5px);z-index:2;box-shadow:8px 12px 30px #00000080}.hero-reel:hover,.hero-reel:focus-visible{z-index:10;transform:rotate(0) translateY(-10px) scale(1.04);box-shadow:0 24px 60px #0009,0 0 30px #10b9810f;border-color:var(--accent-border)}@supports selector(:has(a)){.hero-reels:has(.hero-reel--left:hover) .hero-reel--center{transform:rotate(2deg) translate(6px)}.hero-reels:has(.hero-reel--left:hover) .hero-reel--right{transform:rotate(8deg) translate(14px)}.hero-reels:has(.hero-reel--center:hover) .hero-reel--left{transform:rotate(-8deg) translate(-14px)}.hero-reels:has(.hero-reel--center:hover) .hero-reel--right{transform:rotate(8deg) translate(14px)}.hero-reels:has(.hero-reel--right:hover) .hero-reel--left{transform:rotate(-8deg) translate(-14px)}.hero-reels:has(.hero-reel--right:hover) .hero-reel--center{transform:rotate(-2deg) translate(-6px)}}.hero-reel-screen{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#0c0c0c}.hero-reel-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6;transition:opacity var(--transition-base),transform .6s var(--ease-smooth)}.hero-reel:hover .hero-reel-video{opacity:.85;transform:scale(1.03)}.hero-reel.is-playing .hero-reel-video{opacity:1;transform:none}.hero-reel-play-sm{position:relative;z-index:4;width:40px;height:40px;border-radius:50%;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--transition-fast),transform var(--transition-fast)}.hero-reel-play-sm svg{margin-left:2px}.hero-reel:hover .hero-reel-play-sm{background:#10b9814d;border-color:#10b98166;transform:scale(1.1)}.hero-reel.is-playing{z-index:20!important;transform:rotate(0) translateY(-12px) scale(1.06)!important;box-shadow:0 24px 80px #000000b3,0 0 40px #10b98114!important;border-color:var(--accent-border)!important}.hero-reel.is-playing .hero-reel-play,.hero-reel.is-playing .hero-reel-play-sm,.hero-reel.is-playing .hero-reel-thumb{display:none}@supports selector(:has(a)){.hero-reels:has(.is-playing) .hero-reel:not(.is-playing){opacity:.5;filter:brightness(.6);pointer-events:auto}.hero-reels:has(.is-playing) .hero-reel:not(.is-playing):hover{opacity:.8;filter:brightness(.8)}}.hero-reel-play{position:relative;width:52px;height:52px;border-radius:50%;background:#10b9811f;border:1px solid rgba(16,185,129,.25);display:flex;align-items:center;justify-content:center;color:var(--accent);transition:background var(--transition-fast),transform var(--transition-fast)}.hero-reel-play svg{margin-left:3px}.hero-reel:hover .hero-reel-play{background:#10b98133;transform:scale(1.08)}.hero-reel-play-ring{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(16,185,129,.15);animation:hero-pulse-ring 2.5s ease-out infinite}@keyframes hero-pulse-ring{0%{transform:scale(1);opacity:1}to{transform:scale(1.6);opacity:0}}.hero-reel-progress{position:absolute;bottom:12px;left:12px;right:12px;height:2px;background:#ffffff0f;border-radius:1px}.hero-reel--center .hero-reel-progress{height:3px;border-radius:2px}.hero-reel-progress-fill{height:100%;background:var(--accent);border-radius:inherit;opacity:.5}.hero-reel--center .hero-reel-progress-fill{opacity:1}.hero-reel-footer{padding:10px 14px;border-top:1px solid rgba(255,255,255,.04);display:flex;align-items:center;gap:var(--space-sm)}.hero-reel-dot{width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0;opacity:.6}.hero-reel--center .hero-reel-dot{opacity:1}.hero-reel-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.hero-reel-title{font-size:11px;font-weight:600;color:var(--text-muted);transition:color var(--transition-fast);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-reel--center .hero-reel-title{font-weight:700;color:var(--text-secondary)}.hero-reel:hover .hero-reel-title{color:var(--text-primary)}.hero-reel-sub{font-size:9px;color:var(--text-tertiary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 767px){.hero-visual{display:flex;width:100%;margin-top:var(--space-lg)}.hero-reels{display:flex;justify-content:center;gap:10px;width:100%;height:auto;padding:0 var(--padding-mobile);padding-bottom:var(--space-sm)}.hero-reel,.hero-reel--left,.hero-reel--center,.hero-reel--right{position:relative;top:auto;left:auto;right:auto;flex:1;max-width:140px;height:auto;aspect-ratio:9 / 16;transform:none;z-index:1;box-shadow:0 6px 16px #0006;border-radius:12px;will-change:auto}.hero-reel-footer{position:absolute;bottom:0;left:0;right:0;padding:6px 8px;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);border-top:none;z-index:4;border-radius:0 0 12px 12px}.hero-reel-dot{width:5px;height:5px}.hero-reel-title{font-size:9px}.hero-reel-sub{font-size:7px}.hero-reel-play,.hero-reel-play-sm{width:40px;height:40px;border-radius:50%;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;z-index:5}.hero-reel-play-ring{display:none}.hero-reel-screen{position:absolute;inset:0;border-radius:12px}.hero-reel-video{border-radius:12px;width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px}.hero-reel.is-playing{transform:none!important;box-shadow:0 6px 20px #00000080!important;border-color:var(--accent-border)!important;z-index:1!important}@supports selector(:has(a)){.hero-reels:has(.is-playing) .hero-reel:not(.is-playing){opacity:1;filter:none}.hero-reels:has(.hero-reel:hover) .hero-reel{transform:none}}.hero-reel:hover{transform:none;box-shadow:0 6px 16px #0006}}.hero-reel--error .hero-reel-screen:after{content:"";position:absolute;inset:0;background:#000000b3;z-index:3}.hero-reel--error .hero-reel-play,.hero-reel--error .hero-reel-play-sm{opacity:.3;pointer-events:none}.hero-reel--error{cursor:default}.hero-reel--loading .hero-reel-play,.hero-reel--loading .hero-reel-play-sm{animation:hero-loading-pulse 1.5s ease-in-out infinite}@keyframes hero-loading-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.hero-reel-play-ring{animation:none;opacity:.5}.hero-reel{transition:none}.hero-reel--loading .hero-reel-play,.hero-reel--loading .hero-reel-play-sm{animation:none}}.google-reviews{position:relative;padding-top:var(--space-xl);padding-bottom:var(--space-xl);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.google-reviews-header{margin-bottom:var(--space-lg)}.google-reviews-badge{display:flex;align-items:center;gap:var(--space-md);flex-wrap:wrap}.google-reviews-g{flex-shrink:0}.google-reviews-info{display:flex;flex-direction:column;gap:2px}.google-reviews-rating{display:flex;align-items:center;gap:var(--space-sm)}.google-reviews-score{font-size:20px;font-weight:800;color:var(--text-primary)}.google-reviews-stars{display:flex;gap:2px}.google-reviews-count{font-size:var(--font-small);color:var(--text-muted)}.google-reviews-link{margin-left:auto;display:inline-flex;align-items:center;gap:var(--space-sm);font-size:13px;font-weight:600;color:var(--accent);text-decoration:none;transition:opacity var(--transition-fast)}.google-reviews-link:hover{opacity:.8}.google-reviews-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.google-review-card{padding:var(--space-lg)}.google-review-top{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.google-review-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-subtle);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.google-review-meta{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.google-review-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.google-review-time{font-size:11px;color:var(--text-tertiary)}.google-review-stars{display:flex;gap:1px;flex-shrink:0}.google-review-text{font-size:14px;line-height:1.6;color:var(--text-secondary);margin:0}.pain{position:relative}.pain-header{max-width:640px;margin-bottom:var(--space-2xl)}.pain-h2-dim{color:var(--text-muted)}.pain-body{font-size:var(--font-body);line-height:1.7;color:var(--text-secondary);margin-top:var(--space-md);max-width:560px}.pain-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.pain-card{position:relative;padding-top:var(--space-xl)}.pain-card:before{content:"";position:absolute;top:0;left:0;width:40px;height:2px;background:#ef444466;border-radius:1px}.pain-card-title{font-size:var(--font-h3);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.pain-card-desc{font-size:14px;line-height:1.7;color:var(--text-secondary)}.value{position:relative;background:radial-gradient(ellipse 50% 40% at 50% 60%,rgba(16,185,129,.04) 0%,transparent 70%)}.value-header{text-align:center;max-width:560px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-2xl);position:relative;z-index:1}.value-card{position:relative;z-index:1;max-width:560px;margin-left:auto;margin-right:auto;background:var(--bg-card);border:1px solid var(--accent-border);border-radius:16px;overflow:hidden;margin-bottom:var(--space-2xl)}.value-card-badge{display:flex;justify-content:center;padding:var(--space-md) var(--space-lg);background:var(--accent-subtle);border-bottom:1px solid var(--accent-border)}.value-card-badge span{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:var(--accent)}.value-card-rows{padding:var(--space-lg);display:flex;flex-direction:column;gap:0}.value-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;border-bottom:1px solid var(--border-subtle)}.value-row:last-child{border-bottom:none}.value-row-label{font-size:14px;color:var(--text-secondary);line-height:1.5}.value-row-price{font-size:14px;font-weight:700;color:var(--text-primary);white-space:nowrap;margin-left:var(--space-md)}.value-row-price--free{color:var(--accent)}.value-row--total{border-top:1px solid var(--accent-border);border-bottom:none;padding-top:var(--space-lg);margin-top:var(--space-sm)}.value-row--total .value-row-label{font-size:16px;font-weight:700;color:var(--text-primary)}.value-row--total .value-row-price{font-size:clamp(24px,3vw,32px);font-weight:800;color:var(--accent);letter-spacing:-.5px}.value-card-footer{padding:0 var(--space-lg) var(--space-lg)}.value-card-footer p{font-size:13px;line-height:1.6;color:var(--text-muted);text-align:center}.value-compare{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:var(--space-md);max-width:700px;margin-left:auto;margin-right:auto}.value-compare-card{padding:var(--space-lg);border-radius:12px;text-align:center}.value-compare-card--old{background:#ef44440a;border:1px solid rgba(239,68,68,.15)}.value-compare-card--new{background:var(--accent-subtle);border:1px solid var(--accent-border)}.value-compare-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:var(--space-md)}.value-compare-card--old .value-compare-label{color:#ef4444b3}.value-compare-card--new .value-compare-label{color:var(--accent)}.value-compare-price{font-size:clamp(24px,3.5vw,36px);font-weight:800;letter-spacing:-1px;margin-bottom:var(--space-sm)}.value-compare-card--old .value-compare-price{color:var(--text-muted);text-decoration:line-through;text-decoration-color:#ef444480}.value-compare-card--new .value-compare-price{color:var(--accent)}.value-compare-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.services{position:relative}.services-header{text-align:center;max-width:480px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-2xl)}.services-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.service-card{position:relative;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;padding:var(--space-lg);text-decoration:none;color:inherit;display:flex;flex-direction:column;overflow:hidden;transition:border-color var(--transition-base),transform var(--transition-base)}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),rgba(16,185,129,.3));transform:scaleX(0);transform-origin:left;transition:transform .6s var(--ease-smooth)}.service-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.service-card:hover:before{transform:scaleX(1)}.service-card.is-revealed:before{transform:scaleX(1)}.service-card-title{font-size:var(--font-h3);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.service-card-desc{font-size:14px;line-height:1.7;color:var(--text-secondary);flex:1;margin-bottom:var(--space-lg)}.service-card-price{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-md);border-top:1px solid var(--border-subtle)}.service-card-from{font-size:13px;color:var(--text-muted)}.service-card-amount{font-size:18px;font-weight:800;color:var(--accent)}.service-card-arrow{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--accent-subtle);color:var(--accent);transition:background var(--transition-fast),transform var(--transition-fast)}.service-card:hover .service-card-arrow{background:var(--accent);color:#000;transform:translate(2px)}@media (min-width: 768px){.hero{padding-top:100px}.hero-visual{display:flex}.google-reviews-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.pain-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.value-compare{grid-template-columns:1fr 1fr}.services-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.service-card:last-child:nth-child(odd){grid-column:1 / -1}}@media (min-width: 1024px){.hero{padding-top:0}.hero-inner{flex-direction:row;align-items:center;justify-content:space-between;min-height:100vh;min-height:100dvh;gap:var(--space-3xl)}.hero-content{flex:1;max-width:620px}.hero-visual{flex:0 0 auto}.hero-trust{justify-content:flex-start}.hero-reels{width:340px;height:400px}.hero-reel--left,.hero-reel--right{width:158px;height:280px}.hero-reel--center{width:170px;height:300px;left:82px}.hero-h1{font-size:clamp(40px,4.5vw,60px)}.pain-grid{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.hero-camera-svg{width:280px}}@media (prefers-reduced-motion: reduce){.service-card,.service-card:before,.service-card-arrow{transition:none}}.hero-ctas,.hero-trust,.hero-visual,.google-review-card,.pain-card,.value-row,.value-compare-card,.service-card{opacity:0}@media (prefers-reduced-motion: reduce){.hero-ctas,.hero-trust,.hero-visual,.google-review-card,.pain-card,.value-row,.value-compare-card,.service-card,.portfolio-cell,.platform-text,.platform-visual,.testimonial-card,.final-cta-inner{opacity:1}.mockup-comment--typing,.mockup-team-row--slide,.mockup-cloud-check{opacity:1;transform:none}}.portfolio{position:relative}.portfolio-header{margin-bottom:var(--space-2xl)}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}.portfolio-cell{position:relative;border-radius:16px;overflow:hidden;min-height:180px;cursor:pointer}.portfolio-cell-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}.portfolio-cell-overlay{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.6) 100%);border:1px solid var(--border-subtle);border-radius:16px;padding:var(--space-lg);transition:border-color var(--transition-base)}.portfolio-cell:hover .portfolio-cell-overlay{border-color:var(--border-hover)}.portfolio-play{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#10b98126;border:1px solid rgba(16,185,129,.3);color:var(--accent);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.portfolio-play:hover{background:#10b98140;transform:scale(1.1)}.portfolio-play--sm{width:44px;height:44px}.portfolio-cell-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#10b98126;border:1px solid rgba(16,185,129,.3);color:var(--accent)}.portfolio-cell-label{font-size:13px;font-weight:600;color:var(--text-primary);text-align:center}.portfolio-cell--featured{min-height:240px}.portfolio-link-wrap{text-align:center;margin-top:var(--space-xl)}.portfolio-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:15px;font-weight:600;text-decoration:none;transition:gap var(--transition-fast)}.portfolio-link:hover{gap:10px}.platform{position:relative;background:var(--bg-secondary);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);overflow:hidden}.platform-header{text-align:center;max-width:560px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-3xl)}.platform-row{display:flex;flex-direction:column;gap:var(--space-xl);margin-bottom:var(--space-3xl)}.platform-row:last-of-type{margin-bottom:var(--space-2xl)}.platform-text{flex:1;min-width:0}.platform-feature-title{font-size:var(--font-h3);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-md)}.platform-feature-desc{font-size:var(--font-body);line-height:1.7;color:var(--text-secondary);max-width:480px}.platform-visual{flex:1;min-width:0}.platform-mockup{background:#111;border-radius:var(--radius-card-sm);border:1px solid var(--border-subtle);overflow:hidden;max-width:520px}.platform-mockup-chrome{display:flex;align-items:center;gap:var(--space-sm);padding:8px 12px;background:#ffffff0a;border-bottom:1px solid var(--border-subtle)}.platform-mockup-dots{display:flex;gap:5px;flex-shrink:0}.platform-mockup-dots span{width:8px;height:8px;border-radius:50%}.platform-mockup-dots span:nth-child(1){background:#ff3b3059}.platform-mockup-dots span:nth-child(2){background:#ffcc0059}.platform-mockup-dots span:nth-child(3){background:#28cd4159}.platform-mockup-url{flex:1;text-align:center;font-size:10px;font-family:var(--font-mono);color:var(--text-tertiary);background:#ffffff08;border-radius:4px;padding:3px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.platform-mockup-body{padding:14px}.mockup-player{margin-bottom:14px}.mockup-player-screen{aspect-ratio:16 / 9;background:var(--bg-primary);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative;overflow:hidden}.mockup-player-screen:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,185,129,.03) 0%,transparent 50%)}.mockup-play-icon{color:#ffffff26}.mockup-timeline{padding:0 2px}.mockup-timeline-track{position:relative;height:4px;background:#ffffff14;border-radius:2px;overflow:visible}.mockup-timeline-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:var(--accent);border-radius:2px;transition:none}.mockup-timeline-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:var(--warning);z-index:1}.mockup-timeline-marker--accent{background:var(--accent)}.mockup-timeline-marker--blue{background:#3b82f6}.mockup-playhead{position:absolute;top:50%;left:0%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:var(--text-primary);box-shadow:0 0 6px #ffffff4d;z-index:2}.mockup-comments{display:flex;flex-direction:column;gap:8px}.mockup-comment{display:flex;align-items:flex-start;gap:8px}.mockup-comment--typing{opacity:0}.mockup-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--text-primary);flex-shrink:0;letter-spacing:.5px}.mockup-avatar--blue{background:#3b82f6}.mockup-avatar--accent{background:var(--accent)}.mockup-avatar--amber{background:#f59e0b}.mockup-avatar--purple{background:#8b5cf6}.mockup-comment-body{display:flex;flex-direction:column;gap:2px;min-width:0}.mockup-comment-time{font-size:10px;font-family:var(--font-mono);color:var(--text-tertiary)}.mockup-comment-text{font-size:11px;color:var(--text-secondary);line-height:1.4}.mockup-cursor{color:var(--accent);font-weight:300;animation:mockup-blink .8s step-end infinite}@keyframes mockup-blink{0%,to{opacity:1}50%{opacity:0}}.mockup-team-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.mockup-team-row{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:8px}.mockup-team-row--slide{opacity:0;transform:translate(-20px)}.mockup-team-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.mockup-team-name{font-size:12px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mockup-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;white-space:nowrap}.mockup-badge--green{background:#10b98126;color:var(--accent)}.mockup-badge--amber{background:#f59e0b26;color:var(--warning)}.mockup-invite-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:transparent;border:1px dashed var(--accent-border);border-radius:8px;color:var(--accent);font-size:11px;font-weight:600;cursor:default;font-family:inherit}.mockup-file-list{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.mockup-file-row{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#ffffff05;border:1px solid rgba(255,255,255,.04);border-radius:8px}.mockup-file-icon{color:var(--text-muted);flex-shrink:0;display:flex}.mockup-file-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.mockup-file-name{font-size:11px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mockup-file-size{font-size:10px;color:var(--text-tertiary);font-family:var(--font-mono)}.mockup-progress-bar{width:64px;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden;flex-shrink:0}.mockup-progress-fill{height:100%;width:0%;background:var(--accent);border-radius:2px}.mockup-file-check{color:var(--accent);flex-shrink:0;display:flex}.mockup-cloud-status{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#10b9810d;border:1px solid var(--accent-border);border-radius:8px}.mockup-drive-icon{flex-shrink:0}.mockup-cloud-label{font-size:11px;font-weight:500;color:var(--text-secondary);flex:1}.mockup-cloud-check{display:flex;opacity:0;transform:scale(0)}.platform-cta{text-align:center}.redesign-page .btn-outline-accent{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:14px 32px;background:transparent;color:var(--accent);font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:1.4;border:1px solid var(--accent-border);border-radius:8px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast);-webkit-tap-highlight-color:transparent;user-select:none}.redesign-page .btn-outline-accent:hover{background:#10b98114;border-color:var(--accent);transform:translateY(-1px)}.redesign-page .btn-outline-accent:active{transform:translateY(0)}.testimonials{position:relative}.testimonials-header{text-align:center;max-width:480px;margin-left:auto;margin-right:auto;margin-bottom:var(--space-2xl)}.testimonials-google-link{display:inline-flex;align-items:center;gap:var(--space-sm);font-size:13px;font-weight:600;color:var(--accent);text-decoration:none;margin-top:var(--space-md);transition:opacity var(--transition-fast)}.testimonials-google-link:hover{opacity:.8}.testimonials-carousel{position:relative;overflow:hidden}.testimonials-carousel:before,.testimonials-carousel:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2;pointer-events:none}.testimonials-carousel:before{left:0;background:linear-gradient(90deg,var(--bg-primary) 0%,transparent 100%)}.testimonials-carousel:after{right:0;background:linear-gradient(270deg,var(--bg-primary) 0%,transparent 100%)}.testimonial-card{display:flex;flex-direction:column;gap:var(--space-md);min-height:220px}.testimonial-stars{display:flex;gap:2px}.testimonial-quote{font-size:var(--font-body);font-style:italic;line-height:1.7;color:var(--text-secondary);flex:1}.testimonial-author{display:flex;flex-direction:column;gap:2px}.testimonial-name{font-size:14px;font-weight:700;color:var(--text-primary)}.testimonial-title{font-size:13px;color:var(--text-muted)}.testimonials .swiper-slide{height:auto;padding:4px}.testimonials .swiper{overflow:visible}@media (max-width: 480px){.platform-header{margin-bottom:var(--space-2xl)}.platform-row{gap:var(--space-lg);margin-bottom:var(--space-2xl)}.platform-row:last-of-type{margin-bottom:var(--space-xl)}.platform-mockup-chrome{padding:7px 10px;gap:6px}.platform-mockup-dots span{width:7px;height:7px}.platform-mockup-url{font-size:9px;padding:2px 6px}.platform-mockup-body{padding:10px}.mockup-player{margin-bottom:10px}.mockup-comments,.mockup-comment{gap:6px}.mockup-avatar{width:22px;height:22px;font-size:8px}.mockup-team-list{margin-bottom:10px}.mockup-team-row{padding:6px 8px;gap:8px}.mockup-file-list{margin-bottom:10px}.mockup-file-row{padding:6px 8px;gap:6px}.mockup-progress-bar{width:48px}.mockup-cloud-status{padding:6px 8px;gap:6px}.mockup-invite-btn{padding:6px;font-size:10px}.platform-feature-title{font-size:16px}}@media (min-width: 768px){.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto auto}.portfolio-cell--featured{grid-row:1 / 3;min-height:380px}.platform-row{flex-direction:row;align-items:center;gap:var(--space-2xl)}.platform-row--reverse{flex-direction:row-reverse}.platform-mockup-body{padding:20px}.testimonials-carousel:before,.testimonials-carousel:after{width:60px}}@media (min-width: 1024px){.portfolio-grid{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:var(--space-lg)}.portfolio-cell--featured{grid-column:1 / 2;grid-row:1 / 3;min-height:420px}.portfolio-cell{min-height:200px}.platform-row{gap:var(--space-3xl)}.platform-mockup-body{padding:24px}.mockup-avatar{width:30px;height:30px;font-size:10px}.mockup-comment-text,.mockup-file-name,.mockup-team-name,.mockup-cloud-label{font-size:13px}.mockup-comment-time{font-size:11px}.mockup-badge,.mockup-file-size{font-size:10px}.platform-feature-desc{font-size:16px}}.portfolio-cell,.platform-text,.platform-visual,.final-cta-inner{opacity:0}@keyframes gsap-failsafe{to{opacity:1;transform:none}}.portfolio-cell,.platform-text,.platform-visual,.final-cta-inner{animation:gsap-failsafe .5s 5s forwards}@media (prefers-reduced-motion: reduce){.portfolio-cell,.platform-text,.platform-visual,.final-cta-inner{opacity:1}.mockup-comment--typing,.mockup-team-row--slide,.mockup-cloud-check{opacity:1;transform:none}.final-cta-glow{animation:none;opacity:.8}.faq-chevron,.redesign-page .btn-outline-accent{transition:none}}
