 html, body { overflow-x: clip; max-width: 100vw; }  .section-eyebrow { font-size: clamp(1.4rem, 2vw, 2rem) !important; letter-spacing: 0.15em !important; text-transform: uppercase !important; color: #8BB9E8 !important; font-weight: 600 !important; margin-bottom: 24px !important; }  .section-title { font-size: clamp(6rem, 6vw, 8rem); font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 30px !important; margin-top: 0 !important; } .section-title-ending { color: #8BB9E8; display: inline-block; transition: opacity 0.4s ease, transform 0.4s ease; margin-bottom: 32px; }  .section-sub { font-size: clamp(1.2rem, 1.5vw, 2rem); color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 560px; margin-bottom: 64px; }  @media (min-width: 2000px) { .section-eyebrow { font-size: clamp(1.4rem, 2vw, 2rem);} .section-title { font-size: clamp(4rem, 6vw, 8rem); } .section-sub { font-size: clamp(1.2rem, 1.5vw, 2rem); max-width: 800px; } }  @media (max-width: 1024px) { .section-eyebrow { font-size: clamp(1.4rem, 2vw, 2rem);} .section-title { font-size: clamp(5rem, 6.5vw, 8rem); } .section-sub { font-size: clamp(1.4rem, 1.6vw, 2.2rem); } .cursor-dot { display: none; } }  @media (max-width: 768px) { .section-eyebrow { font-size: clamp(1.4rem, 2vw, 2rem);} .section-title { font-size: clamp(3rem, 7.5vw, 5rem); } .section-sub { font-size: clamp(1.4rem, 1.6vw, 2.2rem); margin-bottom: 40px; } }  @media (max-width: 480px) { .section-eyebrow { font-size: clamp(1.6rem, 2.2vw, 2.2rem);} .section-title { font-size: clamp(2.5rem, 9vw, 5rem); } .section-sub { font-size: clamp(1.4rem, 1.6vw, 2.2rem); margin-bottom: 40px; } }  .reveal-container { position: relative; width: 100%; min-height: 100vh; display: flex; flex-direction: column;  overflow-x: hidden;  background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px); background-size: 60px 60px; background-color: #0a0a0a; } { outline: 1px solid red !important; } .reveal-overlay { position: absolute; inset: 0; background: #0a0a0a; pointer-events: none; z-index: 9; mask-image: radial-gradient( circle 300px at var(--mouse-x, 50%) var(--mouse-y, 50%), transparent 0%, black 100% ); -webkit-mask-image: radial-gradient( circle 300px at var(--mouse-x, 50%) var(--mouse-y, 50%), transparent 0%, black 100% ); } .cursor-dot { position: fixed; left: 0; top: 0; width: 20px; height: 20px; border-radius: 50%; pointer-events: none; z-index: 100; transform: translate(-50%, -50%); background: radial-gradient( circle, #ffffff 0%, #ffffff 30%, rgba(150, 150, 150, 0.4) 31%, rgba(150, 150, 150, 0.1) 100% ); } .cursor-dot.faded { opacity: 0.2; } .hover-text { display: inline-block; cursor: pointer; } .word { display: inline-block; white-space: nowrap; } .char { display: inline-block; transform-style: preserve-3d; } .card { position: relative; background: transparent; overflow: hidden; transition: color 0.3s ease; } .card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: rgb(91, 155, 213); z-index: -1; border-radius: inherit; transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .card:hover::before { height: 100%; } .card:hover { color: #0a0a0a; } .blur-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); padding: 40px; transition: all 0.3s ease; } .blur-card:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(139, 185, 232, 0.3); transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); } .text-blue, .text-blue *, .text-blue .char { color: #8BB9E8 !important; } .text-orange, .text-orange *, .text-orange .char { color: #a16300 !important; text-shadow: 2px 2px 0px rgba(245, 245, 245, 0.5); } .brxe-animated-typing .typed { color: #8BB9E8 !important; border-bottom: 3px solid #8BB9E8; padding-bottom: 2px; } @-webkit-keyframes float { 0% { -webkit-transform: translateY(0); } 50% { -webkit-transform: translateY(-50px); } 100% { -webkit-transform: translateY(0); } } @keyframes float { 0% { transform: translateY(0); } 50% { transform: translateY(-50px); } 100% { transform: translateY(0); } } .floating-shape { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(139, 92, 246, 0.4); z-index: 1; pointer-events: none; will-change: transform; animation: float 8s ease-in-out infinite; } .floating-shape-2 { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: transparent; box-shadow: 0 0 200px 100px rgba(139, 92, 246, 0.15); z-index: 1; pointer-events: none; will-change: transform; animation: float 10s ease-in-out infinite reverse; } .floating-shape-3 { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: transparent; box-shadow: 0 0 200px 100px rgba(139, 92, 246, 0.15); z-index: 1; pointer-events: none; will-change: transform; animation: float 10s ease-in-out infinite reverse; } .floating-image { bottom: clamp(20px, 5vh, 150px); right: clamp(30px, 2vw, 80px); width: clamp(200px, 20vw, 500px); animation: float 6s ease-in-out infinite !important; z-index: 10; pointer-events: none; transition: opacity 0.5s ease; } ::-webkit-scrollbar { width: 6px; } ::-webkit-scrollbar-track { background: #0a0a0a; } ::-webkit-scrollbar-thumb { background: rgba(139,185,232,0.15); border-radius: 99px; } ::-webkit-scrollbar-thumb:hover { background: rgba(139,185,232,0.4); }  .header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; padding: 0 clamp(24px, 4vw, 80px); height: 72px; display: flex; align-items: center; justify-content: space-between; transition: all 0.4s ease; background: transparent; } .header.scrolled { background: rgba(24,28,37,0.75); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.06); } .header.hidden { transform: translateY(-100%); opacity: 0; pointer-events: none; } .header-logo { font-size: clamp(2.5rem, 3.0vw, 3rem) !important; font-weight: 900; letter-spacing: -0.02em; color: #fff; text-decoration: none; position: relative; z-index: 300; } .header-logo span { color: #8BB9E8; } .hamburger { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; cursor: pointer; transition: all 0.2s; position: relative; z-index: 10000; flex-shrink: 0; } .hamburger:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); } .hamburger.open { background: rgba(139,185,232,0.1); border-color: rgba(139,185,232,0.3); } .h-line { width: 18px; height: 1.5px; background: rgba(255,255,255,0.8); border-radius: 2px; transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center; } .hamburger.open .h-line:nth-child(1) { transform: translateY(6.5px) rotate(45deg); background: #8BB9E8; } .hamburger.open .h-line:nth-child(2) { opacity: 0; transform: scaleX(0); } .hamburger.open .h-line:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); background: #8BB9E8; } .circle-ripple { position: fixed; border-radius: 50%; background: #181c25; transform: scale(0); z-index: 150; pointer-events: none; } .nav-overlay { position: fixed; inset: 0; z-index: 160; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; padding: 80px 48px; } .nav-overlay.open { pointer-events: all; } .overlay-links { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-bottom: 48px; } .overlay-item { overflow: hidden; padding: 8px 0 4px; text-align: center; } .overlay-link { display: block; font-size: clamp(3.5rem, 5vw, 5.5rem); font-weight: 800; color: rgba(255,255,255,0.3); text-decoration: none; letter-spacing: -0.03em; transition: color 0.3s; cursor: pointer; transform: translateY(110%); line-height: 1.2; padding: 4px 0; } .overlay-link:hover { color: #fff; } .overlay-bottom { display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0; transform: translateY(20px); transition: opacity 0.4s ease, transform 0.4s ease; } .nav-overlay.open .overlay-bottom { opacity: 1; transform: translateY(0); transition-delay: 0.6s; } .overlay-cta { font-size: clamp(1.4rem, 2vw, 2.5rem); font-weight: 600; color: #8BB9E8; padding: 16px 36px; border-radius: 40px; border: 1px solid rgba(139,185,232,0.3); background: rgba(139,185,232,0.08); cursor: pointer; text-decoration: none; transition: all 0.2s; } .overlay-cta:hover { background: rgba(139,185,232,0.18); }  .hero-section { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: visible !important; margin-bottom: 60px; }  .workflow-chat-container { position: relative; width: 100%; margin-top: 20px; } .hero-workflow-chat { position: absolute; width: 100%; width: 55vw; margin: 30px auto 0 auto; overflow: hidden; pointer-events: none; opacity: 0.85; } .workflow-chat-svg { width: 100%; height: auto; } .workflow-chat-svg { width: 100%; height: auto; opacity: 0.85; } .avi-avatar { animation: avatarPulse 3s ease-in-out infinite; } @keyframes avatarPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.03); } }  @keyframes nodeGlow { 0%, 100% { filter: drop-shadow(0 0 3px rgba(139,185,232,0.3)); } 50% { filter: drop-shadow(0 0 8px rgba(139,185,232,0.5)); } } @keyframes flowDash { to { stroke-dashoffset: -20; } } @keyframes fadeInUp { 0% { opacity: 0; transform: translateY(15px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes avatarPulse { 0%, 100% { transform: scale(1); opacity: 0.9; } 50% { transform: scale(1.05); opacity: 1; } } .n8n-node { animation: nodeGlow 3s ease-in-out infinite; } .n8n-connector { animation: flowDash 1.5s linear infinite; } .chat-bubble { opacity: 0; animation: fadeInUp 0.5s ease-out forwards; } @keyframes typingPulse { 0%, 60%, 100% { opacity: 0.3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } } .typing-dot { animation: typingPulse 1.4s ease-in-out infinite; }   @media (max-width: 1024px) { .hero-workflow-chat { width: clamp(300px, 80vw, 900px); } .workflow-chat-svg { opacity: 0.85; } }  @media (max-width: 768px) { .hero-workflow-chat { width: clamp(280px, 90vw, 700px); } .workflow-chat-svg { opacity: 0.8; } }  @media (max-width: 480px) { .hero-workflow-chat { width: 95vw; margin-top: 40px; } .workflow-chat-svg { opacity: 0.75; } } .hero-section::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 200px; background: linear-gradient( to bottom, transparent 0%, rgba(30, 41, 59, 1) 100% ); pointer-events: none; z-index: 1; } .hero-inner { position: relative; z-index: 1; width: 100%; margin: 0; padding-bottom: 100px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; } .hero-line1 { font-size: clamp(6rem, 5vw, 11rem); font-weight: 600; color: #ffffff; line-height: 0.95; letter-spacing: -0.02em; display: block; margin-bottom: 48px; } .hero-line2 { font-size: clamp(6rem, 5vw, 11rem); font-weight: 600; color: #8BB9E8; line-height: 0.95; letter-spacing: -0.02em; display: block; margin-bottom: 62px; } .hero-typed-wrap { font-size: clamp(1.5rem, 2vw, 2rem); color: rgba(255,255,255,0.8); margin-bottom: 20px; min-height: 2em; } .hero-typed-accent { color: #8BB9E8; font-weight: 600; } .hero-typed-cursor { display: inline-block; color: #8BB9E8; animation: hero-blink 0.7s step-end infinite; font-weight: 400; } @keyframes hero-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } .hero-sub { font-size: clamp(1.2rem, 1.8vw, 1.7rem); color: rgba(255,255,255,0.8); line-height: 1.7; max-width: 800px; margin: 0 auto 40px; } .hero-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 24px; margin-top: clamp(24px, 2vw, 64px); } .hero-trust { display: flex; gap: 32px; justify-content: center; font-size: clamp(0.8rem, 1.4vw, 1.5rem); color: rgba(255,255,255,0.6); flex-wrap: wrap; margin-top: clamp(24px, 2vw, 64px); } .cta-button2 { background: rgba(139, 185, 232, 0.3); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(139, 185, 232, 0.4); color: #ffffff; padding: 16px 48px; min-width: 320px; height: 64px; border-radius: 32px; font-size: 2rem; font-weight: 600; cursor: pointer; transition: all 0.5s ease; display: inline-flex; align-items: center; justify-content: center; position: relative; box-shadow: 0 0 20px rgba(139, 185, 232, 0.2); text-decoration: none; z-index: 100; } .cta-button2 span { position: relative; transition: transform 0.3s ease; display: inline-block; } .cta-button2::after { content: '→'; position: absolute; right: 48px; font-size: 2rem; opacity: 0; transform: translateX(-8px); transition: all 0.3s ease; } .cta-button2:hover span { transform: translateX(-24px); } .cta-button2:hover::after { opacity: 1; transform: translateX(24px); } .cta-button2:hover { background: rgba(139, 185, 232, 0.4); border-color: rgba(139, 185, 232, 0.6); transform: translateY(-3px); box-shadow: 0 0 40px rgba(139, 185, 232, 0.5); } .cta-button2::before { content: ''; position: absolute; width: 10px; height: 10px; background: #8BB9E8; border-radius: 50%; box-shadow: 0 0 15px 5px rgba(139, 185, 232, 0.6); top: 0; left: 0; offset-path: path('M 32,0 L 322,0 Q 354,0 354,32 Q 354,64 322,64 L 32,64 Q 0,64 0,32 Q 0,0 32,0'); offset-distance: 0%; offset-anchor: center; animation: orbit-border 6s linear infinite; } @keyframes orbit-border { 0% { offset-distance: 0%; } 100% { offset-distance: 100%; } }  @media (min-width: 2000px) { .hero-section { min-height: 100svh; padding-bottom: 120px; } .hero-inner { max-width: 1800px; } .hero-line1, .hero-line2 { font-size: clamp(5rem, 10vw, 13rem); } .hero-eyebrow { font-size: clamp(1.2rem, 1.5vw, 1.8rem); margin-bottom: 48px; } .hero-typed-wrap { font-size: clamp(1.5rem, 2vw, 2.5rem); margin-bottom: 32px; } .hero-sub { font-size: clamp(1.6rem, 2vw, 2.4rem); max-width: 900px; margin-bottom: 52px; } .hero-trust { font-size: clamp(1.1rem, 1.4vw, 1.6rem); gap: 48px; } .cta-button2 { min-width: 500px; height: 72px; font-size: 2.4rem; padding: 20px 64px; } .cta-button2::before { offset-path: path('M 36,0 L 464,0 Q 500,0 500,36 Q 500,72 464,72 L 36,72 Q 0,72 0,36 Q 0,0 36,0'); } }  @media (max-width: 1024px) { .hero-inner { padding: 0 clamp(24px, 4vw, 48px) clamp(40px, 7vh, 80px); } .hero-line1, .hero-line2 { font-size: clamp(3.5rem, 10vw, 8rem); line-height: 0.9; letter-spacing: -0.03em; font-weight: 600; } .hero-line2 { margin-bottom: clamp(20px, 3.5vh, 40px); } .hero-eyebrow { font-size: clamp(0.8rem, 2vw, 2rem); letter-spacing: 0.08em; margin-bottom: clamp(20px, 3vh, 40px); } .hero-typed-wrap { font-size: clamp(1rem, 3vw, 2.5rem); margin-bottom: clamp(16px, 2.5vh, 28px); } .hero-sub { font-size: clamp(1rem, 2.5vw, 2rem); line-height: 1.6; margin-bottom: clamp(24px, 4vh, 32px); padding: 0 clamp(8px, 2vw, 16px); } .hero-trust { font-size: clamp(1rem, 2vw, 2rem); gap: clamp(16px, 2vw, 32px); } .cta-button2 { font-size: clamp(1rem, 2.5vw, 2.2rem); height: clamp(52px, 7vh, 64px); padding: 0 clamp(28px, 4vw, 48px); } .cta-button2::before { display: none; } .cta-button2::after { right: clamp(28px, 4vw, 48px); font-size: clamp(1.2rem, 2.5vw, 2.2rem); } .hero-cta-wrap { gap: clamp(12px, 2vh, 24px); margin-top: clamp(12px, 2vh, 24px); } }  @media (max-width: 768px) { .hero-section { min-height: 100svh; padding: 0; } .hero-inner { padding: 0 clamp(12px, 3vw, 24px) clamp(16px, 3vh, 32px); } .hero-line1, .hero-line2 { font-size: clamp(2.8rem, 10vw, 8rem); line-height: 1; letter-spacing: -0.05em; font-weight: 600; } .hero-line2 { margin-bottom: clamp(16px, 3vh, 32px); } .hero-eyebrow { font-size: clamp(0.65rem, 2.5vw, 2rem); letter-spacing: 0.06em; margin-bottom: clamp(16px, 3vh, 32px); } .hero-typed-wrap { font-size: clamp(0.95rem, 4vw, 2rem); margin-bottom: clamp(15px, 2.5vh, 30px); } .hero-sub { font-size: clamp(0.95rem, 4vw, 2rem); line-height: 1.6; margin-bottom: clamp(30px, 8vh, 60px); padding: 0 clamp(4px, 2vw, 8px); } .hero-trust { font-size: clamp(0.95rem, 3vw, 1.7rem); gap: clamp(4px, 1vh, 8px); flex-direction: column; align-items: center; } .cta-button2::before { display: none; } .cta-button2 { min-width: unset; width: 100%; font-size: clamp(0.95rem, 4vw, 2.0rem); height: clamp(48px, 7vh, 56px); padding: 0 clamp(20px, 4vw, 56px); white-space: nowrap; } .cta-button2::after { right: clamp(24px, 5vw, 36px); font-size: clamp(1.2rem, 4vw, 2rem); } .cta-button2:hover span { transform: translateX(-16px); } .cta-button2:hover::after { transform: translateX(16px); } .hero-cta-wrap { gap: clamp(8px, 2vh, 12px); margin-top: clamp(8px, 2vh, 12px); } }  @media (max-width: 480px) { .hero-inner { padding: 0 clamp(8px, 2vw, 16px) clamp(12px, 5vh, 50px); } .hero-line1, .hero-line2 { font-size: clamp(5rem, 10vw, 9rem); line-height: 1; letter-spacing: -0.05em; font-weight: 500; } .hero-eyebrow { font-size: clamp(0.65rem, 2.5vw, 1.2rem); letter-spacing: 0.06em; margin-bottom: clamp(30px, 4vh, 60px); } .hero-typed-wrap { font-size: clamp(0.95rem, 4vw, 1.8rem); margin-bottom: clamp(12px, 2vh, 30px); } .hero-sub { font-size: clamp(0.95rem, 4vw, 1.8rem); line-height: 1.6; margin-bottom: clamp(20px, 8vh, 40px); padding: 0 clamp(4px, 2vw, 8px); } .hero-trust { font-size: clamp(0.95rem, 3vw, 1.5rem); gap: clamp(3px, 0.8vh, 6px); } .cta-button2 { width: 100%; font-size: clamp(0.95rem, 4vw, 1.8rem); height: clamp(46px, 6.5vh, 54px); padding: 0 clamp(16px, 4vw, 24px); white-space: nowrap; min-width: unset; } .cta-button2::after { right: clamp(20px, 5vw, 36px); font-size: clamp(1.2rem, 4vw, 1.5rem); } .cta-button2:hover span { transform: translateX(-16px); } .cta-button2:hover::after { transform: translateX(16px); } .hero-cta-wrap { gap: clamp(8px, 1.5vh, 12px); margin-top: clamp(8px, 1.5vh, 12px); } }  @media (orientation: landscape) and (max-height: 600px) { .hero-inner { padding: 0 clamp(8px, 2vw, 16px) clamp(10px, 2vh, 20px); } .hero-line1, .hero-line2 { font-size: clamp(2.8rem, 10vw, 6rem); line-height: 0.8; letter-spacing: -0.05em; font-weight: 600; } .hero-eyebrow { font-size: clamp(1rem, 2.5vw, 1.5rem); letter-spacing: 0.06em; margin-top: clamp(120px, 8vh, 200px); } .hero-typed-wrap { font-size: clamp(0.95rem, 4vw, 1.8rem); margin-bottom: clamp(8px, 1.5vh, 20px); } .hero-sub { font-size: clamp(0.95rem, 4vw, 1.8rem); line-height: 1.6; margin-bottom: clamp(20px, 5vh, 40px); padding: 0 clamp(4px, 2vw, 8px); } .hero-trust { font-size: clamp(0.95rem, 3vw, 1.5rem); gap: clamp(3px, 0.8vh, 6px); } .cta-button2 { width: auto; min-width: 320px; max-width: 500px; font-size: clamp(0.95rem, 4vw, 1.8rem); height: clamp(44px, 8vh, 52px); padding: 0 clamp(16px, 4vw, 24px); white-space: nowrap; } .cta-button2::after { right: clamp(20px, 5vw, 36px); font-size: clamp(1.2rem, 4vw, 1.5rem); } .cta-button2:hover span { transform: translateX(-16px); } .cta-button2:hover::after { transform: translateX(16px); } .hero-cta-wrap { gap: clamp(6px, 1.5vh, 10px); margin-top: clamp(6px, 1.5vh, 10px); } }  .ki-section { width: 1440px; margin: 0 auto; padding: 64px 96px; position: relative; z-index: 11; border-radius: 24px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); margin-bottom: 60px; } .ki-eyebrow { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 24px !important; } .ki-title { font-size: clamp(4rem, 7vw, 6rem); font-weight: 900; color: #fff; line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 24px; } .ki-title-ending { color: #8BB9E8; display: inline-block; transition: opacity 0.4s ease, transform 0.4s ease; } .ki-sub { font-size: clamp(1.2rem, 1.8vw, 1.7rem); color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 560px; margin-bottom: 72px; } .ki-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; } .ki-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 44px 34px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; } .ki-card:hover { border-color: rgba(139,185,232,0.3); transform: translateY(-4px); } .ki-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 0; background: linear-gradient(to top, rgba(139,185,232,0.06), transparent); transition: height 0.4s ease; border-radius: 0 0 20px 20px; } .ki-card:hover::before { height: 100%; } .ki-card-num { position: absolute; top: 24px; right: 24px; font-size: 48px; font-weight: 900; color: rgba(139,185,232,0.22); letter-spacing: -0.03em; line-height: 1; z-index: 0; } .ki-icon-wrap { width: 72px; height: 72px; border-radius: 16px; background: rgba(139,185,232,0.08); border: 1px solid rgba(139,185,232,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 28px; transition: background 0.3s, border-color 0.3s; position: relative; z-index: 1; } .ki-card:hover .ki-icon-wrap { background: rgba(139,185,232,0.15); border-color: rgba(139,185,232,0.35); } .ki-icon-wrap svg { width: 32px; height: 32px; fill: none; stroke: #8BB9E8; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .ki-card-title { font-size: clamp(1.6rem, 2.5vw, 2.1rem); font-weight: 600; color: #fff; margin-bottom: 14px; letter-spacing: -0.01em; position: relative; z-index: 1; } .ki-card-desc { font-size: 17px; color: rgba(255,255,255,0.7); line-height: 1.7; margin-bottom: 24px; position: relative; z-index: 1; } .ki-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.06); margin: 0 0 24px; position: relative; z-index: 1; } .ki-check-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 12px; position: relative; z-index: 1; } .ki-check-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.5; } .ki-check-list li::before { content: '✓'; width: 22px; height: 22px; border-radius: 50%; background: rgba(139,185,232,0.1); border: 1px solid rgba(139,185,232,0.2); display: flex; align-items: center; justify-content: center; font-size: 11px; color: #8BB9E8; font-weight: 700; flex-shrink: 0; } .ki-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #8BB9E8; font-weight: 500; letter-spacing: 0.05em; position: relative; z-index: 1; } .ki-tag-dot { width: 7px; height: 7px; border-radius: 50%; background: #8BB9E8; animation: ki-pulse 2s ease-in-out infinite; flex-shrink: 0; } @keyframes ki-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(0.7); } } @media (min-width: 2000px) { .ki-section { width: 1920px; padding: 160px 160px; } .ki-title { font-size: clamp(4rem, 6vw, 8rem); } .ki-sub { font-size: clamp(1.4rem, 1.8vw, 2rem); max-width: 800px; } .ki-card { padding: 56px 44px; } .ki-card-title { font-size: clamp(1.8rem, 2.4vw, 2.4rem); } .ki-card-desc { font-size: clamp(1rem, 1.2vw, 1.4rem); } } @media (max-width: 1440px) { .ki-section { width: calc(100% - 48px); padding: 64px 80px; margin: 0 auto; } } @media (max-width: 1024px) { .ki-section {padding: 64px 48px; } .ki-grid { grid-template-columns: 1fr; } .ki-title { font-size: clamp(2.8rem, 6vw, 4.5rem); } .ki-sub { font-size: clamp(1.2rem, 2vw, 1.5rem); } } @media (max-width: 768px) { .ki-section { width: 100%;  padding: 60px 24px; margin: 0; } .ki-title { font-size: clamp(2.8rem, 8vw, 10rem); } .ki-sub { font-size: clamp(1.5rem, 2.3vw, 2rem); } .ki-grid { grid-template-columns: 1fr; } .ki-card { padding: 32px 24px; } } @media (max-width: 480px) { .ki-section { padding: 60px 20px; } .ki-title { font-size: clamp(2rem, 8vw, 3rem); } .ki-sub { font-size: clamp(1.5rem, 2.3vw, .2rem); } } @media (orientation: landscape) and (max-height: 600px) { .ki-section { padding: 30px 40px; } .ki-grid { grid-template-columns: 1fr 1fr; } .ki-title { font-size: clamp(2.5rem, 5vw, 3.5rem); } }  .steps-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 64px 96px; position: relative; z-index: 11; border-radius: 24px; margin-bottom: 64px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); } .steps-header { margin-bottom: 24px;  } .steps-title { font-size: clamp(6rem, 8vw, 12rem); font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1.05; } .steps-title span { color: #8BB9E8; } .timeline { display: flex; flex-direction: column; } .timeline-item { display: grid; grid-template-columns: 240px 1fr; gap: 80px; } .timeline-left { display: flex; flex-direction: column; align-items: center; } .step-num { font-size: clamp(8rem, 14vw, 14rem); font-weight: 900; line-height: 1; letter-spacing: -0.04em; opacity: 0; transform: translateX(-40px); } .item-1 .step-num { color: #8BB9E8; } .item-2 .step-num { color: #ff6432; } .item-3 .step-num { color: #3ecf8e; } .timeline-line { width: 2px; flex: 1; min-height: 80px; margin-top: 16px; background: rgba(255,255,255,0.06); position: relative; overflow: hidden; } .timeline-line-fill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; border-radius: 2px; } .item-1 .timeline-line-fill { background: rgba(139,185,232,0.25); } .item-2 .timeline-line-fill { background: rgba(255,100,50,0.25); } .timeline-right { padding-bottom: 60px; opacity: 0; transform: translateX(40px); } .item-3 .timeline-right { padding-bottom: 0; } .step-icon { width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; opacity: 0; transform: scale(0.5); } .step-icon svg { width: 36px; height: 36px; } .item-1 .step-icon { background: rgba(139,185,232,0.1); border: 1px solid rgba(139,185,232,0.2); color: #8BB9E8; } .item-2 .step-icon { background: rgba(255,100,50,0.1); border: 1px solid rgba(255,100,50,0.2); color: #ff6432; } .item-3 .step-icon { background: rgba(62,207,142,0.1); border: 1px solid rgba(62,207,142,0.2); color: #3ecf8e; } .step-label { font-size: clamp(1.5rem, 2vw, 2rem); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; } .item-1 .step-label { color: #8BB9E8; } .item-2 .step-label { color: #ff6432; } .item-3 .step-label { color: #3ecf8e; } .item-1 .step-title { color: #8BB9E8; } .item-2 .step-title { color: #ff6432; } .item-3 .step-title { color: #3ecf8e; } .step-title { font-size: clamp(3.6rem, 4.5vw, 6rem); font-weight: 800; color: #fff; letter-spacing: -0.02em; margin-bottom: 40px; line-height: 1.1; } .step-content { display: flex; flex-direction: column; gap: 12px; } .step-content p { font-size: clamp(1.2rem, 1.5vw, 2rem); color: rgba(255,255,255, 0.7); line-height: 1.8; } .hl-blue, .hl-orange, .hl-green { font-weight: 600; position: relative; background-image: linear-gradient(currentColor, currentColor); background-size: 0% 2px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size 0.6s ease; } .hl-blue { color: #8BB9E8; } .hl-orange { color: #ff6432; } .hl-green { color: #3ecf8e; } .hl-blue.underlined, .hl-orange.underlined, .hl-green.underlined { background-size: 100% 2px; } .step-divider { width: 100%; height: 1px; background: rgba(255,255,255,0.06); margin-top: 96px; } @media (min-width: 2000px) { .steps-section { width: 1920px; padding: 80px 160px; } .step-num { font-size: clamp(10rem, 16vw, 18rem); } .step-title { font-size: clamp(4rem, 6.4vw, 7rem); } .step-content p { font-size: clamp(1.5rem, 2.2vw, 2.4rem); } .step-label { font-size: clamp(1.5rem, 2.2vw, 2.4rem); } } @media (max-width: 1440px) { .steps-section { width: calc(100% - 48px); padding: 64px 80px; } } @media (max-width: 1024px) { .steps-section { width: calc(100% - 48px); padding: 80px 48px; } .timeline-item { grid-template-columns: 180px 1fr; gap: 48px; } .step-num { font-size: clamp(6rem, 12vw, 10rem); } .step-title { font-size: clamp(3rem, 5vw, 6rem); } .step-content p { font-size: clamp(1.3rem, 1.7vw, 2.2rem); } } @media (max-width: 768px) { .steps-section { width: 100%; padding: 60px 24px; margin: 0 0 64px 0; } .timeline-item { grid-template-columns: 80px 1fr; gap: 24px; } .step-num { font-size: clamp(4rem, 10vw, 7rem); } .step-title { font-size: clamp(2rem, 5vw, 6rem); } .step-content p { font-size: clamp(1rem, 3.5vw, 1.4rem); } .step-label { font-size: clamp(1rem, 3vw, 1.4rem); } .step-icon { width: 48px; height: 48px; } .step-icon svg { width: 24px; height: 24px; } .timeline-right { padding-bottom: 60px; } .step-divider { margin-top: 48px; } } @media (max-width: 480px) { .steps-section { width: 100%; padding: 32px 16px; margin: 0 0 64px 0; } .timeline-item { grid-template-columns: 64px 1fr; gap: 16px; } .step-num { font-size: clamp(3.5rem, 15vw, 6rem); } .step-title { font-size: clamp(2rem, 7vw, 3rem); } .step-content { gap: 12px; } .step-content p { font-size: clamp(1rem, 3.5vw, 1.4rem); } .steps-header { margin-bottom: 24px; } } @media (orientation: landscape) and (max-height: 600px) { .steps-section { width: 100%; padding: 48px 40px; margin: 0 0 64px 0; } .timeline-item { grid-template-columns: 120px 1fr; gap: 32px; } .step-num { font-size: clamp(4rem, 8vw, 7rem); } .step-title { font-size: clamp(2.2rem, 5vw, 4rem); margin-bottom: clamp(16px, 3vh, 32px); } }  .services-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 64px 96px; position: relative; z-index: 11; border-radius: 24px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); margin-bottom: 60px; box-sizing: border-box;  } .services-header { width: 100%; margin: 0 auto 80px; padding: 0; text-align: center; position: relative; z-index: 12; } .services-eyebrow { font-size: clamp(1rem, 1.4vw, 1.8rem); letter-spacing: 0.25em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 20px; } .services-title { font-size: clamp(5rem, 8vw, 10rem); font-weight: 800; color: #ffffff; letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 24px; } .services-sub { font-size: clamp(1.3rem, 2vw, 1.7rem); color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 640px; margin: 0 auto; } .cards-stack { width: 100%; margin: 0 auto; padding: 0 0; display: flex; flex-direction: column; gap: 0; z-index: 12; } .stack-card { width: 100%; position: sticky; top: 80px; border-radius: 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transform-origin: top center; will-change: transform; transition: border-color 0.3s ease; overflow: hidden; margin-bottom: 32px; opacity: 1 !important; } #card-1 { top: 80px; z-index: 12; } #card-1:hover { border-color: rgba(139,185,232,0.3); } #card-1 .card-num { color: rgba(139,185,232,0.6); } #card-1 .card-subtitle { color: #8BB9E8; } #card-2 { top: 96px; z-index: 13; } #card-2:hover { border-color: rgba(255,100,50,0.3); } #card-2 .card-num { color: rgba(255,100,50,0.6); } #card-2 .card-subtitle { color: rgba(255,100,50,0.8); } #card-3 { top: 112px; z-index: 14; } #card-3:hover { border-color: rgba(245,197,24,0.3); } #card-3 .card-num { color: rgba(245,197,24,0.6); } #card-3 .card-subtitle { color: #F5C518; } #card-4 { top: 128px; z-index: 15; } #card-4:hover { border-color: rgba(62,207,142,0.3); } #card-4 .card-num { color: rgba(62,207,142,0.6); } #card-4 .card-subtitle { color: #3ecf8e; } .card-inner { padding: clamp(32px, 4vw, 72px); } .card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; } .card-num { font-size: clamp(5rem, 10vw, 10rem); font-weight: 900; color: rgba(139,185,232,0.12); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; } .card-icon-wrap { width: clamp(70px, 7vw, 100px); height: clamp(70px, 7vw, 100px); border-radius: 16px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); transition: background 0.3s, border-color 0.3s; flex-shrink: 0; } .card-icon-wrap svg { width: 50%; height: 50%; } #card-1 .card-icon-wrap { background: rgba(139,185,232,0.08); border-color: rgba(139,185,232,0.2); color: #8BB9E8; } #card-2 .card-icon-wrap { background: rgba(255,100,50,0.08); border-color: rgba(255,100,50,0.2); color: #ff6432; } #card-3 .card-icon-wrap { background: rgba(245,197,24,0.08); border-color: rgba(245,197,24,0.2); color: #F5C518; } #card-4 .card-icon-wrap { background: rgba(62,207,142,0.08); border-color: rgba(62,207,142,0.2); color: #3ecf8e; } #card-1:hover .card-icon-wrap { background: rgba(139,185,232,0.15); border-color: rgba(139,185,232,0.4); } #card-2:hover .card-icon-wrap { background: rgba(255,100,50,0.15); border-color: rgba(255,100,50,0.4); } #card-3:hover .card-icon-wrap { background: rgba(245,197,24,0.15); border-color: rgba(245,197,24,0.4); } #card-4:hover .card-icon-wrap { background: rgba(62,207,142,0.15); border-color: rgba(62,207,142,0.4); } #card-1 .card-list li::before { color: #8BB9E8; } #card-2 .card-list li::before { color: #ff6432; } #card-3 .card-list li::before { color: #F5C518; } #card-4 .card-list li::before { color: #3ecf8e; } .card-title { font-size: clamp(2.5rem, 4.5vw, 5.5rem); font-weight: 800; color: #ffffff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 12px; } .card-subtitle { font-size: clamp(1.3rem, 2vw, 2rem); color: #8BB9E8; font-weight: 500; margin-bottom: 24px; } .card-desc { font-size: clamp(1.2rem, 2vw, 2.1rem); color: rgba(255,255,255,0.7); line-height: 1.8; max-width: 720px; margin-bottom: 32px; } .card-list { list-style: none; padding: 0; margin: 0 0 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 720px; } .card-list li { font-size: clamp(1.3rem, 1.5vw, 1.7rem); color: rgba(255,255,255,0.75); padding-left: 24px; position: relative; line-height: 1.5; } .card-list li::before { content: '✓'; position: absolute; left: 0; color: #8BB9E8; font-weight: 700; } .card-cta-link { display: inline-flex; align-items: center; gap: 8px; font-size: clamp(1.2rem, 1.5vw, 1.7rem); font-weight: 600; text-decoration: none; padding-bottom: 4px; border-bottom-width: 1px; border-bottom-style: solid; transition: color 0.2s, border-color 0.2s; } .card-cta-link:hover { color: #ffffff; border-color: rgba(255,255,255,0.4); } @media (min-width: 2000px) { .services-section { width: 1920px; padding: 80px 160px; } .services-header { width: 100%; max-width: 1920px; margin-bottom: 100px; } .cards-stack { width: 100%; max-width: 1920px; } .services-title { font-size: clamp(6rem, 9vw, 12rem); } .services-sub { font-size: clamp(1.5rem, 2vw, 2.2rem); max-width: 800px; } .card-title { font-size: clamp(3rem, 5vw, 7rem); } .card-desc { font-size: clamp(1.4rem, 2vw, 2.3rem); } } @media (max-width: 1440px) { .services-section { width: calc(100% - 48px); padding: 64px 80px; } } @media (max-width: 1024px) { .services-section { width: calc(100% - 48px); padding: 60px 48px 80px; } .services-header { margin-bottom: 56px; } .card-list { grid-template-columns: 1fr; } } @media (max-width: 768px) { .services-section { width: 100%; padding: 48px 24px 60px; margin: 0 0 60px 0; } .services-header { margin-bottom: 40px; } .stack-card { border-radius: 20px; margin-bottom: 16px; min-height: unset; display: block; } #card-1 { top: 60px; } #card-2 { top: 68px; } #card-3 { top: 76px; } #card-4 { top: 84px; } .card-inner { padding: 32px 24px; } .card-top { margin-bottom: 24px; } .card-num { font-size: 5rem; } .card-title { font-size: clamp(2rem, 6vw, 3rem); } .card-desc { font-size: clamp(1rem, 3.5vw, 1.5rem); } .card-list { grid-template-columns: 1fr; gap: 10px; } } @media (max-width: 480px) { .services-section { width: 100%; padding: 32px 16px 48px; } .card-inner { padding: 24px 16px; } .card-title { font-size: clamp(1.8rem, 7vw, 2..7rem); } .card-num { font-size: 4rem; } } @media (orientation: landscape) and (max-height: 600px) { .services-section { width: 100%; padding: 40px 32px 60px; } #card-1 { top: 60px; } #card-2 { top: 68px; } #card-3 { top: 76px; } #card-4 { top: 84px; } .card-inner { padding: 24px 32px; } }  .trust-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 64px 96px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); position: relative; z-index: 11; border-radius: 24px; margin-bottom: 60px; } .trust-top { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: top; margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,0.2); } .trust-left-eyebrow { font-size: clamp(1rem, 1.1vw, 1.7rem); letter-spacing: 0.25em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 20px; } .trust-left-sub { font-size: clamp(1.5rem, 2vw, 2.1rem); color: rgba(255,255,255,0.7); line-height: 1.7; letter-spacing: 0; font-weight: 500; } .trust-guarantee { background: rgba(139,185,232,0.06); border: 1px solid rgba(139,185,232,0.2); border-radius: 24px; padding: 40px; display: flex; flex-direction: column; gap: 20px; } .guarantee-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(139,185,232,0.12); border: 1px solid rgba(139,185,232,0.25); border-radius: 20px; padding: 6px 16px; font-size: 11px; color: #8BB9E8; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; width: fit-content; } .guarantee-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: #8BB9E8; animation: trust-pulse 2s ease-in-out infinite; flex-shrink: 0; } @keyframes trust-pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(0.7); } } .guarantee-title { font-size: clamp(1.7rem, 3vw, 3rem); font-weight: 700; color: #fff; letter-spacing: -0.01em; line-height: 1.2; } .guarantee-text { font-size: clamp(1.3rem, 2vw, 2rem); color: rgba(255,255,255,0.7); line-height: 1.7; } .guarantee-items { display: flex; flex-direction: column; gap: 10px; } .g-item { display: flex; align-items: center; gap: 12px; font-size: clamp(1.3rem, 1.7vw, 1.8rem); color: rgba(255,255,255,0.6); } .g-check { width: 20px; height: 20px; border-radius: 50%; background: rgba(139,185,232,0.1); border: 1px solid rgba(139,185,232,0.25); display: flex; align-items: center; justify-content: center; font-size: 10px; color: #8BB9E8; font-weight: 700; flex-shrink: 0; } .guarantee-cta { display: inline-flex; align-items: center; gap: 8px; font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 600; color: #8BB9E8; text-decoration: none; border-bottom: 1px solid rgba(139,185,232,0.3); padding-bottom: 3px; width: fit-content; transition: color 0.2s, border-color 0.2s; } .guarantee-cta:hover { color: #fff; border-color: rgba(255,255,255,0.4); } .tech-wrap { width: 100%; margin: 0px; } .tech-label { font-size: clamp(1.2rem, 1.5vw, 1.8rem); letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 500; text-align: center; margin-bottom: 32px; } .tech-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; /margin-left: 24px;/ /margin-right: 24px;/ } .tech-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 28px 20px; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: border-color 0.25s, background 0.25s, transform 0.25s; } .tech-card:hover { transform: translateY(-4px); } .tech-icon-wrap { width: clamp(60px, 6vw, 80px); height: clamp(60px, 6vw, 80px); border-radius: 14px; display: flex; align-items: center; justify-content: center; } .tech-wordmark { font-size: clamp(1.2rem, 1.5vw, 1.8rem); font-weight: 900; letter-spacing: -0.03em; } .tech-name { font-size: clamp(1.3rem, 2vw, 2.5rem); font-weight: 700; color: rgba(255,255,255,0.7); text-align: center; } .tech-desc { font-size: clamp(1.1rem, 1.25vw, 1.5rem); color: rgba(255,255,255,0.8); text-align: center; line-height: 1.4; } .tech-card-1:hover { border-color: rgba(139,185,232,0.3); } .tech-card-2:hover { border-color: rgba(255,100,50,0.3); } .tech-card-3:hover { border-color: rgba(62,207,142,0.3); } .tech-card-4:hover { border-color: rgba(255,255,255,0.15); } .tech-card-5:hover { border-color: rgba(245,197,24,0.4); } @media (min-width: 2000px) { .trust-section { width: 1920px; padding: 80px 160px; } } @media (max-width: 1440px) { .trust-section { width: calc(100% - 48px); padding: 64px 80px; } } @media (max-width: 1024px) { .trust-section { width: calc(100% - 48px); padding: 60px 48px; } .trust-top { grid-template-columns: 1fr; gap: 40px; } .tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; } .tech-card { flex: 0 1 calc(33.333% - 12px); } } @media (max-width: 768px) { .trust-section { width: 100%; padding: 48px 24px; margin: 0 0 60px 0; } .tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } .tech-card { flex: 0 1 calc(50% - 8px); } } @media (max-width: 480px) { .trust-section { width: 100%; padding: 32px 16px; } .tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .tech-card { flex: 0 1 calc(50% - 6px); } } @media (orientation: landscape) and (max-height: 600px) { .trust-section { width: 100%; padding: 40px 32px; } .tech-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; } .tech-card { flex: 0 1 calc(33.333% - 10px); } }  .about-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 80px 96px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); position: relative; z-index: 11; border-radius: 24px; margin-bottom: 64px; } .about-eyebrow { font-size: clamp(1rem, 1.2vw, 1.2rem); letter-spacing: 0.15em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 48px; } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } .about-photo { width: 100%; aspect-ratio: 3/4; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; position: relative; overflow: hidden; } .photo-placeholder { width: 80px; height: 80px; border-radius: 50%; background: rgba(139,185,232,0.1); border: 2px solid rgba(139,185,232,0.2); display: flex; align-items: center; justify-content: center; } .photo-placeholder svg { width: 36px; height: 36px; stroke: #8BB9E8; fill: none; stroke-width: 1.5; stroke-linecap: round; } .photo-label { font-size: clamp(1rem, 1.2vw, 1.2rem); color: rgba(255,255,255,0.2); } .location-tag { position: absolute; bottom: 16px; left: 16px; display: flex; align-items: center; gap: 6px; background: rgba(0,0,0,0.6); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 5px 12px; font-size: clamp(1rem, 1.2vw, 1.2rem); color: rgba(255,255,255,0.5); backdrop-filter: blur(8px); } .loc-dot { width: 6px; height: 6px; border-radius: 50%; background: #22c55e; animation: locpulse 2s ease-in-out infinite; flex-shrink: 0; } @keyframes locpulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } } .about-name { font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 4px; } .about-title { font-size: clamp(1.5rem, 2.2vw, 2.3rem); color: #8BB9E8; font-weight: 600; letter-spacing: 0.05em; margin-bottom: 20px; } .about-team { margin-top: 48px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.06); } .about-bio { font-size: clamp(1.4rem, 1.6vw, 2rem); color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 28px; } .about-right { display: flex; flex-direction: column; } .about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-self: flex-end; width: 100%; margin-top: 16px; } .stat-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 16px; } .stat-num { font-size: clamp(2.1rem, 3.75vw, 3rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 4px; } .stat-num span { color: #8BB9E8; } .stat-label { font-size: clamp(1.3rem, 1.6vw, 1.8rem); color: rgba(255,255,255,0.7); line-height: 1.4; } .adam-card { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,0.08); border-radius: 0 0 20px 20px; padding: 20px 24px; display: flex; gap: 16px; align-items: center; } .adam-avatar { width: clamp(40px, 5.2vw, 70px); height: clamp(40px, 5.2vw, 70px); border-radius: 50%; background: rgba(139,185,232,0.1); border: 2px solid rgba(139,185,232,0.3); display: flex; align-items: center; justify-content: center; font-size: clamp(1rem, 1.5vw, 1.5rem); font-weight: 900; color: #8BB9E8; flex-shrink: 0; } .adam-info-name { font-size: clamp(1.5rem, 2vw, 2.5rem); font-weight: 800; color: #fff; margin-bottom: 2px; } .adam-info-role { color: #8BB9E8; font-size: clamp(1.2rem, 1.8vw, 1.6rem); } .adam-info-note { display: flex; align-items: center; gap: 6px; font-size: clamp(0.9rem, 1.2vw, 1.1rem); color: rgba(255,255,255,0.4); margin-top: 4px; } .team-title { font-size: clamp(1.2rem, 1.4vw, 1.5rem); font-weight: 700; color: rgba(255,255,255,0.7); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 16px; } .team-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .team-card { border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 22px; display: flex; gap: 18px; align-items: flex-start; transition: border-color 0.2s, transform 0.2s; } .team-card:hover { transform: translateX(4px); } .team-card-1 { border-color: rgba(139,185,232,0.15); } .team-card-2 { border-color: rgba(255,100,50,0.15); } .team-card-3 { border-color: rgba(245,197,24,0.15); } .team-card-1:hover { border-color: rgba(139,185,232,0.35); } .team-card-2:hover { border-color: rgba(255,100,50,0.35); } .team-card-3:hover { border-color: rgba(245,197,24,0.35); } .team-icon { width: clamp(60px, 6vw, 80px); height: clamp(60px, 6vw, 80px); border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: clamp(1.3rem, 1.5vw, 1.6rem); font-weight: 900; letter-spacing: -0.02em; } .team-card-1 .team-icon { background: rgba(139,185,232,0.15); border: 1px solid rgba(139,185,232,0.25); color: #8BB9E8; } .team-card-2 .team-icon { background: rgba(255,100,50,0.15); border: 1px solid rgba(255,100,50,0.25); color: #ff6432; } .team-card-3 .team-icon { background: rgba(245,197,24,0.15); border: 1px solid rgba(245,197,24,0.25); color: #F5C518; } .team-info { flex: 1; } .team-name { font-size: clamp(1.5rem, 2.1vw, 1.8rem); font-weight: 800; color: #fff; margin-bottom: 3px; } .team-role { font-size: clamp(1.4rem, 1.5vw, 1.7rem); font-weight: 600; letter-spacing: 0.04em; margin-bottom: 7px; } .team-card-1 .team-role { color: #8BB9E8; } .team-card-2 .team-role { color: #ff6432; } .team-card-3 .team-role { color: #F5C518; } .team-desc { font-size: clamp(1.2rem, 1.8vw, 1.5rem); color: rgba(255,255,255,0.7); line-height: 1.6; } .team-status { display: flex; align-items: center; gap: 5px; font-size: clamp(1rem, 1.2vw, 1.4rem); color: rgba(255,255,255,0.4); margin-top: 8px; } .status-dot { width: 5px; height: 5px; border-radius: 50%; background: #22c55e; flex-shrink: 0; } @media (min-width: 2000px) { .about-section { width: 1920px; padding: 80px 160px; } .about-name { font-size: clamp(3rem, 5vw, 6rem); } .about-bio { font-size: clamp(1.6rem, 1.8vw, 2.2rem); } .about-title { font-size: clamp(1.4rem, 1.8vw, 2rem); } .stat-num { font-size: clamp(2.5rem, 4vw, 4rem); } .stat-label { font-size: clamp(1.1rem, 1.4vw, 1.5rem); } .team-name { font-size: clamp(1.6rem, 2vw, 2.2rem); } .team-desc { font-size: clamp(1.2rem, 1.6vw, 1.8rem); } } @media (max-width: 1440px) { .about-section { width: calc(100% - 48px); padding: 64px 80px; } .about-name { font-size: clamp(2.5rem, 4vw, 4.2rem); } .about-bio { font-size: clamp(1.3rem, 1.8vw, 1.8rem); } } @media (max-width: 1024px) { .about-section { width: calc(100% - 48px); padding: 60px 48px; } .about-grid { grid-template-columns: 1fr; gap: 40px; } .about-name { font-size: clamp(3rem, 6vw, 5rem); } .about-title { font-size: clamp(1.3rem, 2.5vw, 1.8rem); } .about-bio { font-size: clamp(1.3rem, 2.5vw, 1.8rem); } .about-stats { grid-template-columns: 1fr 1fr; } .stat-num { font-size: clamp(2.2rem, 5vw, 3.5rem); } .stat-label { font-size: clamp(1rem, 2vw, 1.4rem); } .team-cards { grid-template-columns: 1fr; } .team-name { font-size: clamp(1.4rem, 3vw, 2rem); } .team-desc { font-size: clamp(1.1rem, 2vw, 1.5rem); } .about-team { margin-top: 32px; padding-top: 32px; } } @media (max-width: 768px) { .about-section { width: 100%; padding: 48px 24px; margin: 0 0 60px 0; } .about-grid { gap: 32px; } .about-name { font-size: clamp(3rem, 8vw, 5rem); } .about-bio { font-size: clamp(1.3rem, 4vw, 1.8rem); } .about-stats { grid-template-columns: 1fr 1fr; } .stat-num { font-size: clamp(2.2rem, 7vw, 3.5rem); } .stat-label { font-size: clamp(1rem, 3vw, 1.3rem); } .team-cards { grid-template-columns: 1fr; } .team-card { padding: 16px; gap: 12px; } .team-name { font-size: clamp(1.5rem, 5vw, 2rem); } .team-desc { font-size: clamp(1.2rem, 3.5vw, 1.5rem); } } @media (max-width: 480px) { .about-section { width: 100%; padding: 32px 16px; } .about-name { font-size: clamp(2.5rem, 9vw, 4rem); } .about-bio { font-size: clamp(1.2rem, 4vw, 1.6rem); } .about-stats { grid-template-columns: 1fr 1fr; } .stat-num { font-size: clamp(2rem, 7vw, 3rem); } .stat-label { font-size: clamp(1rem, 3vw, 1.2rem); } .adam-card { flex-direction: row; align-items: center; } } @media (orientation: landscape) and (max-height: 600px) { .about-section { width: 100%; padding: 40px 32px; } .about-grid { grid-template-columns: 1fr 1fr; gap: 32px; } .about-name { font-size: clamp(2rem, 4vw, 3.5rem); } .about-bio { font-size: clamp(1.1rem, 2.5vw, 1.5rem); } .team-cards { grid-template-columns: 1fr; }  }  .pricing-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 80px 96px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); position: relative; z-index: 11; border-radius: 24px; margin-bottom: 64px; } .pricing-header { margin-bottom: 0px; } .calc-layout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; align-items: start; } .calc-left { min-width: 0; } .calc-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; } .calc-tab { display: inline-flex; align-items: center; gap: 6px; padding: 12px 24px; border-radius: 20px; border: 2px solid rgba(255,255,255,0.1); background: transparent; color: rgba(255,255,255,0.7); cursor: pointer; font-size: clamp(1.1rem, 1.3vw, 1.5rem); font-weight: 600; font-family: inherit; transition: all 0.2s; } .calc-tab:hover { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.7); } .calc-active { border-color: #8BB9E8 !important; color: #8BB9E8 !important; background: rgba(139,185,232,0.1) !important; } .calc-blue { border-color: #8BB9E8; color: #8BB9E8; background: rgba(139,185,232,0.1); } .calc-orange { border-color: #ff6432; color: #ff6432; background: rgba(255,100,50,0.1); } .calc-yellow { border-color: #F5C518; color: #F5C518; background: rgba(245,197,24,0.1); } .calc-green { border-color: #3ecf8e; color: #3ecf8e; background: rgba(62,207,142,0.1); } .calc-panel { display: none; } .calc-panel-active { display: block; } .calc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .calc-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 20px; cursor: pointer; transition: all 0.15s; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 6px; } .calc-card:hover { border-color: rgba(255,255,255,0.15); background: rgba(255,255,255,0.05); } .calc-card.csel-blue { border: 1.5px solid #8BB9E8; background: rgba(139,185,232,0.06); } .calc-card.csel-orange { border: 1.5px solid #ff6432; background: rgba(255,100,50,0.06); } .calc-card.csel-yellow { border: 1.5px solid #F5C518; background: rgba(245,197,24,0.06); } .calc-card.csel-green { border: 1.5px solid #3ecf8e; background: rgba(62,207,142,0.06); } .calc-card.csel-amber { border: 1.5px solid #EF9F27; background: rgba(239,159,39,0.06); } .calc-check { position: absolute; top: 10px; left: 10px; width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: center; font-size: 8px; color: transparent; transition: all 0.15s; } .calc-card.csel-blue .calc-check { background: #8BB9E8; border-color: #8BB9E8; color: #0a0a0a; } .calc-card.csel-orange .calc-check { background: #ff6432; border-color: #ff6432; color: #fff; } .calc-card.csel-yellow .calc-check { background: #F5C518; border-color: #F5C518; color: #0a0a0a; } .calc-card.csel-green .calc-check { background: #3ecf8e; border-color: #3ecf8e; color: #0a0a0a; } .calc-card.csel-amber .calc-check { background: #EF9F27; border-color: #EF9F27; color: #0a0a0a; } .calc-pop { position: absolute; top: 0; right: 0; overflow: hidden; width: 80px; height: 80px; pointer-events: none; } .calc-pop span { position: absolute; top: 18px; right: -18px; transform: rotate(45deg); font-size: 8px; font-weight: 700; padding: 2px 22px; white-space: nowrap; } .calc-pop-blue span { background: #8BB9E8; color: #0a0a0a; } .calc-pop-orange span { background: #ff6432; color: #fff; } .calc-pop-yellow span { background: #F5C518; color: #0a0a0a; } .calc-pop-green span { background: #3ecf8e; color: #0a0a0a; } .calc-pop-amber span { background: #EF9F27; color: #0a0a0a; } .calc-tier { font-size: clamp(1rem, 1.2vw, 1.4rem); letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); font-weight: 600; padding-left: 32px; } .calc-tier.calc-tier-blue { color: #8BB9E8; } .calc-tier.calc-tier-orange { color: #ff6432; } .calc-tier.calc-tier-yellow { color: #F5C518; } .calc-tier.calc-tier-green { color: #3ecf8e; } .calc-tier.calc-tier-amber { color: #EF9F27; } .calc-name { font-size: clamp(2.2rem, 3.2vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; } .calc-name-blue { color: #8BB9E8; } .calc-name-orange { color: #ff6432; } .calc-name-yellow { color: #F5C518; } .calc-name-green { color: #3ecf8e; } .calc-name-amber { color: #EF9F27; } .calc-price { font-size: clamp(1.5rem, 2vw, 2.2rem); font-weight: 700; color: #fff; } .calc-price-sub { font-size: clamp(1.3rem, 1.45vw, 1.7rem); color: rgba(255,255,255,0.6); font-weight: 500; } .calc-divider-line { width: 100%; height: 1px; background: rgba(255,255,255,0.06); margin: 8px 0; } .calc-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; } .calc-features li { font-size: clamp(1.2rem, 1.45vw, 1.6rem); color: rgba(255,255,255,0.8); padding-left: 14px; position: relative; line-height: 1.4; font-weight: 500; } .calc-features li::before { content: '✓'; position: absolute; left: 0; font-size: 12px; color: rgba(255,255,255,0.5); } .calc-card.csel-blue .calc-features li::before { color: #8BB9E8; } .calc-card.csel-orange .calc-features li::before { color: #ff6432; } .calc-card.csel-yellow .calc-features li::before { color: #F5C518; } .calc-card.csel-green .calc-features li::before { color: #3ecf8e; } .calc-card.csel-amber .calc-features li::before { color: #EF9F27; } .calc-sidebar { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 12px; position: sticky; top: 88px; } .calc-sidebar-title { font-size: clamp(1.4rem, 1.5vw, 1.6rem); font-weight: 700; color: #8BB9E8; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; } .calc-list { display: flex; flex-direction: column; gap: 8px; min-height: 60px; } .calc-empty { font-size: clamp(1.2rem, 1.2vw, 1.4rem); color: rgba(255,255,255,0.5); text-align: center; padding: 12px 0; } .calc-item { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.04); gap: 8px; } .calc-item-left { display: flex; flex-direction: column; gap: 2px; flex: 1; } .calc-item-name { font-size: clamp(1.2rem, 1.3vw, 1.4rem); font-weight: 600; color: #fff; } .calc-item-price { font-size: clamp(1rem, 1.1vw, 1.3rem); color: rgba(255,255,255,0.35); } .calc-item-remove { font-size: 20px; color: rgba(255,255,255,0.25); cursor: pointer; padding: 0 2px; line-height: 1; flex-shrink: 0; } .calc-item-remove:hover { color: rgba(255,255,255,0.6); } .calc-divider { border: none; border-top: 1px solid rgba(255,255,255,0.06); margin: 16px 0; } .calc-discount-badge { display: inline-block; font-size: clamp(0.9rem, 1.2vw, 1.3rem); font-weight: 600; padding: 3px 10px; border-radius: 20px; background: rgba(62,207,142,0.1); color: #3ecf8e; border: 1px solid rgba(62,207,142,0.25); margin-bottom: 12px; } .calc-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; } .calc-total-label { font-size: clamp(1rem, 1.2vw, 1.5rem); color: rgba(255,255,255,0.5); } .calc-total-val { font-size: clamp(1.2rem, 1.4vw, 1.8rem); font-weight: 700; color: #fff; } .calc-monthly-val { font-size: clamp(1.2rem, 1.4vw, 1.8rem); font-weight: 700; color: #8BB9E8; } .calc-finish-btn { width: 100%; margin-top: 16px; padding: 12px; border-radius: 20px; border: 1px solid rgba(139,185,232,0.4); background: rgba(139,185,232,0.1); color: #8BB9E8; font-size: clamp(1.1rem, 1.3vw, 1.3rem); font-weight: 600; text-align: center; cursor: pointer; font-family: inherit; transition: all 0.2s; } .calc-finish-btn:hover { background: rgba(139,185,232,0.2); } .calc-finish-btn:disabled { opacity: 0.35; cursor: default; } .calc-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 9997; align-items: center; justify-content: center; backdrop-filter: blur(4px); } .calc-modal.calc-modal-open { display: flex; } .calc-modal-card { background: #181c25; border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 58px; max-width: 696px; width: 90%; position: relative; } .calc-modal-close { position: absolute; top: 19px; right: 19px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(255,255,255,0.4); cursor: pointer; font-size: 17px; display: flex; align-items: center; justify-content: center; font-family: inherit; transition: all 0.2s; } .calc-modal-close:hover { color: #fff; border-color: rgba(255,255,255,0.3); } .calc-modal-title { font-size: clamp(2.64rem, 4.2vw, 3.6rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 7px; } .calc-modal-sub { font-size: clamp(1.44rem, 1.92vw, 1.68rem); color: rgba(255,255,255,0.4); margin-bottom: 29px; } .calc-modal-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; } .calc-modal-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 12px 16px; border-radius: 12px; background: rgba(255,255,255,0.04); gap: 12px; } .calc-modal-item-name { font-size: clamp(1.32rem, 1.92vw, 1.62rem); font-weight: 600; color: #fff; } .calc-modal-item-price { font-size: clamp(1.2rem, 1.56vw, 1.44rem); color: rgba(255,255,255,0.4); text-align: right; flex-shrink: 0; } .calc-modal-totals { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 16px; display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; } .calc-modal-row { display: flex; justify-content: space-between; align-items: baseline; } .calc-modal-label { font-size: clamp(1.32rem, 1.92vw, 1.62rem); color: rgba(255,255,255,0.4); } .calc-modal-val { font-size: clamp(1.44rem, 2.16vw, 1.92rem); font-weight: 700; color: #fff; } .calc-modal-note { font-size: clamp(1.14rem, 1.44vw, 1.32rem); color: rgba(255,255,255,0.5); text-align: center; margin-bottom: 24px; } .calc-modal-btns { display: flex; gap: 10px; } .calc-modal-btn-primary { flex: 1; padding: 17px; border-radius: 24px; border: 1px solid rgba(139,185,232,0.4); background: rgba(139,185,232,0.1); color: #8BB9E8; font-size: clamp(1.32rem, 1.8vw, 1.56rem); font-weight: 600; cursor: pointer; text-align: center; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; font-family: inherit; } .calc-modal-btn-primary:hover { background: rgba(139,185,232,0.2); border-color: rgba(139,185,232,0.6); } .calc-modal-btn-secondary { flex: 1; padding: 17px; border-radius: 24px; border: 1px solid rgba(239,159,39,0.4); background: rgba(239,159,39,0.1); color: #EF9F27; font-size: clamp(1.32rem, 1.8vw, 1.56rem); font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.2s; text-align: center; display: flex; align-items: center; justify-content: center; } .calc-modal-btn-secondary:hover { background: rgba(239,159,39,0.2); } .calc-panel-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 9998; } .calc-panel-overlay.open { display: block; } .calc-offer-panel { position: fixed; top: 0; right: 0; transform: translateX(100%); width: min(480px, 92%); height: 100%; background: #181c25; border-left: 1px solid rgba(255,255,255,0.08); z-index: 9999; transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; overflow-y: auto; } .calc-offer-panel.open ~ header, body:has(.calc-offer-panel.open) header { display: none !important; } body:has(.calc-offer-panel.open) { overflow: hidden; } .calc-offer-panel.open { transform: translateX(0); } .calc-offer-header { padding: 28px 28px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: space-between; flex-shrink: 0; } .calc-offer-title { font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; } .calc-offer-close { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: transparent; color: rgba(255,255,255,0.4); cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; font-family: inherit; transition: all 0.2s; } .calc-offer-close:hover { color: #fff; border-color: rgba(255,255,255,0.3); } .calc-offer-body { padding: 28px; display: flex; flex-direction: column; gap: 20px; flex: 1; } .offer-group { display: flex; flex-direction: column; gap: 8px; } .offer-label { font-size: clamp(1.1rem, 1.6vw, 1.6rem); color: rgba(255,255,255,0.6); font-weight: 600; display: flex; gap: 4px; align-items: center; } .offer-required { color: #ff6432; } .offer-optional { color: rgba(255,255,255,0.25); font-weight: 400; font-size: 0.9em; } .offer-input { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 14px 16px; color: #fff; font-size: clamp(1.2rem, 1.6vw, 1.6rem); font-family: inherit; outline: none; transition: border-color 0.2s, background 0.2s; width: 100%; } .offer-input:focus { border-color: rgba(139,185,232,0.4); background: rgba(139,185,232,0.04); } .offer-input::placeholder { color: rgba(255,255,255,0.2); } .offer-textarea { resize: none; height: 100px; } .calc-offer-footer { padding: 20px 28px 96px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; } .calc-offer-submit { width: 100%; padding: 16px; border-radius: 20px; border: 1px solid rgba(139,185,232,0.4); background: rgba(139,185,232,0.1); color: #8BB9E8; font-size: clamp(1.3rem, 1.6vw, 1.7rem); font-weight: 600; cursor: pointer; font-family: inherit; transition: all 0.2s; text-align: center; } .calc-offer-submit:hover { background: rgba(139,185,232,0.2); } .calc-offer-gdpr { font-size: clamp(1rem, 1.2vw, 1.2rem); color: rgba(255,255,255,0.5); text-align: center; line-height: 1.6; } @media (min-width: 2000px) { .pricing-section { width: 1920px; padding: 80px 160px; } .calc-layout { grid-template-columns: 1fr 320px; } } @media (max-width: 1440px) { .pricing-section { width: calc(100% - 48px); padding: 64px 80px; } } @media (max-width: 1024px) { .calc-layout { grid-template-columns: 1fr; } .calc-sidebar { position: relative; top: auto; } .calc-cards { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 768px) { .pricing-section { width: 100%; padding: 48px 24px; margin: 0 0 64px 0; } .calc-layout { grid-template-columns: 1fr; } .calc-sidebar { position: relative; top: auto; } .calc-cards { grid-template-columns: 1fr; } .calc-modal-card { padding: 28px 20px; } .calc-modal-btns { flex-direction: column; } .calc-name { font-size: clamp(1.8rem, 5vw, 2.2rem); } .calc-price { font-size: clamp(1.2rem, 3.5vw, 1.5rem); } .calc-price-sub { font-size: clamp(1rem, 3vw, 1.2rem); } .calc-features li { font-size: clamp(1rem, 3vw, 1.2rem); } .calc-tab { padding: 7px 12px; font-size: clamp(0.95rem, 2.5vw, 1.1rem); } .calc-sidebar-title { font-size: clamp(0.9rem, 2vw, 1.1rem); } .calc-item-name { font-size: clamp(0.95rem, 2.5vw, 1.1rem); } .calc-item-price { font-size: clamp(0.85rem, 2vw, 1rem); } .calc-total-label { font-size: clamp(0.95rem, 2.5vw, 1.1rem); } .calc-total-val { font-size: clamp(1.1rem, 3vw, 1.3rem); } .calc-monthly-val { font-size: clamp(1.1rem, 3vw, 1.3rem); } .calc-finish-btn { font-size: clamp(1.2rem, 2.5vw, 1.4rem); } .calc-discount-badge { font-size: clamp(0.85rem, 2vw, 1rem); } } @media (max-width: 480px) { .pricing-section { width: 100%; padding: 32px 16px; } .calc-tab { padding: 6px 12px; font-size: clamp(1rem, 3vw, 1.2rem); } .calc-name { font-size: clamp(2rem, 6vw, 2.5rem); } .calc-price { font-size: clamp(1.4rem, 4vw, 1.6rem); } .calc-price-sub { font-size: clamp(1.2rem, 3vw, 1.4rem); } .calc-features li { font-size: clamp(1.2rem, 3vw, 1.4rem); } .calc-tier { font-size: clamp(1rem, 2.5vw, 1.2rem); } .calc-sidebar-title { font-size: clamp(1.3rem, 2.5vw, 1.5rem); } .calc-item-name { font-size: clamp(1rem, 2.5vw, 1.2rem); } .calc-item-price { font-size: clamp(1rem, 2.5vw, 1.2rem); } .calc-total-label { font-size: clamp(1.2rem, 2.5vw, 1.4rem); } .calc-total-val { font-size: clamp(1.4rem, 3vw, 1.6rem); } .calc-monthly-val { font-size: clamp(1.3rem, 3vw, 1.5rem); } .calc-finish-btn { font-size: clamp(1.3rem, 3vw, 1.5rem); padding: 10px; } .calc-discount-badge { font-size: clamp(1rem, 2.5vw, 1.2rem); } } @media (orientation: landscape) and (max-height: 600px) { .pricing-section { width: 100%; padding: 40px 32px; } .calc-layout { grid-template-columns: 1fr 220px; } .calc-cards { grid-template-columns: repeat(3, 1fr); } }  .faq-cta-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto 64px; padding: 64px 96px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); border-radius: 24px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 48px; z-index: 10; } .faq-cta-section::before { content: '?'; position: absolute; right: 40px; top: auto; bottom: -40px; transform: none; font-size: 320px; font-weight: 900; color: rgba(139,185,232,0.04); line-height: 1; pointer-events: none; letter-spacing: -0.05em; } .faq-cta-eyebrow { font-size: clamp(1rem, 1.4vw, 1.4rem); letter-spacing: 0.15em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 16px; } .faq-cta-title { font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 16px; } .faq-cta-sub { font-size: clamp(1.2rem, 1.8vw, 1.8rem); color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 520px; } .faq-preview { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; } .faq-preview-item { display: flex; align-items: center; gap: 10px; font-size: clamp(1.1rem, 1.5vw, 1.5rem); color: rgba(255,255,255,0.5); } .faq-dot { width: 5px; height: 5px; border-radius: 50%; background: #8BB9E8; opacity: 0.5; flex-shrink: 0; } .faq-cta-right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; flex-shrink: 0; position: relative; z-index: 1; } .faq-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: rgba(139,185,232,0.15); border: 1px solid rgba(139,185,232,0.4); border-radius: 24px; padding: 12px 32px; font-size: clamp(1.2rem, 1.8vw, 1.8rem);  font-weight: 600; color: #8BB9E8; text-decoration: none; transition: all 0.2s; white-space: nowrap; min-width: 280px;  justify-content: center;  } .faq-cta-btn:hover { background: rgba(139,185,232,0.22); border-color: rgba(139,185,232,0.5);} .faq-cta-btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1px solid rgba(255,255,255,0.6); border-radius: 24px; padding: 12px 48px; font-size: clamp(1.2rem, 1.8vw, 1.8rem);  font-weight: 600; color: rgba(255,255,255,0.6); text-decoration: none; transition: all 0.2s; white-space: nowrap; min-width: 280px;  justify-content: center;  } .faq-cta-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.8); color: rgba(255,255,255,0.8); } .faq-cta-note { font-size: clamp(0.9rem, 1.1vw, 1rem); color: rgba(255,255,255,0.2); text-align: right; } @media (min-width: 2000px) { .faq-cta-section { width: 1920px; padding: 80px 160px; } } @media (max-width: 1440px) { .faq-cta-section { width: calc(100% - 48px); padding: 64px 80px; } } @media (max-width: 1024px) { .faq-cta-section { flex-direction: column; align-items: flex-start; padding: 60px 48px; } .faq-cta-right { align-items: flex-start; } .faq-cta-note { text-align: left; } } @media (max-width: 768px) { .faq-cta-section { width: 100%; padding: 48px 24px; margin: 0 0 64px 0; } .faq-cta-section::before { display: none; } .faq-cta-right { width: 100%; } .faq-cta-btn, .faq-cta-btn-secondary { width: 100%; justify-content: center; } } @media (max-width: 480px) { .faq-cta-section { padding: 32px 16px; } .faq-cta-title { font-size: clamp(1.8rem, 7vw, 2.5rem); } .faq-cta-sub { font-size: clamp(1.1rem, 4vw, 1.4rem); } } @media (orientation: landscape) and (max-height: 600px) { .faq-cta-section { width: 100%; padding: 40px 32px; flex-direction: row; } }  .gyik-page { width: 100%; border: 1px solid rgba(139, 185, 232, 0.15); padding: 144px 0 96px; min-height: 100vh; } .gyik-header { max-width: 1440px; margin: 0 auto 96px; padding: 0 115px; } .gyik-eyebrow { font-size: clamp(1.2rem, 1.68vw, 1.68rem); letter-spacing: 0.15em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 19px; } .gyik-title { font-size: clamp(3.6rem, 7.2vw, 6rem); font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 24px; } .gyik-title span { color: #8BB9E8; } .gyik-sub { font-size: clamp(1.44rem, 2.16vw, 1.8rem); color: rgba(255,255,255,0.4); line-height: 1.7; max-width: 672px; } .gyik-content { max-width: 1440px; margin: 0 auto; padding: 0 115px; display: grid; grid-template-columns: 336px 1fr; gap: 77px; align-items: start; } .gyik-nav { position: sticky; top: 120px; } .gyik-nav-title { font-size: clamp(1.08rem, 1.44vw, 1.32rem); letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); font-weight: 700; margin-bottom: 19px; } .gyik-nav-links { display: flex; flex-direction: column; gap: 7px; } .gyik-nav-link { font-size: clamp(1.2rem, 1.68vw, 1.56rem); color: rgba(255,255,255,0.4); text-decoration: none; padding: 12px 14px; border-radius: 10px; transition: all 0.2s; border-left: 2px solid transparent; display: flex; align-items: center; gap: 14px; } .gyik-nav-link:hover { color: #fff; background: rgba(255,255,255,0.04); } .gyik-nav-link.active { color: #8BB9E8; border-left-color: #8BB9E8; background: rgba(139,185,232,0.06); } .gyik-nav-icon { width: 48px; height: 48px; border-radius: 12px; border: 1px solid; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.2s; } .gyik-nav-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .gyik-nav-link:hover .gyik-nav-icon { opacity: 0.8; } .gyik-sections { display: flex; flex-direction: column; gap: 67px; } .gyik-section-title { font-size: clamp(2rem, 3vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -0.01em; margin-bottom: 24px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 17px; } .gyik-section-icon { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .gyik-section-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .accordion-item { border-bottom: 1px solid rgba(255,255,255,0.06); } .accordion-q { width: 100%; text-align: left; background: none; border: none; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 19px; cursor: pointer; font-size: clamp(1.32rem, 1.92vw, 1.68rem); font-weight: 600; color: rgba(255,255,255,0.7); transition: color 0.2s; font-family: inherit; } .accordion-q:hover { color: #fff; } .accordion-q.open { color: #8BB9E8; } .accordion-arrow { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; color: rgba(255,255,255,0.4); transition: all 0.3s ease; } .accordion-q.open .accordion-arrow { background: rgba(139,185,232,0.1); border-color: rgba(139,185,232,0.3); color: #8BB9E8; transform: rotate(180deg); } .accordion-a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); } .accordion-a.open { max-height: 480px; } .accordion-a-inner { padding: 0 0 24px; font-size: clamp(1.2rem, 1.8vw, 1.56rem); color: rgba(255,255,255,0.5); line-height: 1.8; } .accordion-a-inner strong { color: rgba(255,255,255,0.8); font-weight: 600; } .hl { color: #8BB9E8; font-weight: 600; } .gyik-cta-wrap { max-width: 1440px; margin: 96px auto 0; padding: 0 115px; } .gyik-cta-inner { background: rgba(139,185,232,0.06); border: 1px solid rgba(139,185,232,0.15); border-radius: 24px; padding: 48px 58px; display: flex; align-items: center; justify-content: space-between; gap: 38px; } .gyik-cta-title { font-size: clamp(1.68rem, 2.64vw, 2.16rem); font-weight: 800; color: #fff; letter-spacing: -0.01em; margin-bottom: 7px; } .gyik-cta-sub { font-size: clamp(1.2rem, 1.8vw, 1.56rem); color: rgba(255,255,255,0.4); } .gyik-cta-btns { display: flex; gap: 14px; flex-shrink: 0; } .gyik-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: rgba(139,185,232,0.15); border: 1px solid rgba(139,185,232,0.3); border-radius: 24px; padding: 17px 34px; font-size: clamp(1.2rem, 1.68vw, 1.56rem); font-weight: 600; color: #8BB9E8; text-decoration: none; transition: all 0.2s; white-space: nowrap; } .gyik-cta-btn:hover { background: rgba(139,185,232,0.25); } .gyik-cta-btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 17px 34px; font-size: clamp(1.2rem, 1.68vw, 1.56rem); font-weight: 600; color: rgba(255,255,255,0.5); text-decoration: none; transition: all 0.2s; white-space: nowrap; } .gyik-cta-btn-secondary:hover { border-color: rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); } @media (max-width: 1440px) { .gyik-header { padding: 0 96px; } .gyik-content { padding: 0 96px; } .gyik-cta-wrap { padding: 0 96px; } } @media (max-width: 1024px) { .gyik-header { padding: 0 58px; } .gyik-content { grid-template-columns: 1fr; padding: 0 58px; } .gyik-nav { position: relative; top: auto; } .gyik-nav-links { flex-direction: row; flex-wrap: wrap; } .gyik-cta-wrap { padding: 0 58px; } } @media (max-width: 768px) { .gyik-page { padding: 96px 0 72px; } .gyik-header { padding: 0 29px; } .gyik-content { padding: 0 29px; } .gyik-cta-wrap { padding: 0 29px; } .gyik-cta-inner { flex-direction: column; align-items: flex-start; } .gyik-cta-btns { flex-direction: column; width: 100%; } .accordion-q { font-size: clamp(1.2rem, 4.2vw, 1.56rem); } .accordion-a-inner { font-size: clamp(1.14rem, 3.6vw, 1.44rem); } } @media (max-width: 480px) { .gyik-header { padding: 0 19px; } .gyik-content { padding: 0 19px; } .gyik-cta-wrap { padding: 0 19px; } .gyik-title { font-size: clamp(2.4rem, 9.6vw, 3.6rem); } .gyik-sub { font-size: clamp(1.32rem, 4.8vw, 1.68rem); } .gyik-nav-link { font-size: clamp(1.14rem, 3.6vw, 1.44rem); } }  .contact-section { width: min(1440px, calc(100% - 48px)); margin: 0 auto 64px; padding: 77px 115px; background: rgba(139, 185, 232, 0.08); border: 1px solid rgba(139, 185, 232, 0.15); position: relative; z-index: 10; border-radius: 24px; } .contact-title span { color: #8BB9E8; } .contact-sub { font-size: clamp(1.56rem, 2.16vw, 2.16rem); color: rgba(255,255,255,0.6); line-height: 1.7; max-width: 576px; margin-bottom: 67px; } .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: start; } .cal-btn { display: flex; align-items: center; gap: 19px; background: rgba(139,185,232,0.08); border: 1px solid rgba(139,185,232,0.2); border-radius: 24px; padding: 29px 34px; cursor: pointer; transition: all 0.2s; margin-bottom: 14px; text-decoration: none; width: 100%; } .cal-btn:hover { background: rgba(139,185,232,0.15); border-color: rgba(139,185,232,0.4); transform: translateY(-2px); } .cal-icon { width: 62px; height: 62px; border-radius: 17px; background: rgba(139,185,232,0.15); border: 1px solid rgba(139,185,232,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .cal-icon svg { width: 29px; height: 29px; stroke: #8BB9E8; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; } .cal-info { flex: 1; } .cal-label { font-size: clamp(1.02rem, 1.44vw, 1.2rem); color: #8BB9E8; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 5px; } .cal-title { font-size: clamp(1.44rem, 2.16vw, 1.8rem); font-weight: 800; color: #fff; margin-bottom: 5px; } .cal-sub { font-size: clamp(1.08rem, 1.44vw, 1.32rem); color: rgba(255,255,255,0.55); } .cal-arrow { margin-left: auto; font-size: 26px; color: rgba(139,185,232,0.7); flex-shrink: 0; } .avi-btn { display: flex; align-items: center; gap: 19px; background: rgba(139,185,232,0.04); border: 1px solid rgba(139,185,232,0.12); border-radius: 19px; padding: 22px 29px; cursor: pointer; transition: all 0.2s; margin-bottom: 19px; text-decoration: none; width: 100%; } .avi-btn:hover { background: rgba(139,185,232,0.09); border-color: rgba(139,185,232,0.25); } .avi-icon { width: 62px; height: 62px; border-radius: 50%; background: rgba(139,185,232,0.15); border: 1px solid rgba(139,185,232,0.25); display: flex; align-items: center; justify-content: center; font-size: clamp(1.2rem, 1.44vw, 1.44rem); font-weight: 900; color: #8BB9E8; flex-shrink: 0; } .avi-info { flex: 1; } .avi-label { font-size: clamp(1.02rem, 1.44vw, 1.2rem); color: rgba(255,255,255,0.5); margin-bottom: 2px; } .avi-title { font-size: clamp(1.32rem, 1.92vw, 1.68rem); font-weight: 700; color: rgba(255,255,255,0.85); } .avi-status { display: flex; align-items: center; gap: 7px; font-size: clamp(1.02rem, 1.44vw, 1.2rem); color: rgba(255,255,255,0.45); margin-top: 4px; } .avi-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; flex-shrink: 0; animation: avipulse 2s ease-in-out infinite; } @keyframes avipulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } } .contact-divider { display: flex; align-items: center; gap: 14px; margin: 5px 0 19px; } .contact-divider-line { flex: 1; height: 1px; background: rgba(255,255,255,0.08); } .contact-divider-text { font-size: clamp(1.02rem, 1.44vw, 1.2rem); color: rgba(255,255,255,0.4); }  .privacy-checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 16px 0; } .privacy-checkbox input[type="checkbox"] { width: 18px; height: 18px; min-width: 18px; margin-top: 3px; accent-color: #8BB9E8; cursor: pointer; } .privacy-checkbox label { font-size: 14px; color: rgba(255,255,255,0.7); cursor: pointer; line-height: 1.4; } .privacy-checkbox a { color: #8BB9E8; text-decoration: underline; } .privacy-checkbox a:hover { color: #fff; } .email-btn { display: flex; align-items: center; gap: 17px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 17px; padding: 22px 26px; text-decoration: none; transition: all 0.2s; width: 100%; } .email-btn:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); } .email-icon { width: 55px; height: 55px; border-radius: 14px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; flex-shrink: 0; overflow: hidden; } .email-icon svg { width: 26px; height: 26px; stroke: rgba(255,255,255,0.6); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; display: block; flex-shrink: 0; } .email-info-label { font-size: clamp(1.02rem, 1.44vw, 1.2rem); color: rgba(255,255,255,0.45); margin-bottom: 2px; } .email-info-value { font-size: clamp(1.2rem, 1.8vw, 1.44rem); font-weight: 600; color: rgba(255,255,255,0.8); } .contact-form-wrap { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 38px; } .form-title { font-size: clamp(1.68rem, 1.8vw, 2.04rem); font-weight: 800; color: #fff; margin-bottom: 5px; } .form-subtitle { font-size: clamp(1.38rem, 1.44vw, 1.68rem); color: rgba(255,255,255,0.45); margin-bottom: 29px; } .contact-form { display: flex; flex-direction: column; gap: 17px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .form-group { display: flex; flex-direction: column; gap: 8px; } .form-label { font-size: clamp(1.32rem, 1.44vw, 1.56rem); font-weight: 600; color: rgba(255,255,255,0.6); letter-spacing: 0.05em; text-transform: uppercase; } .form-input, .form-textarea { background: rgba(255,255,255,0.05) !important; border: 1px solid rgba(255,255,255,0.2) !important; border-radius: 12px !important; padding: 14px 17px !important; font-size: clamp(1.2rem, 1.44vw, 1.44rem) !important; color: #fff !important; outline: none !important; transition: border-color 0.2s, background 0.2s; font-family: inherit !important; width: 100%; box-shadow: none !important; -webkit-appearance: none; } .form-input:focus, .form-textarea:focus { border-color: rgba(139,185,232,0.4) !important; background: rgba(139,185,232,0.06) !important; } .form-input::placeholder, .form-textarea::placeholder { color: rgba(255,255,255,0.3) !important; } .form-textarea { resize: vertical; min-height: 132px; } .contact-honeypot { display: none !important; visibility: hidden !important; position: absolute !important; left: -9999px !important; width: 0 !important; height: 0 !important; overflow: hidden !important; opacity: 0 !important; } .form-submit { background: rgba(139,185,232,0.12); border: 1px solid rgba(139,185,232,0.3); border-radius: 12px; padding: 17px 29px; font-size: clamp(1.32rem, 1.56vw, 1.8rem); font-weight: 600; color: #8BB9E8; cursor: pointer; transition: all 0.2s; font-family: inherit; width: 100%; text-align: center; } .form-submit:hover { background: rgba(139,185,232,0.22); border-color: rgba(139,185,232,0.5); } .form-note { font-size: clamp(1.2rem, 1.2vw, 1.56rem); color: rgba(255,255,255,0.5); text-align: center; } .form-success { display: none; background: rgba(62,207,142,0.1); border: 1px solid rgba(62,207,142,0.3); border-radius: 14px; padding: 24px; text-align: center; color: #3ecf8e; font-weight: 600; font-size: clamp(1.2rem, 1.56vw, 1.44rem); margin-top: 19px; }  @media (min-width: 2000px) { .contact-section { width: 1920px; padding: 96px 192px; } }  @media (max-width: 1440px) { .contact-section { width: calc(100% - 48px); padding: 144px 96px; } }  @media (max-width: 1024px) { .contact-section { width: calc(100% - 48px); padding: 96px 58px; } .contact-grid { grid-template-columns: 1fr; } }  @media (max-width: 768px) { .contact-section { width: 100%; padding: 72px 29px; margin: 0 0 72px 0; } .form-row { grid-template-columns: 1fr; } }  @media (max-width: 480px) { .contact-section { width: 100%; padding: 48px 19px; } }  @media (orientation: landscape) and (max-height: 600px) { .contact-section { width: 100%; padding: 58px 38px; } }  .privacy-page { width: 100%; background: #0a0a0a; padding: 120px 0 80px; min-height: 100vh; } .privacy-header { max-width: 1440px; margin: 0 auto 80px; padding: 0 96px 48px; border-bottom: 1px solid rgba(255,255,255,0.06); } .privacy-eyebrow { font-size: clamp(0.85rem, 1.2vw, 1rem); letter-spacing: 0.15em; text-transform: uppercase; color: #8BB9E8; font-weight: 600; margin-bottom: 16px; } .privacy-title { font-size: clamp(3rem, 6vw, 5rem); font-weight: 900; color: #fff; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 16px; } .privacy-title span { color: #8BB9E8; } .privacy-sub { font-size: clamp(0.85rem, 1.2vw, 1rem); color: rgba(255,255,255,0.3); } .privacy-content { max-width: 860px; margin: 0 auto; padding: 0 96px; display: flex; flex-direction: column; gap: 48px; } .privacy-section-title { font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-weight: 800; color: #fff; letter-spacing: -0.01em; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.06); } .privacy-text { display: flex; flex-direction: column; gap: 12px; } .privacy-text p { font-size: clamp(0.9rem, 1.3vw, 1rem); color: rgba(255,255,255,0.5); line-height: 1.8; } .privacy-text p strong { color: rgba(255,255,255,0.8); font-weight: 600; } .privacy-text ul { display: flex; flex-direction: column; gap: 10px; padding-left: 0; list-style: none; } .privacy-text ul li { font-size: clamp(0.9rem, 1.3vw, 1rem); color: rgba(255,255,255,0.5); line-height: 1.7; padding-left: 20px; position: relative; } .privacy-text ul li::before { content: '→'; position: absolute; left: 0; color: #8BB9E8; font-size: 0.8rem; } .privacy-text ul li strong { color: rgba(255,255,255,0.8); font-weight: 600; } .privacy-table { width: 100%; border-collapse: collapse; font-size: clamp(0.85rem, 1.2vw, 0.95rem); } .privacy-table th { text-align: left; padding: 12px 16px; background: rgba(255,255,255,0.04); color: rgba(255,255,255,0.5); font-weight: 600; font-size: clamp(0.75rem, 1vw, 0.85rem); letter-spacing: 0.05em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.08); } .privacy-table td { padding: 14px 16px; color: rgba(255,255,255,0.45); border-bottom: 1px solid rgba(255,255,255,0.04); line-height: 1.6; vertical-align: top; } .privacy-table tr:last-child td { border-bottom: none; } @media (max-width: 768px) { .privacy-page { padding: 80px 0 60px; } .privacy-header { padding: 0 24px 48px; } .privacy-content { padding: 0 24px; } .privacy-table { display: block; overflow-x: auto; } }  .footer-wrapper { width: 100%; background: #12151b; border-top: 1px solid rgba(255,255,255,0.12); } .footer { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 64px 96px 40px; background: transparent; position: relative; z-index: 10; } .footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 64px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.18); margin-bottom: 32px; } .footer-logo { font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 900; letter-spacing: -0.02em; text-decoration: none; display: inline-block; margin-bottom: 16px; color: #ffffff; } .footer-logo span { color: #8BB9E8; } .footer-tagline { font-size: clamp(1.2rem, 1.6vw, 1.5rem); color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 320px; margin-bottom: 28px; } .footer-email { display: inline-flex; align-items: center; gap: 8px; font-size: clamp(1.1rem, 1.4vw, 1.4rem); color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s; } .footer-email:hover { color: #8BB9E8; } .footer-email svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; } .footer-col-title { font-size: clamp(1rem, 1.3vw, 1.2rem); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 24px; } .footer-links { display: flex; flex-direction: column; gap: 14px; } .footer-link { font-size: clamp(1.2rem, 1.6vw, 1.6rem); color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s; } .footer-link:hover { color: #fff; } .footer-ai-cards { display: flex; flex-direction: column; gap: 10px; } .footer-ai-card { display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 12px; padding: 12px 16px; } .footer-ai-icon { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 900; flex-shrink: 0; } .ai-avi .footer-ai-icon { background: rgba(139,185,232,0.25); color: #8BB9E8; } .ai-max .footer-ai-icon { background: rgba(255,100,50,0.25); color: #ff6432; } .ai-web .footer-ai-icon { background: rgba(245,197,24,0.25); color: #F5C518; } .footer-ai-name { font-size: clamp(1.1rem, 1.5vw, 1.4rem); font-weight: 700; color: rgba(255,255,255,0.9); } .footer-ai-role { font-size: clamp(0.95rem, 1.3vw, 1.1rem); color: rgba(255,255,255,0.6); } .ai-status-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; margin-left: auto; flex-shrink: 0; animation: footerpulse 2s ease-in-out infinite; } @keyframes footerpulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } } .footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; } .footer-copy { font-size: clamp(1rem, 1.4vw, 1.5rem); color: rgba(255,255,255,0.6); } .footer-copy span { color: rgba(255,255,255,0.8); } .footer-bottom-links { display: flex; gap: 24px; } .footer-bottom-link { font-size: clamp(1rem, 1.4vw, 1.5rem); color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; } .footer-bottom-link:hover { color: rgba(255,255,255,0.9); }  @media (min-width: 2000px) { .footer { width: 1920px; padding: 80px 160px 48px; } .footer-logo { font-size: 3.5rem; } .footer-tagline { font-size: 1.6rem; } .footer-email { font-size: 1.5rem; } .footer-col-title { font-size: 1.3rem; } .footer-link { font-size: 1.7rem; } .footer-ai-card { padding: 14px 18px; gap: 14px; } .footer-ai-icon { width: 36px; height: 36px; font-size: 11px; } .footer-ai-name { font-size: 1.5rem; } .footer-ai-role { font-size: 1.2rem; } .footer-copy { font-size: 1.2rem; } .footer-bottom-link { font-size: 1.2rem; } }  @media (max-width: 1440px) { .footer { width: calc(100% - 48px); padding: 64px 80px 40px; } }  @media (max-width: 1024px) { .footer { width: calc(100% - 48px); padding: 56px 48px 36px; } .footer-top { grid-template-columns: 1fr 1fr; } .footer-logo { font-size: 2.4rem; } .footer-tagline { font-size: 1.3rem; } .footer-link { font-size: 1.4rem; } .footer-ai-name { font-size: 1.2rem; } .footer-ai-role { font-size: 1rem; } }  @media (max-width: 768px) { .footer { width: 100%; padding: 48px 24px 32px; } .footer-top { grid-template-columns: 1fr; gap: 40px; } .footer-bottom { flex-direction: column; align-items: flex-start; gap: 16px; } .footer-logo { font-size: 2.6rem; } .footer-tagline { font-size: 1.4rem; max-width: 100%; } .footer-email { font-size: 1.3rem; } .footer-col-title { font-size: 1.1rem; } .footer-link { font-size: 1.5rem; } .footer-ai-card { padding: 14px 18px; } .footer-ai-icon { width: 36px; height: 36px; font-size: 11px; } .footer-ai-name { font-size: 1.3rem; } .footer-ai-role { font-size: 1.1rem; } .footer-copy { font-size: 1.1rem; } .footer-bottom-link { font-size: 1.1rem; } }  @media (max-width: 480px) { .footer { width: 100%; padding: 40px 16px 28px; } .footer-logo { font-size: 2.4rem; } .footer-tagline { font-size: 1.3rem; } .footer-email { font-size: 1.2rem; } .footer-col-title { font-size: 1rem; } .footer-link { font-size: 1.4rem; } .footer-ai-name { font-size: 1.2rem; } .footer-ai-role { font-size: 1rem; } .footer-copy { font-size: 1rem; } .footer-bottom-link { font-size: 1rem; } }  @media (orientation: landscape) and (max-height: 600px) { .footer { width: 100%; padding: 40px 32px 28px; } }