@charset "UTF-8";.download-app-section{padding:90px 32px;background:linear-gradient(180deg,#f4f8fb 0%,#ffffff 100%);overflow:hidden;}/* CONTAINER */ .download-app-section .container{max-width:1680px;width:100%;margin:0 auto;}/* INNER */ .download-app-section__inner{position:relative;display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);align-items:center;gap:50px;min-height:760px;padding:70px;background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);border-radius:34px;border:1px solid #dcecff;overflow:hidden;box-shadow:0 30px 80px rgba(27,115,172,0.08);}/* LEFT */ .download-app-section__content{position:relative;z-index:5;max-width:620px;}/* BADGE */ .download-app-section__badge{display:inline-flex;align-items:center;padding:8px 14px;margin-bottom:24px;border-radius:999px;background:#e9f3ff;color:#1b73ac;font-size:12px;font-weight:800;text-transform:uppercase;}/* TITLE */ .download-app-section__title{margin:0 0 24px;color:#071b35;font-size:clamp(2rem,3.4vw,2.75rem);line-height:1.05;letter-spacing:-0.03em;font-weight:800;}.download-app-section__title .blue-text{color:#1b73ac;}.download-app-section__title .orange-text{color:#ff8a3d;}/* TEXT */ .download-app-section__lead{margin:0 0 18px;max-width:560px;color:#60738f;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.55;}.download-app-section__text{margin:0 0 28px;max-width:560px;color:#60738f;font-size:clamp(0.95rem,1.1vw,1rem);line-height:1.7;}/* FEATURES */ .download-app-section__features{display:grid;gap:14px;margin:0 0 34px;padding:0;list-style:none;}.download-app-section__features li{position:relative;padding-left:34px;color:#42566f;font-size:clamp(0.95rem,1.1vw,1rem);line-height:1.45;}.download-app-section__features li::before{content:"✓";position:absolute;left:0;top:1px;width:20px;height:20px;border:2px solid #1b73ac;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1b73ac;font-size:11px;font-weight:800;}/* STORE BUTTONS */ .download-app-section__stores{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:36px;}.download-app-section__stores a{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:0.25s ease;}.download-app-section__stores a:hover{transform:translateY(-2px);}/* APP STORE */ .download-app-section__stores a:first-child{padding:6px 14px;border:2px solid #071b35;border-radius:16px;background:#ffffff;}.download-app-section__stores a:first-child img{height:38px;width:auto;display:block;}/* GOOGLE PLAY */ .download-app-section__stores a:nth-child(2) img{height:56px;width:auto;display:block;}/* WEB APP */ .download-app-section__webapp{min-width:140px;height:56px;padding:0 24px;border:2px solid #071b35;border-radius:16px;background:#ffffff;color:#071b35;font-size:17px;font-weight:800;white-space:nowrap;transition:none !important;}.download-app-section__webapp:hover{background:#ffffff !important;color:#071b35 !important;border-color:#071b35 !important;transform:none !important;}/* HARDWARE CARD */ .download-app-section__hardware-card{max-width:520px;display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;padding:20px;border-radius:24px;background:#f7fbff;border:1px solid #dcecff;overflow:hidden;box-shadow:0 18px 40px rgba(27,115,172,0.08);}.download-app-section__hardware-card img{width:140px;height:140px;object-fit:cover;border-radius:18px;}.download-app-section__hardware-card h3{margin:0 0 8px;color:#071b35;font-size:clamp(1.25rem,1.6vw,1.4rem);line-height:1.1;font-weight:800;}.download-app-section__hardware-card p{margin:0 0 14px;color:#60738f;font-size:14px;line-height:1.55;}.download-app-section__hardware-card a{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;background:#ff8a3d;color:#ffffff;text-decoration:none;font-size:14px;font-weight:800;box-shadow:0 12px 25px rgba(255,138,61,0.35);transition:0.25s ease;}.download-app-section__hardware-card a:hover{transform:translateY(-2px);}/* RIGHT SIDE */ .download-app-section__visual{position:relative;min-height:720px;display:flex;align-items:center;justify-content:center;}/* GLOW */ .download-app-section__visual::before{content:"";position:absolute;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(27,115,172,0.38) 0%,rgba(27,115,172,0.22) 30%,rgba(27,115,172,0.09) 55%,rgba(27,115,172,0) 76%);filter:blur(10px);z-index:0;}.download-app-section__visual::after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(67,143,255,0.28),rgba(67,143,255,0.06) 70%,transparent 100%);z-index:0;}/* PHONE */ .download-app-section__phone{position:relative;z-index:4;width:100%;max-width:390px;object-fit:contain;filter:drop-shadow(0 40px 80px rgba(0,0,0,0.25));animation:phoneFloat 5s ease-in-out infinite;}@keyframes phoneFloat{0%{transform:translateY(0);}50%{transform:translateY(-10px);}100%{transform:translateY(0);}}/* STATUS CARDS */ .download-app-section__status-cards{position:absolute;inset:0;z-index:5;}.download-app-section__status-card{position:absolute;width:220px;display:flex;align-items:center;gap:12px;padding:14px;border-radius:20px;background:rgba(255,255,255,0.96);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.7);box-shadow:0 18px 45px rgba(0,0,0,0.08);}/* CARD POSITIONS */ .download-app-section__status-card:nth-child(1){left:30px;top:28%;}.download-app-section__status-card:nth-child(2){right:10px;top:18%;}.download-app-section__status-card:nth-child(3){right:10px;bottom:24%;}.download-app-section__status-card img{width:42px;height:42px;object-fit:contain;flex-shrink:0;}.download-app-section__status-card div{position:relative;width:100%;padding-right:18px;}.download-app-section__status-card span{display:block;margin-bottom:3px;color:#1b73ac;font-size:10px;font-weight:800;text-transform:uppercase;}.download-app-section__status-card h4{margin:0 0 2px;color:#071b35;font-size:16px;line-height:1.2;font-weight:800;}.download-app-section__status-card p{margin:0;color:#60738f;font-size:12px;line-height:1.35;}/* DOT */ .download-app-section__status-card::after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#1b73ac;animation:pulseDot 1.4s infinite;}.download-app-section__status-card--green::after{background:#35c96d;}.download-app-section__status-card--orange::after{background:#ff8a3d;}@keyframes pulseDot{0%{transform:translateY(-50%) scale(1);opacity:1;}50%{transform:translateY(-50%) scale(1.6);opacity:0.4;}100%{transform:translateY(-50%) scale(1);opacity:1;}}/* TABLET */ @media (max-width:1200px){.download-app-section__inner{grid-template-columns:1fr;gap:44px;padding:56px 48px;}.download-app-section__content{max-width:100%;}.download-app-section__visual{min-height:620px;}}/* MOBILE */ @media (max-width:768px){/* STORE BUTTONS */ /* HARDWARE CARD */ /* VISUAL */ /* STATUS CARDS */ .download-app-section{padding:70px 10px;}.download-app-section .container{max-width:100%;width:100%;padding:0;}.download-app-section__inner{width:100%;max-width:100%;padding:36px 18px;border-radius:26px;min-height:auto;gap:32px;}.download-app-section__content{max-width:100%;}.download-app-section__title{font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.08;margin-bottom:18px;}.download-app-section__lead{font-size:16px;}.download-app-section__text{font-size:15px;}.download-app-section__features{gap:12px;margin-bottom:28px;}.download-app-section__features li{font-size:15px;padding-left:32px;}.download-app-section__stores{justify-content:flex-start;flex-wrap:wrap;gap:8px;margin-bottom:30px;}.download-app-section__stores a:first-child img{height:30px;}.download-app-section__stores a:nth-child(2) img{height:45px;}.download-app-section__webapp{height:45px;padding:0 14px;font-size:14px;min-width:auto;}.download-app-section__hardware-card{max-width:100%;grid-template-columns:90px 1fr;align-items:start;gap:14px;padding:16px;}.download-app-section__hardware-card img{width:90px;height:90px;margin-top:4px;}.download-app-section__hardware-card h3{margin-bottom:10px;font-size:18px;line-height:1.1;}.download-app-section__hardware-card p{margin-bottom:14px;font-size:14px;line-height:1.5;}.download-app-section__hardware-card a{width:100%;min-height:50px;padding:0 18px;font-size:14px;white-space:nowrap;text-align:center;}.download-app-section__visual{min-height:400px;}.download-app-section__phone{max-width:205px;}.download-app-section__status-card{width:130px;padding:8px;gap:6px;border-radius:13px;}.download-app-section__status-card img{width:22px;height:22px;}.download-app-section__status-card span{font-size:6px;}.download-app-section__status-card h4{font-size:10px;line-height:1.15;}.download-app-section__status-card p{font-size:8px;line-height:1.25;}.download-app-section__status-card::after{width:7px;height:7px;right:9px;}.download-app-section__status-card:nth-child(1){left:0;top:34%;}.download-app-section__status-card:nth-child(2){right:0;top:22%;}.download-app-section__status-card:nth-child(3){right:0;bottom:18%;}}/* SMALL MOBILE */ @media (max-width:480px){.download-app-section{padding:56px 6px;}.download-app-section__inner{padding:30px 16px;border-radius:22px;}.download-app-section__stores{gap:8px;}.download-app-section__stores a:first-child img{height:28px;}.download-app-section__stores a:nth-child(2) img{height:42px;}.download-app-section__webapp{height:42px;padding:0 14px;font-size:13px;}.download-app-section__hardware-card{grid-template-columns:82px 1fr;gap:12px;padding:14px;}.download-app-section__hardware-card img{width:82px;height:82px;}.download-app-section__hardware-card h3{font-size:17px;}.download-app-section__hardware-card p{font-size:13px;}.download-app-section__hardware-card a{min-height:46px;font-size:13px;padding:0 14px;}.download-app-section__visual{min-height:370px;}.download-app-section__phone{max-width:190px;}.download-app-section__status-card{width:118px;padding:7px;gap:5px;}.download-app-section__status-card img{width:20px;height:20px;}.download-app-section__status-card span{font-size:5.5px;}.download-app-section__status-card h4{font-size:9.5px;}.download-app-section__status-card p{font-size:7.5px;}}