/* ═══════════════════════════
   SVG SCROLL SECTION
═══════════════════════════ */
.svg-scroll-section { height: 350vh; background: #fff; position: relative; }
.svg-scroll-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: flex-start; justify-content: center; background: #fff; }
.svg-title-wrap { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 120px; z-index: 2; width: 100%; }
.svg-big-title { font-size: clamp(2.6rem, 8vw, 7rem); font-weight: 800; color: #1F3A4B; line-height: 1.05; letter-spacing: -0.04em; position: relative; z-index: 2; margin: 0; font-family: 'Assistant', sans-serif; }
.svg-subtitle { font-size: 1rem; color: #1F3A4B; font-weight: 400; margin-top: 20px; opacity: 0.6; position: relative; z-index: 2; letter-spacing: 0.12em; font-family: 'Assistant', sans-serif; }
.follow-svg { position: absolute; right: -25%; top: -60px; z-index: 1; pointer-events: none; will-change: transform; opacity: 0.75; }
.svg-bottom-card { position: absolute; bottom: 0; left: 0; right: 0; background: #1F3A4B; border-radius: 32px 32px 0 0; padding: 40px 32px 56px; text-align: center; color: #FAFDEE; transform: translateY(100%); z-index: 10; will-change: transform; }
.svg-bottom-bigtext { font-size: clamp(14vw, 16vw, 18vw); font-weight: 800; line-height: 0.9; letter-spacing: -0.04em; margin: 0 0 36px; color: #FAFDEE; }
.svg-bottom-row { display: flex; justify-content: center; align-items: flex-start; gap: 64px; flex-wrap: wrap; direction: rtl; }
.svg-bottom-col p { font-size: 0.85rem; opacity: 0.7; text-transform: uppercase; letter-spacing: 0.12em; line-height: 1.8; margin: 0; }
.svg-bottom-btn { display: inline-block; margin-top: 40px; background: #0057e7; color: #fff; padding: 14px 40px; border-radius: 50px; font-family: 'Assistant', sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.svg-bottom-btn:hover { background: #003db3; transform: translateY(-2px); }

/* ═══════════════════════════
   MORPH HERO SECTION
═══════════════════════════ */
.morph-section { height: 400vh; background: #fafafa; position: relative; }
.morph-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.morph-text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 5; pointer-events: none; transition: opacity 0.6s, transform 0.6s; width: 100%; padding: 0 24px; }
.morph-text h2 { font-size: clamp(1.6rem, 4vw, 3rem); color: #1a1a1a; font-weight: 800; margin: 0 0 12px; }
.morph-text p { font-size: 0.85rem; color: #888; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; margin: 0; }
#morph-intro-text { opacity: 1; }
#morph-arc-text { opacity: 0; top: 12%; transform: translate(-50%, 20px); transition: opacity 0.8s, transform 0.8s; }
.morph-cards-wrap { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.morph-card { position: absolute; width: 60px; height: 85px; perspective: 1000px; cursor: pointer; will-change: transform, opacity; top: 50%; left: 50%; }
.morph-card-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.morph-card:hover .morph-card-inner { transform: rotateY(180deg); }
.morph-card-front, .morph-card-back { position: absolute; inset: 0; border-radius: 10px; overflow: hidden; backface-visibility: hidden; box-shadow: 0 4px 18px rgba(0,0,0,0.18); }
.morph-card-front img { width: 100%; height: 100%; object-fit: cover; display: block; }
.morph-card-front::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.06); }
.morph-card-back { background: linear-gradient(135deg, #0057e7, #003db3); display: flex; align-items: center; justify-content: center; transform: rotateY(180deg); color: #fff; font-family: 'Assistant', sans-serif; font-size: 8px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }

/* ═══════════════════════════
   SERVICES GRID
═══════════════════════════ */
.web-services-section { padding: 100px 0; background: #f7f9fc; }
.web-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.web-service-card { background: #fff; border-radius: 20px; padding: 32px 28px 28px; border: 1px solid #e8edf8; transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s; box-shadow: 0 2px 14px rgba(0,0,0,0.04); display: flex; flex-direction: column; gap: 0; }
.web-service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 44px rgba(0,87,231,0.1); border-color: #c5d5ff; }
.ws-icon-wrap { width: 52px; height: 52px; background: linear-gradient(135deg, #0057e7 0%, #003db3 100%); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; flex-shrink: 0; }
.ws-icon-wrap i { font-size: 1.25rem; color: #fff; }
.web-service-card h3 { font-size: 1.15rem; font-weight: 700; font-family: 'Assistant', sans-serif; color: #111; margin: 0 0 10px; }
.web-service-card p { color: #666; line-height: 1.78; font-size: 0.91rem; margin: 0; }

/* ═══════════════════════════
   CONTACT FORM SECTION
═══════════════════════════ */
.ws-contact-section { padding: 100px 0 110px; background: #f7f9fc; }
.ws-contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.ws-contact-badge { display: inline-block; background: rgba(0,87,231,0.08); color: #0057e7; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.18em; padding: 6px 18px; border-radius: 50px; margin-bottom: 22px; font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace; }
.ws-contact-title { font-size: clamp(2.2rem, 4.5vw, 3.2rem); font-weight: 400; color: #111; line-height: 1.18; margin: 0 0 18px; font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace; }
.ws-contact-sub { font-size: 1rem; color: #666; line-height: 1.85; margin: 0 0 30px; font-family: 'Assistant', sans-serif; }
.ws-contact-perks { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.ws-contact-perks li { display: flex; align-items: center; gap: 12px; font-size: 0.85rem; color: #333; font-family: "SF Mono", Menlo, Consolas, Monaco, "Liberation Mono", "Lucida Console", monospace; font-weight: 400; background: rgba(0,87,231,0.04); border: 1px solid rgba(0,87,231,0.1); border-radius: 10px; padding: 10px 16px; }
.ws-contact-perks li i { color: #0057e7; font-size: 0.9rem; flex-shrink: 0; }
.ws-contact-form-wrap { background: #fff; border-radius: 24px; padding: 40px 36px; box-shadow: 0 4px 40px rgba(0,87,231,0.08); border: 1px solid rgba(0,87,231,0.08); }
.ws-cf-group { margin-bottom: 14px; }
.ws-cf-input { width: 100%; padding: 14px 16px; border: 1.5px solid #e5e7eb; border-radius: 10px; font-family: 'Assistant', sans-serif; font-size: 0.97rem; color: #333; background: #fafafa; direction: rtl; outline: none; transition: border-color 0.2s, box-shadow 0.2s; appearance: none; }
.ws-cf-input:focus { border-color: #0057e7; background: #fff; box-shadow: 0 0 0 3px rgba(0,87,231,0.1); }
.ws-cf-input::placeholder { color: #aaa; }
.ws-cf-privacy { margin: 16px 0; }
.ws-cf-btn { width: 100%; padding: 15px; background: #0057e7; color: #fff; border: none; border-radius: 10px; font-family: 'Assistant', sans-serif; font-size: 1.05rem; font-weight: 700; cursor: pointer; transition: background 0.2s, transform 0.2s; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 4px; }
.ws-cf-btn:hover { background: #003db3; transform: translateY(-2px); }

/* ═══════════════════════════
   CTA SECTION
═══════════════════════════ */
.web-cta-section { position: relative; padding: 120px 24px; background: #fff; text-align: center; overflow: hidden; border-top: 1px solid rgba(0,87,231,0.07); }
.web-cta-section h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; color: #111; margin: 0 0 14px; position: relative; z-index: 2; }
.web-cta-section p { font-size: 1.05rem; color: #666; margin: 0 0 36px; position: relative; z-index: 2; }
.web-cta-section .container { position: relative; z-index: 2; }
.web-cta-btn { display: inline-block; background: #0057e7; color: #fff; padding: 16px 52px; border-radius: 50px; font-family: 'Assistant', sans-serif; font-size: 1.1rem; font-weight: 700; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.web-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,87,231,0.35); }
.cta-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
.cta-beams { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.cta-beam { border-radius: 0 0 50% 50%; position: absolute; left: 0; right: 0; margin: 0 auto; top: -4em; width: 28em; height: 200%; background-image: conic-gradient(from 0deg at 50% -5%, transparent 44%, rgba(0,87,231,0.07) 48%, rgba(0,87,231,0.13) 50%, rgba(0,87,231,0.07) 52%, transparent 56%); transform-origin: 50% 0; filter: blur(22px); }
.cta-beam-1 { animation: ctaB1 17s ease-in-out infinite; }
.cta-beam-2 { animation: ctaB2 14s ease-in-out infinite; }
.cta-beam-3 { animation: ctaB3 21s ease-in-out infinite; }
@keyframes ctaB1 { 0%,100%{ transform:rotateZ(18deg) scale(1); filter:blur(22px) opacity(.5); } 50%{ transform:rotateZ(23deg) scale(1.15); filter:blur(18px) opacity(.75); } }
@keyframes ctaB2 { 0%,100%{ transform:rotateZ(-18deg) scale(1); filter:blur(22px) opacity(.5); } 50%{ transform:rotateZ(-23deg) scale(1.15); filter:blur(18px) opacity(.75); } }
@keyframes ctaB3 { 0%,100%{ transform:rotateZ(0deg) scale(1); filter:blur(22px) opacity(.4); } 50%{ transform:rotateZ(4deg) scale(1.1); filter:blur(20px) opacity(.6); } }

/* ═══════════════════════════
   TESTIMONIALS STACK
═══════════════════════════ */
.stack-section { background: #fff; padding: 100px 0 0; }
.stack-section-sub { text-align: center; color: #999; font-size: 0.95rem; margin: 10px 0 0; }
.stack-scroll-container { height: 300vh; position: relative; margin-top: 64px; }
.stack-sticky { position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; }
.stack-cards-outer { perspective: 1200px; position: relative; }
.stack-cards-inner { position: relative; width: 350px; height: 450px; }
.stack-card { position: absolute; inset: 0; border-radius: 22px; background: rgba(255,255,255,0.92); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 36px 32px; will-change: transform, opacity; direction: rtl; }
.stack-stars { display: flex; gap: 5px; color: #f59e0b; font-size: 1rem; }
.stack-quote { font-size: 0.97rem; color: #333; text-align: center; line-height: 1.8; font-weight: 400; position: relative; }
.stack-quote::before { content: '\201C'; font-size: 2.4rem; color: #0057e7; line-height: 0; vertical-align: -0.5rem; margin-left: 4px; font-family: Georgia, serif; }
.stack-quote::after { content: '\201D'; font-size: 2.4rem; color: #0057e7; line-height: 0; vertical-align: -0.5rem; margin-right: 4px; font-family: Georgia, serif; }
.stack-author { display: flex; align-items: center; gap: 14px; direction: rtl; width: 100%; justify-content: center; }
.stack-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid #e0e8ff; background: #f0f2f5; flex-shrink: 0; }
.stack-author-name { font-size: 0.98rem; font-weight: 700; color: #111; }
.stack-author-role { font-size: 0.78rem; color: #888; margin-top: 2px; }
.stack-scroll-hint { margin-top: 36px; font-size: 0.78rem; color: #bbb; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }

/* ═══════════════════════════
   AURORA (unused but kept)
═══════════════════════════ */
.aurora-section { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; background: #fafafa; overflow: hidden; }
@keyframes aurora { from { background-position: 50% 50%, 50% 50%; } to { background-position: 350% 50%, 350% 50%; } }
@keyframes auroraFadeIn { to { opacity: 1; transform: translateY(0); } }
@keyframes scrollDrop { 0%{ transform: scaleY(0); opacity: 1; } 60%{ transform: scaleY(1); opacity: 1; } 100%{ transform: scaleY(1); opacity: 0; } }

/* ═══════════════════════════
   SPLINE 3D SECTION
═══════════════════════════ */
.spline-section { padding: 80px 0 100px; background: #fff; }
.spline-card { position: relative; background: #ffffff; border-radius: 28px; border: 1px solid rgba(0,87,231,0.1); box-shadow: 0 4px 40px rgba(0,0,0,0.06), 0 1px 0 rgba(0,0,0,0.04); display: flex; min-height: 480px; overflow: hidden; }
.spline-spotlight { position: absolute; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(0,87,231,0.09) 0%, transparent 70%); width: 440px; height: 440px; transform: translate(-50%, -50%); opacity: 0; z-index: 0; transition: opacity 0.35s ease; will-change: left, top; }
.spline-text { flex: 1; padding: 56px 48px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; }
.spline-label { font-size: 0.78rem; font-weight: 700; font-family: 'Assistant', sans-serif; color: #0057e7; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 20px; }
.spline-title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; font-family: 'Assistant', sans-serif; color: #111; line-height: 1.1; margin: 0 0 20px; letter-spacing: -0.02em; }
.spline-title-accent { background: linear-gradient(90deg, #0057e7, #003db3); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.spline-desc { font-size: 1rem; color: #666; line-height: 1.82; max-width: 360px; margin: 0 0 36px; }
.spline-cta { display: inline-flex; align-items: center; gap: 10px; background: #0057e7; color: #fff; padding: 13px 30px; border-radius: 8px; font-family: 'Assistant', sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; align-self: flex-start; transition: background 0.2s, transform 0.2s; }
.spline-cta:hover { background: #003db3; transform: translateY(-2px); }
.spline-scene-wrap { flex: 1; position: relative; min-height: 400px; }
.spline-scene-wrap spline-viewer { width: 100%; height: 100%; position: absolute; inset: 0; }

/* ═══════════════════════════
   ORBITAL TIMELINE
═══════════════════════════ */
.orbital-section { background: #f7f9fc; padding: 100px 0 130px; position: relative; overflow: hidden; }
.orbital-section::before { content: ''; position: absolute; width: 800px; height: 800px; background: radial-gradient(circle, rgba(0,87,231,0.05) 0%, transparent 65%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.orbital-subtitle { text-align: center; color: #888; font-size: 0.95rem; margin: 10px 0 0; letter-spacing: 0.08em; }
.orbital-scene { position: relative; width: 100%; height: 580px; margin-top: 60px; }
.orbital-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(0,87,231,0.14); pointer-events: none; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbital-center { position: absolute; width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, #0a2272 0%, #0057e7 100%); box-shadow: 0 0 30px rgba(0,87,231,0.55), 0 0 70px rgba(0,87,231,0.18); display: flex; align-items: center; justify-content: center; z-index: 10; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.orbital-center-inner { text-align: center; color: #fff; padding: 0 6px; }
.orbital-center-icon { font-size: 1.5rem; margin-bottom: 4px; }
.orbital-center-title { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.04em; line-height: 1.3; }
.orbital-center-sub { font-size: 0.54rem; opacity: 0.6; margin-top: 2px; line-height: 1.4; }
.orbital-info-panel { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(0,87,231,0.18); border-radius: 20px; padding: 24px 30px 24px 40px; width: 280px; color: #111; z-index: 50; text-align: right; direction: rtl; display: none; box-shadow: 0 20px 60px rgba(0,0,0,0.1); }
.orbital-info-panel.visible { display: block; animation: oipIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes oipIn { from { opacity: 0; transform: translate(-50%, -50%) scale(0.85); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
.orbital-info-close { position: absolute; top: 10px; left: 12px; background: none; border: none; color: #aaa; font-size: 1rem; cursor: pointer; padding: 4px 8px; line-height: 1; transition: color 0.2s; font-family: 'Assistant', sans-serif; }
.orbital-info-close:hover { color: #333; }
.orbital-info-badge { display: inline-block; background: rgba(0,87,231,0.22); border: 1px solid rgba(0,87,231,0.5); color: #7eb3ff; padding: 2px 12px; border-radius: 50px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; margin-bottom: 10px; }
.orbital-info-title { font-size: 1.1rem; font-weight: 700; margin: 0 0 10px; color: #111; }
.orbital-info-text { font-size: 0.87rem; color: #555; line-height: 1.8; margin: 0; }
.orbital-node { position: absolute; left: 0; top: 0; width: 52px; height: 52px; border-radius: 50%; cursor: pointer; z-index: 5; }
.orbital-node-inner { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; color: #fff; background: linear-gradient(135deg, #0e2a7a, #0057e7); border: 2px solid rgba(0,87,231,0.5); box-shadow: 0 0 14px rgba(0,87,231,0.35); transition: background 0.25s, box-shadow 0.25s, border-color 0.25s; }
.orbital-node:hover .orbital-node-inner, .orbital-node.active .orbital-node-inner { background: linear-gradient(135deg, #0057e7, #003db3); box-shadow: 0 0 22px rgba(0,87,231,0.7); border-color: #7eb3ff; }
.orbital-node-label { position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 0.78rem; font-weight: 700; color: #1a2a5e; pointer-events: none; text-align: center; font-family: 'Assistant', sans-serif; background: rgba(255,255,255,0.82); padding: 2px 8px; border-radius: 20px; z-index: 10; }
@keyframes orbNodePulse { 0%{ transform: scale(0.9); opacity: 0.8; } 100%{ transform: scale(1.7); opacity: 0; } }
.orbital-node.active::before { content: ''; position: absolute; inset: 0; border: 2px solid #0057e7; border-radius: 50%; animation: orbNodePulse 1.2s ease-out infinite; }
.orbital-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
.orbital-line { stroke: rgba(0,87,231,0.18); stroke-width: 1; stroke-dasharray: 4 8; fill: none; }

/* ═══════════════════════════
   HORIZON 3D SECTION
═══════════════════════════ */
.horizon-section { position: relative; height: 300vh; background: #fff; }
.horizon-sticky { position: sticky; top: 0; height: 100vh; overflow: hidden; background: #fff; }
.horizon-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }
.horizon-slide { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 0 24px; z-index: 10; pointer-events: none; transition: opacity 0.55s ease; }
.horizon-slide.h-hidden { opacity: 0; pointer-events: none; }
.horizon-title-3d { font-size: clamp(3.5rem, 11vw, 9rem); font-weight: 800; color: #111; letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Assistant', sans-serif; margin: 0; line-height: 1; text-shadow: 0 0 60px rgba(80,130,255,0.18); }
.horizon-sub-line { font-size: clamp(0.85rem, 1.8vw, 1rem); color: rgba(0,0,0,0.5); margin: 14px 0 4px; font-family: 'Assistant', sans-serif; letter-spacing: 0.06em; }
.horizon-tag { margin-top: 6px; opacity: 0.4; font-size: 0.78rem; letter-spacing: 0.22em; color: #111; font-family: 'Assistant', sans-serif; }
.horizon-cta-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding: 13px 38px; background: #0057e7; border: 1px solid #0057e7; color: #fff; border-radius: 60px; font-family: 'Assistant', sans-serif; font-size: 1rem; font-weight: 700; text-decoration: none; pointer-events: all; transition: background 0.2s, transform 0.2s; }
.horizon-cta-btn:hover { background: #003db3; transform: translateY(-2px); }
.horizon-scroll-ui { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; color: rgba(0,0,0,0.3); font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; font-family: 'Assistant', sans-serif; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.horizon-progress-track { width: 80px; height: 1px; background: rgba(0,0,0,0.12); border-radius: 1px; overflow: hidden; }
.horizon-progress-fill { height: 100%; background: #0057e7; border-radius: 1px; width: 0%; transition: width 0.1s linear; }

/* ═══════════════════════════
   HERO PARALLAX
═══════════════════════════ */
.hparallax-wrap { height: 300vh; overflow: hidden; position: relative; background: #fff; padding: 0; perspective: 1200px; transform-style: preserve-3d; }
.hparallax-header { max-width: 1100px; margin: 0 auto; padding: 100px 24px 140px; direction: rtl; }
.hparallax-header h2 { font-size: clamp(2.2rem, 5.5vw, 5rem); font-weight: 700; color: #111; line-height: 1.12; letter-spacing: -0.03em; margin: 0 0 20px; font-family: 'Assistant', sans-serif; }
.hparallax-header p { max-width: 580px; font-size: clamp(0.95rem, 1.8vw, 1.1rem); color: #555; line-height: 1.75; font-family: 'Assistant', sans-serif; }
.hparallax-grid { will-change: transform, opacity; transform-origin: center center; transform-style: preserve-3d; }
.hparallax-row { display: flex; gap: 20px; margin-bottom: 20px; }
.hparallax-row-rev { flex-direction: row-reverse; }
.hparallax-card { height: 360px; width: 460px; flex-shrink: 0; position: relative; border-radius: 14px; overflow: hidden; cursor: pointer; }
.hparallax-card img { width: 100%; height: 100%; object-fit: cover; object-position: left top; display: block; transition: transform 0.4s ease; }
.hparallax-card:hover img { transform: scale(1.05); }
.hparallax-card-overlay { position: absolute; inset: 0; background: #000; opacity: 0; transition: opacity 0.35s; }
.hparallax-card:hover .hparallax-card-overlay { opacity: 0.72; }
.hparallax-card-title { position: absolute; bottom: 16px; right: 16px; color: #fff; font-size: 0.95rem; font-weight: 700; opacity: 0; transition: opacity 0.35s; font-family: 'Assistant', sans-serif; }
.hparallax-card:hover .hparallax-card-title { opacity: 1; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .spline-card { flex-direction: column; }
  .spline-scene-wrap { min-height: 320px; }
  .spline-text { padding: 36px 28px; }
  .spline-desc { max-width: 100%; }
  .web-services-grid { grid-template-columns: repeat(2, 1fr); }
  .svg-bottom-row { gap: 32px; }
  .svg-bottom-card { padding: 32px 24px 44px; }
  .stack-cards-inner { width: 320px; height: 420px; }
  .orbital-info-panel { width: 240px; padding: 20px 22px 20px 32px; }
}
@media (max-width: 768px) {
  .svg-title-wrap { padding-top: 80px; }
  .svg-big-title { font-size: clamp(2rem, 9vw, 3.5rem); }
  .svg-bottom-row { flex-direction: column; align-items: center; gap: 20px; text-align: center; }
  .svg-bottom-card { border-radius: 20px; padding: 28px 20px 36px; }
  .svg-bottom-btn { font-size: 0.9rem; padding: 12px 28px; }
  .orbital-scene { height: 480px; }
  .orbital-info-panel { width: calc(100% - 32px); max-width: 300px; left: 50%; transform: translateX(-50%); bottom: 12px; top: auto; }
  .stack-cards-inner { width: 90vw; max-width: 340px; height: 400px; }
  .stack-card { padding: 28px 22px; }
  .stack-quote { font-size: 0.88rem; }
  .spline-title { font-size: clamp(1.6rem, 6vw, 2.4rem); }
  .spline-cta { padding: 12px 24px; font-size: 0.95rem; }
  .web-cta-section { padding: 70px 20px; }
  .web-cta-btn { padding: 14px 36px; font-size: 1rem; }
  .ws-contact-inner { grid-template-columns: 1fr; gap: 36px; }
  .ws-contact-form-wrap { padding: 28px 20px; }
  .ws-contact-section { padding: 70px 0 80px; }
  .hparallax-wrap { height: 160vh; }
  .hparallax-card { width: 200px; height: 160px; border-radius: 10px; }
  .hparallax-row { gap: 12px; margin-bottom: 12px; }
  .hparallax-header { padding: 50px 20px 60px; }
  .horizon-title-3d { letter-spacing: 0.04em; }
}
@media (max-width: 600px) {
  .svg-big-title { font-size: 2.2rem; }
  .svg-bottom-bigtext { font-size: 18vw; }
  .follow-svg { right: -40%; opacity: 0.5; }
  .morph-card { width: 46px; height: 66px; }
  .web-services-grid { grid-template-columns: 1fr; gap: 16px; }
  .web-service-card { padding: 24px 20px 20px; }
  .orbital-section { padding: 70px 0 90px; }
  .orbital-scene { height: 420px; }
  .orbital-center { width: 80px; height: 80px; }
  .orbital-center-icon { font-size: 1.3rem; }
  .orbital-info-panel { font-size: 0.82rem; }
  .orbital-info-title { font-size: 0.95rem; }
  .stack-cards-inner { width: 92vw; height: 380px; }
  .stack-section { padding: 60px 0 0; }
  .spline-section { padding: 50px 0 60px; }
  .spline-scene-wrap { min-height: 260px; }
  .web-cta-section { padding: 60px 16px; }
  .web-cta-btn { width: 100%; text-align: center; padding: 14px 20px; }
  .horizon-scroll-ui { display: none; }
}
@media (max-width: 480px) {
  .hparallax-wrap { height: 160vh; }
  .hparallax-card { width: 160px; height: 130px; border-radius: 8px; }
  .hparallax-row { gap: 10px; margin-bottom: 10px; }
  .hparallax-header { padding: 40px 16px 48px; }
}
@media (max-width: 400px) {
  .svg-big-title { font-size: 1.8rem; }
  .stack-cards-inner { height: 340px; }
  .orbital-scene { height: 360px; }
}
