.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0} .sr-only:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;clip:auto;z-index:99999;background:#fff;padding:10px 16px;font-size:14px;font-weight:600;color:#0f2035;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.15)} @font-face { font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap; src: url('./assets/fonts/inter-v20-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400; font-display: swap; src: url('./assets/fonts/ibm-plex-mono-v20-latin-400.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500; font-display: swap; src: url('./assets/fonts/ibm-plex-mono-v20-latin-500.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 600; font-display: swap; src: url('./assets/fonts/ibm-plex-mono-v20-latin-600.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 700; font-display: swap; src: url('./assets/fonts/ibm-plex-mono-v20-latin-700.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'Syne'; font-style: normal; font-weight: 400 900; font-display: swap; src: url('./assets/fonts/syne-v24-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } :root { --primary: #1f2a44; --secondary: #0088FF; --secondary-hover: #0066CC; --accent: #0088FF; --dark: #0f172a; --light: #f4f8fb; --text-main: #303e4d; --text-muted: #5e7388; --border: #d8e5f0; --section-space-y: 3.5rem; --radius-md: 10px; --radius-lg: 16px; --card-radius: 16px; --logo-size: 180px; --header-logo-size: 156px; --header-logo-size-scrolled: 126px; --footer-logo-size: 128px; --shadow-sm: 0 10px 30px -5px rgba(0,136,255,0.05), 0 4px 12px -5px rgba(0,0,0,0.03); --shadow-md: 0 10px 30px -5px rgba(0,136,255,0.05), 0 4px 12px -5px rgba(0,0,0,0.03); --shadow-lg: 0 14px 36px -8px rgba(0,136,255,0.09), 0 6px 16px -7px rgba(0,0,0,0.05); --card-shadow: 0 10px 30px -5px rgba(0,136,255,0.05), 0 4px 12px -5px rgba(0,0,0,0.03); --card-shadow-hover: 0 18px 44px -12px rgba(0,136,255,0.12), 0 8px 20px -10px rgba(0,0,0,0.05); --premium-border: rgba(148, 163, 184, 0.22); --premium-ring: rgba(0, 136, 255, 0.35); --premium-ease: cubic-bezier(0.22, 1, 0.36, 1); --motion-ease: cubic-bezier(0.4, 0, 0.2, 1); --font-primary: 'Inter', sans-serif; --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace; --font-size-hero-desktop: 3rem; --font-size-hero-tablet: 2.35rem; --font-size-hero-mobile: 2.1rem; --font-size-h2: 2rem; --font-size-h3: 1.5rem; --font-size-base: 1rem; --font-size-small: 0.9rem; --banner-height-desktop: 700px; --banner-height-mobile: 350px; } html { scroll-behavior: smooth; } * { margin: 0; padding: 0; box-sizing: border-box; } *:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: translateX(0); } } @keyframes slideInRight { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } } @keyframes pulse { 0% { transform: scale(1); opacity: 0.8; } 50% { transform: scale(1.05); opacity: 1; } 100% { transform: scale(1); opacity: 0.8; } } @keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-20px); } } @keyframes wave { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-15px); } } @keyframes textGlow { 0%, 100% { background-position: 0% 50%; filter: drop-shadow(0 0 8px rgba(0, 160, 227, 0.4)); } 50% { background-position: 100% 50%; filter: drop-shadow(0 0 20px rgba(0, 160, 227, 0.8)); } } @keyframes textGlowAura { 0%, 100% { opacity: 0.3; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.1); } } @keyframes glow { 0% { box-shadow: 0 0 5px rgba(0, 114, 206, 0.3); } 50% { box-shadow: 0 0 20px rgba(0, 114, 206, 0.6); } 100% { box-shadow: 0 0 5px rgba(0, 114, 206, 0.3); } } @keyframes scrollFade { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @keyframes shimmer { 0% { background-position: -1000px 0; } 100% { background-position: 1000px 0; } } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes floatingGlow { 0% { transform: translate(0, 0); opacity: 0.6; } 25% { transform: translate(30px, -40px); opacity: 0.8; } 50% { transform: translate(0, -80px); opacity: 0.5; } 75% { transform: translate(-30px, -40px); opacity: 0.7; } 100% { transform: translate(0, 0); opacity: 0.6; } } @keyframes shiftGradient { 0% { background-position: 0% center; } 50% { background-position: 100% center; } 100% { background-position: 0% center; } } @keyframes glowPulse { 0%, 100% { text-shadow: 0 0 20px rgba(0, 136, 255, 0.6), 0 0 40px rgba(0, 136, 255, 0.3); } 50% { text-shadow: 0 0 30px rgba(0, 136, 255, 0.8), 0 0 60px rgba(0, 136, 255, 0.5); } } .scroll-animate { opacity: 0; transform: translateY(40px); } .scroll-animate.active { animation: scrollFade 0.8s ease-out forwards; } body { font-family: var(--font-primary); font-size: var(--font-size-base); line-height: 1.6; color: var(--text-main); background: #ffffff; -webkit-font-smoothing: antialiased; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; } h1, h2, h3, h4 { color: var(--dark); font-weight: 700; line-height: 1.3; } h1, h2 { letter-spacing: -0.02em; } main { flex: 1; } header { position: fixed; top: 0; left: 0; width: 100%; z-index: 50; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); animation: fadeInDown 0.6s ease-out; background: rgba(15, 23, 42, 0.97) !important; border-bottom: 1px solid rgba(255, 255, 255, 0.07); box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3); padding-top: 0.95rem !important; padding-bottom: 0.95rem !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } header.scrolled { transition: all 0.3s ease-in-out; background: rgba(15, 23, 42, 0.98) !important; box-shadow: 0 4px 28px rgba(0, 0, 0, 0.35); padding-top: 0.55rem !important; padding-bottom: 0.55rem !important; } .header-content { max-width: 1400px; margin: 0 auto; display: flex; justify-content: flex-start; align-items: center; gap: 1.8rem; } .logo { font-size: 1.5rem; font-weight: 800; color: white; display: flex; align-items: center; justify-content: center; letter-spacing: -0.5px; animation: slideInLeft 0.6s ease-out; transition: all 0.4s ease; flex-shrink: 0; cursor: pointer; text-decoration: none; } .logo-icon { width: var(--header-logo-size); height: auto; object-fit: contain; transition: all 0.3s ease; max-width: 100%; display: block; } header.scrolled .logo-icon { width: var(--header-logo-size-scrolled); } .logo:hover .logo-icon { filter: drop-shadow(0 4px 10px rgba(0, 136, 255, 0.28)); } .lang-toggle-btn { background: transparent; border: none; padding: 0.5rem 0; font: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; color: rgba(255, 255, 255, 0.9); } .lang-toggle-btn .lang-option { display: none; align-items: center; gap: 0.5rem; white-space: nowrap; } .lang-toggle-btn .lang-option.show { display: inline-flex; } .flag-icon { width: 1.2em; height: auto; border-radius: 2px; box-shadow: 0 0 2px rgba(0,0,0,0.3); vertical-align: middle; } nav { flex: 1; display: flex; justify-content: flex-start; margin-left: 2rem; } nav ul { list-style: none; display: flex; gap: 1.6rem; align-items: center; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border: none; border-radius: 0; padding: 0; box-shadow: none; } nav li { animation: fadeInUp 0.6s ease-out; animation-fill-mode: both; } nav li:nth-child(1) { animation-delay: 0.1s; } nav li:nth-child(2) { animation-delay: 0.2s; } nav li:nth-child(3) { animation-delay: 0.3s; } nav li:nth-child(4) { animation-delay: 0.4s; } nav li:nth-child(5) { animation-delay: 0.5s; } nav li:nth-child(6) { animation-delay: 0.6s; } nav a, nav .nav-link { color: inherit; text-decoration: none; font-weight: inherit; font-size: inherit; position: relative; padding: 0.5rem 0; transition: all 0.3s ease; } nav a::after, nav .nav-link::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, var(--secondary), var(--accent)); transition: width 0.3s ease; border-radius: 2px; } nav a:hover, nav .nav-link:hover { color: #ffffff; } nav a:hover::after, nav .nav-link:hover::after { width: 100%; } nav a.active, nav .nav-link.active { color: var(--secondary); } nav a.active::after, nav .nav-link.active::after { width: 100%; background: var(--secondary); } .contact-header { display: flex; gap: 0.95rem; align-items: center; font-size: 1.05rem; font-weight: 500; animation: slideInRight 0.6s ease-out; color: rgba(255, 255, 255, 0.9); flex-shrink: 0; margin-left: auto; } .phone-number { transition: all 0.3s ease; } .header-phone-link { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 0.5rem; white-space: nowrap; } .header-phone-icon { color: var(--secondary); transition: transform 0.2s var(--premium-ease), color 0.2s var(--premium-ease); } .phone-number:hover { color: var(--secondary); } .header-phone-link:hover .header-phone-icon { transform: translateY(-1px); color: #34a6ff; } .mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; width: 30px; height: 24px; position: relative; z-index: 1001; } .mobile-menu-btn span { display: block; width: 100%; height: 2px; background: rgba(255, 255, 255, 0.9); position: absolute; transition: all 0.3s ease; } .mobile-menu-btn span:nth-child(1) { top: 0; } .mobile-menu-btn span:nth-child(2) { top: 11px; } .mobile-menu-btn span:nth-child(3) { top: 22px; } .mobile-menu-btn.open span:nth-child(1) { transform: rotate(45deg); top: 11px; } .mobile-menu-btn.open span:nth-child(2) { opacity: 0; } .mobile-menu-btn.open span:nth-child(3) { transform: rotate(-45deg); top: 11px; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.64rem 1.3rem; border-radius: 9999px; font-weight: 600; font-size: 1rem; text-decoration: none; transition: all 0.2s ease-out; cursor: pointer; gap: 0.5rem; border: none; position: relative; overflow: hidden; } .btn-sm { padding: 0.3rem 0.6rem; font-size: 0.8rem; } .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255,255,255,0.2); transition: left 0.3s ease; z-index: -1; } .btn:hover::before { left: 100%; } .btn-primary { background: var(--secondary); color: white; padding: 0.64rem 1.55rem; box-shadow: var(--shadow-sm); } .btn-primary:hover { background: var(--secondary-hover); transform: translateY(-1px); box-shadow: 0 10px 26px -12px rgba(0, 136, 255, 0.42), 0 8px 18px -14px rgba(8, 20, 38, 0.72); } .btn-outline { background: #ffffff; border: 1px solid #e2e8f0; color: #475569; } .btn-outline:hover { background: #f1f5f9; color: #0f172a; transform: translateY(-1px); box-shadow: var(--shadow-sm); } .btn-white { background: white; color: var(--primary); } .btn-white:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); } .hero { background: linear-gradient(135deg, #f0f7ff 0%, #e8f2ff 50%, #f5f9ff 100%); color: var(--text-main); padding: 8.7rem 1rem 4.5rem; text-align: center; position: relative; overflow: hidden; height: var(--banner-height-desktop); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #e2e8f0; } .hero::before { content: ''; position: absolute; top: -30%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(0, 136, 255, 0.1) 0%, transparent 70%); z-index: 0; border-radius: 50%; } .hero::after { content: ''; position: absolute; bottom: -20%; left: -5%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(0, 136, 255, 0.06) 0%, transparent 70%); pointer-events: none; z-index: 0; border-radius: 50%; } .hero-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; animation: fadeInUp 0.8s ease-out; } .hero h1 { font-size: var(--font-size-hero-desktop); margin-bottom: 0.75rem; letter-spacing: -1.5px; color: var(--dark); animation: fadeInUp 0.8s ease-out 0.1s both; } .hero h1 span { position: relative; white-space: nowrap; display: inline-block; color: var(--secondary); letter-spacing: -0.5px; font-weight: 800; padding: 0 2px; animation: none; } .hero p { font-size: 1.02rem; line-height: 1.62; margin-bottom: 1.1rem; color: var(--text-muted); max-width: 640px; margin-left: auto; margin-right: auto; animation: fadeInUp 0.8s ease-out 0.2s both; } .hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; animation: fadeInUp 0.8s ease-out 0.3s both; } .hero .btn-outline { border-color: #cbd5e1; color: var(--text-main); background: white; } .hero .btn-outline:hover { border-color: var(--secondary); background: rgba(0, 136, 255, 0.06); box-shadow: var(--shadow-sm); } .section-container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: var(--font-size-h2); font-weight: 800; margin-bottom: 3.5rem; color: var(--primary); letter-spacing: -1px; animation: fadeInUp 0.8s ease-out both; } .section-subtitle { text-align: center; color: var(--secondary); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem; margin-bottom: 0.5rem; animation: fadeInUp 0.6s ease-out both; } .benefits { padding: var(--section-space-y) 2rem; background: #f8fafc; position: relative; overflow: hidden; } .benefits::before { content: none; } .benefits .section-subtitle { color: #0088FF; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; } .benefits .section-title { color: #0f172a; } .benefits .section-container > p, .benefits .section-container .section-description { color: #475569; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1400px; margin: 0 auto; } .benefits .benefit-card { background: #ffffff; padding: 1.35rem 1.2rem; border-radius: var(--card-radius); border: 1px solid rgba(0,136,255,0.1); transition: transform 0.25s ease, box-shadow 0.25s ease; text-align: left; animation: fadeInUp 0.8s ease-out both; position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 220px; box-shadow: var(--card-shadow); transform: none !important; } .benefit-card:nth-child(1) { grid-column: span 2; grid-row: span 2; animation-delay: 0.1s; min-height: auto; } .benefit-card:nth-child(2) { grid-column: span 2; animation-delay: 0.2s; } .benefit-card:nth-child(3) { grid-column: span 2; animation-delay: 0.3s; } .benefit-card:nth-child(4) { grid-column: span 2; animation-delay: 0.15s; grid-row: span 2; min-height: auto; } .benefit-card:nth-child(5) { grid-column: span 2; animation-delay: 0.25s; } .benefit-card:nth-child(6) { grid-column: span 4; animation-delay: 0.35s; } .benefits .benefit-card::before { content: none; } .benefits .benefit-card:hover { transform: translateY(-4px) !important; box-shadow: var(--card-shadow-hover); border-color: #e2e8f0; } .benefits .benefit-icon { margin-bottom: 1.5rem; display: inline-flex; align-items: center; justify-content: center; background: rgba(0, 136, 255, 0.1); width: 70px; height: 70px; border-radius: var(--radius-md); border: 1px solid #bfdbfe; padding: 12px; box-sizing: border-box; transition: transform 0.25s ease, box-shadow 0.25s ease; color: #0088FF; } .benefits .benefit-card:hover .benefit-icon { transform: scale(1.05); box-shadow: 0 8px 20px rgba(0, 136, 255, 0.18); } .benefit-icon svg, .header-phone-icon, .footer-icon-wrapper svg, [data-accordion-icon] svg, .phone-number svg { stroke-width: 1.9; stroke: #0088FF; } .footer-icon-wrapper, .header-phone-icon { background: rgba(0, 136, 255, 0.1); border-radius: 9999px; } .step-number, [data-i18n^="proc"][data-i18n$="_step"], section.process a[href*="phase-"] > span, .form-chip, section.py-14 .max-w-7xl span { font-family: var(--font-mono); letter-spacing: 0.02em; font-weight: 700; } .benefit-icon img { width: 100%; height: 100%; object-fit: contain; } .benefits .benefit-card > img { display: none !important; } .benefits .benefit-card .service-card-image { display: block !important; width: 100%; height: 132px; object-fit: cover; border-radius: 12px; margin: 0.25rem 0 0.7rem; border: 1px solid rgba(0,136,255,0.1); box-shadow: var(--shadow-sm); } .benefits .benefit-card h3 { font-size: 1.12rem; margin-bottom: 0.55rem; color: #0f172a; font-weight: 600; letter-spacing: -0.5px; } .benefits .benefit-card p, .benefits .benefit-card li { color: #475569; font-size: 0.96rem; line-height: 1.55; flex-grow: 1; } .benefits .benefit-card ul { margin: 0; padding-left: 1rem; } .benefits .benefit-card .btn-outline, .benefits .benefit-card .btn { color: #0088FF; border-color: #0088FF; background: transparent; } section.benefits.py-32 { background: #f8fafc !important; color: #0f172a !important; } section.benefits.py-32 > div.absolute { display: none !important; } section.benefits.py-32 .section-container { color: #0f172a !important; } section.benefits.py-32 .section-container h2, section.benefits.py-32 .section-container h3 { color: #0f172a !important; } section.benefits.py-32 .section-container p, section.benefits.py-32 .section-container li { color: #475569 !important; } section.benefits.py-32 .section-container .inline-block { background: #ffffff !important; border: 1px solid #e2e8f0 !important; backdrop-filter: none !important; } section.benefits.py-32 .section-container .inline-block span { color: #0088FF !important; background: none !important; -webkit-text-fill-color: #0088FF !important; } section.benefits.py-32 .grid > div { background: #ffffff !important; border: 1px solid #e2e8f0 !important; backdrop-filter: none !important; box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important; transform: none !important; } section.benefits.py-32 .grid > div:hover { transform: translateY(-4px) !important; box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12) !important; border-color: #e2e8f0 !important; } section.benefits.py-32 .grid > div > .absolute { display: none !important; } section.benefits.py-32 .grid > div svg, section.benefits.py-32 .grid > div .benefit-icon, section.benefits.py-32 .grid > div [class*="text-cyan"], section.benefits.py-32 .grid > div [class*="text-blue"] { color: #0088FF !important; stroke: #0088FF !important; } .process { padding: var(--section-space-y) 2rem; background: #f8fafc; position: relative; overflow: hidden; } .process::before { content: none; } .process .section-container { position: relative; z-index: 1; } .process .section-title { color: #0f172a; } .process .section-subtitle { color: #0088FF; background: #ffffff; border: 1px solid #e2e8f0; display: inline-block; padding: 0.45rem 0.9rem; border-radius: 9999px; } .process-timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 5rem; max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; padding: 0.25rem 0; } .process-timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, rgba(148, 163, 184, 0.35) 0%, rgba(148, 163, 184, 0.65) 50%, rgba(148, 163, 184, 0.35) 100%); } .process-timeline::after { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; transform: translateX(-50%) scaleY(0); transform-origin: top; background: linear-gradient(180deg, rgba(0, 136, 255, 0) 0%, rgba(0, 136, 255, 0.85) 40%, rgba(0, 136, 255, 0) 100%); box-shadow: 0 0 12px rgba(0, 136, 255, 0.25); opacity: 0; transition: transform 1.1s ease, opacity 0.7s ease; } .process-step { background: #ffffff; padding: 1.35rem 1.2rem; border-radius: var(--card-radius); text-align: left; position: relative; border: 1px solid #e2e8f0; display: flex; flex-direction: column; align-items: flex-start; height: 100%; transition: transform 0.45s ease, border-color 0.45s ease, box-shadow 0.45s ease, background-color 0.45s ease; box-shadow: var(--card-shadow); animation: fadeInUp 0.8s ease-out both; } .process-step:nth-child(1) { animation-delay: 0.1s; } .process-step:nth-child(2) { animation-delay: 0.2s; } .process-step:nth-child(3) { animation-delay: 0.3s; } .process-step:nth-child(4) { animation-delay: 0.4s; } .process-step:nth-child(5) { animation-delay: 0.5s; } .process-step:nth-child(odd) { grid-column: 1; margin-right: 2.2rem; } .process-step:nth-child(even) { grid-column: 2; margin-left: 2.2rem; } .process-step::before { content: ''; position: absolute; top: 2.15rem; width: 14px; height: 14px; border-radius: 50%; background: rgba(148, 163, 184, 0.8); border: 2px solid #ffffff; box-shadow: 0 0 0 0 rgba(0, 136, 255, 0); transition: all 0.45s ease; } .process-step:nth-child(odd)::before { right: -2.85rem; } .process-step:nth-child(even)::before { left: -2.85rem; } .process-step:hover { transform: translateY(-4px); border-color: #e2e8f0; box-shadow: var(--card-shadow-hover); background: #ffffff; } .process-step.active { border-color: #e2e8f0; box-shadow: var(--card-shadow-hover); background: #ffffff; } .process-step.active::before { background: rgba(0, 136, 255, 1); box-shadow: 0 0 0 8px rgba(0, 136, 255, 0.13), 0 0 16px rgba(0, 136, 255, 0.8); } .step-number { font-size: 1rem; font-weight: 700; color: #ffffff; background: var(--secondary); width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 0 1rem; border: 1px solid #bfdbfe; box-shadow: 0 8px 16px rgba(0, 136, 255, 0.2); transition: transform 0.45s ease, box-shadow 0.45s ease; } .process-step.active .step-number, .process-step:hover .step-number { transform: scale(1.05); box-shadow: 0 0 0 6px rgba(0, 136, 255, 0.12), 0 10px 22px rgba(0, 136, 255, 0.3); } .process-step h4 { font-size: 1.08rem; margin-bottom: 0.45rem; color: #0f172a; } .process-step p { font-size: 0.95rem; color: #475569; line-height: 1.5; } .process-timeline.active::after { transform: translateX(-50%) scaleY(1); opacity: 0.8; } .references .section-subtitle, .benefits .section-subtitle { background: #ffffff; border: 1px solid #e2e8f0; display: inline-block; padding: 0.45rem 0.9rem; border-radius: 9999px; color: #0088FF; } .references { padding: var(--section-space-y) 2rem; background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%); position: relative; } .references::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/page-referenzen/referenzen-hero-industrial.webp') center/cover; opacity: 0.25; pointer-events: none; } .ref-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.3rem; margin-top: 2rem; position: relative; z-index: 1; } .ref-card { background: #ffffff; padding: 1.5rem; border-radius: var(--card-radius); border: none; transition: all 0.3s ease-out; box-shadow: var(--card-shadow); animation: fadeInUp 0.8s ease-out both; position: relative; overflow: hidden; } .ref-card::after { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(0, 114, 206, 0.1) 0%, transparent 70%); border-radius: 50%; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .ref-card:hover::after { opacity: 1; } .ref-card:nth-child(1) { animation-delay: 0.1s; } .ref-card:nth-child(2) { animation-delay: 0.2s; } .ref-card:nth-child(3) { animation-delay: 0.3s; } .ref-card:nth-child(4) { animation-delay: 0.4s; } .ref-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); } .ref-card h4 { font-size: 1.3rem; margin-bottom: 0.75rem; color: var(--primary); } .ref-card p { color: var(--text-muted); } .cta-section { background: linear-gradient(135deg, #1a3a52 0%, #2d5a7b 100%); border-top: none; color: white; padding: var(--section-space-y) 2rem; text-align: center; position: relative; overflow: hidden; animation: fadeInUp 0.8s ease-out; width: 100%; } .cta-section::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%); border-radius: 50%; animation: pulse 8s ease-in-out infinite; } .cta-container { max-width: 56rem; margin: 0 auto; padding: 0 1.5rem; } .cta-section-content { position: relative; z-index: 1; } .cta-section h2 { font-size: 2.15rem; margin-bottom: 0.75rem; color: #ffffff; letter-spacing: -1px; animation: fadeInUp 0.8s ease-out 0.1s both; } .cta-section p { font-size: 1rem; margin-bottom: 1.1rem; color: rgba(255, 255, 255, 0.82); max-width: 600px; margin-left: auto; margin-right: auto; animation: fadeInUp 0.8s ease-out 0.2s both; } .cta-section .btn { animation: fadeInUp 0.8s ease-out 0.3s both; } .cta-section .btn-primary { background: white; color: #1a3a52; box-shadow: 0 4px 16px rgba(0,0,0,0.15); } .cta-section .btn-primary:hover { background: #e8eef5; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); } footer { background: #0b1628; border-top: 1px solid rgba(255, 255, 255, 0.06); color: #94a3b8; width: 100%; margin-top: auto; padding-top: 3.25rem; padding-bottom: 2rem; } .footer-container { padding: 0rem 2rem; width: 100%; } .footer-content { max-width: 75rem; margin: 0 auto; display: grid; grid-template-columns: 3fr 1.5fr 2.5fr 1fr; gap: 1.75rem 2.6rem; margin-bottom: 1.5rem; } .footer-section { animation: fadeInUp 0.8s ease-out both; } .footer-section:nth-child(1) { animation-delay: 0.1s; } .footer-section:nth-child(2) { animation-delay: 0.2s; } .footer-section:nth-child(3) { animation-delay: 0.3s; } .footer-section:nth-child(4) { animation-delay: 0.4s; } .footer-section:nth-child(5) { animation-delay: 0.5s; margin-top: 0; } .footer-section h4 { color: #94a3b8; margin-bottom: 1.05rem; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; } .footer-section p { color: #64748b; line-height: 1.62; } .footer-logo { width: var(--footer-logo-size); height: auto; margin-bottom: 1rem; object-fit: contain; display: block; transition: all 0.4s ease; cursor: pointer; } @media (min-width: 1024px) { header { padding-top: 1.05rem !important; padding-bottom: 1.05rem !important; } header.scrolled { padding-top: 0.62rem !important; padding-bottom: 0.62rem !important; } } .footer-section .footer-logo-link { display: inline-block; text-decoration: none; transition: all 0.4s ease; } .footer-section .footer-logo-link:hover { filter: drop-shadow(0 0 10px rgba(0, 114, 206, 0.5)); } .footer-section ul { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; } .footer-contact-link { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: #94a3b8; transition: all 0.3s ease; } .footer-icon { color: var(--secondary); flex-shrink: 0; width: 18px; height: 18px; transition: all 0.3s ease; } .footer-contact-link:hover .footer-icon { color: var(--accent); transform: scale(1.1); } .footer-section a { color: #64748b; text-decoration: none; transition: all 0.3s; position: relative; } .footer-section a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--secondary); transition: width 0.3s ease; } .footer-section a:not(.footer-contact-link)::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 2px; background: var(--secondary); transition: width 0.3s ease; } .footer-section a:hover { color: #e2e8f0; } .footer-section a:hover::after { width: 100%; } footer [data-i18n="ft_imprint"], footer [data-i18n="ft_privacy"], footer [data-i18n="ft_terms"] { color: #475569; font-size: 0.93rem; letter-spacing: 0.01em; } .footer-social-links { display: flex; gap: 0.5rem; margin-top: 0; animation: fadeInUp 0.8s ease-out 0.5s both; } .footer-social-link { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(0, 136, 255, 0.1); border-radius: 8px; color: #0088FF; transition: all 0.3s ease; border: 1px solid rgba(0, 136, 255, 0.2); } .footer-social-link:hover { background: rgba(0, 136, 255, 0.2); color: #ffffff; border-color: #0088FF; transform: translateY(-2px); } .footer-social-link svg { width: 20px; height: 20px; } footer [data-i18n="ft_imprint"]:hover, footer [data-i18n="ft_privacy"]:hover, footer [data-i18n="ft_terms"]:hover { color: #94a3b8; } .footer-bottom-wrapper { background: transparent; padding: 0.25rem 2rem; width: 100%; } .footer-bottom-container { max-width: 56rem; margin: 0 auto; } .footer-bottom { text-align: center; padding-top: 0.5rem; border-top: 1px solid rgba(255, 255, 255, 0.07); font-size: 0.95rem; color: #475569; animation: fadeInUp 0.8s ease-out 0.5s both; margin-top: 0.25rem; } @media (max-width: 992px) { .hero h1 { font-size: var(--font-size-hero-tablet); } .header-content { flex-wrap: nowrap; gap: 1rem; } .mobile-menu-btn { display: block; } nav { position: fixed; top: 0; right: -100%; width: 80%; max-width: 400px; height: 100vh; background: rgba(10, 18, 35, 0.98); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); z-index: 1000; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: flex-start; padding-left: 3rem; box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5); border-left: 1px solid rgba(255, 255, 255, 0.06); } nav.open { right: 0; } nav ul { display: flex; flex-direction: column; gap: 2rem; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border: none; box-shadow: none; border-radius: 0; padding: 0; } nav a { font-size: 1.5rem; color: rgba(255, 255, 255, 0.92); } .contact-header .phone-number { display: none; } } @media (max-width: 768px) { .hero { padding: 6rem 1.5rem 4rem; background-attachment: scroll; height: var(--banner-height-mobile); } .hero h1 { font-size: var(--font-size-h2); } .hero p { font-size: 1.1rem; } .section-title { font-size: 2.2rem; } .process-timeline { grid-template-columns: 1fr; gap: 1.1rem; padding-left: 1.3rem; } .process-timeline::before, .process-timeline::after { left: 0; transform: none; } .process-timeline.active::after { transform: scaleY(1); } .process-step { max-width: 100%; margin: 0 0 0 1.2rem !important; width: calc(100% - 1.2rem); } .process-step::before { left: -1.9rem !important; right: auto !important; } .step-number { width: 44px; height: 44px; font-size: 0.9rem; margin-left: -5px; } .benefits { padding: 5rem 1.5rem; } .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .benefit-card:nth-child(1), .benefit-card:nth-child(4) { grid-column: span 2; grid-row: span 1; min-height: 280px; } .benefit-card:nth-child(2), .benefit-card:nth-child(3), .benefit-card:nth-child(5), .benefit-card:nth-child(6) { grid-column: span 1; } .cta-section { padding: 3rem 1.5rem; width: 100%; } .cta-section h2 { font-size: 2.2rem; } .cta-section p { font-size: 1.1rem; } .cta-container { max-width: 100%; padding: 0 1rem; } .references::before { display: none; } .footer-content { grid-template-columns: 1fr; gap: 3rem; } .footer-section { text-align: left; } .footer-section ul { gap: 0.5rem; font-size: 0.95rem; } } @media (max-width: 480px) { .header-content { padding: 1rem; } .cta-section h2 { font-size: 1.8rem; } .cta-section p { font-size: 1rem; } .footer-content { grid-template-columns: 1fr; } .footer-section h4 { margin-bottom: 0.75rem; } .footer-section ul { gap: 0.5rem; font-size: 0.95rem; } .footer-logo { width: 112px; } } .lang-switcher { cursor: pointer; font-size: 0.95rem; font-weight: 500; color: rgba(220, 235, 255, 0.85); display: flex; align-items: center; gap: 0.4rem; transition: color 0.3s ease, border-color 0.3s ease; background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.14); box-shadow: none; border-radius: 9999px; padding: 0.3rem 0.55rem; } .lang-switcher:hover { color: #fff; border-color: rgba(255, 255, 255, 0.28); } .lang-lbl { transition: color 0.3s ease; } .lang-lbl.active { color: var(--secondary); font-weight: 700; } .contact-header .btn-primary { background-color: var(--secondary); box-shadow: 0 8px 20px -14px rgba(0, 136, 255, 0.42), 0 6px 14px -10px rgba(8, 20, 38, 0.72); border-color: var(--secondary); padding: 0.6rem 1.5rem; border-radius: 50px; font-weight: 600; } .contact-header .btn-primary:hover { background-color: var(--secondary-hover); border-color: var(--secondary-hover); box-shadow: 0 10px 24px -14px rgba(0, 136, 255, 0.5), 0 8px 18px -14px rgba(7, 18, 36, 0.78); } .theves-form-wrapper { background: transparent; font-family: 'Inter', sans-serif; display: flex; align-items: center; justify-content: center; padding: 40px 20px 80px 20px; margin-bottom: 40px; width: 100%; } .theves-form-wrapper * { box-sizing: border-box; margin: 0; padding: 0; } .wrap { width: 100%; max-width: 960px; position: relative; } .logo-bar { display: none; } .card { background: #ffffff; border: 1px solid rgba(0, 114, 206,0.15); border-radius: 12px; padding: 48px; box-shadow: 0 10px 40px rgba(15, 32, 53, 0.05); position: relative; overflow: hidden; } .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--secondary); } .form-header { margin-bottom: 48px; } .form-chip { font-family: var(--font-primary), monospace; font-size: 12px; letter-spacing: .15em; color: var(--secondary); text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 12px; font-weight: 500; } .form-chip::before { content: ''; width: 32px; height: 1px; background: var(--secondary); } .form-title { font-family: var(--font-primary), sans-serif; font-size: 32px; font-weight: 700; color: var(--primary); line-height: 1.2; margin-bottom: 16px; } .form-sub { font-size: 16px; color: #475569; line-height: 1.6; } .form-section-title { font-size: 1.25rem; font-weight: 600; text-align: left; color: #1f2a44; margin-top: 3rem; margin-bottom: 1.5rem; border-bottom: 1px solid #e2e8f0; padding-bottom: 0.5rem; } .form-section-title:first-of-type { margin-top: 0; } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .form-grid .full-width { grid-column: 1 / -1; } @media (max-width: 600px) { .form-grid { grid-template-columns: 1fr; } .card { padding: 32px 24px; } .checklist { grid-template-columns: 1fr; } } .field { text-align: left; min-width: 0; } .field label { display: block; font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 8px; } .field input, .field select { width: 100%; box-sizing: border-box !important; height: auto !important; line-height: 1.5; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 8px; padding: 14px 16px; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--primary); outline: none; transition: all .2s; } .field textarea { width: 100%; box-sizing: border-box !important; line-height: 1.5; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 8px; padding: 14px 16px; font-family: 'Inter', sans-serif; font-size: 15px; color: var(--primary); outline: none; transition: all .2s; background: #f8fafc; resize: vertical; min-height: 120px; overflow: hidden; } .field input::placeholder, .field textarea::placeholder { color: #94a3b8; font-weight: 400; } .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--secondary); background: #ffffff; box-shadow: 0 0 0 3px rgba(0, 114, 206,0.15); } .req-label::after { content: ' *'; color: #ef4444; font-weight: 700; } .field.error input, .field.error textarea, .field.error select { border-color: #ef4444; background: #fef2f2; } .err-msg { font-size: 13px; color: #ef4444; margin-top: 6px; display: none; font-weight: 500; } .field.error .err-msg { display: block; } .conditional { display: none; background: #f8fafc; border: 1px dashed #cbd5e1; border-radius: 12px; padding: 32px; margin-bottom: 32px; } .conditional.active { display: block; } .ms-dropdown { position: relative; width: 100%; margin-top: 4px; } .ms-header { display: flex; align-items: center; justify-content: space-between; background: #f8fafc; border: 1px solid #cbd5e1; border-radius: 8px; padding: 14px 16px; cursor: pointer; transition: border-color .2s; } .ms-header:hover, .ms-header.active { border-color: var(--secondary); background: #ffffff; } .ms-header.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .ms-header svg { flex-shrink: 0; } .ms-label { font-size: 15px; color: var(--primary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; user-select: none; pointer-events: none; flex: 1; min-width: 0; margin-right: 12px; } .ms-label.empty { color: #94a3b8; font-weight: 400; } .ms-list { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #ffffff; border: 1px solid var(--secondary); border-top: none; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; z-index: 20; max-height: 280px; overflow-y: auto; box-shadow: 0 10px 25px rgba(0,0,0,0.05); } .ms-list.show { display: block; } .ms-item { display: flex; align-items: center; padding: 12px 16px; cursor: pointer; transition: background .2s; border-bottom: 1px solid #f1f5f9; } .ms-item:last-child { border-bottom: none; } .ms-item:hover { background: #f8fafc; } .ms-item input[type="checkbox"] { margin: 0 12px 0 0 !important; width: 18px; height: 18px; accent-color: var(--secondary); cursor: pointer; flex-shrink: 0; } .ms-item .check-text { font-size: 15px; color: #475569; user-select: none; line-height: 1; } .ms-item:has(input:checked) { background: #f0f7ff; } .ms-item:has(input:checked) .check-text { font-weight: 600; color: var(--primary); } .chip-group { margin-bottom: 32px; } .chip-label { font-size: 14px; font-weight: 600; color: #334155; margin-bottom: 16px; display: block; text-align: left; } .chips { display: flex; flex-wrap: wrap; gap: 12px; } .chip { font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; padding: 12px 20px; border-radius: 8px; border: 1px solid #cbd5e1; color: #475569; cursor: pointer; transition: all .2s; background: #ffffff; } .chip:hover { border-color: var(--secondary); color: var(--secondary); background: #f0f7ff; box-shadow: 0 2px 6px rgba(0, 114, 206,0.1); } .chip.selected { border-color: var(--secondary); color: #ffffff; background: var(--secondary); box-shadow: 0 4px 12px rgba(0, 114, 206,0.25); font-weight: 600; } .chip-err { font-size: 13px; color: #ef4444; margin-top: 10px; display: none; text-align: left; font-weight: 500; } .chip-err.show { display: block; } .upload-zone { border: 2px dashed #cbd5e1; border-radius: 12px; padding: 48px 32px; text-align: center; cursor: pointer; transition: all .2s; background: #ffffff; margin: 32px 0; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; } .upload-zone:hover, .upload-zone.dragover { border-color: var(--secondary); background: #f0f7ff; } .upload-icon { margin: 0 auto 16px; color: var(--secondary); width: 100%; display: flex; align-items: center; justify-content: center; } .upload-icon svg { width: 48px; height: 48px; display: block; margin: 0 auto; } .upload-text { font-size: 15px; color: #475569; } .upload-text strong { color: var(--secondary); font-weight: 600; } .upload-subtext { font-size: 13px; color: #94a3b8; margin-top: 10px; } #file-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; } .file-list { margin-top: 16px; text-align: left; } .file-item { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 12px 16px; border-radius: 6px; border: 1px solid #e2e8f0; font-size: 13px; margin-bottom: 10px; box-shadow: 0 1px 3px rgba(0,0,0,0.02); } .file-item button { color: #ef4444; background: none; border: none; cursor: pointer; font-weight: 600; padding: 4px; border-radius: 4px; transition: background .2s; } .file-item button:hover { background: #fee2e2; } .policy-group { display: flex; flex-direction: column; gap: 16px; margin: 40px 0; background: #f8fafc; padding: 24px; border-radius: 12px; border: 1px solid #e2e8f0; } .checkbox-label { display: flex; align-items: flex-start; font-size: 14px; color: #475569; cursor: pointer; line-height: 1.6; } .checkbox-label input[type="checkbox"] { flex-shrink: 0; width: 20px; height: 20px; margin: 2px 12px 0 0 !important; accent-color: var(--secondary); cursor: pointer; } .checkbox-label a { color: var(--secondary); text-decoration: none; font-weight: 500; } .checkbox-label a:hover { text-decoration: underline; } .policy-err { font-size: 13px; color: #ef4444; margin-top: 8px; display: none; font-weight: 500; } .policy-err.show { display: block; } .btn-row { margin-top: 32px; } .btn-submit { width: 100%; padding: 20px 24px; background: var(--secondary); border: none; border-radius: 9999px; color: #ffffff; font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 600; cursor: pointer; transition: all .2s; display: flex; justify-content: center; align-items: center; gap: 12px; box-shadow: 0 4px 12px rgba(0, 114, 206,0.15); } .btn-submit:hover { background: var(--secondary-hover); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 114, 206,0.25); } .btn-submit:active { transform: translateY(0); } .thankyou { display: none; text-align: center; padding: 60px 20px; animation: fadeIn .5s ease; } .ty-icon { width: 80px; height: 80px; border-radius: 50%; border: 2px solid var(--secondary); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; background: #f0f7ff; color:var(--secondary); } .ty-icon svg { width: 40px; height: 40px; } .ty-title { font-family: var(--font-primary), sans-serif; font-size: 28px; font-weight: 700; color: var(--primary); margin-bottom: 16px; } .ty-sub { font-size: 16px; color: #475569; line-height: 1.6; max-width: 480px; margin: 0 auto 40px; } .btn-reset { font-family: var(--font-primary), monospace; font-size: 13px; font-weight: 600; color: #475569; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 9999px; cursor: pointer; text-transform: uppercase; padding: 12px 24px; letter-spacing: .05em; transition: all .2s; } .btn-reset:hover { background: #f1f5f9; color: #0f172a; } .form-body { animation: fadeIn 0.4s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } ::selection { background: var(--secondary); color: #ffffff; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--light); } ::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--secondary); } #preloader { display: none !important; } .spinner { width: 60px; height: 60px; border: 4px solid rgba(0, 114, 206, 0.1); border-radius: 50%; border-top-color: var(--secondary); animation: spin 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite; } @keyframes spin { to { transform: rotate(360deg); } } #scroll-progress { position: fixed; top: 0; left: 0; width: 0%; height: 3px; background: linear-gradient(90deg, var(--accent), var(--secondary)); z-index: 100000; transition: width 0.1s ease-out; } #backToTop { position: fixed; bottom: -80px; right: 30px; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.8); color: var(--primary); border: 1px solid rgba(0, 136, 255, 0.12); border-radius: 50%; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 9900; display: flex; justify-content: center; align-items: center; opacity: 0; visibility: hidden; } #backToTop.visible { bottom: 7.5rem; opacity: 1; visibility: visible; } #backToTop:hover { background: var(--secondary); transform: translateY(-5px) scale(1.1); box-shadow: 0 8px 25px rgba(0, 114, 206, 0.4); } .cookie-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 0.25rem; display: flex; align-items: center; gap: 8px; color: #0f172a; } .cookie-text { margin: 0; font-size: 0.9rem; color: #475569; line-height: 1.55; } section.benefits article, section.process a[href*="phase-"], section.references .ref-card, section.py-14 .max-w-7xl span { transition: transform 0.28s var(--premium-ease), box-shadow 0.28s var(--premium-ease), border-color 0.28s var(--premium-ease), background-color 0.28s var(--premium-ease); } section.benefits article:hover, section.process a[href*="phase-"]:hover, section.references .ref-card:hover { transform: translateY(-6px); border-color: var(--premium-border); box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12); } section.process a[href*="phase-"] svg, section.benefits article img, section.references .ref-card h4 { transition: transform 0.28s var(--premium-ease), filter 0.28s var(--premium-ease), color 0.28s var(--premium-ease); } section.process a[href*="phase-"]:hover svg { transform: scale(1.06); } section.benefits article:hover img { transform: scale(1.03); filter: brightness(1.05); } section.references .ref-card:hover h4 { color: #0b1b33; } section.py-14 .max-w-7xl span:hover { transform: translateY(-2px); border-color: #cbd5e1; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); } section.benefits a:focus-visible, section.process a:focus-visible, section.references a:focus-visible, .cta-section a:focus-visible, .lang-switcher:focus-visible, .mobile-menu-btn:focus-visible, #backToTop:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; box-shadow: 0 0 0 4px var(--premium-ring); } .process-accordion-card { transition: transform 0.28s var(--premium-ease), box-shadow 0.28s var(--premium-ease), border-color 0.28s var(--premium-ease), background-color 0.28s var(--premium-ease); } .process-accordion-card:hover { transform: translateY(-4px); border-color: var(--premium-border); box-shadow: 0 20px 36px rgba(15, 23, 42, 0.14); } [data-accordion-trigger] { border-radius: 12px; } [data-accordion-trigger]:focus-visible { outline: 2px solid var(--secondary); outline-offset: 3px; box-shadow: 0 0 0 4px var(--premium-ring); } .process-accordion-card[data-open='true'] [data-accordion-icon] { color: var(--secondary); } .process-accordion-card [data-accordion-details] img { transition: transform 0.3s var(--premium-ease), filter 0.3s var(--premium-ease); } .process-accordion-card:hover [data-accordion-details] img { transform: scale(1.03); filter: brightness(1.05); } .project-card { transition: transform 0.28s var(--premium-ease), box-shadow 0.28s var(--premium-ease), border-color 0.28s var(--premium-ease); } .project-card:hover { transform: translateY(-5px); border-color: var(--premium-border); box-shadow: 0 20px 36px rgba(15, 23, 42, 0.14); } .project-card:focus-within { border-color: var(--premium-ring); box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.2), 0 16px 30px rgba(15, 23, 42, 0.12); } .project-card img { transition: transform 0.45s var(--premium-ease), filter 0.35s var(--premium-ease); } .project-card:hover img { transform: scale(1.03); filter: brightness(1.05); } .filter-btn { transition: transform 0.2s var(--premium-ease), box-shadow 0.2s var(--premium-ease); } .filter-btn:hover { transform: translateY(-1px); } .filter-btn:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; box-shadow: 0 0 0 4px var(--premium-ring); } .nda-section { padding-top: 5rem; padding-bottom: 5rem; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; background-color: #ffffff; } .nda-container { max-width: 56rem; margin: 0 auto; text-align: center; } .nda-icon-wrap { width: 4rem; height: 4rem; background-color: #f1f5f9; border-radius: 9999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem auto; } .nda-icon { width: 2rem; height: 2rem; color: #334155; } .nda-title { color: #0a1a29; margin-top: 0; } .nda-desc { color: #475569; font-size: 1.125rem; line-height: 1.625; } .form-required-note { font-style: italic; color: #555; margin-bottom: 20px; } .field-address { position: relative; } .card { transition: box-shadow 0.28s var(--premium-ease), transform 0.28s var(--premium-ease), border-color 0.28s var(--premium-ease); } .card:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08); } .field input, .field textarea, .field select, .ms-header, .chip, .upload-zone, .btn-submit { transition: border-color 0.22s var(--premium-ease), box-shadow 0.22s var(--premium-ease), transform 0.22s var(--premium-ease), background-color 0.22s var(--premium-ease); } .chip:focus-visible, .ms-header:focus-visible, .btn-submit:focus-visible, .btn-reset:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; box-shadow: 0 0 0 4px var(--premium-ring); } .upload-zone:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08); } .about-main { padding: 4rem 2rem; max-width: 1200px; margin: 0 auto; } .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; } .about-card { background: #fff; border: 1px solid var(--border); border-radius: var(--card-radius, 16px); box-shadow: var(--card-shadow, 0 8px 24px rgba(15, 23, 42, 0.08)); padding: 1.5rem; transition: transform 0.28s var(--premium-ease), box-shadow 0.28s var(--premium-ease), border-color 0.28s var(--premium-ease); } .about-card:hover { transform: translateY(-4px); border-color: var(--premium-border); box-shadow: 0 20px 36px rgba(15, 23, 42, 0.14); } .about-card-title { margin-bottom: 0.5rem; } .about-card:focus-within { outline: 2px solid var(--secondary); outline-offset: 2px; box-shadow: 0 0 0 4px var(--premium-ring); } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; } } #cookie-banner { position: fixed; bottom: -150%; left: 50%; transform: translateX(-50%); width: 90%; max-width: 500px; background: rgba(255, 255, 255, 0.92); color: #334155; padding: 24px; border-radius: 16px; box-shadow: 0 20px 50px rgba(15,23,42,0.16); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); z-index: 99999; display: flex; flex-direction: column; gap: 15px; transition: bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1); font-size: 0.95rem; border: 1px solid #e2e8f0; } #cookie-banner.show { bottom: 40px; } .cookie-buttons { display: flex; gap: 12px; justify-content: flex-end; margin-top: 5px; } .btn-cookie { padding: 10px 20px; border-radius: 9999px; border: none; cursor: pointer; font-weight: 600; font-size: 0.9rem; transition: all 0.2s; font-family: var(--font-primary); } .btn-cookie.accept { background: var(--secondary); color: white; } .btn-cookie.accept:hover { background: var(--secondary-hover); transform: translateY(-2px); } .btn-cookie.decline { color: #475569; border: 1px solid #cbd5e1; } .btn-cookie.decline:hover { background: #f8fafc; color: #1f2937; border-color: #94a3b8; } .process-step, .benefit-card, .ref-card, .card { transition: transform 0.25s ease, box-shadow 0.25s ease; will-change: transform, box-shadow; } .process-step:hover, .benefit-card:hover, .ref-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); z-index: 10; border-color: #e2e8f0; } nav ul li a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0%; height: 2px; background: var(--secondary); transition: width 0.3s ease; border-radius: 2px; } nav ul li a:hover::after, nav ul li a.active::after { width: 100%; } .hero { position: relative; overflow: hidden; } #hero-canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: 0.7; mix-blend-mode: screen; } .hero-content { position: relative; z-index: 5; } .reveal-on-scroll { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); } .autocomplete-list { position: absolute; top: calc(100% - 10px); left: 0; right: 0; background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; z-index: 1000; max-height: 250px; overflow-y: auto; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: none; } .autocomplete-list:empty { display: none; } .autocomplete-list:not(:empty) { display: block; } .suggestion-item { padding: 12px 15px; cursor: pointer; font-size: 14px; border-bottom: 1px solid #f1f5f9; color: var(--text); } .suggestion-item:last-child { border-bottom: none; } .suggestion-item:hover { background-color: #f8fafc; color: var(--primary); font-weight: 500; } .suggestion-item small { display: block; font-size: 12px; color: #64748b; margin-top: 2px; font-weight: normal; } a, button, .btn, .project-card, .about-card, .process-accordion-card, .benefit-card, .ref-card, .filter-btn, .chip, .ms-header, .upload-zone, .btn-submit, nav a, nav .nav-link { transition-timing-function: var(--motion-ease) !important; } .header-content { gap: 1.9rem; } .contact-header { gap: 0.8rem; } .btn { padding: 0.58rem 1.18rem; font-size: 0.95rem; } .btn-primary { padding: 0.58rem 1.35rem; } .hero { padding: 8.7rem 1rem 4.5rem; height: var(--banner-height-desktop); } .hero h1 { margin-bottom: 0.55rem; } .hero p { font-size: 0.99rem; margin-bottom: 0.92rem; } .section-title { margin-bottom: 2.2rem; } .benefits, .process, .references, .cta-section { padding-top: 2.8rem; padding-bottom: 2.8rem; } .benefits-grid, .ref-grid { gap: 1.05rem; } .benefits .benefit-card, .process-step, .ref-card, .about-card, .project-card, .card { padding: 1.15rem; } .benefits .benefit-card h3, .process-step h4, .ref-card h4, .about-card-title { font-size: 1.02rem; } .benefits .benefit-card p, .benefits .benefit-card li, .process-step p, .ref-card p, .about-card p, .form-sub { font-size: 0.92rem; line-height: 1.5; } .service-card .benefit-icon { display: none; } .service-card .service-card-image { height: 190px; margin-top: 0; margin-bottom: 0.9rem; } .services-benefits .benefits-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.35rem; align-items: stretch; } .services-benefits .benefit-card, .services-benefits .benefit-card:nth-child(1), .services-benefits .benefit-card:nth-child(2), .services-benefits .benefit-card:nth-child(3), .services-benefits .benefit-card:nth-child(4), .services-benefits .benefit-card:nth-child(5), .services-benefits .benefit-card:nth-child(6) { grid-column: auto; grid-row: auto; min-height: 100%; } .services-benefits .benefit-card { padding: 1.2rem; gap: 0.5rem; border: 1px solid rgba(0,136,255,0.14); background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.96) 100%); box-shadow: 0 10px 30px -8px rgba(15, 23, 42, 0.12); position: relative; } .services-benefits .benefit-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,136,255,0.08) 0%, rgba(0,136,255,0.02) 28%, rgba(255,255,255,0) 55%); opacity: 0; transition: opacity 0.28s var(--motion-ease); pointer-events: none; } .services-benefits .benefit-card:hover { transform: translateY(-6px) !important; box-shadow: 0 18px 40px -12px rgba(0, 136, 255, 0.26), 0 10px 20px -10px rgba(15,23,42,0.14); border-color: rgba(0,136,255,0.24); } .services-benefits .benefit-card:hover::before { opacity: 1; } .services-benefits .benefit-card .service-card-image { height: 184px; margin: 0 0 0.8rem; border-radius: 14px; border: 1px solid rgba(0,136,255,0.14); filter: saturate(1.06) contrast(1.03); } :root { --logo-size: 220px; } .header-content { align-items: center; } .logo-link { display: inline-flex; align-items: center; line-height: 0; } .logo-icon { width: var(--logo-size); max-width: 42vw; height: auto; display: block; } header.scrolled .logo-icon { width: calc(var(--logo-size) - 10px); } nav a.active, .footer-section a.active { color: var(--secondary) !important; } nav a.active::after, .footer-section a.active::after { width: 100%; } .hero::before, .hero::after, #hero-canvas { display: none !important; content: none !important; } .home-benefits-grid .home-benefit-card { position: relative; box-shadow: 0 10px 26px -10px rgba(15, 23, 42, 0.09); } .home-benefits-grid .home-benefit-card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px -12px rgba(15, 23, 42, 0.14); } .benefit-number { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 9999px; font-family: var(--font-mono); font-size: 0.85rem; font-weight: 700; color: #ffffff; background: var(--secondary); margin-bottom: 0.9rem; box-shadow: 0 8px 18px rgba(0, 136, 255, 0.24); } .unified-card { background: #ffffff; border: 1px solid rgba(148, 163, 184, 0.28); border-radius: 16px; box-shadow: var(--card-shadow); transition: transform 0.24s var(--motion-ease), box-shadow 0.24s var(--motion-ease), border-color 0.24s var(--motion-ease); } .unified-card:hover { transform: translateY(-4px); border-color: rgba(0, 136, 255, 0.3); box-shadow: var(--card-shadow-hover); } .content-tag { display: inline-flex; align-items: center; font-weight: 700; letter-spacing: 0.02em; } .tag-pcb, .tag-tech { background: rgba(0, 136, 255, 0.16); color: #0069c7; } .tag-embedded, .tag-company { background: rgba(16, 185, 129, 0.16); color: #047857; } .tag-automation, .tag-insight { background: rgba(249, 115, 22, 0.16); color: #c2410c; } .tag-spotlight, .tag-news, .tag-project { background: rgba(99, 102, 241, 0.16); color: #4338ca; } .item-read-link { color: var(--secondary); text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 0.35rem; } .item-read-link::after { content: '\2192'; transition: transform 0.2s ease; } .item-read-link:hover::after { transform: translateX(4px); } body.modal-open { overflow: hidden; } .item-modal { position: fixed; inset: 0; display: none; z-index: 10010; padding: 1.5rem; align-items: center; justify-content: center; } .item-modal.is-open { display: flex; } .item-modal-backdrop { position: absolute; inset: 0; background: rgba(2, 6, 23, 0.72); backdrop-filter: blur(4px); } .item-modal-panel { position: relative; width: min(1000px, calc(100vw - 3rem)); max-height: calc(100vh - 3rem); overflow-y: auto; scrollbar-width: thin; scrollbar-color: rgba(100, 116, 139, 0.55) rgba(15, 23, 42, 0.06); border-radius: 20px; background: #ffffff; border: 1px solid rgba(148, 163, 184, 0.2); box-shadow: 0 25px 70px rgba(15, 23, 42, 0.35), 0 0 1px rgba(0, 136, 255, 0.08) inset; display: grid; grid-template-columns: minmax(280px, 35%) 1fr; align-items: start; } .item-modal-panel::-webkit-scrollbar { width: 10px; } .item-modal-panel::-webkit-scrollbar-track { background: rgba(15, 23, 42, 0.06); border-radius: 9999px; margin-block: 0.7rem; } .item-modal-panel::-webkit-scrollbar-thumb { background: linear-gradient(180deg, rgba(148, 163, 184, 0.85), rgba(100, 116, 139, 0.9)); border-radius: 9999px; border: 2px solid rgba(255, 255, 255, 0.9); } .item-modal-panel::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, rgba(100, 116, 139, 0.95), rgba(51, 65, 85, 0.95)); } .item-modal-image-wrapper { position: relative; grid-column: 1; grid-row: 1 / span 3; overflow: hidden; border-radius: 20px 0 0 20px; } .item-modal-image { width: 100%; height: 100%; min-height: 500px; object-fit: cover; display: block; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); } .item-modal-panel:active .item-modal-image, .item-modal-panel:focus-within .item-modal-image { transform: scale(1.02); } .item-modal-close { position: absolute; top: 1.2rem; right: 1.2rem; width: 2.4rem; height: 2.4rem; border: 0; border-radius: 9999px; background: rgba(15, 23, 42, 0.12); color: #0f172a; font-size: 1.6rem; cursor: pointer; z-index: 100; transition: all 0.3s ease; backdrop-filter: blur(8px); } .item-modal-close:hover { background: rgba(15, 23, 42, 0.2); transform: rotate(90deg) scale(1.08); } .item-modal-close:active { transform: rotate(90deg) scale(0.95); } .item-modal-toolbar { position: absolute; top: 1.2rem; right: 4.2rem; display: flex; justify-content: flex-end; gap: 0.5rem; z-index: 99; } .item-modal-lang-switcher { background: rgba(15, 23, 42, 0.05); border: 1px solid rgba(148, 163, 184, 0.2); color: #64748b; font-weight: 500; font-size: 0.8rem; padding: 0.6rem 1rem; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; letter-spacing: 0.05em; } .item-modal-lang-switcher:hover { background: rgba(0, 136, 255, 0.08); border-color: rgba(0, 136, 255, 0.3); color: #0f172a; } .item-modal-lang-switcher:active { transform: scale(0.96); } .item-modal-content { grid-column: 2; grid-row: 2; padding: 0.5rem 1.8rem 1.8rem; display: flex; flex-direction: column; gap: 1.1rem; } .item-modal-content .content-tag { align-self: flex-start; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; padding: 0.5rem 0.85rem; border-radius: 6px; text-transform: uppercase; background: rgba(0, 136, 255, 0.1); color: #0088ff; transition: all 0.3s ease; } .item-modal-content h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); font-weight: 700; margin: 0.35rem 0 0; color: #0f172a; letter-spacing: -0.02em; line-height: 1.2; } .item-modal-content #item-modal-text { color: #475569; line-height: 1.75; font-size: 0.95rem; } @media (max-width: 992px) { :root { --logo-size: 198px; } } @media (max-width: 1024px) { .item-modal-panel { grid-template-columns: minmax(250px, 30%) 1fr; } .item-modal-image { min-height: 420px; } .item-modal-content { padding: 1.2rem 1.5rem 1.5rem; } .item-modal-content h3 { font-size: 1.5rem; } } @media (max-width: 768px) { :root { --logo-size: 170px; } .item-modal { padding: 1rem; } .item-modal-panel { grid-template-columns: 1fr; max-height: calc(100vh - 2rem); } .item-modal-image-wrapper { grid-column: 1; grid-row: 1; border-radius: 16px 16px 0 0; } .item-modal-image { min-height: 280px; } .item-modal-close { top: 0.8rem; right: 0.8rem; width: 2rem; height: 2rem; font-size: 1.3rem; } .item-modal-toolbar { grid-column: 1; grid-row: 2; padding: 1rem 1.2rem 0; justify-content: flex-end; } .item-modal-content { grid-column: 1; grid-row: 3; padding: 0.8rem 1.2rem 1.2rem; } .item-modal-content h3 { font-size: 1.3rem; } } .services-benefits .benefit-card:hover .service-card-image { transform: scale(1.02); filter: saturate(1.12) brightness(1.03); } .services-benefits .service-badge { display: inline-flex; align-items: center; width: fit-content; padding: 0.24rem 0.62rem; border-radius: 9999px; border: 1px solid rgba(0,136,255,0.22); background: rgba(0,136,255,0.08); color: #0069d1; font-size: 0.72rem; font-family: var(--font-mono); letter-spacing: 0.03em; font-weight: 700; margin-bottom: 0.1rem; } .services-benefits .benefit-card h3 { font-size: 1.16rem; margin-bottom: 0.3rem; } .services-benefits .benefit-card p { flex-grow: 0; margin-bottom: 0.4rem; } .services-benefits .service-features { margin: 0 0 0.8rem; padding-left: 1rem; flex-grow: 1; } .services-benefits .service-features li { line-height: 1.45; margin-bottom: 0.18rem; } .services-benefits .benefit-card .btn { margin-top: auto; align-self: flex-start; min-width: 118px; justify-content: center; } @media (max-width: 1180px) { .services-benefits .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 760px) { .services-benefits .benefits-grid { grid-template-columns: 1fr; gap: 1rem; } .services-benefits .benefit-card { padding: 1rem; gap: 0.42rem; } .services-benefits .service-badge { font-size: 0.68rem; padding: 0.22rem 0.56rem; margin-bottom: 0.05rem; } .services-benefits .benefit-card h3 { font-size: 1.08rem; margin-bottom: 0.2rem; } .services-benefits .benefit-card p { font-size: 0.9rem; margin-bottom: 0.3rem; } .services-benefits .service-features { margin-bottom: 0.65rem; padding-left: 0.95rem; } .services-benefits .service-features li { font-size: 0.88rem; margin-bottom: 0.14rem; } .services-benefits .benefit-card .service-card-image { height: 172px; margin-bottom: 0.62rem; } .services-benefits .benefit-card .btn { min-width: 110px; font-size: 0.85rem; padding: 0.48rem 0.85rem; } } @media (max-width: 480px) { .services-benefits .benefit-card { padding: 0.9rem; } .services-benefits .benefit-card .service-card-image { height: 156px; } .services-benefits .benefit-card h3 { font-size: 1.02rem; } } .process-accordion-card { padding: 0.92rem !important; } .process-accordion-card h3 { font-size: 1.25rem !important; margin-bottom: 0.35rem !important; } .process-accordion-card p { font-size: 0.92rem !important; } .process-accordion-card [data-accordion-details] img { height: 110px !important; margin-bottom: 0.5rem !important; } .cta-section h2 { font-size: 1.85rem; } .cta-section p { font-size: 0.95rem; margin-bottom: 0.9rem; } @media (max-width: 768px) { .hero { padding: 6rem 1.5rem 4rem; height: var(--banner-height-mobile); } .cta-section h2 { font-size: 1.6rem; } } .benefit-card .btn-outline { margin-top: auto; align-self: flex-start; } section.benefits .grid > article { transition: transform 0.24s var(--motion-ease), box-shadow 0.24s var(--motion-ease), border-color 0.24s var(--motion-ease); box-shadow: 0 10px 24px -14px rgba(15, 23, 42, 0.18), 0 4px 10px -8px rgba(0, 136, 255, 0.08); } section.benefits .grid > article:hover { transform: translateY(-4px); border-color: rgba(0, 136, 255, 0.22) !important; box-shadow: 0 18px 34px -18px rgba(15, 23, 42, 0.28), 0 10px 20px -14px rgba(0, 136, 255, 0.2); } section.benefits .grid > article h3 { letter-spacing: -0.02em; line-height: 1.24; } section.benefits .grid > article p { line-height: 1.58; color: #475569; } section.benefits .grid > article > img, section.benefits .grid > article .md\:w-\[45\%\] img { filter: saturate(1.04) contrast(1.02); transition: transform 0.3s var(--motion-ease), filter 0.3s var(--motion-ease); } section.benefits .grid > article:hover > img, section.benefits .grid > article:hover .md\:w-\[45\%\] img { transform: scale(1.015); filter: saturate(1.1) contrast(1.04); } section.benefits .grid > article:first-child .md\:w-\[55\%\] { justify-content: flex-start; padding-top: 0.1rem; } @media (max-width: 768px) { section.benefits .grid > article:first-child .md\:w-\[55\%\] { padding-top: 0; } } section.home-process { padding-top: 4.8rem !important; padding-bottom: 4.8rem !important; } section.home-process .text-center.mb-14 { margin-bottom: 2.5rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 { gap: 1.25rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a { border-color: rgba(15, 23, 42, 0.09) !important; box-shadow: 0 10px 24px -16px rgba(15, 23, 42, 0.18), 0 8px 18px -18px rgba(0, 136, 255, 0.18); transition: transform 0.24s var(--motion-ease), box-shadow 0.24s var(--motion-ease), border-color 0.24s var(--motion-ease); min-height: 138px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.1rem 1.1rem 1rem; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a:hover { transform: translateY(-4px); border-color: rgba(0, 136, 255, 0.28) !important; box-shadow: 0 18px 34px -18px rgba(15, 23, 42, 0.3), 0 10px 20px -14px rgba(0, 136, 255, 0.25); } section.home-process .flex.flex-wrap.justify-center.gap-8 > a > span { background: #f1f5f9 !important; color: #334155 !important; border: 1px solid #e2e8f0; letter-spacing: 0.08em !important; font-size: 0.66rem !important; margin-bottom: 0.75rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a > div { width: 2.2rem !important; height: 2.2rem !important; border-radius: 0.65rem !important; background: #eef6ff !important; border-color: #c9e5ff !important; margin-bottom: 0.8rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a h3 { font-size: 1.12rem; letter-spacing: -0.02em; line-height: 1.32; margin-top: 0.1rem; } @media (max-width: 1024px) { section.home-process { padding-top: 4.2rem !important; padding-bottom: 4.2rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a { min-height: 132px; } } @media (max-width: 768px) { section.home-process { padding-top: 3.4rem !important; padding-bottom: 3.6rem !important; } section.home-process .text-center.mb-14 { margin-bottom: 1.9rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 { gap: 0.9rem !important; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a { min-height: 126px; padding: 0.95rem 0.95rem 0.9rem; } section.home-process .flex.flex-wrap.justify-center.gap-8 > a h3 { font-size: 1rem; } } section.home-trust { padding-top: 3rem !important; padding-bottom: 3rem !important; background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%); } section.home-trust p { letter-spacing: 0.2em !important; margin-bottom: 0.9rem !important; } section.home-trust .flex.flex-wrap.justify-center.items-center.gap-4 { gap: 0.72rem !important; } section.home-trust .flex.flex-wrap.justify-center.items-center.gap-4 > span { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0.62rem 1rem !important; border-radius: 0.8rem !important; border-color: rgba(15, 23, 42, 0.12) !important; background: rgba(255, 255, 255, 0.95) !important; color: #0f172a !important; font-size: 0.92rem; letter-spacing: 0.01em; font-weight: 600 !important; box-shadow: 0 8px 20px -16px rgba(15, 23, 42, 0.22), 0 6px 16px -16px rgba(0, 136, 255, 0.18); transition: transform 0.24s var(--motion-ease), box-shadow 0.24s var(--motion-ease), border-color 0.24s var(--motion-ease), background-color 0.24s var(--motion-ease); } section.home-trust .flex.flex-wrap.justify-center.items-center.gap-4 > span:hover { transform: translateY(-2px); border-color: rgba(0, 136, 255, 0.28) !important; background: rgba(248, 251, 255, 0.98) !important; box-shadow: 0 12px 24px -16px rgba(15, 23, 42, 0.28), 0 8px 18px -14px rgba(0, 136, 255, 0.24); } @media (max-width: 768px) { section.home-trust { padding-top: 2.4rem !important; padding-bottom: 2.5rem !important; } section.home-trust .flex.flex-wrap.justify-center.items-center.gap-4 { gap: 0.58rem !important; } section.home-trust .flex.flex-wrap.justify-center.items-center.gap-4 > span { min-height: 38px; padding: 0.52rem 0.82rem !important; font-size: 0.86rem; } } section.home-portfolio { position: relative; background: linear-gradient(180deg, #f7fafe 0%, #eef3f8 100%) !important; padding-top: 4.2rem !important; padding-bottom: 4.4rem !important; } section.home-portfolio::before { opacity: 0.06 !important; filter: saturate(0.8) contrast(0.86); } section.home-portfolio::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(248, 251, 255, 0.88) 0%, rgba(241, 246, 252, 0.84) 100%); pointer-events: none; } section.home-portfolio .section-container { position: relative; z-index: 1; } section.home-portfolio .section-subtitle { background: rgba(255, 255, 255, 0.92) !important; border-color: rgba(15, 23, 42, 0.08) !important; color: #0078e6 !important; } section.home-portfolio .section-title { color: #0b1730 !important; margin-bottom: 1.7rem !important; } section.home-portfolio .ref-grid { margin-top: 1.5rem; gap: 1.05rem; } section.home-portfolio .ref-card { border: 1px solid rgba(15, 23, 42, 0.08); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); box-shadow: 0 12px 26px -16px rgba(15, 23, 42, 0.24), 0 8px 18px -18px rgba(0, 136, 255, 0.2); padding: 1.3rem; } section.home-portfolio .ref-card:hover { transform: translateY(-4px); border-color: rgba(0, 136, 255, 0.24); box-shadow: 0 20px 32px -20px rgba(15, 23, 42, 0.32), 0 10px 22px -16px rgba(0, 136, 255, 0.28); } section.home-portfolio .ref-card h4 { color: #334155; font-size: 0.78rem; letter-spacing: 0.12em; margin-bottom: 0.6rem; } section.home-portfolio .ref-card p { color: #334155; line-height: 1.58; } @media (max-width: 768px) { section.home-portfolio { padding-top: 3.4rem !important; padding-bottom: 3.6rem !important; } section.home-portfolio .section-title { margin-bottom: 1.3rem !important; } section.home-portfolio .ref-grid { gap: 0.9rem; } section.home-portfolio .ref-card { padding: 1.05rem; } } section.home-cta { position: relative; background: linear-gradient(125deg, #1a2740 0%, #203253 46%, #0b7ce2 100%) !important; padding-top: 3.2rem !important; padding-bottom: 3.2rem !important; } section.home-cta::before { background: radial-gradient(circle at 78% 50%, rgba(74, 163, 255, 0.2) 0%, rgba(0, 136, 255, 0.04) 42%, transparent 72%); animation: none; } section.home-cta .cta-container { max-width: 52rem; } section.home-cta h2 { font-size: 2rem; line-height: 1.2; letter-spacing: -0.015em; margin-bottom: 0.6rem; } section.home-cta p { max-width: 640px; color: rgba(236, 245, 255, 0.92); line-height: 1.58; margin-bottom: 0.9rem; } section.home-cta .btn { min-width: 198px; border-radius: 0.72rem; box-shadow: 0 10px 24px -14px rgba(0, 8, 22, 0.72), 0 8px 18px -14px rgba(0, 136, 255, 0.55); } section.home-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -16px rgba(0, 8, 22, 0.76), 0 10px 20px -14px rgba(0, 136, 255, 0.62); } @media (max-width: 768px) { section.home-cta { padding-top: 2.5rem !important; padding-bottom: 2.6rem !important; } section.home-cta h2 { font-size: 1.65rem; } section.home-cta p { font-size: 0.95rem; } section.home-cta .btn { min-width: 172px; } } .page-services .services-hero { height: var(--banner-height-desktop); padding: 8.7rem 1rem 4.5rem; } .page-services .services-hero .hero-content { max-width: 860px; } .page-services .services-hero h1 { margin-bottom: 0.55rem; } .page-services .services-hero p { max-width: 760px; color: rgba(230, 240, 252, 0.95); } .services-benefits .benefit-card { border-color: rgba(102, 165, 245, 0.2); } .services-benefits .benefit-card .service-card-image { filter: saturate(1.1) contrast(1.06) brightness(1.03); object-position: center 44%; } .services-benefits .benefit-card:nth-child(1) .service-card-image { object-position: center 38%; } .services-benefits .benefit-card:nth-child(2) .service-card-image { object-position: center 42%; } .services-benefits .benefit-card:nth-child(3) .service-card-image { object-position: center 46%; } .services-benefits .benefit-card:nth-child(4) .service-card-image { object-position: center 40%; } .services-benefits .benefit-card:nth-child(5) .service-card-image { object-position: center 50%; } .services-benefits .benefit-card:nth-child(6) .service-card-image { object-position: center 45%; } .services-benefits .service-badge { background: rgba(0,136,255,0.12); border-color: rgba(0,136,255,0.3); } .services-benefits .benefit-card .btn-outline { background: rgba(0,136,255,0.08); border-color: rgba(0,136,255,0.42); color: #006ccf; } .services-benefits .benefit-card .btn-outline:hover { background: rgba(0,136,255,0.18); border-color: rgba(0,136,255,0.58); color: #005bb1; } @media (max-width: 768px) { .page-services .services-hero { height: var(--banner-height-mobile); padding: 6rem 1.5rem 4rem; } } .services-process { background: linear-gradient(180deg, #f6f9fd 0%, #f1f5fa 100%) !important; } .services-process .absolute.bg-slate-200 { background: linear-gradient(180deg, rgba(148, 163, 184, 0.34) 0%, rgba(0, 136, 255, 0.3) 50%, rgba(148, 163, 184, 0.34) 100%) !important; } .services-process [data-accordion-card] { border-color: rgba(148, 163, 184, 0.22) !important; box-shadow: 0 12px 26px -14px rgba(15, 23, 42, 0.22), 0 8px 18px -14px rgba(0, 136, 255, 0.18) !important; transition: transform 0.24s var(--motion-ease), box-shadow 0.24s var(--motion-ease), border-color 0.24s var(--motion-ease); } .services-process [data-accordion-card]:hover { transform: translateY(-3px); border-color: rgba(0, 136, 255, 0.32) !important; box-shadow: 0 18px 34px -18px rgba(15, 23, 42, 0.28), 0 10px 20px -14px rgba(0, 136, 255, 0.24) !important; } .services-process [data-accordion-card] h3 { letter-spacing: -0.015em; line-height: 1.24; } .services-process [data-accordion-details] img { border: 1px solid rgba(148, 163, 184, 0.24); filter: saturate(1.08) contrast(1.05); } .services-process .absolute.w-12.h-12 { box-shadow: 0 10px 20px -12px rgba(15, 23, 42, 0.45), 0 8px 16px -12px rgba(0, 136, 255, 0.45); } @media (max-width: 768px) { .services-process { padding-top: 2.8rem !important; padding-bottom: 3rem !important; } .services-process [data-accordion-card] { padding: 1.05rem !important; } .services-process [data-accordion-card] h3 { font-size: 1.2rem !important; } } .footer-contact-list li { display: flex; align-items: flex-start; gap: 0.75rem; word-break: break-word; white-space: normal; } .footer-contact-list li svg { flex-shrink: 0; } .footer-content { gap: 1.75rem 2.6rem; } .footer-section p { text-wrap: balance; word-break: break-word; } footer .lang-switcher { justify-content: center; margin: 0; } .footer-lang-container { display: inline-flex; align-items: center; } @media (max-width: 992px) { .footer-section[style*="display: grid"] { display: flex !important; flex-direction: column; align-items: center !important; gap: 1.5rem; } .footer-section[style*="display: grid"] > div:first-child { text-align: center; } .footer-social-links { justify-content: center; } } .footer-section ul li a { transition: color 0.3s ease; } .footer-section ul li a:hover { color: #0088FF !important; } .footer-contact-item { display: flex; flex-direction: row; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; } .footer-icon-wrapper { flex-shrink: 0; display: flex; margin-top: 0.2rem; } .footer-address { line-height: 1.5; } .nowrap-phone { white-space: nowrap; } :root { --radius-md: 10px; --radius-lg: 12px; --card-radius: 12px; --shadow-sm: 0 10px 30px rgba(15, 23, 42, 0.05); --shadow-md: 0 14px 34px rgba(15, 23, 42, 0.06); --card-shadow: 0 10px 30px rgba(15, 23, 42, 0.05); --card-shadow-hover: 0 16px 36px rgba(15, 23, 42, 0.08); } body { line-height: 1.6; } .hero p, .benefits .grid > article p, .ref-card p, .footer-address { line-height: 1.58; } .btn, .btn-primary, .btn-outline, .btn-white, .btn-submit { transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease; } .btn:hover, .btn-primary:hover, .btn-outline:hover, .btn-white:hover, .btn-submit:hover { transform: translateY(-2px); filter: brightness(1.03); } section.benefits .grid > article, section.references .ref-card, .services-benefits .benefit-card, .services-process [data-accordion-card] { border-radius: var(--card-radius); box-shadow: var(--card-shadow); } section.benefits .grid > article:hover, section.references .ref-card:hover, .services-benefits .benefit-card:hover, .services-process [data-accordion-card]:hover { box-shadow: var(--card-shadow-hover); } .benefits, .references, .cta-section { padding-top: clamp(3.5rem, 5vw, 5rem); padding-bottom: clamp(3.5rem, 5vw, 5rem); } .trust-strip { background: #f8fafc; border-top: 1px solid rgba(148, 163, 184, 0.25); border-bottom: 1px solid rgba(148, 163, 184, 0.25); } .trust-strip-inner { display: flex; flex-direction: column; gap: 0.85rem; align-items: center; justify-content: center; padding: 1.15rem 1.5rem; } .trust-strip-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: #64748b; } .trust-strip-logos { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; width: 100%; max-width: 980px; list-style: none; padding: 0; margin: 0; } .trust-strip-logos li { text-align: center; font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: #64748b; filter: grayscale(100%); opacity: 0.92; } @media (max-width: 900px) { .trust-strip-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (prefers-reduced-motion: reduce) { .btn, .btn-primary, .btn-outline, .btn-white, .btn-submit, section.benefits .grid > article, section.references .ref-card, .services-benefits .benefit-card, .services-process [data-accordion-card] { transition: none !important; transform: none !important; } } :root { --logo-size: 230px; } header { padding-top: 1.2rem !important; padding-bottom: 1.2rem !important; } header.scrolled { padding-top: 0.58rem !important; padding-bottom: 0.58rem !important; } .logo-icon { width: var(--logo-size); max-width: 44vw; } header.scrolled .logo-icon { width: 178px; } .header-content { align-items: center !important; } main img, .item-modal-image, .project-card img, .services-benefits .service-card-image, .process-accordion-card [data-accordion-details] img, .services-process [data-accordion-details] img, .home-benefits-grid .home-benefit-card img, .news-card img, .ref-card img { border-radius: 14px !important; } .logo img, .logo-icon { border-radius: 0 !important; } .home-benefit-card--featured .benefit-media { flex: 0 0 41%; min-width: 220px; } .home-benefit-card--featured .benefit-copy { flex: 1 1 auto; } .home-benefit-card--featured .benefit-media img { height: 100%; min-height: 360px; object-fit: cover; object-position: center; } @media (max-width: 768px) { :root { --logo-size: 188px; } header { padding-top: 0.9rem !important; padding-bottom: 0.9rem !important; } header.scrolled { padding-top: 0.52rem !important; padding-bottom: 0.52rem !important; } header.scrolled .logo-icon { width: 152px; } .home-benefit-card--featured .benefit-media { flex-basis: auto; min-width: 0; } .home-benefit-card--featured .benefit-media img { min-height: 260px; } } body, main { color: #334155; font-size: 16px; } main p, main li { color: #475569; line-height: 1.64; font-size: 1rem; } header { padding-top: 0.95rem !important; padding-bottom: 0.95rem !important; } header.scrolled { padding-top: 0.65rem !important; padding-bottom: 0.65rem !important; } .header-content { gap: 1.1rem !important; min-height: 66px; align-items: center !important; } header.scrolled .header-content { min-height: 56px; } .logo, .logo-link, nav, nav ul, .contact-header { align-items: center !important; } nav ul { gap: 1rem !important; } .logo-icon { width: 132px !important; max-width: none !important; height: auto !important; } header.scrolled .logo-icon { width: 112px !important; } .contact-header { font-size: 0.95rem !important; } footer { padding-top: 2.8rem !important; padding-bottom: 1.6rem !important; } .footer-logo { width: 104px !important; max-width: 100% !important; height: auto !important; } @media (max-width: 768px) { .logo-icon { width: 116px !important; } header.scrolled .logo-icon { width: 98px !important; } .footer-logo { width: 92px !important; } } main h1, main h2, main h3, main h4 { color: #0f172a; letter-spacing: -0.018em; } .section-title, .cta-section h2, .item-modal-content h3 { color: #0f172a; } header { padding-top: 1.4rem !important; padding-bottom: 1.4rem !important; transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), background 0.35s ease !important; } .logo-icon { width: 164px !important; max-width: none !important; height: auto !important; transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important; } header.scrolled { padding-top: 0.45rem !important; padding-bottom: 0.45rem !important; } header.scrolled .logo-icon { width: 104px !important; } .header-content { min-height: unset !important; } @media (max-width: 768px) { .logo-icon { width: 136px !important; } header.scrolled .logo-icon { width: 90px !important; } header { padding-top: 1rem !important; padding-bottom: 1rem !important; } header.scrolled { padding-top: 0.4rem !important; padding-bottom: 0.4rem !important; } } @media (min-width: 768px) { .home-benefit-card--featured .benefit-copy { order: 1; } .home-benefit-card--featured .benefit-media { order: 2; } } .home-benefit-card--featured .benefit-media img { height: 100%; min-height: 260px; max-height: 420px; object-fit: cover; object-position: center; width: 100%; } main img { border-radius: 16px !important; } .logo img, .logo-icon, header img { border-radius: 0 !important; } .footer-section img, footer img { border-radius: 0 !important; } main h1 { font-size: clamp(1.75rem, 4.5vw, 3rem); font-weight: 800; color: #0f172a; letter-spacing: -0.02em; line-height: 1.15; } main h2, .section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; color: #0f172a; letter-spacing: -0.018em; line-height: 1.2; } main h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 700; color: #0f172a; letter-spacing: -0.01em; line-height: 1.3; } main h4 { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #64748b; } main p, main li { font-size: 1rem; color: #475569; line-height: 1.65; } main [data-i18n^="ben_kicker"], main .text-xs.uppercase.tracking-\[0\.2em\], main .text-xs.uppercase.tracking-\[0\.22em\] { font-size: 0.72rem !important; letter-spacing: 0.2em !important; font-weight: 700 !important; color: #0088FF !important; } .project-card { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); transition: box-shadow 0.25s ease, transform 0.25s ease; } .project-card:hover { box-shadow: 0 8px 28px rgba(0, 136, 255, 0.12); transform: translateY(-3px); } .project-card > div.overflow-hidden:first-child { position: relative; height: 200px; overflow: hidden; background: #e2e8f0; flex-shrink: 0; border-radius: 14px 14px 0 0; } .project-card > div.overflow-hidden:first-child > img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 14px 14px 0 0 !important; opacity: 1; filter: brightness(1.05) saturate(1.05); transition: opacity 0.3s ease, transform 0.4s ease, filter 0.3s ease; } .project-card:hover > div.overflow-hidden:first-child > img { opacity: 1; filter: brightness(1.1) saturate(1.1); transform: scale(1.04); } .project-card > .p-6 { display: flex; flex-direction: column; flex: 1; padding: 1.5rem; gap: 0.75rem; } .project-card > .p-6 > h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; line-height: 1.3; margin: 0; } .project-card > .p-6 > p { font-size: 0.875rem; color: #475569; line-height: 1.6; margin: 0; } .rounded-3xl > img { border-radius: 0 !important; } .about-hero-media { isolation: isolate; } .benefit-card.service-card > div.overflow-hidden > img, .benefit-card.service-card > div > img { border-radius: 0 !important; } :root { --banner-height-desktop: 400px; --banner-height-mobile: 260px; } .hero { height: var(--banner-height-desktop) !important; } @media (max-width: 768px) { .hero { height: auto !important; min-height: var(--banner-height-mobile) !important; padding: 6rem 1.25rem 2.5rem !important; background-attachment: scroll !important; } } main.about-main, .news-section, .references-main, main.bg-slate-50 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .cta-section.prefooter-cta { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .benefits.bg-slate-50 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; } .references.home-portfolio { padding-top: 4rem !important; padding-bottom: 4rem !important; } .benefits.services-benefits { padding-top: 4rem !important; padding-bottom: 4rem !important; } main.bg-slate-50.py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .nda-section { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } footer { padding-top: 3.25rem !important; padding-bottom: 2rem !important; } .legal-page { padding-top: 8rem !important; } @media (max-width: 1024px) { .legal-page { padding-top: 7rem !important; } } @media (max-width: 768px) { .legal-page { padding-top: 6.25rem !important; } } html, body { overflow-x: hidden; max-width: 100vw; } @media (max-width: 768px) { .section-container { padding-left: 1.25rem !important; padding-right: 1.25rem !important; width: 100% !important; box-sizing: border-box !important; } .header-content { gap: 0.5rem !important; padding: 0 1rem !important; } .contact-header { gap: 0.4rem !important; } .contact-header .btn-primary { font-size: 0.82rem !important; padding: 0.45rem 0.9rem !important; } .hero { height: auto !important; min-height: 320px !important; padding: 6rem 1.25rem 2.5rem !important; background-attachment: scroll !important; } .hero-content { max-width: 100% !important; padding: 0 !important; } .hero h1 { font-size: clamp(1.5rem, 5.5vw, 2rem) !important; line-height: 1.2 !important; letter-spacing: -0.02em !important; } .hero p { font-size: 0.95rem !important; line-height: 1.6 !important; margin-bottom: 1.5rem !important; padding: 0 0.25rem !important; } .hero-cta { flex-direction: column !important; align-items: stretch !important; gap: 0.75rem !important; max-width: 300px !important; margin: 0 auto !important; } .hero-cta .btn { width: 100% !important; text-align: center !important; justify-content: center !important; } .trust-strip { padding: 1rem 1.25rem !important; } .trust-strip-inner { flex-direction: column !important; gap: 0.6rem !important; align-items: center !important; } .trust-strip-logos { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 0.4rem 1rem !important; } .trust-strip-logos li { font-size: 0.8rem !important; } .home-benefits-grid { grid-template-columns: 1fr !important; } .home-benefit-card--featured { grid-column: 1 !important; grid-row: auto !important; } .home-benefit-card--featured > div.flex { flex-direction: column !important; } .home-benefit-card--featured .benefit-copy { order: 1 !important; } .home-benefit-card--featured .benefit-media { order: 2 !important; width: 100% !important; flex: none !important; min-width: 0 !important; } .home-benefit-card--featured .benefit-media img { min-height: 200px !important; max-height: 220px !important; } .ref-grid { grid-template-columns: 1fr 1fr !important; gap: 0.75rem !important; } .ref-card { padding: 1rem !important; } .about-main .rounded-3xl.overflow-hidden[style] { height: 260px !important; } .about-main > div.grid { gap: 1.5rem !important; margin-bottom: 2rem !important; } .about-grid { grid-template-columns: 1fr 1fr !important; gap: 1rem !important; margin-bottom: 2rem !important; } .about-card { padding: 1.25rem !important; } .about-main section.grid { grid-template-columns: repeat(2, 1fr) !important; gap: 1rem !important; margin-bottom: 2rem !important; } .news-section div[style*="grid-template-columns"] { grid-template-columns: 1fr !important; gap: 1.25rem !important; } .news-section article > img { height: 180px !important; } .news-section article > div[style] { padding: 1.25rem !important; } .news-section article h3[style] { font-size: 1.1rem !important; line-height: 1.35 !important; } .news-section article p[style] { font-size: 0.9rem !important; } .filter-btn { font-size: 0.78rem !important; padding: 0.4rem 0.85rem !important; } .benefit-card.service-card { flex-direction: column !important; } .benefit-card.service-card > div:first-child { width: 100% !important; height: 200px !important; flex-shrink: 0 !important; } .benefit-card.service-card > div.p-6, .benefit-card.service-card > div.p-10 { padding: 1.25rem !important; } .services-process > div > div { padding-left: 0.5rem !important; } .services-process [data-accordion-card] { margin-left: 3rem !important; width: calc(100% - 3rem) !important; padding: 1rem !important; } .cta-section.prefooter-cta { padding: 2.5rem 1.25rem !important; } .cta-section h2 { font-size: 1.5rem !important; line-height: 1.25 !important; } .cta-section p { font-size: 0.95rem !important; } .cta-section .btn { width: 100% !important; max-width: 280px !important; } .footer-content { grid-template-columns: 1fr !important; gap: 1.75rem !important; padding: 0 1rem !important; } .footer-section { padding-bottom: 1.25rem !important; border-bottom: 1px solid rgba(255,255,255,0.07) !important; } .footer-section:last-child { border-bottom: none !important; } .footer-bottom { text-align: center !important; font-size: 0.78rem !important; padding: 0 1rem !important; } footer { padding-top: 2rem !important; padding-bottom: 1rem !important; } .footer-lang-container { display: flex !important; justify-content: center !important; } main.about-main, .news-section, main.bg-slate-50 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .benefits.bg-slate-50, .benefits.services-benefits { padding-top: 3rem !important; padding-bottom: 3rem !important; } .nda-section { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } main h2, .section-title { font-size: clamp(1.3rem, 4.5vw, 1.75rem) !important; } .benefits .section-title, .references .section-title { margin-bottom: 1.5rem !important; } .max-w-7xl > .grid { padding-left: 0.75rem !important; padding-right: 0.75rem !important; } .project-card .p-6 { padding: 1.1rem !important; } .project-card h3 { font-size: 1.05rem !important; } .project-card p { font-size: 0.88rem !important; } .nda-container { padding: 0 1.25rem !important; } } @media (max-width: 480px) { .hero { min-height: 290px !important; padding: 5.5rem 1rem 2rem !important; } .hero h1 { font-size: 1.45rem !important; } .hero p { font-size: 0.9rem !important; } .logo-icon { width: 94px !important; } header.scrolled .logo-icon { width: 78px !important; } .contact-header .btn-primary { font-size: 0.78rem !important; padding: 0.4rem 0.75rem !important; } .about-main .rounded-3xl.overflow-hidden[style] { height: 210px !important; } .about-grid { grid-template-columns: 1fr !important; } .about-main section.grid { grid-template-columns: repeat(2, 1fr) !important; } .ref-grid { grid-template-columns: 1fr !important; } main h2, .section-title { font-size: 1.3rem !important; } main h3 { font-size: 1.05rem !important; } .btn { font-size: 0.88rem !important; padding: 0.6rem 1.1rem !important; } .news-section article > img { height: 155px !important; } .footer-bottom p { font-size: 0.72rem !important; line-height: 1.5 !important; } } @media (min-width: 769px) and (max-width: 1024px) { .about-main .rounded-3xl.overflow-hidden[style] { height: 380px !important; } .news-section div[style*="grid-template-columns"] { grid-template-columns: repeat(2, 1fr) !important; gap: 1.5rem !important; } .home-benefits-grid { grid-template-columns: repeat(2, 1fr) !important; } .home-benefit-card--featured { grid-column: span 2 !important; grid-row: span 1 !important; } .footer-content { grid-template-columns: repeat(2, 1fr) !important; gap: 2rem !important; } .hero { padding: 5.5rem 2rem 3rem !important; } } .hero { padding-top: 8rem !important; } @media (max-width: 992px) { .hero { padding-top: 7rem !important; } } @media (max-width: 768px) { .hero { padding-top: 6.5rem !important; } } @media (min-width: 1025px) { header { padding-top: 0.62rem !important; padding-bottom: 0.62rem !important; } header.scrolled { padding-top: 0.46rem !important; padding-bottom: 0.46rem !important; } .logo-icon { width: 142px !important; } header.scrolled .logo-icon { width: 118px !important; } .hero { height: 520px !important; min-height: 520px !important; padding-top: 8.4rem !important; padding-bottom: 4rem !important; } footer { padding-top: 2.1rem !important; padding-bottom: 1.45rem !important; } .footer-logo { width: 108px !important; } .footer-content { gap: 1.9rem !important; } } .srv-grid-section { padding: 5rem 0 6rem; background: #ffffff; } .srv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; } @media (max-width: 1024px) { .srv-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .srv-grid { grid-template-columns: 1fr; gap: 1.5rem; } .srv-grid-section { padding: 3rem 0 4rem; } } .srv-card { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); transition: box-shadow 0.25s ease, transform 0.25s ease; } .srv-card:hover { box-shadow: 0 8px 28px rgba(0, 136, 255, 0.12); transform: translateY(-3px); } .srv-card-img { position: relative; height: 200px; overflow: hidden; background: #e2e8f0; flex-shrink: 0; border-radius: 14px 14px 0 0 !important; } .srv-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 14px 14px 0 0 !important; opacity: 1; filter: brightness(1.05) saturate(1.05); transition: opacity 0.3s ease, transform 0.4s ease, filter 0.3s ease; } .srv-card:hover .srv-card-img img { opacity: 1; filter: brightness(1.1) saturate(1.1); transform: scale(1.04); } .srv-card-icon { position: absolute; bottom: 14px; left: 14px; width: 44px; height: 44px; background: rgba(0, 136, 255, 0.92); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #ffffff; backdrop-filter: blur(4px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); } .srv-card-icon svg { width: 22px; height: 22px; } .srv-card-body { display: flex; flex-direction: column; flex: 1; padding: 1.5rem; gap: 0.75rem; } .srv-card-body h3 { font-size: 1.05rem; font-weight: 700; color: #0f172a; line-height: 1.3; margin: 0; } .srv-card-subtitle { margin: -0.2rem 0 0.05rem; font-size: 0.74rem; line-height: 1.35; letter-spacing: 0.02em; color: #64748b; } .srv-card-body > p { font-size: 0.875rem; color: #475569; line-height: 1.6; margin: 0; } .srv-features { list-style: none; padding: 0; margin: 0; flex: 1; display: flex; flex-direction: column; gap: 0.35rem; } .srv-features li { font-size: 0.8rem; color: #64748b; padding-left: 1.1rem; position: relative; line-height: 1.5; } .srv-features li::before { content: ''; position: absolute; left: 0; top: 0.55em; width: 5px; height: 5px; border-radius: 50%; background: #0088ff; } .srv-btn { display: block; text-align: center; margin-top: 1rem; padding: 0.65rem 1.5rem; background: #0088ff; color: #ffffff; font-size: 0.875rem; font-weight: 600; border-radius: 9999px; text-decoration: none; transition: background 0.2s ease, box-shadow 0.2s ease; flex-shrink: 0; } .srv-btn:hover { background: #0070d6; box-shadow: 0 4px 14px rgba(0, 136, 255, 0.35); color: #ffffff; text-decoration: none; } #img-hero-main { transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s cubic-bezier(0.22, 1, 0.36, 1); } #img-hero-main { max-width: none; max-height: none; width: 100%; height: 100%; object-fit: cover; object-position: center; } .hero-media-wrap { width: 100%; max-width: 980px; } @media (min-width: 1024px) { .hero-media-wrap { transform: translateX(1rem); } } @media (max-width: 768px) { .hero-media-wrap { transform: none; } #img-hero-main { max-width: 100vw; } } .hero-textblock { margin-top: -3.5vh; } @media (min-width: 1024px) { .hero-textblock { margin-top: -4.5vh; } } @media (max-width: 768px) { .hero-textblock { margin-top: -4vh; } } :root { --ring-color: rgba(0, 136, 255, 0.22); --card-radius-sm: 10px; --card-radius-md: 14px; --border-subtle: rgba(226, 232, 240, 0.9); --border-muted: rgba(148, 163, 184, 0.25); } .unified-card { border-radius: var(--card-radius-md) !important; border-color: var(--border-subtle) !important; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04) !important; } .unified-card:hover { box-shadow: 0 4px 16px rgba(0, 136, 255, 0.10), 0 1px 4px rgba(15, 23, 42, 0.06) !important; border-color: rgba(0, 136, 255, 0.22) !important; } .about-card { border-radius: var(--card-radius-md) !important; border: 1px solid var(--border-subtle) !important; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04) !important; } .about-card:hover { box-shadow: 0 4px 16px rgba(0, 136, 255, 0.10), 0 1px 4px rgba(15, 23, 42, 0.06) !important; border-color: rgba(0, 136, 255, 0.22) !important; transform: translateY(-2px) !important; } .srv-card { border-radius: var(--card-radius-md) !important; border-color: var(--border-subtle) !important; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06) !important; } .srv-card:hover { box-shadow: 0 6px 20px rgba(0, 136, 255, 0.11), 0 1px 4px rgba(15, 23, 42, 0.05) !important; border-color: rgba(0, 136, 255, 0.2) !important; transform: translateY(-2px) !important; } .srv-btn { border-radius: 8px !important; font-size: 0.8125rem !important; letter-spacing: 0.01em; } .srv-btn:focus-visible { outline: 2px solid #0088ff; outline-offset: 2px; box-shadow: 0 0 0 4px var(--ring-color); } .filter-btn:focus-visible { outline: 2px solid #0088ff; outline-offset: 2px; box-shadow: 0 0 0 4px var(--ring-color) !important; } .content-tag { padding: 0.25rem 0.75rem !important; font-size: 0.7rem !important; border-radius: 6px !important; letter-spacing: 0.06em !important; font-weight: 700 !important; } .item-read-link { font-size: 0.8125rem; letter-spacing: 0.01em; gap: 0.25rem; padding: 0.1rem 0; border-bottom: 1px solid transparent; transition: color 0.2s ease, border-color 0.2s ease; } .item-read-link:hover { color: #0070d6; border-bottom-color: rgba(0, 112, 214, 0.3); } .item-read-link:focus-visible { outline: 2px solid #0088ff; outline-offset: 3px; border-radius: 2px; } .unified-card h3, .srv-card-body h3 { letter-spacing: -0.015em; } .about-card .text-3xl { font-variant-numeric: tabular-nums; } .hero h1 { letter-spacing: -0.025em; } .hero p { font-size: 1.0625rem; line-height: 1.7; max-width: 600px; } .text-3xl, .text-4xl { letter-spacing: -0.02em; } .nda-icon-wrap { background: #f8fafc !important; border: 1px solid #e2e8f0; } a:focus-visible, button:focus-visible { outline: 2px solid #0088ff; outline-offset: 2px; border-radius: 4px; } .fp-card { background: #ffffff; border: 1px solid rgba(226, 232, 240, 0.85); border-radius: 18px; box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05), 0 2px 8px rgba(15, 23, 42, 0.03); transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease; overflow: hidden; } .fp-card:hover { box-shadow: 0 6px 24px rgba(0, 136, 255, 0.10), 0 2px 8px rgba(15, 23, 42, 0.06); border-color: rgba(0, 136, 255, 0.22); transform: translateY(-2px); } .fp-card:hover::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #0088ff, #0055cc); border-radius: 18px 18px 0 0; } .fp-card { position: relative; } .stats-strip { background: #0f172a; border-top: 1px solid rgba(255, 255, 255, 0.05); border-bottom: 1px solid rgba(255, 255, 255, 0.05); } .stat-item { position: relative; } .stat-item + .stat-item::before { content: ''; position: absolute; left: 0; top: 15%; height: 70%; width: 1px; background: rgba(255, 255, 255, 0.08); } .stat-number { font-size: 2.5rem; font-weight: 900; line-height: 1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; color: #ffffff; } .stat-number.accent { color: #0088ff; } .stat-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(148, 163, 184, 0.85); margin-top: 0.4rem; font-weight: 500; } @keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .stat-item.in-view .stat-number { animation: countUp 0.5s ease forwards; } .testimonial-section { background: #f8fafc; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; } .testimonial-quote { font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 500; color: #1e293b; line-height: 1.65; letter-spacing: -0.01em; max-width: 680px; margin: 0 auto; position: relative; } .testimonial-quote::before { content: '\201C'; font-size: 4rem; color: #0088ff; opacity: 0.3; position: absolute; top: -1.5rem; left: -0.5rem; font-family: Georgia, serif; line-height: 1; } .testimonial-avatar { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: linear-gradient(135deg, #0088ff 0%, #0055cc 100%); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 0.8rem; flex-shrink: 0; letter-spacing: 0.02em; } #sticky-cta { position: fixed; bottom: 3.5rem; right: 2rem; z-index: 9999; display: inline-flex; align-items: center; gap: 0.5rem; background: #0088ff; color: #ffffff; font-weight: 700; font-size: 0.875rem; padding: 0.75rem 1.5rem; border-radius: 9999px; text-decoration: none; box-shadow: 0 4px 20px rgba(0, 136, 255, 0.40), 0 2px 8px rgba(0, 0, 0, 0.15); opacity: 0; transform: translateY(16px) scale(0.95); pointer-events: none; transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s ease, box-shadow 0.2s ease; white-space: nowrap; } #sticky-cta.visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; } #sticky-cta:hover { background: #0070d6; box-shadow: 0 6px 28px rgba(0, 136, 255, 0.50), 0 2px 10px rgba(0, 0, 0, 0.15); transform: translateY(-2px) scale(1.02); color: #ffffff; text-decoration: none; } #sticky-cta svg { width: 16px; height: 16px; flex-shrink: 0; } @media (max-width: 640px) { #sticky-cta { bottom: 2.75rem; right: 1.25rem; padding: 0.65rem 1.1rem; font-size: 0.8rem; } #sticky-cta span.sticky-label { display: none; } } .fp-icon-wrap { width: 2.75rem; height: 2.75rem; border-radius: 10px; background: rgba(0, 136, 255, 0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s ease; } .fp-card:hover .fp-icon-wrap { background: rgba(0, 136, 255, 0.15); } .bento-number { font-size: 2.5rem; font-weight: 900; line-height: 1; letter-spacing: -0.04em; color: rgba(148, 163, 184, 0.25); transition: color 0.3s ease; } .fp-card:hover .bento-number { color: rgba(0, 136, 255, 0.18); } .fp-service-img { height: 9rem; overflow: hidden; background: #f1f5f9; } .fp-service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } .fp-card:hover .fp-service-img img { transform: scale(1.04); } .kb-chip { display: inline-flex; padding: 0.2rem 0.6rem; background: #f1f5f9; color: #64748b; font-size: 0.72rem; border-radius: 5px; font-family: var(--font-mono); border: 1px solid #e2e8f0; } .section-kicker { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: #0088ff; } .section-rule { height: 1px; background: linear-gradient(to right, transparent, #e2e8f0, transparent); border: none; margin: 0; } h1, h2, .hero h1, .section-title, .cta-section h2, .form-title, .item-modal-content h3, .unified-card h3, .srv-card-body h3, .about-card-title, .process-step h4, .process-accordion-card h3 { text-wrap: balance; } p[data-i18n="ref_subtitle"], p[data-i18n="news_subtitle"], .kicker-label, .kicker-text { font-size: 0.68rem !important; font-weight: 700 !important; letter-spacing: 0.22em !important; text-transform: uppercase; color: #0088ff !important; } .srv-btn { display: inline-flex !important; align-items: center !important; gap: 0.45rem !important; position: relative; } .srv-btn::after { content: '→'; display: inline-block; transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1); flex-shrink: 0; } .srv-btn:hover::after { transform: translateX(4px); } .srv-card { transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.26s cubic-bezier(0.22, 1, 0.36, 1) !important; } .srv-card:hover { transform: translateY(-6px) !important; box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04), 0 10px 32px -8px rgba(0, 136, 255, 0.2), 0 24px 52px -20px rgba(15, 23, 42, 0.15) !important; border-color: rgba(0, 136, 255, 0.24) !important; } .srv-card-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient( to top, rgba(10, 18, 36, 0.58) 0%, rgba(10, 18, 36, 0.18) 42%, transparent 70% ); pointer-events: none; z-index: 1; } .srv-card-icon { z-index: 2 !important; } .news-img-wrap { position: relative; overflow: hidden; flex-shrink: 0; } .news-img-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 18, 36, 0.45) 0%, transparent 55%); opacity: 0; transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1); pointer-events: none; z-index: 1; } .unified-card:hover .news-img-wrap::after { opacity: 1; } .news-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1); } .unified-card:hover .news-img-wrap img { transform: scale(1.05); } .news-badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-flex; align-items: center; padding: 0.25rem 0.75rem; border-radius: 6px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); background: rgba(255, 255, 255, 0.88); border: 1px solid rgba(255, 255, 255, 0.5); color: #334155; box-shadow: 0 2px 10px rgba(10, 18, 36, 0.18); } .news-card-body { padding: 1.5rem 1.6rem 1.75rem; flex: 1; display: flex; flex-direction: column; gap: 0.6rem; } .news-card-body h3 { font-size: 1.2rem; font-weight: 700; color: #0f172a; line-height: 1.3; letter-spacing: -0.018em; margin: 0; text-wrap: balance; } .news-card-body p { font-size: 0.9rem; color: #475569; line-height: 1.65; margin: 0; flex: 1; } .unified-card { transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.26s cubic-bezier(0.22, 1, 0.36, 1) !important; } .unified-card:hover { transform: translateY(-6px) !important; border-color: rgba(0, 136, 255, 0.2) !important; box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04), 0 10px 30px -8px rgba(0, 136, 255, 0.16), 0 22px 52px -18px rgba(15, 23, 42, 0.12) !important; } .project-card .absolute.top-3 { backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; background: rgba(255, 255, 255, 0.88) !important; border: 1px solid rgba(255, 255, 255, 0.5) !important; box-shadow: 0 2px 12px rgba(10, 18, 36, 0.18) !important; font-size: 0.68rem !important; font-weight: 700 !important; letter-spacing: 0.08em !important; text-transform: uppercase; color: #334155 !important; } .filter-btn { font-weight: 600; letter-spacing: 0.01em; border-radius: 9999px; transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.2s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.2s ease, border-color 0.2s ease !important; } .filter-btn:hover:not([style*="background"]):not(.bg-\[#0088FF\]) { transform: translateY(-2px); box-shadow: 0 4px 14px rgba(15, 23, 42, 0.1); } button.filter-btn[data-filter].bg-\[#0088FF\] { box-shadow: 0 4px 18px rgba(0, 136, 255, 0.34) !important; } .about-card.text-center .text-3xl.font-extrabold { background: linear-gradient(135deg, #004fbd 0%, #0088ff 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 2.6rem !important; font-weight: 900 !important; letter-spacing: -0.04em !important; line-height: 1 !important; font-variant-numeric: tabular-nums; } .about-main li .flex-shrink-0 { transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s ease !important; } .about-main li:hover .flex-shrink-0 { transform: scale(1.1); box-shadow: 0 4px 14px rgba(0, 136, 255, 0.22) !important; } .about-card { transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.26s cubic-bezier(0.22, 1, 0.36, 1) !important; } .about-card:hover { transform: translateY(-5px) !important; border-color: rgba(0, 136, 255, 0.2) !important; box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04), 0 8px 24px -8px rgba(0, 136, 255, 0.14), 0 18px 42px -16px rgba(15, 23, 42, 0.12) !important; } .process-accordion-card .text-sm.font-bold { font-size: 0.65rem !important; letter-spacing: 0.22em !important; font-weight: 700 !important; } .section-eyebrow { display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 0.75rem; } .section-eyebrow::before, .section-eyebrow::after { content: ''; display: block; width: 28px; height: 1.5px; background: #0088ff; border-radius: 2px; flex-shrink: 0; } .item-read-link { transition: color 0.2s cubic-bezier(0.22, 1, 0.36, 1), gap 0.2s cubic-bezier(0.22, 1, 0.36, 1), border-bottom-color 0.2s ease !important; gap: 0.3rem; border-bottom: 1px solid transparent; padding-bottom: 1px; } .item-read-link:hover { gap: 0.55rem !important; color: #0066cc; border-bottom-color: rgba(0, 104, 204, 0.3); } .nda-icon-wrap { transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease !important; border: 1px solid #e2e8f0 !important; } .nda-section:hover .nda-icon-wrap { transform: translateY(-3px) scale(1.04); box-shadow: 0 12px 28px rgba(0, 136, 255, 0.14) !important; border-color: rgba(0, 136, 255, 0.18) !important; } .cta-section .btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; position: relative; } .hero-content.text-white h1, .hero-content.text-white p, .page-hero h1, .page-hero p { color: #ffffff !important; } .hero-content.text-white h1 span, .page-hero h1 span { color: #93c5fd !important; } .max-w-7xl h2, .max-w-6xl h2, .max-w-5xl h2 { letter-spacing: -0.022em; } .process-accordion-card { border-left-width: 3px !important; border-left-color: #0088ff !important; } .process-accordion-card:not([data-open="true"]) { border-left-color: rgba(0, 136, 255, 0.35) !important; } .about-hero-media { transition: box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1); } .about-hero-media:hover { box-shadow: 0 24px 60px -20px rgba(0, 136, 255, 0.2), 0 8px 24px -10px rgba(15, 23, 42, 0.14) !important; transform: translateY(-3px); } .section-rule { height: 1px; background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.45), transparent) !important; max-width: 800px; margin-left: auto; margin-right: auto; } .hero-content h1 { text-wrap: balance; } .about-card h4 { font-size: 0.925rem; font-weight: 700; color: #0f172a; letter-spacing: -0.01em; margin-bottom: 0.35rem; } .process-step:nth-child(odd)::before, .process-step:nth-child(even)::before { background: rgba(0, 136, 255, 0.5) !important; } .process-step:hover::before, .process-step.active::before { background: #0088ff !important; } #sticky-cta { box-shadow: 0 4px 20px rgba(0, 136, 255, 0.38), 0 2px 8px rgba(10, 18, 36, 0.18) !important; } #backToTop { background: rgba(255, 255, 255, 0.92) !important; backdrop-filter: blur(16px) !important; -webkit-backdrop-filter: blur(16px) !important; } .footer-section a { position: relative; transition: color 0.2s ease !important; } .footer-section ul li a::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 0; height: 1px; background: #0088ff; transition: width 0.25s cubic-bezier(0.22, 1, 0.36, 1); } .footer-section ul li a:hover::after { width: 100%; } header.scrolled { backdrop-filter: blur(20px) saturate(180%) !important; -webkit-backdrop-filter: blur(20px) saturate(180%) !important; } :root { --color-foreground: #0f172a; --color-muted-foreground: #64748b; --color-border-subtle: rgba(226, 232, 240, 0.9); } .card-separator { height: 1px; background: rgba(226, 232, 240, 0.9); border: none; margin: 1rem 0; } .section-title-bar { display: block; width: 40px; height: 2px; background: linear-gradient(90deg, #0088ff, rgba(0, 136, 255, 0.3)); border-radius: 2px; margin: 1rem auto 0; } .hero-textblock .inline-flex.items-center { box-shadow: 0 1px 4px rgba(0, 136, 255, 0.12); } .about-card .grid h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #0088ff; margin-bottom: 0.4rem; } @media (max-width: 480px) { .news-card-body { padding: 1.2rem 1.3rem 1.4rem; } .about-card.text-center .text-3xl.font-extrabold { font-size: 2.1rem !important; } } .srv-card .srv-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; align-self: flex-start; width: auto !important; min-height: 40px; padding: 0.55rem 1rem; border-radius: 10px !important; border: 1px solid rgba(0, 136, 255, 0.2); background: linear-gradient(180deg, #0a8fff 0%, #0080ef 100%); color: #ffffff; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.01em; box-shadow: 0 8px 18px rgba(0, 136, 255, 0.22); text-decoration: none; transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1), filter 0.22s ease; } .srv-card .srv-btn:hover { transform: translateY(-1px); filter: saturate(1.04); box-shadow: 0 12px 22px rgba(0, 136, 255, 0.3); color: #ffffff; text-decoration: none; } .srv-card .srv-btn:active { transform: translateY(0); } .srv-card .srv-btn:focus-visible { outline: 2px solid #0088ff; outline-offset: 2px; box-shadow: 0 0 0 4px rgba(0, 136, 255, 0.18); } @media (min-width: 1025px) { .header-content { gap: 1.55rem !important; } nav { margin-left: 1.35rem !important; } nav ul { gap: 1.45rem !important; } .contact-header { gap: 0.78rem !important; margin-left: 1.25rem !important; } .lang-switcher { margin-right: 0.18rem; padding: 0.32rem 0.62rem; } .header-phone-link { padding-inline: 0.15rem; } .contact-header .btn-primary.btn-sm { padding: 0.58rem 1.25rem !important; } } @media (min-width: 1025px) and (max-width: 1240px) { nav ul { gap: 1.15rem !important; } .contact-header { gap: 0.62rem !important; margin-left: 1rem !important; } .header-phone-link { font-size: 0.95rem; } } body { font-size: 15.5px; } p { margin-bottom: 1rem; } .footer-bottom p { margin-bottom: 0; } .srv-card-body { padding: 1.75rem !important; gap: 1rem !important; } .srv-card-body h3 { font-size: 1.15rem !important; } .srv-card-body > p { font-size: 0.9375rem !important; line-height: 1.7 !important; } .srv-features { gap: 0.6rem !important; } .srv-features li { font-size: 0.875rem !important; line-height: 1.7 !important; } .srv-btn { margin-top: auto !important; } .srv-card { border-color: #d1d9e6 !important; } .about-card { padding: 1.875rem !important; } .about-card h3, .about-card-title { font-size: 1.1rem !important; margin-bottom: 0.625rem !important; } .about-card p { font-size: 0.9375rem !important; line-height: 1.75 !important; } .about-grid { gap: 1.75rem !important; } .about-card .text-3xl { font-size: 2.25rem !important; } @media (min-width: 768px) { .about-card .grid > div:not(:last-child):not(:nth-child(2n)) { border-right: 1px solid #e8edf4; padding-right: 1.5rem; } .about-card .grid > div:nth-child(n+3) { border-top: 1px solid #e8edf4; padding-top: 1.25rem; margin-top: 0.25rem; } } .accordion-details > p { font-size: 0.9375rem !important; line-height: 1.75 !important; margin-top: 0.75rem !important; } .form-section-title { font-size: 1.35rem !important; margin-top: 3.5rem !important; margin-bottom: 1.75rem !important; padding-bottom: 0.625rem !important; } .field { margin-bottom: 1.25rem !important; } .field textarea, #inp-proj { min-height: 150px !important; } .policy-group { gap: 20px !important; } .btn-row { margin-top: 2.5rem !important; } .legal-page .prose { max-width: 720px !important; font-size: 0.9375rem; line-height: 1.8; } .legal-page .prose h2 { margin-top: 2.75rem !important; margin-bottom: 0.875rem !important; } .legal-page .prose h3 { margin-top: 2rem !important; margin-bottom: 0.75rem !important; } .legal-page .prose p { margin-bottom: 1rem !important; line-height: 1.8 !important; } .footer-content { gap: 4rem !important; } .footer-section > p, .footer-desc { font-size: 0.9375rem !important; line-height: 1.75 !important; } body:has(#cookie-banner.show) #sticky-cta { bottom: 9rem !important; transition: bottom 0.5s cubic-bezier(0.23, 1, 0.32, 1) !important; } @media (max-width: 640px) { body:has(#cookie-banner.show) #sticky-cta { bottom: 7.5rem !important; } } @media (min-width: 1241px) { nav ul { gap: 2.5rem !important; } .contact-header .btn-primary.btn-sm { padding: 0.65rem 1.5rem !important; font-size: 0.925rem !important; } } .py-16 { padding-top: 5rem; padding-bottom: 5rem; } @media (max-width: 767px) { .form-grid { grid-template-columns: 1fr !important; gap: 1rem !important; } .card { padding: 2rem 1.5rem !important; } .theves-form-wrapper { padding: 24px 16px 60px !important; } .form-title { font-size: 1.6rem !important; } } .hero-trust-badge { display: inline-flex; align-items: center; gap: 0.375rem; font-size: 0.8125rem; font-weight: 500; color: #334155; background: rgba(248, 250, 252, 0.9); border: 1px solid rgba(0, 136, 255, 0.18); border-radius: 9999px; padding: 0.3rem 0.75rem 0.3rem 0.5rem; white-space: nowrap; } .nav-coming-soon-wrap { display: inline-flex; align-items: center; gap: 0.375rem; list-style: none; } .nav-soon-badge { display: inline-block; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18); border-radius: 9999px; padding: 0.125rem 0.45rem; line-height: 1.5; vertical-align: middle; } .cta-btn-strong { font-size: 1.05rem !important; font-weight: 700 !important; padding: 0.9rem 2.25rem !important; letter-spacing: -0.01em; box-shadow: 0 4px 20px rgba(0,0,0,0.2), 0 0 0 2px rgba(255,255,255,0.15) inset !important; background: #fff !important; color: #0b1f3a !important; } .cta-btn-strong:hover { background: #f0f6ff !important; color: #0b1f3a !important; box-shadow: 0 8px 28px rgba(0,0,0,0.25), 0 0 0 2px rgba(255,255,255,0.2) inset !important; transform: translateY(-2px); } .footer-bottom-bar { display: flex !important; align-items: center; justify-content: center; gap: 1.25rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.07); margin-top: 0.5rem; grid-column: 1 / -1; } .footer-bottom-bar .footer-social-links { margin-top: 0; } .footer-bottom-bar .footer-lang-container { margin: 0; padding: 0; border: none; } @media (max-width: 767px) { .hero-trust-badge { font-size: 0.75rem; padding: 0.25rem 0.625rem 0.25rem 0.375rem; } } .about-check-icon { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; min-width: 36px; border-radius: 50%; background: rgba(0, 136, 255, 0.08); border: 1px solid rgba(0, 136, 255, 0.18); } .about-feature-card { display: flex; flex-direction: column; gap: 0; } .about-feature-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 10px; background: rgba(0, 136, 255, 0.08); border: 1px solid rgba(0, 136, 255, 0.15); color: #0088FF; margin-bottom: 1rem; flex-shrink: 0; transition: background 0.22s var(--premium-ease), border-color 0.22s var(--premium-ease); } .about-feature-card:hover .about-feature-icon { background: rgba(0, 136, 255, 0.14); border-color: rgba(0, 136, 255, 0.3); } .about-feature-card .about-card-title { margin-bottom: 0.5rem; } .about-stat-card { padding: 1.75rem 1.25rem; } .about-stat-number { font-size: clamp(2rem, 5vw, 2.75rem); font-weight: 800; line-height: 1; color: #0088FF; letter-spacing: -0.03em; margin-bottom: 0.25rem; } .about-stat-desc { font-size: 0.875rem; color: #64748b; line-height: 1.55; margin-top: 0.25rem; } .about-trust-card { padding: 2.5rem 3rem; } .about-trust-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; } .about-trust-cell { padding: 1.5rem 1.75rem; } .about-trust-cell:nth-child(odd) { border-right: 1px solid var(--border); } .about-trust-cell:nth-child(-n+2) { border-bottom: 1px solid var(--border); } @media (max-width: 767px) { .about-trust-card { padding: 1.5rem 1.25rem; } .about-trust-grid { grid-template-columns: 1fr; } .about-trust-cell:nth-child(odd) { border-right: none; } .about-trust-cell:nth-child(-n+2) { border-bottom: none; } .about-trust-cell:not(:last-child) { border-bottom: 1px solid var(--border); } .about-stat-card { padding: 1.25rem 1rem; } }