.ap-invest{padding-bottom:20px}.ap-invest .breadcrumbs{display:flex;align-items:center;gap:8px;margin-top:44px;margin-bottom:22px}.ap-invest .breadcrumb-link{color:var(--text1);text-decoration:none;font-size:14px}.ap-invest .breadcrumb-link:hover{color:var(--text3)}.ap-invest .breadcrumb-current{color:var(--black);font-size:14px}.ap-invest .hero-section{position:relative;min-height:534px;border-radius:24px;overflow:hidden;margin-bottom:100px}.ap-invest .hero-background{position:absolute;inset:0}.ap-invest .hero-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ap-invest .hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.34)}.ap-invest .hero-content{position:relative;z-index:2;padding:44px 140px;min-height:534px;display:flex;flex-direction:column;justify-content:space-between;gap:40px}.ap-invest .hero-title{font-size:48px;font-weight:400;color:#fff;line-height:1.3;max-width:736px}.ap-invest .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:996px;margin:0 auto;width:100%}.ap-invest .benefit-card{background:rgba(0,0,0,.7);backdrop-filter:blur(12px);border-radius:24px;padding:24px 34px;display:flex;flex-direction:column;gap:10px;opacity:0;transform:translateY(24px);animation:ap-invest-fade-up .55s ease forwards}.ap-invest .benefit-card:nth-child(2){animation-delay:.08s}.ap-invest .benefit-card:nth-child(3){animation-delay:.16s}.ap-invest .benefit-card:nth-child(4){animation-delay:.24s}.ap-invest .benefit-header{display:flex;align-items:center;gap:10px}.ap-invest .benefit-icon{width:28px;height:28px;flex-shrink:0}.ap-invest .benefit-title{font-size:20px;font-weight:400;color:#fff;letter-spacing:-.4px}.ap-invest .benefit-description{font-size:14px;color:#fff;line-height:1.3}@keyframes ap-invest-fade-up{to{opacity:1;transform:translateY(0)}}.ap-invest .stats-section{margin-bottom:100px}.ap-invest .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ap-invest .stat-card{background:var(--grey-bg);border-radius:24px;padding:34px;display:flex;flex-direction:column;gap:8px}.ap-invest .stat-value{font-size:44px;font-weight:500;color:var(--black);line-height:1.1}.ap-invest .stat-label{font-size:15px;color:var(--text2)}.ap-invest .locations-section{margin-bottom:100px}.ap-invest .section-head{margin-bottom:34px;max-width:720px}.ap-invest .section-head p{margin-top:12px;font-size:16px;color:var(--text2)}.ap-invest .locations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ap-invest .location-card{position:relative;height:285px;border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .3s ease;border:none;padding:0;width:100%;text-align:left;font-family:inherit;display:block}.ap-invest .location-card:hover{transform:translateY(-5px)}.ap-invest .location-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ap-invest .location-overlay{position:absolute;inset:0;background:rgba(0,0,0,.1);transition:background .3s ease}.ap-invest .location-card:hover .location-overlay{background:rgba(0,0,0,.3)}.ap-invest .location-flag{position:absolute;top:22px;left:22px;width:36px;height:25px;-o-object-fit:cover;object-fit:cover;border-radius:3px}.ap-invest .location-title{position:absolute;bottom:12px;left:24px;right:24px;font-size:34px;font-weight:400;color:#fff;line-height:1.3}.ap-invest .calc-section{margin-bottom:100px}.ap-invest .calc-card{background:var(--black);border-radius:40px;padding:60px;display:grid;grid-template-columns:1fr 380px;gap:60px;align-items:center}.ap-invest .calc-title{font-size:34px;font-weight:400;color:#fff;margin-bottom:12px}.ap-invest .calc-sub{font-size:15px;color:rgba(255,255,255,.65);margin-bottom:34px;max-width:420px}.ap-invest .calc-field{margin-bottom:26px}.ap-invest .calc-field-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.ap-invest .calc-field-label{font-size:14px;color:rgba(255,255,255,.7)}.ap-invest .calc-field-value{font-size:18px;font-weight:500;color:#fff}.ap-invest .calc-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;border-radius:99px;background:rgba(255,255,255,.2);outline:none;cursor:pointer}.ap-invest .calc-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;cursor:pointer;border:none}.ap-invest .calc-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#fff;cursor:pointer;border:none}.ap-invest .calc-market{display:flex;flex-wrap:wrap;gap:8px}.ap-invest .calc-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:99px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;font-size:13px;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease}.ap-invest .calc-chip img{width:20px;height:14px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.ap-invest .calc-chip:hover{border-color:rgba(255,255,255,.55)}.ap-invest .calc-chip.is-active{background:#fff;color:var(--black);border-color:#fff}.ap-invest .calc-result{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:28px;padding:34px;display:flex;flex-direction:column;gap:20px}.ap-invest .calc-result-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ap-invest .calc-result-label{font-size:14px;color:rgba(255,255,255,.6)}.ap-invest .calc-result-value{font-size:18px;font-weight:500;color:#fff}.ap-invest .calc-result-hero{border-top:1px solid rgba(255,255,255,.14);padding-top:24px}.ap-invest .calc-result-hero .calc-result-value{font-size:40px;font-weight:600;color:#fff}.ap-invest .calc-result-note{font-size:12px;color:rgba(255,255,255,.45)}.ap-invest .token-section{margin-bottom:100px}.ap-invest .token-card{position:relative;overflow:hidden;border-radius:40px;background:var(--grey-bg);display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px;align-items:center}.ap-invest .token-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid var(--stroke);border-radius:99px;font-size:13px;color:var(--text3);margin-bottom:20px}.ap-invest .token-badge img{width:20px;height:20px}.ap-invest .token-title{font-size:34px;font-weight:400;color:var(--black);margin-bottom:16px}.ap-invest .token-text{font-size:16px;color:var(--text2);margin-bottom:26px;max-width:460px}.ap-invest .token-list{display:flex;flex-direction:column;gap:14px;margin-bottom:30px;list-style:none}.ap-invest .token-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:var(--text3)}.ap-invest .token-check{width:22px;height:22px;flex-shrink:0;border-radius:50%;background:var(--black);color:#fff}.ap-invest .token-check,.ap-invest .token-visual{display:flex;align-items:center;justify-content:center}.ap-invest .token-visual{position:relative;height:100%;min-height:320px;border-radius:28px;overflow:hidden;background:linear-gradient(160deg,#1a1a1a,#333)}.ap-invest .token-visual img{width:120px;height:120px}.ap-invest .cta-section{margin-bottom:40px}.ap-invest .cta-card{background:var(--black);border-radius:40px;padding:60px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ap-invest .cta-title{font-size:34px;font-weight:400;color:#fff;margin-bottom:16px}.ap-invest .cta-text{font-size:16px;color:rgba(255,255,255,.7);max-width:420px}.ap-invest .cta-form{display:flex;flex-direction:column;gap:16px}.ap-invest .cta-input,.ap-invest .cta-textarea{width:100%;padding:16px 20px;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff;font-family:inherit;font-size:15px;outline:none;transition:border-color .2s ease}.ap-invest .cta-input::-moz-placeholder,.ap-invest .cta-textarea::-moz-placeholder{color:rgba(255,255,255,.45)}.ap-invest .cta-input::placeholder,.ap-invest .cta-textarea::placeholder{color:rgba(255,255,255,.45)}.ap-invest .cta-input:focus,.ap-invest .cta-textarea:focus{border-color:rgba(255,255,255,.6)}.ap-invest .cta-phone{--ap-phone-h:54px;border-radius:16px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06)}.ap-invest .cta-phone .ap-phone-country{border-radius:16px 0 0 16px;border-right-color:rgba(255,255,255,.2);background:transparent}.ap-invest .cta-phone .ap-phone-country:focus,.ap-invest .cta-phone .ap-phone-country:hover{background:rgba(255,255,255,.12)}.ap-invest .cta-phone .ap-phone-field{background:transparent;color:#fff;font-size:15px}.ap-invest .cta-phone .ap-phone-field::-moz-placeholder{color:rgba(255,255,255,.45)}.ap-invest .cta-phone .ap-phone-field::placeholder{color:rgba(255,255,255,.45)}.ap-invest .cta-textarea{resize:vertical;min-height:96px}.ap-invest .cta-success{padding:16px 20px;border-radius:16px;background:rgba(255,255,255,.1);color:#fff;font-size:15px;text-align:center}.ap-invest .cta-consent{font-size:12px;color:rgba(255,255,255,.45)}.ap-invest,.ap-invest .calc-card,.ap-invest .cta-card,.ap-invest .hero-content,.ap-invest .token-card{min-width:0}.ap-invest img{max-width:100%}@media (max-width:1200px){.ap-invest .hero-content{padding:40px 60px}.ap-invest .hero-title{font-size:40px}.ap-invest .locations-grid,.ap-invest .stats-grid{grid-template-columns:repeat(2,1fr)}.ap-invest .calc-card{grid-template-columns:1fr;gap:40px}}@media (max-width:1024px){.ap-invest .hero-section{min-height:0;margin-bottom:72px}.ap-invest .hero-content{padding:40px 44px;min-height:0}.ap-invest .hero-title{font-size:38px;max-width:none}.ap-invest .calc-section,.ap-invest .locations-section,.ap-invest .stats-section,.ap-invest .token-section{margin-bottom:72px}.ap-invest .calc-card,.ap-invest .cta-card,.ap-invest .token-card{padding:44px}.ap-invest .cta-card,.ap-invest .token-card{gap:44px}.ap-invest .calc-card{grid-template-columns:1fr;gap:44px;align-items:stretch}.ap-invest .calc-result{max-width:480px}}@media (max-width:768px){.ap-invest .breadcrumbs{margin-top:24px;margin-bottom:18px}.ap-invest .hero-section{margin-bottom:56px}.ap-invest .hero-content{padding:30px;min-height:0;gap:28px}.ap-invest .hero-title{font-size:30px}.ap-invest .benefits-grid{grid-template-columns:1fr;gap:16px;max-width:none}.ap-invest .benefit-card{padding:20px 22px}.ap-invest .calc-section,.ap-invest .locations-section,.ap-invest .stats-section,.ap-invest .token-section{margin-bottom:56px}.ap-invest .stats-grid{grid-template-columns:repeat(2,1fr);gap:14px}.ap-invest .stat-card{padding:24px}.ap-invest .stat-value{font-size:34px}.ap-invest .locations-grid{grid-template-columns:1fr}.ap-invest .location-card{height:240px}.ap-invest .location-title{font-size:26px}.ap-invest .section-head{margin-bottom:24px}.ap-invest .calc-card,.ap-invest .cta-card,.ap-invest .token-card{padding:30px;border-radius:28px}.ap-invest .cta-card,.ap-invest .token-card{grid-template-columns:1fr;gap:30px}.ap-invest .calc-card{gap:30px}.ap-invest .calc-title,.ap-invest .cta-title,.ap-invest .token-title{font-size:26px}.ap-invest .calc-result{max-width:none;padding:28px}.ap-invest .calc-result-hero .calc-result-value{font-size:34px}.ap-invest .calc-chip{padding:10px 14px;font-size:14px}.ap-invest .calc-slider{height:6px}.ap-invest .calc-slider::-webkit-slider-thumb{width:26px;height:26px}.ap-invest .calc-slider::-moz-range-thumb{width:26px;height:26px}.ap-invest .token-visual{min-height:220px}.ap-invest .cta-input,.ap-invest .cta-textarea{padding:14px 16px;font-size:16px}}@media (max-width:480px){.ap-invest .hero-content{padding:24px 20px;gap:24px}.ap-invest .hero-title{font-size:26px;line-height:1.25}.ap-invest .benefit-title{font-size:18px}.ap-invest .stats-grid{grid-template-columns:1fr}.ap-invest .stat-value{font-size:32px}.ap-invest .location-card{height:210px}.ap-invest .location-title{font-size:24px}.ap-invest .section-title{font-size:26px}.ap-invest .calc-card,.ap-invest .cta-card,.ap-invest .token-card{padding:24px 20px;border-radius:24px}.ap-invest .calc-title,.ap-invest .cta-title,.ap-invest .token-title{font-size:23px}.ap-invest .calc-result{padding:22px;gap:16px}.ap-invest .calc-result-value{font-size:16px}.ap-invest .calc-result-hero .calc-result-value{font-size:30px}.ap-invest .calc-field-value{font-size:16px}.ap-invest .calc-market{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px;scrollbar-width:none}.ap-invest .calc-market::-webkit-scrollbar{display:none}.ap-invest .calc-chip{flex:0 0 auto}.ap-invest .cta-text,.ap-invest .token-text{font-size:15px}}.ap-invest .cta-error{font-size:14px;color:#ffb4b4}.ap-invest .cta-form button:disabled{opacity:.6;cursor:default}