#home { position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-height: calc(100vh - 72px); padding-top: 6rem; padding-bottom: 4rem; } #home::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: none; opacity: 0; pointer-events: none; } .hero { max-width: 960px; text-align: center; margin: 0 auto; padding: 0 2rem; } .hero h1 { font-size: 3.2rem; font-weight: 800; color: var(--primary-dark); margin-bottom: 1rem; position: relative; line-height: 1.2; text-shadow: 0 2px 6px rgba(83, 10, 217, 0.08); } .hero h1::before { display: none; } .hero-tagline { font-size: 1.4rem; font-weight: 600; color: var(--primary-dark); margin-bottom: 0.8rem; } .hero-sub { max-width: 700px; margin: 0 auto 2rem; font-size: 1.05rem; color: var(--text-muted); } .hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .cta-btn.large { font-size: 1.1rem; padding: 0.9rem 2.4rem; border-radius: 40px; } .cta-btn.large.secondary { border-width: 2px; } .modules-grid { width: 100%; max-width: 1240px; margin-top: 4rem; } .modules-title { text-align: center; font-size: 2rem; font-weight: 700; color: var(--primary-dark); margin-bottom: 2rem; } .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2rem; width: 100%; padding: 0 1rem; } .module-card { background: var(--card-bg); backdrop-filter: blur(var(--blur)); border: 1px solid var(--card-border); border-radius: 20px; padding: 2rem; display: flex; flex-direction: column; gap: 1.2rem; box-shadow: 0 8px 24px var(--shadow-color); transition: transform 0.3s cubic-bezier(.24,.92,.57,1.32), box-shadow 0.3s; position: relative; overflow: hidden; } .module-card.disabled { filter: grayscale(0.6); cursor: pointer; } .module-card .premium-note { display: block; color: #ff2020; font-weight: 800; font-size: 1.05rem; margin-top: 6px; } .module-card:hover { transform: translateY(-8px); box-shadow: 0 14px 34px var(--shadow-color); } .module-icon { width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: #fff; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); flex-shrink: 0; } .module-title { font-size: 1.25rem; font-weight: 700; color: var(--primary-dark); } .badge { display: inline-block; padding: 0.2em 0.6em; border-radius: 0.6em; font-size: 0.65em; font-weight: 600; margin-left: 0.4em; vertical-align: middle; line-height: 1; color: #fff; } .badge-premium { background-color: #e91e63; } .badge-free { background-color: #4caf50; } .module-desc { font-size: 0.95rem; color: var(--text-muted); line-height: 1.5; } .module-actions { margin-top: auto; display: flex; gap: 0.8rem; flex-wrap: wrap; } .module-link, .module-demo-btn { display: inline-block; padding: 0.6rem 1.4rem; border-radius: 24px; font-weight: 600; font-size: 0.95rem; box-shadow: 0 3px 10px var(--primary)33; transition: transform 0.2s ease, box-shadow 0.3s ease; position: relative; min-width: 140px; text-align: center; } .module-link { background: linear-gradient(90deg, var(--primary), var(--primary-dark)); color: #fff; } .module-link:hover { transform: translateY(-2px); box-shadow: 0 6px 16px var(--primary)55; background: linear-gradient(90deg, var(--primary-dark), var(--primary)); } .module-demo-btn { background: linear-gradient(90deg, var(--secondary), #009f5a); color: #fff; } .module-demo-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px var(--secondary)55; background: linear-gradient(90deg, #009f5a, var(--secondary)); } .module-link .arrow { margin-left: 0.4rem; transition: transform 0.3s ease; } .module-link:hover .arrow { transform: translateX(4px); } .modules-grid .grid { display: flex; flex-direction: column; align-items: center; gap: 2rem; width: 100%; padding: 0 1rem; } .modules-grid .module-card { width: 95%; max-width: 750px; margin: 0 auto; } @media (min-width: 900px) { .modules-grid .module-card { width: 85%; max-width: 800px; } } @media (max-width: 600px) { .modules-grid .module-card { width: 95%; max-width: none; } .modules-grid .module-actions { flex-direction: column; } .modules-grid .module-link, .modules-grid .module-demo-btn { width: 100%; } } section#apropos { background: var(--card-bg) !important; color: var(--text-primary) !important; box-shadow: 0 3px 18px var(--shadow-color) !important; border-radius: 18px !important; border: 1px solid var(--card-border) !important; } section#apropos h1 { color: var(--primary) !important; } section#apropos a { color: var(--primary) !important; } section#apropos span, section#apropos p { color: var(--text-primary) !important; } @media (max-width: 900px) { .hero h1 { font-size: 2.5rem; } .hero-tagline { font-size: 1.2rem; } .hero-sub { font-size: 0.95rem; } .modules-title { font-size: 1.6rem; } } @media (max-width: 600px) { #home { padding-top: 5rem; padding-bottom: 3rem; } .grid { grid-template-columns: 1fr; } .module-card { padding: 1.5rem; } .module-actions { justify-content: stretch; } .module-link, .module-demo-btn { width: 100%; min-width: 0; } } #home{ position:relative; min-height:96vh; padding-top:92px; overflow:hidden } #home .hero{ position:relative; z-index:2; max-width:1200px; margin:0 auto; padding: clamp(24px, 4vw, 48px); padding-right: clamp(280px, 42vw, 640px); } #home .hero h1{ font-size: clamp(52px, 8vw, 92px); margin:0 0 12px 0; background: linear-gradient(90deg, #e9f4ff 0%, #8ad6ff 60%, #61ffe9 100%); -webkit-background-clip:text; background-clip:text; color:transparent; } #home .hero .hero-tagline{ font-size: clamp(18px,2.2vw,22px); opacity:.92 } #home .hero .hero-sub{ max-width: 820px; color: var(--text-muted) } #home .hero .hero-cta{ display:flex; gap:12px; margin-top:16px; flex-wrap:wrap } #home .hero .cta-btn.large{ padding: 14px 18px; border-radius: 14px; font-weight: 700 } .cta-btn{ border:1px solid rgba(255,255,255,.18) } .cta-btn.secondary{ background:transparent; color:var(--primary); border-color: var(--primary) } .cta-btn.secondary:hover{ background:var(--primary); color:#001018 } .hero-canvas{ position:absolute; inset:0; z-index:0; filter:saturate(118%) } .modules-grid{ position:relative; z-index: 2; max-width: 1200px; margin: 0 auto } .modules-title{ text-align:center; font-size: clamp(22px, 3.2vw, 30px) } .grid{ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; } .module-card{ background: transparent !important; border: 1px solid rgba(255,255,255,.08) !important; box-shadow: none !important; border-radius: 18px !important; transition: transform .2s ease, border-color .2s ease; } .module-card:hover{ transform: translateY(-6px); border-color: rgba(255,255,255,.18) } .module-title{ font-weight: 800 } .module-desc{ color: var(--text-muted) } @media (max-width: 1100px){ #home .hero{ padding-right: 24px } #home .hero::after{ display:none } } #home .hero{ padding-right:0 !important; } .modules-grid{ max-width:1200px; margin: 38px auto 0; padding: 0 clamp(16px, 3vw, 24px); } .grid{ grid-template-columns: 1fr !important; gap: 0 !important; } .module-card{ background: transparent !important; border: none !important; border-radius: 0 !important; box-shadow: none !important; padding: 22px 0 26px 0 !important; } .module-card + .module-card{ border-top: 1px solid rgba(255,255,255,.08) !important; } .module-icon{ width: 40px; height: 40px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.10); margin-bottom: 10px; color: var(--primary); } .module-title{ font-size: 1.25rem; font-weight: 800; letter-spacing: .2px; margin-bottom: 4px } .module-desc{ color: var(--text-muted); font-size: 1rem; line-height: 1.6 } .module-actions{ margin-top: 12px; display: flex; gap: 18px; flex-wrap: wrap } .module-actions a{ background: transparent !important; border: none !important; padding: 0 !important; color: var(--primary) !important; font-weight: 700 !important; box-shadow: none !important; } .module-actions a:hover{ text-decoration: underline } #home .hero{ padding-right: 0 !important; } .hero h1::before{ display:none !important; } #home .hero .hero-tagline{ color: var(--text-primary); font-weight: 700; letter-spacing: .2px; margin: 10px 0 6px; } #home .hero .hero-sub{ color: var(--text-muted); font-size: 1.02rem; line-height: 1.65; margin-top: 6px; max-width: 840px; } .hero h1::before{ display:none !important; } #home .hero{ padding-right: 0 !important; } #home .hero .hero-tagline{ color: var(--text-primary, #e9f8ff); font-weight: 700; letter-spacing: .2px; margin: 10px 0 6px; } #home .hero .hero-sub{ color: var(--text-muted, #8edcff); font-size: 1.02rem; line-height: 1.65; margin-top: 6px; max-width: 840px; } #home .hero h1{ font-size: clamp(64px, 10vw, 104px) !important; } #home .hero .hero-tagline{ font-size: clamp(26px, 3.5vw, 36px) !important; color: var(--text-primary, #e9f8ff) !important; } #home .hero .hero-sub{ font-size: 1.1rem !important; color: var(--text-muted, #8edcff) !important; } .modules-title{ font-size: clamp(24px, 3.5vw, 34px) !important; color: var(--text-primary, #e9f8ff) !important; } .module-title{ color: var(--text-primary, #e9f8ff) !important; font-size: 1.7rem !important; letter-spacing: .2px !important; } .module-desc{ color: var(--text-primary, #d5ecff) !important; font-size: 1.2rem !important; line-height: 1.8 !important; } @media (max-width: 420px) { #home { padding-top: 4.5rem; padding-bottom: 2.5rem; } #home .hero { padding: 16px; max-width: 640px; } #home .hero h1 { font-size: clamp(28px, 9vw, 44px) !important; line-height: 1.15; } #home .hero .hero-tagline { font-size: 16px !important; } #home .hero .hero-sub { font-size: 0.98rem !important; } .module-desc { font-size: 1rem !important; } .logo { font-size: 1.25em; } } @media (max-width: 360px) { #home .hero h1 { font-size: 24px !important; margin-bottom: 8px; } .hero-tagline { font-size: 14px !important; } .cta-btn.large { padding: 10px 14px; font-size: 0.95rem; } .nav-links a { padding: 10px 14px; } } @media (max-width: 768px) { #home .hero h1 { color: var(--text-primary, #ffffff) !important; -webkit-text-fill-color: unset; } #home .hero .hero-sub, .module-desc { color: var(--text-primary, #e6f7ff) !important; } }