.hero{justify-content:space-between;align-items:center;gap:64px;min-height:100vh;padding:120px 5% 80px;display:flex;position:relative}.hero-content{z-index:10;flex:1;max-width:600px}.nav-logo{align-items:center;font-size:24px;font-weight:800;display:flex}.hero-title{margin-bottom:24px;font-size:64px;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-secondary);margin-bottom:40px;font-size:20px}.hero-visual{flex:1;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.cluster-img{object-fit:cover;border:4px solid var(--bg-color);width:320px;height:400px;transition:var(--transition-smooth);border-radius:40px;position:absolute;box-shadow:0 30px 60px -12px #00000080}.cluster-img:first-child{z-index:3;transform:translate(-60px,-40px)rotate(-8deg)}.cluster-img:nth-child(2){z-index:2;opacity:.8;transform:translate(0)rotate(4deg)}.cluster-img:nth-child(3){z-index:1;opacity:.6;transform:translate(60px,40px)rotate(12deg)}.cluster-img:hover{z-index:10;opacity:1;transform:translate(0)rotate(0)scale(1.05)}.section-header{margin-bottom:40px}.section-header h2{margin-bottom:16px;font-size:56px}.offerings-list{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.offering-card{text-align:center;height:550px;transition:var(--transition-smooth);cursor:pointer;border:1px solid #ffffff0d;border-radius:32px;justify-content:center;align-items:flex-end;display:flex;position:relative;overflow:hidden}.offering-image{object-fit:cover;z-index:1;width:100%;height:100%;transition:var(--transition-smooth);position:absolute;top:0;left:0}.offering-overlay{z-index:2;background:linear-gradient(#0000 0%,#0006 50%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.offering-content{z-index:3;width:100%;padding:48px 32px;position:relative}.offering-content h3{color:var(--accent-secondary);text-shadow:0 4px 12px #00000080;margin:0;font-size:35px;font-weight:700}.offering-card:hover .offering-image{transform:scale(1.08)}.offering-card:hover{border-color:#fbbf244d;transform:translateY(-10px);box-shadow:0 20px 40px -10px #00000080}.values-grid{grid-template-rows:repeat(6,1fr);grid-template-columns:repeat(2,1fr);gap:16px;height:1000px;display:grid}.value-card{transition:var(--transition-smooth);background:#181c24;border:1px solid #ffffff14;border-radius:24px;position:relative;overflow:hidden}.value-card:first-child{grid-area:1/1/4}.value-card:nth-child(2){grid-area:1/2/3}.value-card:nth-child(3){grid-area:4/1/7}.value-card:nth-child(4){grid-area:3/2/5}.value-card:nth-child(5){grid-area:5/2/7}.value-image-container{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.value-image{object-fit:cover;width:100%;height:100%;transition:var(--transition-smooth)}.value-card-overlay{z-index:2;background:linear-gradient(#0000 0%,#0000004d 50%,#000000e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.value-info{z-index:3;width:100%;padding:24px;position:absolute;bottom:0;left:0}.value-info h3{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary), var(--accent-tertiary));color:#0000;text-shadow:0 2px 4px #00000080;-webkit-background-clip:text;background-clip:text;margin-bottom:5px;font-size:22px;font-weight:800}.value-info p{text-shadow:0 1px 2px #00000080;max-width:100%;font-size:14px;line-height:1.3;color:#ffffffb3!important}.value-card:hover .value-image{transform:scale(1.05)}.value-card:hover{border-color:var(--accent-secondary);box-shadow:0 20px 40px -10px #00000080}@media (max-width:1024px){.values-grid{height:800px}}@media (max-width:768px){.values-grid{grid-template-rows:repeat(5,400px);grid-template-columns:1fr;gap:24px;height:auto}.value-card:nth-child(n){grid-area:span 1/1}}.app-section{padding:var(--section-padding);justify-content:space-between;align-items:center;gap:64px;display:flex}.app-content,.app-visual{flex:1}.app-visual img{border-radius:40px;width:100%}.store-badges{gap:16px;margin-top:32px;display:flex}.nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;display:flex;position:fixed;top:0;left:0}.nav-links{align-items:center;gap:32px;display:flex}@media (max-width:1024px){.hero{text-align:center;flex-direction:column;padding-top:140px}.hero-content{margin-inline:auto}.hero-visual{width:100%;height:400px}.cluster-img{width:260px;height:320px}.values-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:40px}.offering-content h3{font-size:32px}.app-section{text-align:center;flex-direction:column}.store-badges{justify-content:center}.cluster-img{width:180px;height:220px}.nav-links{display:none}}
