.ap-main .ap-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px;text-align:center}.ap-main .ap-state-title{font-size:20px;color:var(--text4);letter-spacing:-.4px}.ap-main .ap-state-text{font-size:15px;color:var(--text2)}.ap-main .hero{position:relative;height:780px;overflow:hidden}.ap-main .hero-background{position:absolute;inset:0}.ap-main .carousel{position:relative;width:100%;height:100%}.ap-main .carousel-image{position:absolute;left:0;top:-11%;width:100%;height:122%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity 1.5s ease-in-out}.ap-main .carousel-image.active{opacity:1}.ap-main .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,0,4,.34),rgba(255,0,0,.14));mix-blend-mode:multiply}.ap-main .hero-content{position:relative;z-index:10;padding:274px var(--side-padding) 0;display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.ap-main .hero-text{min-width:0}.ap-main .hero-text-copy{animation:heroTextFade .6s ease}@keyframes heroTextFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ap-main .hero-text-copy{animation:none}}.ap-main .hero-text h1{font-size:64px;font-weight:400;color:#fff;margin-bottom:4px}.ap-main .hero-text p{font-size:24px;color:#fff;letter-spacing:-.48px;margin-bottom:24px}.ap-main .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background-color:var(--black);color:#fff;border:none;border-radius:99px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s}.ap-main .btn-primary:hover{transform:translateY(-2px)}.ap-main .hero-text .btn-primary{width:176px;height:44px}.ap-main .search-panel{background:rgba(0,0,0,.12);backdrop-filter:blur(50px);border-radius:24px;padding:34px;display:flex;flex-direction:column;gap:24px;width:356px;flex-shrink:0}.ap-main .search-field{display:flex;gap:8px;align-items:center;position:relative}.ap-main .field-icon{width:28px;height:28px;flex-shrink:0}.ap-main .field-input{flex:1;display:flex;align-items:center;justify-content:space-between;padding:15px 16px;cursor:pointer;border:1px solid var(--stroke);border-radius:99px;color:#fff;font-size:14px;background:transparent;font-family:Montserrat,sans-serif;text-align:left}.ap-main .field-input img,.ap-main .field-input svg{flex-shrink:0}.ap-main .type-field{position:relative}.ap-main .location-dropdown{max-height:320px;overflow-y:auto}.ap-main .location-dropdown .type-option{display:flex;align-items:center;justify-content:space-between;gap:18px}.ap-main .loc-count{color:rgba(255,255,255,.45);font-size:12px;flex-shrink:0}.ap-main .type-dropdown{position:absolute;top:calc(100% + 10px);left:36px;width:-moz-max-content;width:max-content;min-width:200px;background:var(--black);border:1px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.25);padding:8px;z-index:100;display:flex;flex-direction:column;gap:2px}.ap-main .type-option{background:transparent;border:none;padding:12px 20px;text-align:left;font-family:Montserrat,sans-serif;font-size:14px;color:#fff;border-radius:16px;cursor:pointer;transition:all .2s ease;width:100%;white-space:nowrap}.ap-main .type-option:hover{background:rgba(255,255,255,.15)}.ap-main .type-option.active{background:rgba(255,255,255,.25);color:#fff;font-weight:500}.ap-main .price-slider{display:flex;gap:8px;align-items:center;overflow:visible}.ap-main .slider-input{flex:1;padding:15px 16px;border:1px solid var(--stroke);border-radius:99px;color:#fff;font-size:14px;position:relative}.ap-main .range-slider-container{width:100%;position:static}.ap-main .range-label{font-size:14px;color:#fff;text-align:center;font-weight:400;line-height:1.3;white-space:nowrap;display:block}.ap-main .range-slider{position:absolute;left:34px;right:34px;bottom:0;height:14px;transform:translateY(50%)}.ap-main .slider-track{background:var(--stroke)}.ap-main .slider-range,.ap-main .slider-track{position:absolute;width:100%;height:1px;top:50%;left:0;transform:translateY(-50%)}.ap-main .slider-range{background:#fff;transition:all .15s ease}.ap-main .range-input{position:absolute;top:50%;left:0;width:100%;height:14px;background:none;pointer-events:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transform:translateY(-50%);margin:0;padding:0}.ap-main .range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;pointer-events:auto;box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transition:transform .2s ease;transition:transform .2s ease;margin-top:-6px}.ap-main .range-input::-webkit-slider-thumb:hover{transform:scale(1.1)}.ap-main .range-input::-webkit-slider-runnable-track{width:100%;height:2px;background:transparent;border:none}.ap-main .range-input::-moz-range-track{width:100%;height:2px;background:transparent;border:none}.ap-main .range-input::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#fff;cursor:pointer;pointer-events:auto;border:none;box-shadow:0 2px 4px rgba(0,0,0,.2)}.ap-main .btn-search{width:100%;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background-color:var(--black);color:#fff;border:none;border-radius:99px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer;height:44px}.ap-main .hero-navigation{position:absolute;bottom:92px;left:var(--side-padding);display:flex;align-items:end;gap:12px;z-index:10}.ap-main .nav-arrows{display:flex;gap:8px}.ap-main .nav-arrow{background:transparent;border:none;cursor:pointer;width:48px;height:48px;padding:0}.ap-main .slide-indicator{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.ap-main .slide-indicator .slide-country{color:#fff;font-size:24px;letter-spacing:-.48px;white-space:nowrap}.ap-main .indicator-dots{display:flex;gap:2px}.ap-main .dot{width:70px;height:4px;background:rgba(0,0,0,.44);border:none;border-radius:99px;cursor:pointer;padding:0;transition:background .3s ease}.ap-main .dot:hover{background:rgba(255,255,255,.7)}.ap-main .dot.active{background:#fff}.ap-main .stats{padding:100px 0}.ap-main .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);text-align:center}.ap-main .stat-item{padding:24px;border-right:2px solid var(--stroke)}.ap-main .stat-item:last-child{border-right:none}.ap-main .stat-item h3{font-size:34px;font-weight:500;color:var(--text4);margin-bottom:12px}.ap-main .stat-item p{font-size:20px;color:var(--text2);letter-spacing:-.4px}.ap-main .location-cards{padding:100px 0}.ap-main .cards-grid{display:flex;flex-direction:column;gap:20px}.ap-main .cards-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.ap-main .location-card{position:relative;width:100%;height:260px;border-radius:24px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.ap-main .location-card:hover{transform:translateY(-2px)}.ap-main .card-bg{position:absolute;inset:0;width:100%;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.ap-main .card-content{position:relative;z-index:2;height:100%;padding:24px}.ap-main .card-flag{position:absolute;top:15px;left:24px;width:36px;height:25px}.ap-main .card-flag img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.ap-main .card-info{position:absolute;bottom:24px;left:24px;right:24px;display:flex;flex-direction:column;gap:10px}.ap-main .card-info h3{font-size:48px;font-weight:400;color:#fff;line-height:1.3;margin:0}.ap-main .card-tags{display:flex;flex-wrap:wrap;gap:4px}.ap-main .card-tags .tag{display:inline-flex;align-items:center;padding:2px 12px;background:rgba(0,0,0,.7);border-radius:99px;color:#fff;font-size:14px;font-weight:400;line-height:1.3;white-space:nowrap}.ap-main .card-hover{position:absolute;inset:0;background:#fff;border:1px solid var(--stroke);border-radius:24px;padding:34px 44px 24px;display:flex;flex-direction:column;justify-content:space-between;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:3}.ap-main .location-card:hover .card-hover{opacity:1;visibility:visible}.ap-main .hover-content{display:flex;gap:44px}.ap-main .hover-column{flex:0 0 auto}.ap-main .hover-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ap-main .hover-column li{display:flex;align-items:center;gap:8px}.ap-main .hover-column li:before{content:"";width:4px;height:4px;background:var(--black);border-radius:50%;flex-shrink:0}.ap-main .hover-column li a{font-size:16px;font-weight:400;line-height:1.3;color:var(--text3);text-decoration:none;cursor:pointer;transition:color .2s ease}.ap-main .hover-column li a:hover{color:var(--text4)}.ap-main .hover-column li a.active{color:var(--text4);text-decoration:underline;text-underline-position:from-font}.ap-main .btn-view-all{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:auto;min-width:123px;max-width:100%;min-height:34px;padding:8px 22px;background:var(--black);border:none;border-radius:99px;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin:0 auto;flex-shrink:0;text-decoration:none}.ap-main .btn-view-all:hover{transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.ap-main .hot-offers{padding:100px 0}.ap-main .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px}.ap-main .section-header h2{font-size:48px;font-weight:400;color:var(--black)}.ap-main .section-nav{display:flex;gap:8px}.ap-main .section-nav .nav-arrow{width:48px;height:48px;background:transparent;border:none;cursor:pointer;padding:0}.ap-main .offers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.ap-main .section-footer{text-align:center}.ap-main .btn-outline{display:inline-flex;align-items:center;padding:14px 32px;background:transparent;border:2px solid var(--black);color:var(--black);border-radius:99px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s}.ap-main .btn-outline:hover{background:var(--black);color:#fff}.ap-main .about{padding:100px 0;background:#fff}.ap-main .about-content{display:flex;align-items:stretch;background:var(--black);border-radius:24px;overflow:hidden;min-height:445px}.ap-main .about-image{flex:0 0 489px}.ap-main .about-image img{width:100%;height:100%;min-height:445px;-o-object-fit:cover;object-fit:cover}.ap-main .about-text{flex:1;padding:56px 84px;display:flex;flex-direction:column;justify-content:center;color:#fff}.ap-main .about-text .section-nav{align-self:flex-end;margin-bottom:24px}.ap-main .about-text .nav-arrow circle{stroke:rgba(255,255,255,.4)}.ap-main .about-text .nav-arrow path{stroke:#fff}.ap-main .about-text h2{font-size:34px;font-weight:400;margin-bottom:20px;color:#fff}.ap-main .about-text p{font-size:16px;line-height:1.3;color:rgba(255,255,255,.85);margin-bottom:30px}.ap-main .about-text .btn-primary{align-self:flex-start;background-color:#fff;color:var(--black);height:44px;padding:8px 24px}.ap-main .about-text .btn-primary:hover{background-color:#f0f0f0}.ap-main .company-info{padding:100px 0}.ap-main .company-info h2{font-size:48px;font-weight:400;margin-bottom:50px}.ap-main .company-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.ap-main .company-logo{display:flex;align-items:center;justify-content:center}.ap-main .company-logo img{max-width:350px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.ap-main .company-text h3{font-size:32px;font-weight:500;margin-bottom:20px}.ap-main .company-text p{font-size:16px;line-height:1.6;color:var(--text2);margin-bottom:16px}.ap-main .alliance-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding-top:40px;border-top:2px solid var(--stroke)}.ap-main .alliance-logo{display:flex;align-items:center;justify-content:center}.ap-main .alliance-logo img{max-width:346px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.ap-main .alliance-text h3{font-size:28px;font-weight:500;margin-bottom:20px}.ap-main .alliance-text p{font-size:16px;line-height:1.6;color:var(--text2);margin-bottom:16px}.ap-main .partner-cta{padding:100px 0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.35)),url(/alpha/property.jpg) 50% /cover}.ap-main .partner-content{max-width:600px;color:#fff}.ap-main .partner-content h2{font-size:44px;font-weight:400;margin-bottom:20px}.ap-main .partner-content p{font-size:18px;line-height:1.5;margin-bottom:30px}.ap-main .partner-content .btn-primary{height:44px;padding:8px 24px;background:#fff;color:var(--black)}.ap-main .news{padding:100px 0;background:var(--grey-bg)}.ap-main .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ap-main .news-card{background:#fff;border-radius:12px;overflow:hidden}.ap-main .news-image{height:240px}.ap-main .news-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ap-main .news-content{padding:20px}.ap-main .news-date{font-size:12px;color:var(--text2)}.ap-main .news-content h4{font-size:20px;font-weight:600;margin:12px 0}.ap-main .news-content p{font-size:14px;line-height:1.5;color:var(--text2);margin-bottom:16px}.ap-main .news-link{color:var(--black);text-decoration:none;font-weight:600;font-size:14px}.ap-main .news-link:hover{text-decoration:underline}.ap-main .contact-section{padding:100px 0}.ap-main .contact-form-wide{background:var(--grey-bg);border-radius:40px;padding:34px 42px;display:flex;gap:60px;min-height:260px;position:relative}.ap-main .form-header{flex:0 0 370px;display:flex;flex-direction:column;gap:16px}.ap-main .form-title{font-family:Lora,serif;font-weight:400;font-size:34px;color:var(--text4);line-height:1.3}.ap-main .form-description{font-size:16px;color:var(--text4);line-height:1.3}.ap-main .form-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.ap-main .contact-form{display:flex;flex-direction:column;gap:32px}.ap-main .form-row{display:flex;gap:20px}.ap-main .form-column{flex:1;display:flex;flex-direction:column;gap:16px;max-width:304px}.ap-main .input-group{width:100%}.ap-main .form-input{width:100%;height:56px;padding:14px 22px;background:#fff;border:none;border-radius:40px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;color:var(--text4);line-height:1.3;outline:none;transition:box-shadow .3s ease}.ap-main .form-input::-moz-placeholder{color:var(--text1)}.ap-main .form-input::placeholder{color:var(--text1)}.ap-main .form-input:focus{box-shadow:0 0 0 2px rgba(18,18,18,.1)}.ap-main .form-input:hover{box-shadow:0 2px 8px rgba(0,0,0,.1)}.ap-main .phone-input-wrapper{position:relative;background:#fff;border-radius:40px;height:56px;display:flex;align-items:center}.ap-main .country-selector{position:absolute;left:1px;top:1px;bottom:1px;width:55px;display:flex;align-items:center;justify-content:center;gap:4px;padding-left:12px;border-right:1px solid var(--stroke);background:#fff;border-radius:40px 0 0 40px}.ap-main .country-flag{width:20px;height:14px;-o-object-fit:cover;object-fit:cover;border-radius:2px}.ap-main .dropdown-icon{width:16px;height:16px}.ap-main .phone-input{padding-left:75px;background:transparent}.ap-main .message-input{resize:vertical;min-height:56px;max-height:120px;padding-top:18px;padding-bottom:18px}.ap-main .form-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-top:20px}.ap-main .checkbox-wrapper{flex:1;max-width:360px}.ap-main .checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ap-main .checkbox-input{position:absolute;opacity:0;width:0;height:0}.ap-main .checkbox-custom{flex-shrink:0;width:16px;height:16px;background:#fff;border:1px solid var(--stroke);border-radius:2px;position:relative;transition:all .3s ease;margin-top:2px}.ap-main .checkbox-input:checked+.checkbox-custom{background:var(--black);border-color:var(--black)}.ap-main .checkbox-input:checked+.checkbox-custom:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.ap-main .checkbox-text{font-size:12px;font-weight:300;color:var(--text4);line-height:1.3}.ap-main .privacy-link{color:var(--text4);text-decoration:underline;transition:color .3s ease}.ap-main .privacy-link:hover{color:var(--black)}.ap-main .submit-btn{height:52px;padding:8px 16px;min-width:228px;background:var(--black);border:none;border-radius:99px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:1.3;cursor:pointer;transition:all .3s ease;white-space:nowrap}.ap-main .submit-btn:hover{background:#2a2a2a;transform:translateY(-1px);box-shadow:0 4px 8px rgba(18,18,18,.2)}@media (max-width:1024px){.ap-main .hero-text h1{font-size:48px}.ap-main .news-grid,.ap-main .offers-grid,.ap-main .stats-grid{grid-template-columns:repeat(2,1fr)}.ap-main .stat-item{border-right:none;border-bottom:2px solid var(--stroke);padding:32px}.ap-main .stat-item:nth-child(2n){border-right:none}.ap-main .stat-item:last-child,.ap-main .stat-item:nth-last-child(2){border-bottom:none}.ap-main .cards-row{grid-template-columns:1fr}.ap-main .about-image{flex:0 0 380px}.ap-main .about-text{padding:48px}.ap-main .company-info h2,.ap-main .section-header h2{font-size:40px}}@media (max-width:768px){.ap-main .hero{height:auto;min-height:640px}.ap-main .hero-content{padding:140px var(--side-padding) 120px;flex-direction:column;gap:32px}.ap-main .hero-text h1{font-size:36px}.ap-main .hero-text p{font-size:18px}.ap-main .search-panel{width:100%;padding:24px;gap:20px}.ap-main .price-slider,.ap-main .search-field{width:100%}.ap-main .field-input,.ap-main .slider-input{min-height:48px}.ap-main .type-dropdown{left:0;right:0;width:auto;min-width:0;max-width:100%;max-height:260px;overflow-y:auto}.ap-main .location-dropdown{max-height:260px}.ap-main .hero-navigation{bottom:24px;gap:10px}.ap-main .hero-navigation .nav-arrow svg,.ap-main .nav-arrow{width:44px;height:44px}.ap-main .slide-indicator .slide-country{font-size:18px}.ap-main .dot{width:40px}.ap-main .stats{padding:60px 0}.ap-main .stats-grid{grid-template-columns:repeat(2,1fr)}.ap-main .stat-item h3{font-size:28px}.ap-main .stat-item p{font-size:16px}.ap-main .location-cards{padding:60px 0}.ap-main .location-card{height:auto;display:flex;flex-direction:column}.ap-main .card-content{position:relative;height:300px}.ap-main .card-bg{height:300px;top:0}.ap-main .card-info h3{font-size:36px}.ap-main .card-hover{position:static;inset:auto;opacity:1;visibility:visible;border-radius:0 0 24px 24px;border-top:none;padding:24px;gap:20px}.ap-main .hover-content{gap:24px;flex-wrap:wrap}.ap-main .btn-view-all{margin:0;width:100%;max-width:220px;height:44px}.ap-main .hot-offers{padding:60px 0}.ap-main .section-header{margin-bottom:32px}.ap-main .section-header h2{font-size:32px}.ap-main .offers-grid{display:grid;grid-auto-flow:column;grid-auto-columns:78%;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:8px}.ap-main .offers-grid::-webkit-scrollbar{display:none}.ap-main .offers-grid>*{scroll-snap-align:start;min-width:0}.ap-main .about{padding:60px 0}.ap-main .about-content{flex-direction:column}.ap-main .about-image{flex:1;width:100%}.ap-main .about-image img{min-height:240px;max-height:320px}.ap-main .about-text{padding:32px 24px}.ap-main .about-text h2{font-size:28px}.ap-main .company-info{padding:60px 0}.ap-main .company-info h2{font-size:32px;margin-bottom:32px}.ap-main .alliance-section,.ap-main .company-grid{grid-template-columns:1fr;gap:28px;margin-bottom:40px}.ap-main .company-text h3{font-size:26px}.ap-main .alliance-text h3{font-size:24px}.ap-main .partner-cta{padding:60px 0}.ap-main .partner-content h2{font-size:32px}.ap-main .partner-content p{font-size:16px}.ap-main .news{padding:60px 0}.ap-main .news-grid{grid-template-columns:1fr}.ap-main .contact-section{padding:60px 0}.ap-main .contact-form-wide{flex-direction:column;gap:32px;padding:28px 24px;border-radius:28px}.ap-main .form-header{flex:unset;max-width:100%}.ap-main .form-title{font-size:28px}.ap-main .form-row{flex-direction:column;gap:16px}.ap-main .form-column{max-width:100%}.ap-main .form-footer{flex-direction:column;gap:24px}.ap-main .checkbox-wrapper{max-width:100%}.ap-main .submit-btn{width:100%}}@media (max-width:480px){.ap-main .hero-content{padding:120px var(--side-padding) 110px}.ap-main .hero-text h1{font-size:30px}.ap-main .hero-text p{font-size:16px}.ap-main .stats-grid{grid-template-columns:1fr}.ap-main .stat-item{padding:24px}.ap-main .stat-item:nth-child(2n){border-bottom:2px solid var(--stroke)}.ap-main .stat-item:last-child{border-bottom:none}.ap-main .card-info h3{font-size:30px}.ap-main .offers-grid{grid-auto-columns:88%}.ap-main .company-info h2,.ap-main .partner-content h2,.ap-main .section-header h2{font-size:28px}.ap-main .about-text h2{font-size:24px}.ap-main .about-text{padding:28px 20px}.ap-main .form-title{font-size:24px}.ap-main .contact-form-wide{padding:24px 18px}.ap-main .dot{width:28px}}.ap-main .form-error{font-size:14px;color:#d33}.ap-main .form-success{font-size:14px;color:var(--text3)}.ap-main .submit-btn:disabled{opacity:.6;cursor:default}