.mc-container{background:linear-gradient(#0000 0%,#b8860b05 50%,#0000 100%);border-radius:20px;margin-top:1rem;padding:2.5rem 0 2rem;position:relative}.mc-header{justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 2rem;display:flex}.mc-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;font-size:.68rem;font-weight:600;display:flex}.mc-label svg{opacity:.7}.mc-counter{font-family:var(--serif);align-items:baseline;gap:.25rem;display:flex}.mc-counter-current{color:var(--accent);font-size:1.3rem;font-weight:600;line-height:1;transition:all .3s}.mc-counter-sep{color:var(--text-muted);margin:0 .1rem;font-size:.75rem}.mc-counter-total{color:var(--text-muted);font-size:.85rem;font-weight:500}.mc-stage{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:420px;display:flex;position:relative;overflow:hidden}.mc-stage:active{cursor:grabbing}.mc-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#b8860b0f 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mc-slide{will-change:transform, opacity;pointer-events:none;transition:transform .55s cubic-bezier(.22,1,.36,1),opacity .55s cubic-bezier(.22,1,.36,1),filter .55s cubic-bezier(.22,1,.36,1);position:absolute}.mc-slide--active{pointer-events:auto}.mc-iphone{background:linear-gradient(145deg,#48484a 0%,#2c2c2e 30%,#1c1c1e 100%);border-radius:32px;width:185px;padding:4px;position:relative;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0006,0 0 0 .5px #ffffff1f,0 30px 60px -10px #0000008c,0 12px 24px -4px #00000059}.mc-slide--active .mc-iphone{box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0006,0 0 0 .5px #ffffff26,0 40px 80px -10px #0009,0 16px 32px -4px #0006,0 0 80px #b8860b0f}.mc-iphone-bezel{background:#000;border-radius:28px;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.mc-iphone-notch{z-index:3;background:#000;border-radius:100px;width:26%;padding-bottom:6.5%;position:absolute;top:6px;left:50%;transform:translate(-50%)}.mc-iphone-screen{width:100%;position:relative;overflow:hidden}.mc-iphone-screen:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(160deg,#ffffff0a 0%,#0000 35%);position:absolute;inset:0}.mc-iphone-screen img{width:100%;height:auto;display:block}.mc-iphone-home{z-index:2;background:#ffffff2e;border-radius:100px;width:34%;height:3px;margin:4px auto;position:relative}.mc-arrow{z-index:20;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:#141414cc;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .35s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.mc-arrow:hover{border-color:var(--accent);color:var(--accent);background:#b8860b14;transform:translateY(-50%)scale(1.08)}.mc-arrow--prev{left:max(1rem,50% - 180px)}.mc-arrow--next{right:max(1rem,50% - 180px)}.mc-caption-row{text-align:center;justify-content:center;align-items:center;min-height:2rem;padding:.8rem 2rem 0;display:flex}.mc-caption{color:var(--text-secondary);font-size:.85rem;font-weight:500;animation:.4s ease-out mc-caption-in}@keyframes mc-caption-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.mc-dots{justify-content:center;gap:6px;margin-top:1.2rem;display:flex}.mc-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .4s cubic-bezier(.22,1,.36,1)}.mc-dot--active{background:var(--accent);border-radius:4px;width:28px}.mc-dot:hover:not(.mc-dot--active){background:#b8860b66}.mc-progress{background:#ffffff0f;border-radius:2px;width:120px;height:2px;margin:1rem auto 0;overflow:hidden}.mc-progress-bar{background:var(--accent);transform-origin:0;border-radius:2px;height:100%;animation:5s linear mc-progress-fill}@keyframes mc-progress-fill{0%{width:0}to{width:100%}}@media (width<=1024px){.mc-stage{height:380px}.mc-iphone{border-radius:28px;width:170px}.mc-iphone-bezel{border-radius:24px}.mc-arrow--prev{left:max(.5rem,50% - 165px)}.mc-arrow--next{right:max(.5rem,50% - 165px)}}@media (width<=768px){.mc-container{padding:2rem 0 1.5rem}.mc-header{margin-bottom:1.5rem;padding:0 1.5rem}.mc-stage{height:360px}.mc-iphone{border-radius:26px;width:155px;padding:3px}.mc-iphone-bezel{border-radius:23px}.mc-arrow{width:38px;height:38px}.mc-arrow svg{width:16px;height:16px}.mc-arrow--prev{left:.5rem}.mc-arrow--next{right:.5rem}.mc-caption-row{padding:.5rem 1.5rem 0}.mc-caption{font-size:.8rem}}@media (width<=480px){.mc-container{padding:1.5rem 0 1rem}.mc-header{margin-bottom:1rem;padding:0 1rem}.mc-stage{height:320px}.mc-iphone{border-radius:22px;width:135px;padding:3px}.mc-iphone-bezel{border-radius:19px}.mc-iphone-notch{top:4px}.mc-iphone-home{height:2.5px;margin:3px auto}.mc-arrow{width:34px;height:34px}.mc-arrow svg{width:14px;height:14px}.mc-arrow--prev{left:.3rem}.mc-arrow--next{right:.3rem}.mc-caption-row{padding:.3rem 1rem 0}.mc-dots{gap:5px;margin-top:.8rem}.mc-progress{width:80px;margin-top:.7rem}}.ss-item{border:1px solid var(--border);background:var(--charbon);opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay);border-radius:12px;overflow:hidden;transform:translateY(24px)}.rd-gallery--visible .ss-item{opacity:1;transform:translateY(0)}.ss-item:hover{border-color:#b8860b33;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.ss-viewport{width:100%;height:380px;position:relative;overflow:hidden}.ss-viewport--scrollable{cursor:ns-resize}.ss-image{will-change:transform;width:100%;height:auto;display:block}.ss-viewport--scrollable:hover .ss-image{transition:transform .15s ease-out}.ss-viewport:not(.ss-viewport--scrollable) .ss-image{object-fit:cover;height:100%}.ss-scroll-hint{opacity:0;z-index:2;pointer-events:none;width:3px;transition:opacity .3s;position:absolute;top:12px;bottom:12px;right:10px}.ss-viewport--scrollable:hover .ss-scroll-hint{opacity:1}.ss-scroll-track{background:#ffffff0f;border-radius:2px;width:100%;height:100%;position:relative}.ss-scroll-thumb{background:var(--accent);border-radius:2px;width:100%;height:28px;transition:top .3s;position:absolute;transform:translateY(-50%)}.ss-caption{color:var(--text-secondary);padding:1rem 1.2rem;font-size:.78rem}@media (width<=1024px){.ss-viewport{height:340px}}@media (width<=768px){.ss-viewport{height:300px}}@media (width<=480px){.ss-viewport{height:260px}}.rd-loading{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex}.rd-loading-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite rd-spin}@keyframes rd-spin{to{transform:rotate(360deg)}}.rd-notfound{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.rd-notfound h2{font-family:var(--serif);color:var(--white);margin-bottom:.8rem;font-size:2rem}.rd-notfound p{color:var(--text-secondary);margin-bottom:2rem}.rd-back-btn{background:var(--accent);color:#faf7f4;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.6rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.rd-back-btn:hover{background:var(--accent-hover)}.rd-hero{padding:10rem 4rem 6rem;position:relative;overflow:hidden}.rd-hero-bg{pointer-events:none;background:radial-gradient(at 30% 20%,#b8860b0a 0%,#0000 50%),radial-gradient(at 70% 80%,#b8860b08 0%,#0000 50%);position:absolute;inset:0}.rd-hero-inner{max-width:1300px;margin:0 auto;position:relative}.rd-breadcrumb{opacity:0;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.78rem;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(12px)}.rd-hero--visible .rd-breadcrumb{opacity:1;transform:translateY(0)}.rd-breadcrumb a{color:var(--text-muted);text-decoration:none;transition:color .3s}.rd-breadcrumb a:hover{color:var(--accent)}.rd-breadcrumb svg{color:var(--text-muted)}.rd-breadcrumb span{color:var(--text-secondary);font-weight:500}.rd-hero-badge{background:var(--accent-dim);letter-spacing:.12em;text-transform:uppercase;color:var(--accent);opacity:0;border:1px solid #b8860b26;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:2.5rem;padding:.4rem 1rem;font-size:.68rem;font-weight:600;transition:all .6s cubic-bezier(.16,1,.3,1) 50ms;display:inline-flex;transform:translateY(16px)}.rd-hero--visible .rd-hero-badge{opacity:1;transform:translateY(0)}.rd-badge-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite rd-pulse}@keyframes rd-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.rd-hero-grid{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}.rd-hero-text{opacity:0;transition:all .8s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(24px)}.rd-hero--visible .rd-hero-text{opacity:1;transform:translateY(0)}.rd-title{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:600;line-height:1.15}.rd-title em{color:var(--accent);font-style:italic;font-weight:500}.rd-tagline{color:var(--text-secondary);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.rd-pills{flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;display:flex}.rd-pill{background:var(--charbon);border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.78rem;display:inline-flex}.rd-pill svg{color:var(--accent);flex-shrink:0}.rd-hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.rd-btn-primary{background:var(--accent);color:#faf7f4;letter-spacing:.02em;border-radius:8px;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:inline-flex}.rd-btn-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 32px #b8860b40}.rd-btn-primary svg{transition:transform .3s}.rd-btn-primary:hover svg{transform:translate(2px,-2px)}.rd-btn-primary--lg{padding:1rem 2.2rem;font-size:.9rem}.rd-btn-secondary{border:1px solid var(--border);color:var(--text-secondary);background:0 0;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.rd-btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.rd-hero-devices{opacity:0;perspective:1200px;transition:all 1.1s cubic-bezier(.16,1,.3,1) .3s;position:relative;transform:translateY(32px)scale(.96)}.rd-hero--visible .rd-hero-devices{opacity:1;transform:translateY(0)scale(1)}.rd-devices-glow{pointer-events:none;z-index:0;background:radial-gradient(at 50% 60%,#b8860b0f 0%,#0000 60%);position:absolute;inset:-30%}.rd-laptop{z-index:1;width:100%;position:relative}.rd-laptop-shell{background:linear-gradient(#2c2c2e 0%,#1c1c1e 100%);border-radius:14px 14px 0 0;padding:0;overflow:hidden;box-shadow:inset 0 2px #ffffff0a,0 30px 80px -10px #00000040,0 0 0 1px #ffffff0f}.rd-laptop-bezel{justify-content:center;align-items:center;height:22px;display:flex;position:relative}.rd-laptop-camera{background:#0a0a0a;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 1.5px #ffffff14}.rd-laptop-screen{width:100%;display:block;position:relative;overflow:hidden}.rd-laptop-screen:after{content:"";pointer-events:none;background:linear-gradient(160deg,#ffffff08 0%,#0000 40%);position:absolute;inset:0}.rd-laptop-screen img{width:100%;height:auto;display:block}.rd-laptop-bottom{position:relative}.rd-laptop-hinge{background:linear-gradient(#3a3a3c,#2c2c2e);border-radius:0;width:100%;height:6px;position:relative}.rd-laptop-hinge:before{content:"";background:#ffffff0a;height:1px;position:absolute;top:0;left:0;right:0}.rd-laptop-base{background:linear-gradient(#2c2c2e 0%,#1c1c1e 100%);border-radius:0 0 8px 8px;justify-content:center;align-items:center;width:108%;height:10px;margin-left:-4%;display:flex;position:relative;box-shadow:0 4px 12px #00000026,0 0 0 1px #ffffff0a}.rd-laptop-trackpad{background:#ffffff0a;border-radius:2px;width:52px;height:3px}.rd-phone{z-index:10;width:26%;animation:8s ease-in-out infinite rd-phone-float;position:absolute;bottom:-10px;right:-24px}@keyframes rd-phone-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(.5deg)}}.rd-iphone{background:linear-gradient(145deg,#48484a 0%,#2c2c2e 30%,#1c1c1e 100%);border-radius:clamp(12px,3.2vw,28px);padding:clamp(2px,.35vw,4px);position:relative;box-shadow:inset 0 1px #ffffff1f,inset 0 -1px #0006,0 0 0 .5px #ffffff26,0 30px 60px -10px #00000080,0 10px 20px -5px #0000004d}.rd-iphone--sm{border-radius:clamp(10px,2.5vw,22px);padding:clamp(2px,.3vw,3px)}.rd-iphone-btn{background:linear-gradient(#3a3a3c,#2c2c2e);border-radius:2px;position:absolute}.rd-iphone-btn--silent{width:2.5px;height:6%;top:18%;left:-2.5px}.rd-iphone-btn--vol-up{width:2.5px;height:10%;top:28%;left:-2.5px}.rd-iphone-btn--vol-down{width:2.5px;height:10%;top:40%;left:-2.5px}.rd-iphone-btn--power{width:2.5px;height:14%;top:28%;right:-2.5px}.rd-iphone-bezel{background:#000;border-radius:clamp(10px,2.9vw,25px);flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.rd-iphone--sm .rd-iphone-bezel{border-radius:clamp(8px,2.2vw,20px)}.rd-iphone-dynamic-island{z-index:3;background:#000;border-radius:100px;width:26%;height:0;padding-bottom:6.5%;position:absolute;top:clamp(3px,.6vw,8px);left:50%;transform:translate(-50%)}.rd-iphone--sm .rd-iphone-dynamic-island{top:clamp(2px,.4vw,6px)}.rd-iphone-screen{width:100%;position:relative;overflow:hidden}.rd-iphone-screen:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(160deg,#ffffff0d 0%,#0000 35%);position:absolute;inset:0}.rd-iphone-screen img{width:100%;height:auto;display:block}.rd-iphone-home-indicator{z-index:2;background:#ffffff2e;border-radius:100px;width:34%;height:clamp(2px,.3vw,4px);margin:clamp(2px,.35vw,5px) auto;position:relative}.rd-iphone--sm .rd-iphone-home-indicator{height:clamp(2px,.25vw,3px);margin:clamp(2px,.3vw,4px) auto}.rd-story{padding:6rem 4rem 4rem;position:relative}.rd-story-inner{flex-direction:column;gap:0;max-width:780px;margin:0 auto;display:flex;position:relative}.rd-story-row{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--card-delay);grid-template-columns:56px 1fr;gap:0;display:grid;transform:translateY(28px)}.rd-story--visible .rd-story-row{opacity:1;transform:translateY(0)}.rd-story-num-col{flex-direction:column;align-items:center;padding-top:2.8rem;display:flex}.rd-story-num{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;font-family:var(--serif);color:var(--text-muted);letter-spacing:.02em;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.rd-story-row:hover .rd-story-num{color:var(--accent);background:#b8860b0f;border-color:#b8860b4d}.rd-story-num--accent{color:var(--accent);background:#b8860b0f;border-color:#b8860b40}.rd-story-num-line{background:linear-gradient(180deg, var(--border) 0%, #b8860b26 100%);flex:1;width:1px;margin-top:8px;display:block}.rd-story-num-col--last .rd-story-num-line{display:none}.rd-story-card{background:var(--charbon);border:1px solid var(--border);border-radius:16px;margin:0 0 1.5rem;padding:2.5rem 2.8rem;transition:all .45s cubic-bezier(.16,1,.3,1);position:relative}.rd-story-card:after{content:"";opacity:0;pointer-events:none;border-radius:16px;transition:opacity .45s;position:absolute;inset:0;box-shadow:0 16px 48px #0000000f}.rd-story-card:hover{border-color:#b8860b26;transform:translateY(-3px)}.rd-story-card:hover:after{opacity:1}.rd-story-card--solution{background:linear-gradient(160deg, var(--charbon) 0%, #b8860b09 100%);border-color:#b8860b26}.rd-story-card-head{align-items:center;gap:.8rem;margin-bottom:1.4rem;display:flex}.rd-story-icon-wrap{background:var(--surface);border:1px solid var(--border);width:40px;height:40px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.rd-story-row:hover .rd-story-icon-wrap{background:#b8860b0f;border-color:#b8860b40;transform:scale(1.05)}.rd-story-icon-wrap--challenge{color:#c06a10}.rd-story-icon-wrap--solution{color:var(--accent);background:#b8860b0f;border-color:#b8860b33}.rd-story-card-label{letter-spacing:.13em;text-transform:uppercase;color:var(--accent);font-size:.68rem;font-weight:600}.rd-story-card h3{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:1.35rem;font-weight:600;line-height:1.3}.rd-story-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.8}.rd-story-dots{justify-content:center;gap:8px;margin-top:1.2rem;padding:0 1.5rem;display:none}.rd-story-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .35s cubic-bezier(.22,1,.36,1)}.rd-story-dot--active{background:var(--accent);border-radius:4px;width:24px}.rd-results{padding:6rem 4rem;position:relative}.rd-results-inner{max-width:1300px;margin:0 auto}.rd-section-header{text-align:center;opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.rd-results--visible .rd-section-header,.rd-gallery--visible .rd-section-header{opacity:1;transform:translateY(0)}.rd-section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);justify-content:center;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.68rem;font-weight:600;display:flex}.rd-section-label:before,.rd-section-label:after{content:"";background:var(--accent);width:24px;height:1px}.rd-section-header h2{font-family:var(--serif);color:var(--white);font-size:clamp(2rem,3vw,2.8rem);font-weight:600;line-height:1.2}.rd-section-header h2 em{color:var(--accent);font-style:italic;font-weight:500}.rd-results-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.rd-result-card{background:var(--charbon);border:1px solid var(--border);text-align:center;opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay);border-radius:16px;padding:2.5rem 2rem;transform:translateY(24px)}.rd-results--visible .rd-result-card{opacity:1;transform:translateY(0)}.rd-result-card:hover{border-color:#b8860b33;transform:translateY(-4px);box-shadow:0 8px 32px #0000000f}.rd-result-value{font-family:var(--serif);color:var(--accent);margin-bottom:.6rem;font-size:2.8rem;font-weight:600;line-height:1;display:block}.rd-result-metric{color:var(--white);margin-bottom:.3rem;font-size:.88rem;font-weight:600;display:block}.rd-result-detail{color:var(--text-muted);font-size:.78rem;display:block}.rd-gallery{padding:0 4rem 6rem}.rd-gallery-inner{max-width:1300px;margin:0 auto}.rd-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.rd-mobile-showcase{text-align:center}.rd-mobile-pair{justify-content:center;align-items:flex-start;gap:2rem;margin-bottom:1.5rem;display:flex}.rd-mobile-device{width:180px}.rd-mobile-label{color:var(--text-muted);letter-spacing:.04em;font-size:.78rem}.rd-specs{padding:0 4rem 6rem}.rd-specs-inner{background:var(--charbon);border:1px solid var(--border);border-radius:20px;max-width:1300px;margin:0 auto;padding:3rem}.rd-specs-grid{flex-direction:column;gap:2.5rem;display:flex}.rd-specs-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.68rem;font-weight:600;display:flex}.rd-specs-label:before{content:"";background:var(--accent);width:12px;height:1px}.rd-specs-tags{flex-wrap:wrap;gap:.5rem;display:flex}.rd-tag{background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);border-radius:8px;padding:.4rem .9rem;font-size:.78rem;transition:all .3s}.rd-tag:hover{border-color:var(--border-hover)}.rd-tag--tech{color:var(--accent);background:var(--accent-dim);border-color:#b8860b33}.rd-specs-meta{border-top:1px solid var(--border);gap:3rem;padding-top:2rem;display:flex}.rd-specs-meta-item{flex-direction:column;gap:.3rem;display:flex}.rd-specs-meta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:600}.rd-specs-meta-value{font-family:var(--serif);color:var(--white);font-size:1.2rem;font-weight:600}.rd-testimonial{padding:0 4rem 6rem}.rd-testimonial-inner{text-align:center;background:var(--charbon);border:1px solid var(--border);border-radius:20px;max-width:800px;margin:0 auto;padding:4rem;position:relative}.rd-quote-icon{color:var(--accent);opacity:.2;margin-bottom:1.5rem}.rd-testimonial-inner blockquote{font-family:var(--serif);color:var(--white);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-style:italic;line-height:1.7}.rd-testimonial-author{text-align:left;align-items:center;gap:.8rem;display:inline-flex}.rd-testimonial-avatar{background:var(--accent-dim);width:44px;height:44px;color:var(--accent);font-family:var(--serif);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.rd-testimonial-author strong{color:var(--white);font-size:.9rem;font-weight:600;display:block}.rd-testimonial-author span{color:var(--text-muted);font-size:.78rem}.rd-cta{padding:0 4rem 6rem}.rd-cta-inner{background:linear-gradient(135deg, var(--charbon) 0%, #b8860b0f 100%);opacity:0;border:1px solid #b8860b26;border-radius:20px;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;max-width:1300px;margin:0 auto;padding:4rem;transition:all .8s cubic-bezier(.16,1,.3,1);display:grid;transform:translateY(24px)}.rd-cta--visible .rd-cta-inner{opacity:1;transform:translateY(0)}.rd-cta-content h2{font-family:var(--serif);color:var(--white);margin-bottom:1rem;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:600;line-height:1.2}.rd-cta-content h2 em{color:var(--accent);font-style:italic;font-weight:500}.rd-cta-content p{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1rem;line-height:1.7}.rd-cta-actions{flex-wrap:wrap;gap:1rem;display:flex}.rd-cta-stats{justify-content:center;gap:2rem;display:flex}.rd-cta-stat{text-align:center}.rd-cta-stat-value{font-family:var(--serif);color:var(--accent);margin-bottom:.4rem;font-size:2.2rem;font-weight:600;line-height:1;display:block}.rd-cta-stat-label{color:var(--text-secondary);font-size:.78rem}@media (width<=1280px){.rd-hero{padding:9rem 3rem 5rem}.rd-hero-grid{gap:3rem}.rd-story,.rd-results,.rd-gallery,.rd-specs,.rd-testimonial,.rd-cta{padding-left:3rem;padding-right:3rem}}@media (width<=1024px){.rd-hero{padding:8rem 2.5rem 4rem}.rd-hero-grid{grid-template-columns:1fr;gap:3rem}.rd-hero-devices{max-width:600px;margin:0 auto}.rd-cta-inner{text-align:center;grid-template-columns:1fr}.rd-cta-content p{margin-left:auto;margin-right:auto}.rd-cta-actions{justify-content:center}.rd-story,.rd-results,.rd-gallery,.rd-specs,.rd-testimonial,.rd-cta{padding-left:2.5rem;padding-right:2.5rem}}@media (width<=768px){.rd-hero{padding:7rem 1.5rem 3rem}.rd-phone{width:30%;bottom:-12px;right:-16px}.rd-iphone{border-radius:clamp(10px,2.8vw,22px);padding:clamp(2px,.3vw,3px)}.rd-iphone-bezel{border-radius:clamp(8px,2.5vw,20px)}.rd-story,.rd-results,.rd-gallery,.rd-specs,.rd-testimonial,.rd-cta{padding-left:1.5rem;padding-right:1.5rem}.rd-story{padding:2.5rem 0 2rem;overflow:visible}.rd-story-inner{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:14px;max-width:none;padding:0 1.5rem .5rem;overflow:auto hidden}.rd-story-inner::-webkit-scrollbar{display:none}.rd-story-row{scroll-snap-align:center;opacity:1;flex-direction:column;flex-shrink:0;min-width:82%;max-width:82%;transition:none;display:flex;transform:none}.rd-story--visible .rd-story-row{opacity:1;transform:none}.rd-story-num-col{display:none}.rd-story-card{border-radius:14px;flex-direction:column;min-height:260px;margin:0;padding:1.8rem 1.5rem;display:flex}.rd-story-card:after{display:none}.rd-story-card:hover{transform:none}.rd-story-card p{font-size:.88rem;line-height:1.7}.rd-story-card h3{font-size:1.1rem}.rd-story-card-head{margin-bottom:1rem}.rd-story-icon-wrap{border-radius:9px;width:36px;height:36px}.rd-story-icon-wrap svg{width:18px;height:18px}.rd-story-dots{display:flex}.rd-results{padding-top:4rem;padding-bottom:4rem}.rd-results-grid{grid-template-columns:1fr 1fr}.rd-gallery-grid{grid-template-columns:1fr}.rd-specs-inner{padding:2rem}.rd-specs-meta{flex-direction:column;gap:1.5rem}.rd-testimonial-inner{padding:2.5rem 1.8rem}.rd-testimonial-inner blockquote{font-size:1.05rem}.rd-cta-inner{padding:2.5rem 1.8rem}.rd-cta-stats{gap:1.5rem}.rd-cta-stat-value{font-size:1.8rem}.rd-hero-actions{flex-direction:column;align-items:stretch}.rd-btn-primary,.rd-btn-secondary{justify-content:center}.rd-mobile-device{width:140px}.rd-mobile-pair{gap:1rem}}@media (width<=480px){.rd-hero{padding:6.5rem 1rem 2.5rem}.rd-title{font-size:1.8rem}.rd-result-value{font-size:2.2rem}.rd-results-grid{grid-template-columns:1fr}.rd-story,.rd-results,.rd-gallery,.rd-specs,.rd-testimonial,.rd-cta{padding-left:1rem;padding-right:1rem}.rd-story-inner{gap:10px;padding:0 1rem .5rem}.rd-story-row{min-width:85%;max-width:85%}.rd-story-card{min-height:240px;padding:1.5rem 1.2rem}.rd-story-card h3{font-size:1rem}.rd-story-card p{font-size:.84rem}.rd-story-dots{padding:0 1rem}.rd-specs-inner{padding:1.5rem}.rd-testimonial-inner,.rd-cta-inner{padding:2rem 1.2rem}.rd-iphone{border-radius:clamp(8px,2.2vw,18px);padding:clamp(1.5px,.25vw,3px)}.rd-iphone-bezel{border-radius:clamp(7px,2vw,16px)}.rd-mobile-device{width:120px}}
