#download-page.parent{min-height:100vh;width:100%;padding-top:100px;padding-bottom:80px;background:no-repeat center top;background-image:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6)),url(/img/downloadBG.png);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:center;align-items:flex-start}.download-container{width:100%;max-width:600px;padding:0 20px}.download-card{background:rgba(255,255,255,.7);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:50px 40px;text-align:center}.download-header{margin-bottom:25px}.download-header h1{font-weight:800;font-size:clamp(1.8rem,5vw,2.5rem);color:#333;margin:0 0 10px 0}.download-header .subtitle{font-weight:600;font-size:clamp(1rem,2.5vw,1.2rem);color:#666;margin:0}.download-info{margin-bottom:30px}.download-info .info-text{font-size:.95rem;color:#888;background:#f5f5f5;padding:12px 20px;border-radius:10px;margin:0}.download-section{margin-bottom:30px}.download-icon{margin-bottom:20px;color:#9a6b78}.download-icon svg{width:64px;height:64px}.download-btn{display:inline-block;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#9a6b78 0,#b8848f 100%);border:none;border-radius:50px;color:#fff;padding:18px 50px;cursor:pointer;box-shadow:0 8px 25px rgba(154,107,120,.4);transition:all .3s ease;text-transform:uppercase;letter-spacing:2px;text-decoration:none}.download-btn:hover{background:linear-gradient(135deg,#b8848f 0,#c99ba5 100%);transform:translateY(-3px);box-shadow:0 12px 35px rgba(154,107,120,.5);color:#fff;text-decoration:none}.download-btn:active{transform:translateY(-1px)}.file-info{font-size:.85rem;color:#999;margin:15px 0 0 0}.download-notes{text-align:left;background:#fafafa;border-radius:15px;padding:25px 30px}.download-notes h3{font-weight:700;font-size:1.1rem;color:#333;margin:0 0 15px 0}.download-notes ul{list-style:none;padding:0;margin:0}.download-notes li{font-size:.9rem;color:#666;padding:8px 0;padding-left:25px;position:relative;line-height:1.5}.download-notes li::before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;background:#9a6b78;border-radius:50%}@media only screen and (max-width:600px){.download-card{padding:40px 25px}.download-btn{padding:16px 40px;font-size:1rem}.download-icon svg{width:48px;height:48px}}