:root{--apt-blue:#0b63f6;--apt-blue2:#155eef;--apt-coral:#ff5d62;--apt-ink:#0f1f3d;--apt-muted:#667085;--apt-line:#e5eaf2;--apt-soft:#f6f9fe;--apt-success:#16a36a;--apt-warning:#f59e0b;--apt-radius:18px;--apt-shadow:0 14px 34px rgba(15,31,61,.08)}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.apt-page{margin:0;background:#fff;color:var(--apt-ink);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:15px;line-height:1.5}
.apt-page a{text-decoration:none;color:inherit}
.apt-page img{max-width:100%;height:auto}
.apt-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.apt-site-header{position:sticky;top:0;z-index:120;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--apt-line)}
.apt-header-inner{height:72px;width:min(1220px,calc(100% - 32px));margin:auto;display:flex;align-items:center;gap:28px}
.apt-brand{display:inline-flex;align-items:center;gap:9px;font-weight:800;white-space:nowrap}
.apt-brand-icon{width:34px;height:34px;border:2px solid var(--apt-coral);border-radius:10px;display:grid;place-items:center;color:var(--apt-blue);font-size:23px}
.apt-brand-name{font-size:23px;color:var(--apt-coral);letter-spacing:-.5px}
.apt-brand-name span{color:var(--apt-blue)}
.apt-brand-logo{display:block;height:40px;width:auto;max-width:220px}
.apt-brand{gap:0}
.apt-main-nav{display:flex;align-items:center;gap:8px;flex:1}
.apt-main-nav a{padding:10px 13px;border-radius:10px;color:#25324b;font-weight:600}
.apt-main-nav a:hover,.apt-main-nav a.is-active{color:var(--apt-blue);background:#eef5ff}
.apt-header-actions{display:flex;align-items:center;gap:14px}
.apt-lang-switch{display:flex;border:1px solid var(--apt-line);border-radius:10px;overflow:hidden}
.apt-lang-switch a{font-size:12px;padding:7px 8px;color:var(--apt-muted)}
.apt-lang-switch a.is-active{background:#edf4ff;color:var(--apt-blue);font-weight:700}
.apt-icon-link{width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--apt-line);border-radius:50%;font-size:20px}
.apt-site-footer{border-top:1px solid var(--apt-line);margin-top:70px;background:#fff}
.apt-footer-inner{width:min(1180px,calc(100% - 40px));margin:auto;padding:44px 0 30px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:38px}
.apt-footer-brand p{max-width:330px;color:var(--apt-muted);margin-top:15px}
.apt-footer-col{display:flex;flex-direction:column;gap:9px;color:var(--apt-muted)}
.apt-footer-col b{color:var(--apt-ink);margin-bottom:5px}
.apt-footer-col a:hover{color:var(--apt-blue)}
.apt-footer-bottom{border-top:1px solid var(--apt-line);padding:18px 20px;text-align:center;color:#98a2b3;font-size:13px}
.apt-eyebrow{display:inline-block;color:var(--apt-blue);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}
.apt-primary-btn,.apt-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:12px;font-weight:800;border:0;cursor:pointer}
.apt-primary-btn{background:linear-gradient(135deg,var(--apt-coral),#ff6f61);color:#fff!important;box-shadow:0 10px 24px rgba(255,93,98,.25)}
.apt-secondary-btn{background:var(--apt-blue);color:#fff!important}
.apt-outline-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid #cfd8e8;border-radius:11px;color:#344054;background:#fff;font-weight:700}
.apt-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}
.apt-section-heading h2{font-size:30px;line-height:1.2;margin:0;letter-spacing:-.6px}
.apt-section-heading>a{color:var(--apt-blue);font-weight:700}


/* ================= HOME ================= */.apt-hero{position:relative;min-height:510px;background:url('/assets/aptmn/images/cover_new.webp') center/cover no-repeat;display:flex;align-items:center}
.apt-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.88) 42%,rgba(255,255,255,.1) 75%)}
.apt-hero-content{position:relative;z-index:2;padding:70px 0 40px}
.apt-hero-copy{max-width:610px}
.apt-hero-copy h1{font-size:52px;line-height:1.06;letter-spacing:-1.7px;margin:0 0 18px}
.apt-hero-copy p{font-size:19px;color:#526078;max-width:560px}
.apt-search-panel{margin-top:45px;background:#fff;border:1px solid rgba(215,224,238,.9);border-radius:20px;box-shadow:var(--apt-shadow);padding:13px;display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:8px;max-width:980px}
.apt-search-choice{display:grid;grid-template-columns:38px 1fr;column-gap:10px;align-items:center;padding:10px 13px;border-right:1px solid var(--apt-line);border-radius:11px}
.apt-search-choice>span{grid-row:1/3;width:38px;height:38px;border-radius:10px;background:#eef5ff;color:var(--apt-blue);display:grid;place-items:center;font-size:20px}
.apt-search-choice small{color:#98a2b3;font-size:11px;text-transform:uppercase}
.apt-search-choice strong{font-size:14px}
.apt-home-section{padding:52px 0}
.apt-feature-chips{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:48px}
.apt-feature-chips span{border:1px solid var(--apt-line);background:#fff;border-radius:12px;padding:13px 8px;text-align:center;color:#344054;font-size:13px}
.apt-property-grid{display:grid;gap:18px}
.apt-property-grid-4{grid-template-columns:repeat(4,1fr)}
.apt-property-card{border:1px solid var(--apt-line);border-radius:16px;background:#fff;overflow:hidden;transition:.2s;box-shadow:0 6px 20px rgba(15,31,61,.04)}
.apt-property-card:hover{transform:translateY(-3px);box-shadow:var(--apt-shadow)}
.apt-property-photo{height:200px;position:relative;background:#eef2f7}
.apt-property-photo img{width:100%;height:100%;object-fit:cover}
.apt-card-badge{position:absolute;right:12px;top:12px;background:rgba(15,31,61,.88);color:#fff;border-radius:10px;padding:6px 9px;font-weight:800}
.apt-property-body{padding:16px}
.apt-property-body small{color:#7a8699}
.apt-property-body h3{font-size:17px;margin:6px 0 11px;line-height:1.25}
.apt-card-meta{display:flex;flex-wrap:wrap;gap:12px;color:#667085;font-size:13px}
.apt-card-price{display:flex;align-items:baseline;gap:5px;margin-top:14px}
.apt-card-price strong{color:var(--apt-coral);font-size:19px}
.apt-card-price span{color:#98a2b3;font-size:12px}
.apt-home-soft{background:linear-gradient(180deg,#f8fbff,#fff);padding:48px 0}
.apt-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.apt-value-grid>div{background:#fff;border:1px solid var(--apt-line);border-radius:16px;padding:22px;min-height:150px}
.apt-value-grid i{display:grid;width:42px;height:42px;place-items:center;background:#eef5ff;border-radius:12px;color:var(--apt-blue);font-style:normal;font-weight:800;margin-bottom:14px}
.apt-value-grid b{display:block;font-size:16px}
.apt-value-grid p{color:var(--apt-muted);font-size:13px;margin-bottom:0}
.apt-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.apt-steps>div{border:1px solid var(--apt-line);border-radius:16px;padding:24px;position:relative}
.apt-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--apt-blue);color:#fff;font-weight:800;margin-bottom:14px}
.apt-steps b{font-size:17px}
.apt-steps p{color:var(--apt-muted);margin-bottom:0}


/* ================= LIST ================= */.apt-list-page{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:36px 0 20px}
.apt-list-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.apt-list-hero h1{font-size:34px;margin:0}
.apt-list-hero p{margin:5px 0 0;color:var(--apt-muted)}
.apt-list-actions{display:flex;gap:8px;flex-wrap:wrap}
.apt-filter-strip{display:flex;gap:10px;flex-wrap:wrap;padding:14px;border:1px solid var(--apt-line);border-radius:16px;background:#fff;margin-bottom:20px}
.apt-filter-chip{padding:9px 13px;border-radius:10px;background:#f8faff;border:1px solid #e8edf5;color:#475467;font-size:13px;font-weight:600}
.apt-list-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.apt-list-card{border:1px solid var(--apt-line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 5px 16px rgba(15,31,61,.04)}
.apt-list-card-photo{display:block;width:100%;height:220px;position:relative;overflow:hidden;background:#eef2f7}
.apt-list-card-photo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important}
.apt-status-pill{position:absolute;left:12px;top:12px;background:#e9fff5;color:#147a55;border:1px solid #c8f1df;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}
.apt-list-card-body{display:block!important;visibility:visible!important;opacity:1!important;padding:16px;position:relative;z-index:1;background:#fff}
.apt-list-card-title{display:flex;justify-content:space-between;align-items:start;gap:12px}
.apt-list-card-title h3{font-size:17px;margin:0;line-height:1.25}
.apt-list-card-title strong{color:var(--apt-coral);font-size:18px;white-space:nowrap}
.apt-list-location{color:#7b879a;font-size:13px;margin:7px 0 12px}
.apt-list-meta{display:flex;gap:13px;flex-wrap:wrap;color:#667085;font-size:13px}
.apt-list-meta span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.apt-list-meta img{display:block!important;width:18px!important;height:18px!important;max-width:18px!important;object-fit:contain!important;flex:0 0 18px}
.apt-date-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid #edf0f5}
.apt-date-actions .btn,.apt-date-actions .apt-date-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:34px;padding:8px 9px!important;border-radius:9px!important;font-size:12px!important;font-weight:700!important;border:1px solid transparent!important;text-decoration:none!important;visibility:visible!important;opacity:1!important}
.apt-date-actions .button_green{background:#eef5ff!important;color:var(--apt-blue)!important}
.apt-date-actions .button_green2{background:#fff0f1!important;color:#e44850!important;border-color:#ffcfd2!important}
.apt-date-actions .button_gray{background:#f2f4f7!important;color:#98a2b3!important}

.apt-list-card-footer{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #edf0f5;visibility:visible!important;opacity:1!important}
.apt-list-card-price{display:flex;flex-direction:column;gap:1px}
.apt-list-card-price small{font-size:11px;color:#8a94a6}
.apt-list-card-price strong{display:block!important;color:var(--apt-coral)!important;font-size:21px!important;line-height:1.15!important;white-space:nowrap;visibility:visible!important;opacity:1!important}
.apt-card-detail-btn{display:inline-flex!important;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:10px;background:var(--apt-blue)!important;color:#fff!important;font-size:13px;font-weight:800;white-space:nowrap;visibility:visible!important;opacity:1!important}
.apt-card-detail-btn:hover{background:#0757dc!important}

.apt-list-empty{text-align:center;padding:70px 20px;color:var(--apt-muted)}


/* ================= MAP ================= */body.apt-page-map{overflow:hidden}
.apt-page-map .apt-site-footer{display:none}
.apt-map-page{height:calc(100vh - 72px);display:grid;grid-template-columns:390px 1fr;background:#f8faff}
.apt-map-sidebar{background:#fff;border-right:1px solid var(--apt-line);display:flex;flex-direction:column;min-width:0;z-index:3}
.apt-map-sidebar-head{padding:18px 18px 12px;border-bottom:1px solid var(--apt-line)}
.apt-map-sidebar-head h1{font-size:24px;margin:0 0 4px}
.apt-map-sidebar-head p{color:var(--apt-muted);margin:0;font-size:13px}
.apt-map-toolbar{display:flex;gap:8px;margin-top:13px}
.apt-map-results{overflow:auto;padding:12px}
.apt-map-result{display:grid;grid-template-columns:118px 1fr;gap:12px;border:1px solid var(--apt-line);border-radius:14px;overflow:hidden;margin-bottom:11px;background:#fff}
.apt-map-result img{width:118px;height:108px;object-fit:cover}
.apt-map-result-body{padding:10px 10px 8px 0}
.apt-map-result-body b{display:block;line-height:1.2}
.apt-map-result-body small{display:block;color:#7a8699;margin:5px 0}
.apt-map-result-price{color:var(--apt-coral);font-weight:800}
.apt-map-canvas{position:relative;min-width:0}
.apt-map-canvas #mapid{position:absolute!important;inset:0!important;width:100%!important;height:100%!important}
.apt-map-floating{position:absolute;left:18px;top:18px;z-index:5;background:#fff;border:1px solid var(--apt-line);border-radius:12px;box-shadow:var(--apt-shadow);padding:10px 13px;font-size:13px;font-weight:700;color:#344054}


/* ================= ORDER ================= */.apt-order-page{width:min(1160px,calc(100% - 40px));margin:0 auto;padding:34px 0}
.apt-order-top{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.apt-order-top h1{font-size:32px;margin:0}
.apt-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.apt-order-main{display:flex;flex-direction:column;gap:16px}
.apt-order-card,.apt-order-summary{border:1px solid var(--apt-line);border-radius:18px;background:#fff;box-shadow:0 6px 22px rgba(15,31,61,.04)}
.apt-order-card{padding:22px}
.apt-order-card h2,.apt-order-summary h2{font-size:19px;margin:0 0 16px}
.apt-order-summary{position:sticky;top:94px;overflow:hidden}
.apt-order-summary-photo{height:205px;background:#eef2f7}
.apt-order-summary-photo img{width:100%;height:100%;object-fit:cover}
.apt-order-summary-body{padding:20px}
.apt-order-summary-body h2{margin-bottom:6px}
.apt-summary-code{color:#7a8699;font-size:13px}
.apt-summary-tags{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.apt-summary-tags span{background:#f7f9fc;border:1px solid #e8edf4;border-radius:9px;padding:7px 9px;font-size:12px}
.apt-summary-price{border-top:1px solid var(--apt-line);padding-top:14px;margin-top:12px}
.apt-summary-price-row{display:flex;justify-content:space-between;gap:10px;margin:7px 0;color:#667085}
.apt-summary-price-row.total{font-size:18px;color:var(--apt-ink);font-weight:800}
.apt-summary-price-row.total span:last-child{color:var(--apt-coral)}
.apt-order-notice{border-radius:13px;padding:13px 15px;margin-top:12px}
.apt-order-notice.info{background:#eef5ff;color:#2458a6}
.apt-order-notice.success{background:#edfff7;color:#12734e}
.apt-date-picker-box #reportrange{width:100%!important;padding:14px 15px!important;border:1px solid #d7dfec!important;border-radius:11px!important;background:#fff!important}
.apt-date-stat{margin-top:12px;background:#f8faff;border-radius:12px;padding:13px;color:#526078;line-height:1.7}
.apt-price-lines{display:grid;gap:7px}
.apt-price-lines>div{display:flex;justify-content:space-between;gap:12px}
.apt-price-lines .apt-total-line{font-size:20px;font-weight:800;border-top:1px solid var(--apt-line);padding-top:13px;margin-top:5px}
.apt-price-lines .apt-total-line span:last-child{color:var(--apt-coral)}
.apt-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.apt-field{display:flex;flex-direction:column;gap:6px}
.apt-field.full{grid-column:1/-1}
.apt-field label{font-weight:700;font-size:13px}
.apt-field input[type=text],.apt-field input[type=file],.apt-field textarea{width:100%;min-height:46px;border:1px solid #d7dfec;border-radius:10px;padding:10px 12px;background:#fff;font:inherit}
.apt-field input:focus,.apt-field textarea:focus{outline:2px solid #dbeafe;border-color:#9dc1ff}
.apt-order-submit{width:100%;min-height:54px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--apt-coral),#ff6f61);color:#fff;font-size:16px;font-weight:800;cursor:pointer}
.apt-order-submit:hover{filter:brightness(.98)}
.apt-house-rules{margin-top:18px;padding-top:18px;border-top:1px solid var(--apt-line)}
.apt-payment-note{font-size:13px;color:#667085;margin-top:12px}
.apt-page-order .msg_box{border-radius:12px!important;padding:13px 15px!important;margin:10px 0!important}
.apt-page-order .error-msg{background:#fff1f1!important;color:#b42318!important}
.apt-page-order .info-msg{background:#eef5ff!important;color:#2458a6!important}
.apt-page-order .success-msg{background:#edfff7!important;color:#137653!important}


/* ============ EXISTING DETAIL COMPATIBILITY ============ */.apt-page-view .bairbox,.apt-page-viewd .bairbox{width:min(1080px,calc(100% - 40px));margin:32px auto!important}
.apt-page-view .list,.apt-page-viewd .list{width:100%!important;border-collapse:separate!important;border-spacing:0 10px!important}
.apt-page-view .list td,.apt-page-viewd .list td{background:#fff;border-top:1px solid var(--apt-line);border-bottom:1px solid var(--apt-line);padding:13px!important}
.apt-page-view .bair_pic,.apt-page-viewd .bair_pic{border-radius:16px;box-shadow:0 10px 25px rgba(15,31,61,.08)}
.apt-page-view .button_green,.apt-page-viewd .button_green{background:var(--apt-blue)!important;color:#fff!important;border-radius:10px!important;padding:11px 17px!important}
.apt-page-view .nextOrder,.apt-page-viewd .nextOrder{background:var(--apt-coral)!important;color:#fff!important;border-radius:10px!important;padding:10px 15px!important}

@media(max-width:980px){.apt-main-nav{display:none}
.apt-property-grid-4{grid-template-columns:repeat(2,1fr)}
.apt-feature-chips{grid-template-columns:repeat(3,1fr)}
.apt-value-grid{grid-template-columns:repeat(2,1fr)}
.apt-list-grid{grid-template-columns:repeat(2,1fr)}
.apt-order-layout{grid-template-columns:1fr}
.apt-order-summary{position:static}
.apt-map-page{grid-template-columns:320px 1fr}
.apt-footer-inner{grid-template-columns:2fr 1fr 1fr}
.apt-footer-col:last-child{display:none}
}

@media(max-width:720px){.apt-shell,.apt-list-page,.apt-order-page{width:min(100% - 24px,1180px)}
.apt-header-inner{height:64px;width:calc(100% - 20px)}
.apt-brand-name{font-size:20px}
.apt-lang-switch a{padding:6px}
.apt-hero{min-height:620px;background-position:62% center}
.apt-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.82) 70%,rgba(255,255,255,.3))}
.apt-hero-content{padding-top:50px}
.apt-hero-copy h1{font-size:38px}
.apt-search-panel{grid-template-columns:1fr;margin-top:30px}
.apt-search-choice{border-right:0;border-bottom:1px solid var(--apt-line)}
.apt-feature-chips{grid-template-columns:repeat(2,1fr)}
.apt-property-grid-4,.apt-list-grid,.apt-value-grid,.apt-steps{grid-template-columns:1fr}
.apt-list-hero{align-items:flex-start;flex-direction:column}
.apt-map-page{display:block;height:calc(100vh - 64px);position:relative}
.apt-map-sidebar{position:absolute;left:10px;right:10px;bottom:10px;height:38%;z-index:9;border:1px solid var(--apt-line);border-radius:16px;box-shadow:var(--apt-shadow);overflow:hidden}
.apt-map-canvas{height:100%}
.apt-map-sidebar-head h1{font-size:18px}
.apt-order-top h1{font-size:26px}
.apt-form-grid{grid-template-columns:1fr}
.apt-footer-inner{grid-template-columns:1fr 1fr}
.apt-footer-brand{grid-column:1/-1}
}


/* ================= DETAIL / VIEW V3 ================= */
.apt-detail-page{background:#fff;min-height:70vh}
.apt-detail-shell{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0 16px}
.apt-detail-breadcrumb{display:flex;align-items:center;gap:9px;color:#8a94a6;font-size:13px;margin:0 0 18px}
.apt-detail-breadcrumb a:first-child{font-weight:700;color:#344054}
.apt-detail-breadcrumb a:hover{color:var(--apt-blue)}
.apt-detail-heading-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}
.apt-detail-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.apt-detail-title-line h1{font-size:34px;line-height:1.15;letter-spacing:-.8px;margin:0;color:var(--apt-ink)}
.apt-detail-price-badge{display:inline-flex;align-items:center;justify-content:center;background:var(--apt-coral);color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}
.apt-detail-address{margin-top:8px;color:#667085;font-size:14px}
.apt-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}
.apt-detail-main{min-width:0}
.apt-detail-gallery{display:grid;grid-template-columns:minmax(0,1fr) 238px;gap:10px;height:455px;margin-bottom:14px;align-items:stretch;overflow:hidden}
.apt-detail-gallery-single{grid-template-columns:1fr}
.apt-detail-main-photo{height:100%;min-height:0;border-radius:18px;overflow:hidden;background:#eef2f7;position:relative}
.apt-detail-main-photo img{width:100%;height:100%;object-fit:cover;display:block}
.apt-detail-photo-count{position:absolute;right:13px;bottom:13px;background:rgba(15,31,61,.82);color:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}
.apt-detail-thumb-column{display:grid;grid-template-columns:repeat(var(--apt-thumb-cols,2),minmax(0,1fr));grid-template-rows:repeat(var(--apt-thumb-rows,4),minmax(0,1fr));gap:8px;height:100%;min-height:0;overflow:hidden}
.apt-detail-thumb{display:block;width:100%;height:100%;min-width:0;min-height:0;border:2px solid transparent;padding:0;border-radius:11px;overflow:hidden;background:#eef2f7;cursor:pointer;position:relative}
.apt-detail-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.apt-detail-thumb.is-active{border-color:var(--apt-blue)}
.apt-detail-quickfacts{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:14px 0 18px}
.apt-detail-quickfacts>div{border:1px solid var(--apt-line);border-radius:13px;padding:11px 10px;background:#fff;min-width:0}
.apt-detail-quickfacts b,.apt-detail-quickfacts small{display:block}
.apt-detail-quickfacts b{font-size:13px;margin:2px 0;color:#24324b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.apt-detail-quickfacts small{font-size:10px;color:#8a94a6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.apt-qf-icon{color:var(--apt-blue);font-size:18px;line-height:1}
.apt-smartlock-card{display:grid;grid-template-columns:52px 1fr 74px;gap:15px;align-items:center;border:1px solid #bcd6ff;border-radius:16px;padding:17px 18px;background:linear-gradient(100deg,#f4f9ff,#fff);margin:0 0 24px;overflow:hidden}
.apt-smartlock-icon{width:48px;height:48px;border-radius:50%;background:var(--apt-blue);display:grid;place-items:center;color:#fff;font-size:21px;font-weight:900}
.apt-smartlock-copy h2{font-size:17px;margin:0 0 5px}
.apt-smartlock-copy p{font-size:12px;color:#64748b;margin:0;line-height:1.55}
.apt-smartlock-points{display:flex;flex-wrap:wrap;gap:11px;margin-top:9px;font-size:11px;color:#315b95;font-weight:700}
.apt-smartlock-art{justify-self:end;width:54px;height:86px;border-radius:14px;background:linear-gradient(160deg,#152238,#3a485d);color:#fff;display:grid;place-items:center;font-size:28px;box-shadow:0 10px 22px rgba(15,31,61,.22)}
.apt-detail-section{padding:8px 0 22px}
.apt-detail-section+.apt-detail-section{border-top:1px solid #edf0f5;padding-top:22px}
.apt-detail-section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:14px}
.apt-detail-section-head h2{font-size:20px;margin:0;letter-spacing:-.25px}
.apt-detail-section-head span{font-size:12px;color:#98a2b3}
.apt-amenity-groups{display:block}
.apt-amenity-group{padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid #e8edf5}
.apt-amenity-group:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.apt-amenity-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:9px 11px}
.apt-amenity-item{min-height:68px;border:1px solid var(--apt-line);border-radius:12px;padding:10px 12px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;text-align:left;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.apt-amenity-item:hover{border-color:#bfd3ff;box-shadow:0 6px 18px rgba(23,105,255,.07);transform:translateY(-1px)}
.apt-amenity-icon{width:30px;height:30px;display:block;object-fit:contain}
.apt-amenity-item b{font-size:11px;font-weight:700;line-height:1.3;color:#26344d;min-width:0}
.apt-detail-description p{margin:0;color:#5f6b7c;font-size:14px;line-height:1.7}
.apt-detail-map-card{display:grid;grid-template-columns:minmax(0,1fr) 230px;border:1px solid var(--apt-line);border-radius:17px;overflow:hidden;background:#fff;min-height:220px}
.apt-detail-map-image-link{display:block;min-width:0;min-height:220px;overflow:hidden;background:#eef2f7}
.apt-detail-map-image-link>img{width:100%;height:100%;min-height:220px;object-fit:cover;display:block;transition:transform .2s ease}
.apt-detail-map-image-link:hover>img{transform:scale(1.015)}
.apt-detail-map-info{padding:22px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;border-left:1px solid var(--apt-line)}
.apt-detail-map-info p{font-size:13px;color:#4f5d73;line-height:1.55;margin:8px 0 16px}
.apt-map-pin{font-size:22px;color:var(--apt-blue)}
.apt-detail-sidebar{position:relative;min-width:0}
.apt-detail-booking-card{position:sticky;top:92px;border:1px solid var(--apt-line);border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(15,31,61,.08);padding:22px;overflow:hidden}
.apt-detail-booking-price small{display:block;color:#667085;font-size:12px;font-weight:700}
.apt-detail-booking-price strong{display:block;color:var(--apt-coral);font-size:29px;line-height:1.2;margin-top:2px;letter-spacing:-.7px}
.apt-detail-booking-price span{font-size:12px;color:#98a2b3}
.apt-detail-booking-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:17px 0}
.apt-detail-booking-meta>div{padding:10px;border:1px solid var(--apt-line);border-radius:10px}
.apt-detail-booking-meta small,.apt-detail-booking-meta b{display:block}
.apt-detail-booking-meta small{font-size:9px;color:#98a2b3;text-transform:uppercase;letter-spacing:.04em}
.apt-detail-booking-meta b{font-size:13px;margin-top:3px}
.apt-detail-book-btn{display:flex!important;align-items:center;justify-content:center;min-height:50px;border-radius:11px!important;font-size:15px!important;font-weight:800!important;margin-top:10px!important;text-decoration:none!important}
.apt-detail-book-btn.primary{background:linear-gradient(135deg,var(--apt-coral),#ff6b63)!important;color:#fff!important;box-shadow:0 9px 20px rgba(255,93,98,.22)}
.apt-detail-book-btn.secondary{background:var(--apt-blue)!important;color:#fff!important}
.apt-detail-secure{display:flex;gap:9px;align-items:flex-start;justify-content:center;text-align:left;padding:16px 0 2px;color:#5a6578}
.apt-detail-secure>span{color:var(--apt-blue);font-size:19px}
.apt-detail-secure b,.apt-detail-secure small{display:block}
.apt-detail-secure b{font-size:12px;color:#344054}
.apt-detail-secure small{font-size:10px;color:#98a2b3;margin-top:2px}
.apt-detail-contact{border-top:1px solid var(--apt-line);margin:15px -22px -22px;padding:15px 22px;display:flex;align-items:center;gap:10px;background:#fbfcfe}
.apt-detail-contact>span{color:var(--apt-blue);font-size:19px}
.apt-detail-contact small,.apt-detail-contact a{display:block}
.apt-detail-contact small{font-size:10px;color:#8a94a6}
.apt-detail-contact a{font-size:13px;font-weight:800;color:#24324b}
.apt-detail-side-card{margin-top:16px;border:1px solid var(--apt-line);border-radius:16px;padding:18px;background:#fff}
.apt-detail-side-card h3{font-size:16px;margin:0 0 12px}
.apt-detail-side-card ul{list-style:none;padding:0;margin:0;display:grid;gap:9px;font-size:12px;color:#4f5d73}
.apt-detail-side-card li::first-letter{color:var(--apt-blue)}
.apt-detail-side-code{margin-top:14px;border-radius:13px;padding:14px 16px;background:#f7f9fc;border:1px solid #edf0f5;display:flex;justify-content:space-between;align-items:center}
.apt-detail-side-code small{color:#98a2b3}
.apt-detail-side-code strong{color:#344054}
/* Explicitly hide legacy detail navigation icons if old markup is cached/included anywhere. */
.apt-page-view .backIcon,.apt-page-viewd .backIcon,.apt-page-view .backHome,.apt-page-view .backMap,.apt-page-view .backList,.apt-page-viewd .backHome,.apt-page-viewd .backMap,.apt-page-viewd .backList{display:none!important}

@media(max-width:980px){
  .apt-detail-layout{grid-template-columns:1fr}
  .apt-detail-sidebar{display:grid;grid-template-columns:1.4fr 1fr;gap:14px}
  .apt-detail-booking-card{position:static;grid-row:1/3}
  .apt-detail-side-card,.apt-detail-side-code{margin-top:0}
}
@media(max-width:720px){
  .apt-detail-shell{width:calc(100% - 24px);padding-top:16px}
  .apt-detail-title-line h1{font-size:27px}
  .apt-detail-breadcrumb{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
  .apt-detail-layout{gap:16px}
  .apt-detail-gallery{grid-template-columns:1fr;grid-template-rows:330px 78px;gap:8px;height:416px;overflow:visible}
  .apt-detail-gallery.apt-detail-gallery-single{grid-template-rows:330px;height:330px}
  .apt-detail-main-photo{height:330px}
  .apt-detail-thumb-column{display:grid;grid-auto-flow:column;grid-auto-columns:84px;grid-template-columns:none!important;grid-template-rows:78px!important;gap:8px;height:78px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}
  .apt-detail-thumb{width:84px;height:78px}
  .apt-detail-quickfacts{grid-template-columns:repeat(2,1fr)}
  .apt-detail-quickfacts>div:last-child{grid-column:1/-1}
  .apt-smartlock-card{grid-template-columns:44px 1fr;padding:14px}
  .apt-smartlock-icon{width:42px;height:42px}
  .apt-smartlock-art{display:none}
  .apt-amenity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .apt-amenity-item{grid-template-columns:30px minmax(0,1fr);padding:9px 10px;min-height:62px}
  .apt-amenity-icon{width:26px;height:26px}
  .apt-detail-map-card{grid-template-columns:1fr}
  .apt-detail-map-info{border-left:0;border-top:1px solid var(--apt-line)}
  .apt-detail-sidebar{display:block}
  .apt-detail-booking-card{position:static}
  .apt-detail-side-card,.apt-detail-side-code{margin-top:14px}
}
@media(max-width:430px){
  .apt-amenity-grid{grid-template-columns:1fr 1fr;gap:7px}
  .apt-amenity-item{grid-template-columns:25px minmax(0,1fr);gap:7px;padding:8px;min-height:58px}
  .apt-amenity-icon{width:23px;height:23px}
  .apt-amenity-item b{font-size:10px}
}

/* ================= ORDER DATE PICKER v8 ================= */
.apt-page-order .daterangepicker{z-index:1200!important;border:1px solid var(--apt-line);border-radius:16px;box-shadow:0 18px 50px rgba(15,31,61,.16);font-family:inherit}
.apt-page-order .daterangepicker td.available{color:#14213d;font-weight:700}
.apt-page-order .daterangepicker td.disabled{color:#ff5f62!important;text-decoration:line-through;background:#fff5f5!important}
.apt-page-order .daterangepicker td.active,.apt-page-order .daterangepicker td.active:hover{background:#1769ff!important;color:#fff!important}
.apt-page-order .daterangepicker .ranges li.active{background:#1769ff!important;color:#fff!important}
.apt-page-order #reportrange{display:flex;align-items:center;min-height:52px;gap:8px;color:#14213d;font-weight:750}
.apt-page-order #reportrange>span{flex:1}
.apt-page-order #reportrange.apt-date-load-error{border-color:#ffb7b7!important;background:#fff7f7!important;color:#b42318}
.apt-page-order .apt-date-stat{margin-top:14px;line-height:1.85;color:#59667b}
@media(max-width:720px){.apt-page-order .daterangepicker{max-width:calc(100vw - 20px)}.apt-page-order .daterangepicker .calendar-table{font-size:13px}}

/* ================= ORDER_NEW v9 ================= */
.apt-order-new{background:linear-gradient(180deg,#fbfdff 0,#fff 280px);min-height:70vh;padding:30px 0 10px}
.apt-order-new-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.apt-order-new-breadcrumb{display:flex;align-items:center;gap:8px;color:#8a94a6;font-size:13px;margin-bottom:18px}
.apt-order-new-breadcrumb a{display:inline-flex;align-items:center;gap:6px;color:#344054;font-weight:750}
.apt-order-new-breadcrumb a img{width:17px;height:17px}
.apt-order-new-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}
.apt-order-new-heading h1{margin:0;font-size:34px;line-height:1.12;letter-spacing:-.7px;color:var(--apt-ink)}
.apt-order-new-heading p{margin:8px 0 0;color:#667085;font-size:14px}
.apt-order-steps{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.apt-order-steps span{display:flex;align-items:center;gap:6px;color:#98a2b3;font-size:11px;font-weight:700;white-space:nowrap}
.apt-order-steps b{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eef2f7;color:#667085;font-size:11px}
.apt-order-steps .is-active{color:var(--apt-blue)}
.apt-order-steps .is-active b{background:var(--apt-blue);color:#fff}
.apt-order-new-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}
.apt-order-new-main{display:flex;flex-direction:column;gap:16px;min-width:0}
.apt-order-new-card,.apt-order-new-summary{background:#fff;border:1px solid var(--apt-line);border-radius:18px;box-shadow:0 7px 24px rgba(15,31,61,.045)}
.apt-order-new-card{padding:22px}
.apt-order-new-card-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}
.apt-order-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eef5ff;flex:0 0 42px}
.apt-order-card-icon img{width:22px;height:22px}
.apt-order-new-card-head h2{margin:1px 0 2px;font-size:19px;color:#16233e}
.apt-order-new-card-head p{margin:0;color:#8a94a6;font-size:12px}
.apt-order-alert{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border-radius:14px;border:1px solid transparent;font-size:13px;line-height:1.55}
.apt-order-alert img{width:22px;height:22px;flex:0 0 22px;margin-top:1px}
.apt-order-alert-discount{background:#fff8ed;border-color:#ffe1ae;color:#8b5a00}
.apt-order-alert-error{background:#fff3f3;border-color:#ffcaca;color:#b42318}
.apt-order-alert-success{background:#edfff7;border-color:#bdebd7;color:#12734e}
.apt-order-calendar-box{border:0!important;padding:0!important;background:transparent!important;width:100%!important;overflow:hidden!important}
.apt-order-new .date-picker-title{color:#55657a;font-size:12px;line-height:1.55;margin:0 0 10px}
.apt-order-new .date-select-summary{display:none}
.apt-order-new .quickDateButtons{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 12px;padding:0}
.apt-order-new .quickDateButtons button{border:1px solid #d7dfec;background:#fff;color:#344054;border-radius:999px;padding:7px 12px;margin:0;cursor:pointer;font-size:12px;font-weight:750;transition:.18s}
.apt-order-new .quickDateButtons button:hover{border-color:#9fc1ff;background:#eef5ff;color:var(--apt-blue)}
.apt-order-new .calendar-notice{color:#b42318;background:#fff5f5;border-radius:9px;padding:8px 10px;margin:0 0 9px;font-size:12px;line-height:1.35}
.apt-order-new .calendar-notice:empty{display:none}
.apt-order-new .date-calendar{width:100%;max-width:100%;overflow-x:auto;padding-bottom:4px}
.apt-order-new .calendar-wide{width:100%;min-width:700px;border:1px solid #e5eaf2;border-radius:13px;padding:6px;background:#fbfcff}
.apt-order-new .calendar-wide table{width:100%;border-collapse:separate;border-spacing:3px;table-layout:fixed}
.apt-order-new .calendar-wide th{font-size:10px;color:#7b8798;font-weight:700;text-align:center;background:#f2f5fa;border-radius:6px;padding:4px 1px;line-height:1.1}
.apt-order-new .calendar-wide td{width:7.14%;height:39px;text-align:center;vertical-align:middle;padding:0!important;background:transparent!important;border:0!important}
.apt-order-new .calendar-wide td.empty{background:transparent!important}
.apt-order-new .day-choice{display:grid;place-items:center;min-height:38px;border:1px solid #c8dfcf;border-radius:7px;background:#f8fff9;cursor:pointer;font-weight:700;font-size:11px;line-height:1.1;padding:2px;box-sizing:border-box;transition:.14s}
.apt-order-new .day-choice input{display:none}
.apt-order-new .day-choice .day-num{display:block;white-space:nowrap}
.apt-order-new .day-choice:hover:not(.disabled){border-color:#75b987;background:#eefbf1}
.apt-order-new .day-choice.in-range{background:#dff5e3;border-color:#47a85f;color:#1d6c32}
.apt-order-new .day-choice.range-start,.apt-order-new .day-choice.range-end{background:#1769ff;border-color:#1769ff;color:#fff}
.apt-order-new .day-choice.disabled{background:#f4f5f7;border-color:#e3e6ea;color:#a6adba;cursor:not-allowed;text-decoration:line-through}
.apt-order-new .day-choice.booked{background:#fff0f0;border-color:#efaaaa;color:#b42318}
.apt-order-new .calendar-legend{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;font-size:11px;color:#667085}
.apt-order-new .legend-item{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}
.apt-order-new .legend-box{display:inline-block;width:12px;height:12px;border:1px solid #aaa;border-radius:3px}
.apt-order-new .legend-box.available{background:#f8fff9;border-color:#b7d4bd}
.apt-order-new .legend-box.selected{background:#1769ff;border-color:#1769ff}
.apt-order-new .legend-box.booked{background:#fff0f0;border-color:#efaaaa}
.apt-order-date-summary{display:grid;grid-template-columns:.7fr 1.25fr 1.25fr;gap:8px;margin-top:14px}
.apt-order-date-summary>div{display:grid;grid-template-columns:25px 1fr;column-gap:8px;align-items:center;padding:10px 11px;border:1px solid #e8edf5;border-radius:11px;background:#fbfcff;min-width:0}
.apt-order-date-summary img{grid-row:1/3;width:22px;height:22px}
.apt-order-date-summary small{font-size:9px;color:#98a2b3;text-transform:uppercase;letter-spacing:.035em}
.apt-order-date-summary strong{font-size:11px;color:#344054;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.apt-order-inline-note{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:12px 13px;border-radius:12px;background:#f7f9fc;color:#59667b;font-size:11px}
.apt-order-inline-note>img{width:20px;height:20px;flex:0 0 20px}
.apt-order-inline-note b,.apt-order-inline-note span{display:block}
.apt-order-inline-note b{color:#344054;margin-bottom:2px}
.apt-order-new-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.apt-order-new-field{display:flex;flex-direction:column;gap:7px;min-width:0}
.apt-order-new-field>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:750;color:#344054}
.apt-order-new-field>span img{width:18px;height:18px}
.apt-order-new-field input[type=text],.apt-order-new-field input[type=file]{width:100%;min-height:47px;border:1px solid #d7dfec;border-radius:11px;background:#fff;padding:10px 12px;font:inherit;color:#1d2939;box-shadow:none!important}
.apt-order-new-field input[type=text]:focus,.apt-order-new-field input[type=file]:focus{outline:3px solid #e7f0ff;border-color:#9fc1ff}
.apt-order-new-field-wide{grid-column:1/-1}
.apt-order-file-field small{color:#98a2b3;font-size:11px}
.apt-order-rules-card{padding:0;overflow:hidden}
.apt-order-rules-card details{width:100%}
.apt-order-rules-card summary{list-style:none;cursor:pointer;padding:17px 20px;display:flex;align-items:center;gap:9px;font-weight:800;color:#344054}
.apt-order-rules-card summary::-webkit-details-marker{display:none}
.apt-order-rules-card summary img{width:21px;height:21px}
.apt-order-rules-card summary:after{content:'+';margin-left:auto;color:var(--apt-blue);font-size:20px}
.apt-order-rules-card details[open] summary:after{content:'–'}
.apt-order-rules-content{padding:0 20px 20px;color:#667085;font-size:12px;line-height:1.65;border-top:1px solid #eef1f5;padding-top:16px}
.apt-order-new-sidebar{position:relative;min-width:0}
.apt-order-new-summary{position:sticky;top:94px;overflow:hidden}
.apt-order-summary-image{height:205px;background:#eef2f7}
.apt-order-summary-image img{display:block;width:100%;height:100%;object-fit:cover}
.apt-order-summary-content{padding:19px}
.apt-order-summary-content h2{font-size:19px;line-height:1.25;margin:0 0 8px;color:#17243d}
.apt-order-summary-code{display:flex;align-items:center;gap:6px;color:#7b8798;font-size:12px}
.apt-order-summary-code img{width:17px;height:17px}
.apt-order-summary-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}
.apt-order-summary-facts span{display:grid;grid-template-columns:26px 1fr;column-gap:7px;align-items:center;border:1px solid #e8edf5;border-radius:10px;padding:9px;background:#fbfcff}
.apt-order-summary-facts img{grid-row:1/3;width:22px;height:22px}
.apt-order-summary-facts small{font-size:9px;color:#98a2b3}
.apt-order-summary-facts b{font-size:11px;color:#344054}
.apt-order-base-price{padding:13px 14px;border-radius:12px;background:#fff6f6;border:1px solid #ffd9da;margin-bottom:14px}
.apt-order-base-price>small{display:block;color:#8a94a6;font-size:10px;text-transform:uppercase;font-weight:700}
.apt-order-base-price>strong{display:block;color:var(--apt-coral);font-size:25px;line-height:1.25;margin-top:2px}
.apt-order-base-price>span{display:flex;align-items:baseline;gap:8px;margin-top:3px}
.apt-order-base-price s{color:#98a2b3;font-size:13px}
.apt-order-base-price span strong{color:var(--apt-coral);font-size:23px}
.apt-order-price-box{border-top:1px solid #edf0f5;padding-top:14px}
.apt-order-price-box h3{font-size:14px;margin:0 0 10px;color:#344054}
.apt-order-price-box>div{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:8px 0;font-size:11px;color:#667085}
.apt-order-price-box>div>span:first-child{display:inline-flex;align-items:center;gap:6px}
.apt-order-price-box img{width:16px;height:16px}
.apt-order-price-box b{color:#344054;text-align:right}
.apt-order-price-box .apt-order-discount-line{color:#1b7a56}
.apt-order-price-box .apt-order-discount-line b{color:#1b7a56}
.apt-order-price-box .apt-order-discount-line i{font-style:normal;font-weight:800}
.apt-order-price-box .apt-order-price-total{border-top:1px solid #e5eaf2;padding-top:13px;margin-top:12px;font-size:14px;font-weight:800;color:#1d2939}
.apt-order-price-total strong{font-size:20px;color:var(--apt-coral)!important}
.apt-order-secure-box,.apt-order-door-note{display:flex;align-items:flex-start;gap:9px;border-radius:11px;padding:11px 12px;margin-top:12px}
.apt-order-secure-box{background:#eef5ff;color:#315b95}
.apt-order-door-note{background:#f7f9fc;color:#667085;font-size:10px;line-height:1.45}
.apt-order-secure-box img,.apt-order-door-note img{width:20px;height:20px;flex:0 0 20px}
.apt-order-secure-box b,.apt-order-secure-box small{display:block}
.apt-order-secure-box b{font-size:11px;color:#2458a6}
.apt-order-secure-box small{font-size:9px;color:#6481ad}
.apt-order-success-note{margin-top:10px;padding:10px 12px;border-radius:10px;background:#edfff7;color:#12734e;font-size:10px;line-height:1.45}
.apt-order-new-submit{display:block!important;width:100%!important;min-height:52px!important;margin:14px 0 0!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,var(--apt-coral),#ff6f61)!important;color:#fff!important;font-size:15px!important;font-weight:850!important;cursor:pointer!important;box-shadow:0 10px 22px rgba(255,93,98,.22)!important}
.apt-order-new-submit:hover{filter:brightness(.98)}
.apt-page-order .bairbox>.back2,.apt-page-order .bairbox>h2{display:none!important}

@media(max-width:980px){
  .apt-order-new-layout{grid-template-columns:1fr}
  .apt-order-new-summary{position:static}
  .apt-order-new-sidebar{order:-1}
  .apt-order-new-summary{display:grid;grid-template-columns:240px minmax(0,1fr)}
  .apt-order-summary-image{height:100%;min-height:280px}
}
@media(max-width:720px){
  .apt-order-new{padding-top:18px}
  .apt-order-new-shell{width:calc(100% - 24px)}
  .apt-order-new-heading{display:block}
  .apt-order-new-heading h1{font-size:27px}
  .apt-order-steps{justify-content:flex-start;margin-top:14px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
  .apt-order-new-card{padding:16px}
  .apt-order-new-summary{display:block}
  .apt-order-summary-image{height:210px;min-height:0}
  .apt-order-new .calendar-wide{min-width:660px}
  .apt-order-date-summary{grid-template-columns:1fr}
  .apt-order-date-summary>div{grid-template-columns:25px 1fr}
  .apt-order-new-fields{grid-template-columns:1fr}
  .apt-order-new-field-wide{grid-column:auto}
}
@media(max-width:430px){
  .apt-order-new-heading h1{font-size:25px}
  .apt-order-new-card-head{gap:9px}
  .apt-order-card-icon{width:38px;height:38px;flex-basis:38px}
  .apt-order-card-icon img{width:20px;height:20px}
  .apt-order-new-card-head h2{font-size:17px}
  .apt-order-summary-content{padding:16px}
  .apt-order-new .quickDateButtons button{padding:6px 9px}
}

/* ================= V10 : HOME AVAILABILITY + SVG ICONS + MAP AUTO FIT ================= */
.apt-search-choice-icon img{width:21px;height:21px;display:block}
.apt-feature-chips-icons span{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px}
.apt-feature-chips-icons span img{width:21px;height:21px;flex:0 0 21px}
.apt-inline-svg{width:14px!important;height:14px!important;display:inline-block!important;vertical-align:-2px;margin-right:4px;object-fit:contain!important}
.apt-card-meta-icons span{display:inline-flex;align-items:center;gap:5px}
.apt-card-meta-icons img{width:17px;height:17px;display:block;flex:0 0 17px}
.apt-home-available-badge,.apt-home-discount-badge{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;box-shadow:0 4px 12px rgba(15,31,61,.12)}
.apt-home-available-badge{left:11px;top:11px;background:#eafff5;color:#147a55;border:1px solid #c3efd9}
.apt-home-available-badge img{width:14px!important;height:14px!important}
.apt-home-discount-badge{right:11px;top:11px;background:#ff3f57;color:#fff;border:1px solid rgba(255,255,255,.45);font-size:12px;padding:7px 10px}
.apt-home-discount-badge img{width:15px!important;height:15px!important;filter:brightness(0) invert(1)}
.apt-property-card.has-night-discount{border-color:#ffd1d7;box-shadow:0 8px 24px rgba(255,63,87,.08)}
.apt-card-price-discount{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:6px 8px;padding:10px 11px;margin:14px -2px -2px;border-radius:11px;background:linear-gradient(100deg,#fff3f5,#fff)}
.apt-card-price-discount s{font-size:12px;color:#98a2b3}
.apt-card-price-discount strong{color:#ef334f!important;font-size:21px!important}
.apt-card-price-discount span{color:#ef334f!important;font-weight:800}
.apt-home-empty{padding:28px;border:1px dashed #d3dbe8;border-radius:16px;background:#fbfcfe;text-align:center;color:#667085}
.apt-home-empty a{color:var(--apt-blue);font-weight:800}
.apt-value-grid-svg i{padding:0}
.apt-value-grid-svg i img{width:23px;height:23px;display:block}
.apt-steps-svg span{background:#eef5ff!important}
.apt-steps-svg span img{width:19px;height:19px;display:block}

.apt-btn-svg{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px}
.apt-btn-svg img{width:17px;height:17px;display:block}
.apt-primary-btn.apt-btn-svg img{filter:brightness(0) invert(1)}
.apt-map-floating{display:flex;align-items:center;gap:7px}
.apt-map-floating img{width:18px;height:18px;display:block}
.apt-map-result .apt-map-result-photo{width:118px!important;height:108px!important;object-fit:cover!important;display:block!important}
.apt-map-result-body{min-width:0}
.apt-map-result-location{display:flex!important;align-items:center;gap:4px}
.apt-map-result-location img{width:14px!important;height:14px!important;object-fit:contain!important;flex:0 0 14px}
.apt-map-result-meta{display:flex;flex-wrap:wrap;gap:8px;margin:5px 0 6px;color:#667085;font-size:11px}
.apt-map-result-meta span{display:inline-flex;align-items:center;gap:3px}
.apt-map-result-meta img{width:14px!important;height:14px!important;object-fit:contain!important;flex:0 0 14px}
.apt-map-result-price{display:inline-flex!important;align-items:center;gap:5px}
.apt-map-result-price img{width:15px!important;height:15px!important;object-fit:contain!important;flex:0 0 15px}

@media(max-width:760px){
  .apt-card-price-discount{grid-template-columns:auto auto;}
  .apt-card-price-discount span{grid-column:1/-1}
  .apt-home-discount-badge{font-size:10px;padding:6px 8px}
}


/* v13 SVG sizing for detail page icons */
.apt-qf-icon img{width:18px;height:18px;display:block}
.apt-smartlock-icon img{width:24px;height:24px;filter:brightness(0) invert(1)}
.apt-smartlock-points span{display:inline-flex;align-items:center;gap:5px}
.apt-smartlock-points img{width:14px;height:14px;display:block}
.apt-smartlock-art img{width:28px;height:28px;filter:brightness(0) invert(1);opacity:.9}
.apt-map-pin img{width:22px;height:22px;display:block}
.apt-detail-secure>span img,.apt-detail-contact>span img{width:20px;height:20px;display:block}
.apt-detail-side-card li{display:flex;align-items:flex-start;gap:7px}
.apt-detail-side-card li img{width:14px;height:14px;display:block;flex:0 0 14px;margin-top:1px}

/* ================= PAYMENT V17 ================= */
.apt-payment-modern{padding:34px 0 28px;background:linear-gradient(180deg,#fbfcff 0,#fff 260px)}
.apt-payment-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.apt-payment-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}
.apt-payment-heading h1{font-size:34px;line-height:1.16;margin:0;color:var(--apt-ink);letter-spacing:-.7px}
.apt-payment-heading p{margin:8px 0 0;color:var(--apt-muted)}
.apt-payment-status{min-width:240px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:14px;border:1px solid var(--apt-line);background:#fff}
.apt-payment-status img{width:26px;height:26px;flex:0 0 26px}
.apt-payment-status span{display:flex;flex-direction:column;min-width:0}
.apt-payment-status small{font-size:10px;color:#98a2b3;text-transform:uppercase;font-weight:800}
.apt-payment-status b{font-size:12px;line-height:1.35;color:#344054}
.apt-payment-status-paid{background:#effcf7;border-color:#c9efdf}.apt-payment-status-paid b{color:#137553}
.apt-payment-status-pending{background:#fff9ec;border-color:#f9e5b9}.apt-payment-status-pending b{color:#9a6500}
.apt-payment-status-cancel,.apt-payment-status-warning{background:#fff5f5;border-color:#ffd5d5}.apt-payment-status-cancel b,.apt-payment-status-warning b{color:#b42318}
.apt-payment-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.72fr);gap:20px;align-items:start}
.apt-payment-main,.apt-payment-sidebar{display:grid;gap:18px;min-width:0}
.apt-payment-sidebar{position:sticky;top:92px}
.apt-payment-card{background:#fff;border:1px solid var(--apt-line);border-radius:17px;box-shadow:0 7px 22px rgba(15,31,61,.045);padding:20px;min-width:0}
.apt-payment-property-card{display:grid;grid-template-columns:240px 1fr;padding:0;overflow:hidden}
.apt-payment-property-photo{display:block;width:100%!important;height:100%!important;min-height:230px;object-fit:cover!important;background:#eef2f7}
.apt-payment-property-info{padding:20px}.apt-payment-property-info h2{font-size:20px;margin:0 0 13px}
.apt-payment-detail-row{display:flex;align-items:center;gap:10px;padding:8px 0}.apt-payment-detail-row>img{width:20px!important;height:20px!important;flex:0 0 20px}.apt-payment-detail-row span{display:flex;flex-direction:column}.apt-payment-detail-row small{font-size:10px;color:#98a2b3}.apt-payment-detail-row b{font-size:13px;color:#344054}
.apt-payment-extend{margin-top:12px;border-color:#c9d7ee!important;color:var(--apt-blue)!important}
.apt-payment-card-title{display:flex;align-items:flex-start;gap:11px;margin-bottom:16px}.apt-payment-card-title h2{font-size:19px;margin:0;color:#17243d}.apt-payment-card-title p{margin:3px 0 0;color:#7a8699;font-size:12px;line-height:1.45}
.apt-payment-card-icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:#eef5ff}.apt-payment-card-icon img{width:21px!important;height:21px!important}
.apt-payment-pay-grid{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:start}
.apt-payment-qr{display:flex;flex-direction:column;align-items:center;gap:9px;padding:13px;border-radius:14px;background:#f8fbff;border:1px solid #e5edf9;text-align:center}.apt-payment-qr>img{width:185px!important;height:185px!important;object-fit:contain!important;background:#fff}.apt-payment-qr b{font-size:11px;color:#667085;font-weight:700}
.apt-payment-bank-box>b{display:block;margin-bottom:10px;color:#344054;font-size:13px}.apt-payment-banks{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.apt-payment-banks a{display:flex;align-items:center;gap:8px;border:1px solid #e5eaf2;border-radius:11px;padding:8px 9px;min-height:49px;background:#fff}.apt-payment-banks a:hover{border-color:#bfd2f5;background:#f8fbff}.apt-payment-banks img{width:31px!important;height:31px!important;object-fit:contain!important;border-radius:7px}.apt-payment-banks span{font-size:11px;font-weight:750;color:#344054}
.apt-payment-check-btn{display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%!important;min-height:50px;margin-top:14px;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,var(--apt-coral),#ff6f61)!important;color:#fff!important;font-weight:850!important;font-size:14px!important;cursor:pointer!important}.apt-payment-check-btn img{width:19px!important;height:19px!important;filter:brightness(0) invert(1)}
.apt-payment-installments{margin-top:18px;padding-top:16px;border-top:1px solid #edf0f5}.apt-payment-installments>b{display:block;font-size:12px;color:#667085;margin-bottom:9px}.apt-payment-installments>div{display:flex;flex-wrap:wrap;gap:10px}.apt-payment-installments a{display:flex;border:1px solid #e5eaf2;border-radius:11px;padding:8px 12px;background:#fff}.apt-payment-installments img{height:38px!important;width:auto!important;object-fit:contain!important}
.apt-payment-alert{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:11px;font-size:11px;line-height:1.5;margin-top:12px}.apt-payment-alert img{width:18px!important;height:18px!important;flex:0 0 18px}.apt-payment-alert-info{background:#eef5ff;color:#315b95}.apt-payment-alert-success{background:#edfff7;color:#137553}.apt-payment-alert-warning{background:#fff8e8;color:#8a5a00}.apt-payment-cancel-note{margin:0}
.apt-payment-success-card{display:flex;align-items:center;gap:14px;background:linear-gradient(110deg,#effcf7,#fff);border-color:#c8efdd}.apt-payment-success-mark{width:52px;height:52px;border-radius:16px;background:#dff8ed;display:grid;place-items:center;flex:0 0 52px}.apt-payment-success-mark img{width:28px!important;height:28px!important}.apt-payment-success-card h2{font-size:20px;margin:0;color:#137553}.apt-payment-success-card p{margin:4px 0 0;color:#548171;font-size:12px}
.apt-payment-mismatch-card{display:flex;align-items:center;gap:13px;background:#fff7f6;border-color:#ffd6d1}.apt-payment-mismatch-card>img{width:30px!important;height:30px!important}.apt-payment-mismatch-card h2{font-size:18px;margin:0;color:#b42318}.apt-payment-mismatch-card p{margin:4px 0 0;color:#7f4a44;font-size:12px}
.apt-payment-access-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.apt-payment-info-block{display:flex;align-items:flex-start;gap:10px;border:1px solid #e7ecf4;border-radius:13px;padding:13px;background:#fbfcff;min-width:0}.apt-payment-info-block>img{width:23px!important;height:23px!important;flex:0 0 23px}.apt-payment-info-block b{display:block;font-size:13px;color:#344054}.apt-payment-info-block p{font-size:11px;color:#667085;line-height:1.55;margin:5px 0 0}.apt-payment-info-grow{min-width:0;flex:1}
.apt-wifi-line{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:7px;align-items:center;padding:8px 0;border-top:1px solid #edf0f5}.apt-wifi-line:first-of-type{margin-top:6px}.apt-wifi-line span{min-width:0}.apt-wifi-line small{display:block;color:#98a2b3;font-size:9px}.apt-wifi-line strong{display:block;color:#17243d;font-size:12px;overflow-wrap:anywhere}
.apt-copy-btn{width:34px;height:34px;border:1px solid #dbe4f2;border-radius:9px;background:#fff;display:grid;place-items:center;cursor:pointer}.apt-copy-btn:hover,.apt-copy-btn.is-copied{border-color:#a9c5f7;background:#eef5ff}.apt-copy-btn img{width:17px!important;height:17px!important}.apt-copy-btn.is-copied img{filter:sepia(1) saturate(3) hue-rotate(90deg)}
.apt-payment-address-note{margin-top:14px;padding-top:13px;border-top:1px solid #edf0f5}.apt-payment-address-note b{font-size:13px}.apt-payment-address-note p{font-size:12px;color:#667085;line-height:1.65;margin:5px 0 0}.apt-payment-address-photo{display:block;width:100%!important;max-height:360px;object-fit:contain!important;margin-top:12px;border-radius:13px;border:1px solid #e5eaf2;background:#f7f9fc}
.apt-payment-guest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.apt-payment-guest-grid>div{padding:11px 12px;border:1px solid #e7ecf4;border-radius:11px;background:#fbfcff}.apt-payment-guest-grid small{display:block;font-size:9px;color:#98a2b3}.apt-payment-guest-grid b{display:block;font-size:12px;color:#344054;margin-top:2px;overflow-wrap:anywhere}.apt-payment-guest-wide{grid-column:1/-1}.apt-payment-doc{display:flex;align-items:center;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0f5}.apt-payment-doc img{width:72px!important;height:72px!important;object-fit:cover!important;border-radius:10px}
.apt-payment-price-card{padding:18px}.apt-payment-price-lines>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;color:#667085;font-size:11px}.apt-payment-price-lines b{color:#344054;text-align:right}.apt-payment-price-lines .is-discount,.apt-payment-price-lines .is-discount b{color:#147a55}.apt-payment-total-line{border-top:1px solid #e5eaf2;margin-top:4px;padding-top:13px!important;font-size:13px!important;font-weight:800}.apt-payment-total-line strong{font-size:20px;color:var(--apt-coral);white-space:nowrap}.apt-payment-secure{display:flex;align-items:flex-start;gap:9px;margin-top:13px;padding:11px 12px;background:#eef5ff;border-radius:11px}.apt-payment-secure>img{width:21px!important;height:21px!important;flex:0 0 21px}.apt-payment-secure span{display:flex;flex-direction:column}.apt-payment-secure b{font-size:11px;color:#2458a6}.apt-payment-secure small{font-size:9px;color:#6481ad}
.apt-payment-map-card{padding:16px}.apt-payment-map-photo{display:block;border-radius:12px;overflow:hidden;border:1px solid #e5eaf2;background:#f7f9fc}.apt-payment-map-photo img{display:block;width:100%!important;height:220px!important;object-fit:cover!important}.apt-payment-map-placeholder{min-height:150px;border:1px dashed #cfd8e8;border-radius:12px;background:#f8fbff;display:flex;align-items:center;justify-content:center;gap:8px;color:#667085;text-align:center;padding:20px}.apt-payment-map-placeholder img{width:25px!important;height:25px!important}.apt-payment-map-btn{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;margin-top:10px;border-radius:11px;background:var(--apt-blue);color:#fff!important;font-size:12px;font-weight:850}.apt-payment-map-btn img{width:17px!important;height:17px!important;filter:brightness(0) invert(1)}
.apt-page-payment .bairbox{display:none!important}
@media(max-width:980px){.apt-payment-layout{grid-template-columns:1fr}.apt-payment-sidebar{position:static;order:-1}.apt-payment-price-card{display:block}.apt-payment-map-card{display:none}.apt-payment-heading{align-items:flex-start}.apt-payment-status{min-width:220px}}
@media(max-width:720px){.apt-payment-modern{padding-top:18px}.apt-payment-shell{width:calc(100% - 24px)}.apt-payment-heading{display:block}.apt-payment-heading h1{font-size:27px}.apt-payment-status{margin-top:14px;width:100%}.apt-payment-property-card{grid-template-columns:1fr}.apt-payment-property-photo{height:210px!important;min-height:0}.apt-payment-pay-grid{grid-template-columns:1fr}.apt-payment-banks{grid-template-columns:repeat(2,1fr)}.apt-payment-access-grid{grid-template-columns:1fr}.apt-payment-guest-grid{grid-template-columns:1fr 1fr}.apt-payment-guest-wide{grid-column:1/-1}.apt-payment-map-card{display:block}}
@media(max-width:440px){.apt-payment-banks{grid-template-columns:1fr 1fr}.apt-payment-guest-grid{grid-template-columns:1fr}.apt-payment-guest-wide{grid-column:auto}.apt-payment-heading h1{font-size:24px}}

/* ================= MEMBER V18 ================= */
.apt-icon-link img{width:18px!important;height:18px!important;display:block}
.apt-icon-link.is-active{border-color:#bcd3fb;background:#eef5ff}
.apt-member-page{padding:34px 0 10px;background:linear-gradient(180deg,#fbfcff 0,#fff 360px);min-height:70vh}
.apt-member-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.apt-member-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.78fr);border:1px solid var(--apt-line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 12px 32px rgba(15,31,61,.06);margin-bottom:22px}
.apt-member-hero-copy{padding:46px 44px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.apt-member-hero-copy h1{font-size:38px;line-height:1.13;letter-spacing:-.8px;margin:0;color:var(--apt-ink)}
.apt-member-hero-copy>p{font-size:16px;line-height:1.65;color:#667085;max-width:620px;margin:12px 0 24px}
.apt-member-hero-photo{position:relative;min-height:390px;background:#edf2f8;overflow:hidden}
.apt-member-hero-photo>img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.apt-member-price-float{position:absolute;right:20px;bottom:20px;background:rgba(15,31,61,.9);color:#fff;border-radius:14px;padding:12px 16px;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.apt-member-price-float small,.apt-member-price-float strong{display:block}.apt-member-price-float small{font-size:10px;opacity:.75}.apt-member-price-float strong{font-size:22px;margin-top:2px}
.apt-member-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.apt-member-benefits>div{border:1px solid #e5eaf2;border-radius:13px;background:#fbfcff;padding:12px;min-width:0}
.apt-member-benefits span{width:34px;height:34px;border-radius:10px;background:#eef5ff;display:grid;place-items:center;margin-bottom:8px}.apt-member-benefits img{width:18px!important;height:18px!important}.apt-member-benefits b,.apt-member-benefits small{display:block}.apt-member-benefits b{font-size:12px;color:#25324b}.apt-member-benefits small{font-size:10px;color:#8a94a6;margin-top:2px}
.apt-member-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}.apt-member-main{display:grid;gap:18px;min-width:0}.apt-member-sidebar{display:grid;gap:16px;position:sticky;top:92px;min-width:0}
.apt-member-card{border:1px solid var(--apt-line);border-radius:18px;background:#fff;box-shadow:0 6px 20px rgba(15,31,61,.04);padding:22px;min-width:0}
.apt-member-title-row{display:flex;gap:11px;align-items:flex-start;margin-bottom:16px}.apt-member-title-row h2{font-size:19px;line-height:1.25;margin:0;color:#17243d}.apt-member-title-row p{margin:4px 0 0;color:#7a8699;font-size:12px;line-height:1.5}
.apt-member-section-icon{width:40px;height:40px;border-radius:12px;background:#eef5ff;display:grid;place-items:center;flex:0 0 40px}.apt-member-section-icon img{width:21px!important;height:21px!important;display:block}
.apt-member-terms h3{font-size:20px;margin:0 0 15px;color:#17243d}.apt-member-terms ol{padding-left:22px;margin:0;display:grid;gap:10px;color:#526078}.apt-member-terms li{padding-left:3px;line-height:1.55}.apt-member-terms li::marker{color:var(--apt-blue);font-weight:800}
.apt-member-terms .apt-member-card-title{display:block}.apt-member-terms .apt-member-card-title>span{display:none}.apt-member-terms.compact h3{font-size:17px}.apt-member-terms.compact{font-size:12px}.apt-member-terms.compact ol{gap:7px}
.apt-member-plans{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.apt-member-plans>div{padding:15px;border:1px solid #e5eaf2;border-radius:13px;background:#fbfcff}.apt-member-plans b{display:block;font-size:12px;color:#526078}.apt-member-plans strong{display:block;font-size:19px;color:var(--apt-coral);margin-top:7px;white-space:nowrap}
.apt-member-note{display:flex;align-items:flex-start;gap:9px;padding:12px 13px;background:#f8fbff;border:1px solid #e4edf9;border-radius:12px;margin-top:14px}.apt-member-note>img{width:19px!important;height:19px!important;flex:0 0 19px}.apt-member-note b{font-size:12px}.apt-member-note p{font-size:11px;color:#667085;line-height:1.55;margin:3px 0 0}
.apt-member-join-card{padding:22px}.apt-member-form{display:grid;gap:13px}.apt-member-form label>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:750;color:#344054;margin-bottom:6px}.apt-member-form label>span img{width:16px!important;height:16px!important}.apt-member-form input.inp22{width:100%!important;min-height:46px;border:1px solid #d7dfec;border-radius:11px;padding:10px 12px;background:#fff;font:inherit;outline:none}.apt-member-form input.inp22:focus{border-color:#9dc1ff;box-shadow:0 0 0 3px #eaf2ff}
.apt-member-submit{width:100%;gap:8px;margin-top:3px}.apt-member-submit img{width:18px!important;height:18px!important;filter:brightness(0) invert(1)}
.apt-member-secure{display:flex;align-items:center;justify-content:center;gap:7px;color:#667085;font-size:10px;margin-top:13px}.apt-member-secure img{width:15px!important;height:15px!important}
.apt-member-error{display:flex;align-items:flex-start;gap:8px;background:#fff2f1;border:1px solid #ffd5d1;color:#b42318;border-radius:11px;padding:10px 11px;font-size:11px;margin-bottom:13px}.apt-member-error img{width:18px!important;height:18px!important;flex:0 0 18px}
.apt-page-member .bairbox,.apt-page-memberP .bairbox,.apt-page-memberC .bairbox{display:none!important}

.apt-member-payment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.apt-member-payment-head h1{font-size:34px;line-height:1.15;margin:0}.apt-member-payment-head p{font-size:14px;color:#667085;margin:8px 0 0}.apt-member-payment-state{min-width:230px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #c9efdf;background:#effcf7;border-radius:14px}.apt-member-payment-state>img{width:25px!important;height:25px!important}.apt-member-payment-state span{display:flex;flex-direction:column}.apt-member-payment-state small{font-size:9px;color:#7a938a}.apt-member-payment-state b{font-size:12px;color:#137553}
.apt-member-payment-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.apt-member-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.apt-member-info-grid>div{display:flex;align-items:center;gap:9px;border:1px solid #e7ecf4;background:#fbfcff;border-radius:12px;padding:12px;min-width:0}.apt-member-info-grid img{width:19px!important;height:19px!important;flex:0 0 19px}.apt-member-info-grid span{min-width:0}.apt-member-info-grid small,.apt-member-info-grid b{display:block}.apt-member-info-grid small{font-size:9px;color:#98a2b3}.apt-member-info-grid b{font-size:12px;color:#344054;overflow-wrap:anywhere}
.apt-member-bank-lines{display:grid;gap:0;border:1px solid #e7ecf4;border-radius:13px;overflow:hidden}.apt-member-bank-lines>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;background:#fff;border-bottom:1px solid #edf0f5}.apt-member-bank-lines>div:last-child{border-bottom:0}.apt-member-bank-lines span{display:flex;align-items:center;gap:8px;color:#667085;font-size:11px}.apt-member-bank-lines span img{width:18px!important;height:18px!important}.apt-member-bank-lines b{font-size:12px;color:#344054;text-align:right}.apt-member-bank-lines strong{font-size:20px;color:var(--apt-coral);white-space:nowrap}
.apt-member-card-preview{padding:0;overflow:hidden}.apt-member-card-preview>img{display:block;width:100%!important;height:230px!important;object-fit:cover!important}.apt-member-card-preview>div{padding:16px}.apt-member-card-preview small,.apt-member-card-preview strong{display:block}.apt-member-card-preview small{font-size:10px;color:#98a2b3}.apt-member-card-preview strong{font-size:25px;color:var(--apt-coral);margin-top:3px}.apt-member-home-btn{width:100%;gap:8px}.apt-member-home-btn img{width:17px!important;height:17px!important;filter:brightness(0) invert(1)}

.apt-member-complete-page{padding:55px 0}.apt-member-complete-card{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--apt-line);border-radius:22px;background:#fff;box-shadow:var(--apt-shadow);min-height:500px}.apt-member-complete-visual{background:#eef2f7;min-height:500px}.apt-member-complete-visual img{display:block;width:100%!important;height:100%!important;object-fit:cover!important}.apt-member-complete-copy{padding:50px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.apt-member-success-icon{width:58px;height:58px;border-radius:18px;background:#e9fbf4;display:grid;place-items:center;margin-bottom:20px}.apt-member-success-icon img{width:31px!important;height:31px!important}.apt-member-complete-copy h1{font-size:31px;margin:0 0 22px;line-height:1.2}.apt-member-complete-copy h2{font-size:20px;color:#137553;margin:0 0 6px}.apt-member-complete-copy p{color:#667085;margin:0 0 24px}

@media(max-width:980px){.apt-member-hero{grid-template-columns:1fr}.apt-member-hero-photo{min-height:320px}.apt-member-layout,.apt-member-payment-layout{grid-template-columns:1fr}.apt-member-sidebar{position:static}.apt-member-plans{grid-template-columns:1fr 1fr 1fr}.apt-member-card-preview{display:none}}
@media(max-width:720px){.apt-member-page{padding-top:18px}.apt-member-shell{width:calc(100% - 24px)}.apt-member-hero-copy{padding:28px 22px}.apt-member-hero-copy h1{font-size:29px}.apt-member-hero-photo{min-height:250px}.apt-member-benefits{grid-template-columns:1fr}.apt-member-plans{grid-template-columns:1fr}.apt-member-payment-head{display:block}.apt-member-payment-head h1{font-size:28px}.apt-member-payment-state{margin-top:14px;width:100%}.apt-member-info-grid{grid-template-columns:1fr}.apt-member-bank-lines>div{align-items:flex-start;flex-direction:column;gap:5px}.apt-member-bank-lines b{text-align:left}.apt-member-complete-card{grid-template-columns:1fr}.apt-member-complete-visual{min-height:260px}.apt-member-complete-copy{padding:30px 24px}.apt-member-complete-copy h1{font-size:27px}}

@media (max-width:640px){.apt-brand-logo{height:34px;max-width:176px}}


/* ================= MAP V22 ================= */
.apt-map-result{display:block!important;border:1px solid var(--apt-line);border-radius:14px;overflow:hidden;margin-bottom:11px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.apt-map-result:hover{border-color:#bfd3f8}
.apt-map-result.is-selected{border-color:var(--apt-blue);box-shadow:0 0 0 3px rgba(11,99,246,.10);background:#fbfdff}
.apt-map-result-focus{display:grid;grid-template-columns:118px minmax(0,1fr);gap:12px;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}
.apt-map-result-focus:focus-visible{outline:3px solid rgba(11,99,246,.28);outline-offset:-3px}
.apt-map-result-focus:hover .apt-map-result-body b{color:var(--apt-blue)}
.apt-map-result .apt-map-result-photo{width:118px!important;height:118px!important;object-fit:cover!important;display:block!important}
.apt-map-result-body{padding:10px 10px 8px 0;min-width:0;display:block}
.apt-map-result-body b{display:block;line-height:1.25;transition:color .18s ease}
.apt-map-readmore{min-height:38px;border-top:1px solid var(--apt-line);display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:var(--apt-blue)!important;font-weight:800;font-size:13px;background:#f8fbff}
.apt-map-readmore:hover{background:#eef5ff}
.apt-map-readmore.is-disabled{color:#98a2b3!important;background:#fafafa;cursor:default}
@media (max-width:760px){
  .apt-map-result-focus{grid-template-columns:96px minmax(0,1fr)}
  .apt-map-result .apt-map-result-photo{width:96px!important;height:110px!important}
  .apt-map-readmore{min-height:36px}
}


/* ================= MAP SIDEBAR V24 FIX ================= */
.apt-map-results{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:12px!important;
}
.apt-map-result{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0 0 10px!important;
  border:1px solid var(--apt-line)!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#fff!important;
}
.apt-map-result-focus{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  align-items:stretch!important;
  gap:0!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  color:inherit!important;
  text-align:left!important;
  font:inherit!important;
  cursor:pointer!important;
  overflow:hidden!important;
}
.apt-map-result-focus:hover{background:#fbfdff!important}
.apt-map-result.is-selected .apt-map-result-focus{background:#f8fbff!important}
.apt-map-result .apt-map-result-photo{
  grid-column:1!important;
  width:112px!important;
  height:126px!important;
  min-width:112px!important;
  max-width:112px!important;
  min-height:126px!important;
  max-height:126px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  object-fit:cover!important;
  display:block!important;
}
.apt-map-result-body{
  grid-column:2!important;
  min-width:0!important;
  width:auto!important;
  padding:10px 11px 8px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  overflow:hidden!important;
}
.apt-map-result-body>b{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:var(--apt-ink)!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:800!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.apt-map-result-location{
  display:flex!important;
  align-items:flex-start!important;
  gap:5px!important;
  width:100%!important;
  margin:5px 0 6px!important;
  color:#738097!important;
  font-size:11px!important;
  line-height:1.3!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.apt-map-result-location img,
.apt-map-result-meta img,
.apt-map-result-price img{
  object-fit:contain!important;
  display:block!important;
}
.apt-map-result-location img{
  width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;min-height:13px!important;max-height:13px!important;flex:0 0 13px!important;margin-top:1px!important;
}
.apt-map-result-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 6px!important;
  color:#667085!important;
  font-size:11px!important;
  line-height:1.2!important;
}
.apt-map-result-meta>span{display:inline-flex!important;align-items:center!important;gap:3px!important;white-space:nowrap!important}
.apt-map-result-meta img{
  width:13px!important;height:13px!important;min-width:13px!important;max-width:13px!important;min-height:13px!important;max-height:13px!important;flex:0 0 13px!important;
}
.apt-map-result-price{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-top:auto!important;
  color:var(--apt-coral)!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.apt-map-result-price img{
  width:14px!important;height:14px!important;min-width:14px!important;max-width:14px!important;min-height:14px!important;max-height:14px!important;flex:0 0 14px!important;
}
.apt-map-readmore{
  box-sizing:border-box!important;
  width:100%!important;
  min-height:38px!important;
  margin:0!important;
  padding:8px 12px!important;
  border:0!important;
  border-top:1px solid var(--apt-line)!important;
  border-radius:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  background:#f8fbff!important;
  color:var(--apt-blue)!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.apt-map-readmore:hover{background:#eef5ff!important}
.apt-map-readmore>span{display:block!important;min-width:0!important}
.apt-map-readmore>img{
  width:14px!important;
  height:14px!important;
  min-width:14px!important;
  max-width:14px!important;
  min-height:14px!important;
  max-height:14px!important;
  flex:0 0 14px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.apt-map-readmore.is-disabled{
  justify-content:flex-start!important;
  background:#fafafa!important;
  color:#98a2b3!important;
}
.apt-map-toolbar .apt-btn-svg img{
  width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;min-height:16px!important;max-height:16px!important;object-fit:contain!important;display:block!important;
}
.apt-map-toolbar .apt-btn-svg{display:inline-flex!important;align-items:center!important;gap:7px!important}
.apt-map-floating>img{
  width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;object-fit:contain!important;
}
@media(max-width:1100px){
  .apt-map-page{grid-template-columns:350px minmax(0,1fr)!important}
  .apt-map-result-focus{grid-template-columns:100px minmax(0,1fr)!important}
  .apt-map-result .apt-map-result-photo{width:100px!important;min-width:100px!important;max-width:100px!important;height:122px!important;min-height:122px!important;max-height:122px!important}
}
@media(max-width:760px){
  .apt-map-result-focus{grid-template-columns:96px minmax(0,1fr)!important}
  .apt-map-result .apt-map-result-photo{width:96px!important;min-width:96px!important;max-width:96px!important;height:112px!important;min-height:112px!important;max-height:112px!important}
  .apt-map-result-body{padding:8px 9px 6px!important}
}


/* ================= MAP V25 HEIGHT + CAMERA FIX ================= */
@media (min-width:761px){
  .apt-map-page{
    height:min(720px,calc(100dvh - 72px))!important;
    min-height:560px!important;
    max-height:720px!important;
  }
  .apt-map-sidebar,
  .apt-map-canvas{
    height:100%!important;
    min-height:0!important;
  }
  .apt-map-results{
    min-height:0!important;
    flex:1 1 auto!important;
  }
}
@media (max-width:760px){
  .apt-map-page{
    height:calc(100dvh - 64px)!important;
    min-height:520px!important;
    max-height:none!important;
  }
}


/* ================= CONTACT / JOINME V26 ================= */
.apt-contact-page{background:#fff}
.apt-contact-hero{padding:42px 0 24px;background:linear-gradient(180deg,#f7faff 0%,#fff 100%)}
.apt-contact-hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:44px;align-items:center}
.apt-contact-hero-copy h1{font-size:clamp(38px,4vw,58px);line-height:1.05;letter-spacing:-1.6px;margin:0 0 18px;color:var(--apt-ink)}
.apt-contact-hero-copy>p{font-size:18px;line-height:1.7;color:var(--apt-muted);max-width:650px;margin:0}
.apt-contact-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.apt-contact-hero-actions .apt-primary-btn,.apt-contact-hero-actions .apt-outline-btn{gap:9px}
.apt-contact-hero-actions img{width:18px;height:18px;display:block}
.apt-contact-hero-actions .apt-primary-btn img{filter:brightness(0) invert(1)}
.apt-contact-hero-media{position:relative;border-radius:24px;overflow:hidden;min-height:390px;box-shadow:var(--apt-shadow);background:#eef4fb}
.apt-contact-hero-media>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.apt-contact-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(9,28,57,.35) 100%);pointer-events:none}
.apt-contact-photo-badge{position:absolute;left:20px;bottom:20px;z-index:2;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);padding:11px 14px;border-radius:14px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 28px rgba(15,31,61,.12)}
.apt-contact-photo-badge>img{width:23px;height:23px}
.apt-contact-photo-badge b,.apt-contact-photo-badge small{display:block}.apt-contact-photo-badge b{font-size:13px}.apt-contact-photo-badge small{font-size:11px;color:var(--apt-muted);margin-top:1px}
.apt-contact-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:22px;margin-bottom:48px}
.apt-contact-benefit{border:1px solid var(--apt-line);border-radius:16px;padding:18px;background:#fff;display:flex;gap:13px;align-items:flex-start;min-width:0}
.apt-contact-benefit>span{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#eef5ff;display:grid;place-items:center}
.apt-contact-benefit>span img{width:21px;height:21px}
.apt-contact-benefit b{font-size:14px}.apt-contact-benefit p{font-size:12px;line-height:1.55;color:var(--apt-muted);margin:5px 0 0}
.apt-contact-main{display:grid;grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:26px;align-items:start;padding-bottom:20px}
.apt-contact-info-card,.apt-contact-form-card{border:1px solid var(--apt-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(15,31,61,.06)}
.apt-contact-info-card{padding:32px;background:linear-gradient(145deg,#f7faff 0%,#fff 72%)}
.apt-contact-info-card h2,.apt-contact-form-head h2,.apt-contact-success h2{font-size:28px;line-height:1.2;margin:3px 0 12px;letter-spacing:-.4px;color:var(--apt-ink)}
.apt-contact-info-card>p,.apt-contact-form-head p,.apt-contact-success p{color:var(--apt-muted);line-height:1.65;margin:0}
.apt-contact-steps{display:grid;gap:12px;margin-top:28px}
.apt-contact-steps>div{display:flex;gap:12px;align-items:flex-start;padding:13px;border-radius:14px;background:#fff;border:1px solid #e8eef7}
.apt-contact-steps>div>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--apt-blue);color:#fff;font-size:12px;font-weight:800;flex:0 0 30px}
.apt-contact-steps p{margin:0}.apt-contact-steps b,.apt-contact-steps small{display:block}.apt-contact-steps b{font-size:13px}.apt-contact-steps small{margin-top:2px;color:var(--apt-muted);font-size:11px}
.apt-contact-form-card{padding:32px}
.apt-contact-form-head{margin-bottom:22px}
.apt-contact-form{display:grid;gap:17px}
.apt-contact-form label>span{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800;color:#344054;margin:0 0 7px}
.apt-contact-form label>span img{width:17px;height:17px}
.apt-contact-form input{width:100%;height:50px;border:1px solid #d7deea;border-radius:12px;background:#fff;padding:0 14px;color:var(--apt-ink);font:inherit;outline:0;transition:.2s border-color,.2s box-shadow}
.apt-contact-form input:focus{border-color:#8bb8ff;box-shadow:0 0 0 4px rgba(11,99,246,.09)}
.apt-contact-form input::placeholder{color:#a1aabc}
.apt-contact-submit{width:100%;gap:9px;margin-top:2px}.apt-contact-submit img{width:18px;height:18px;filter:brightness(0) invert(1)}
.apt-contact-privacy{display:flex;align-items:flex-start;gap:8px;margin:0;color:#8791a4;font-size:11px;line-height:1.5}.apt-contact-privacy img{width:15px;height:15px;margin-top:1px;flex:0 0 15px}
.apt-contact-error{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:11px;background:#fff3f3;border:1px solid #ffd4d6;color:#b42318;font-size:12px;font-weight:700;margin:0 0 17px}.apt-contact-error img{width:17px;height:17px}
.apt-contact-success{text-align:center;padding:40px 18px}.apt-contact-success>span{width:66px;height:66px;border-radius:50%;background:#eafaf3;display:grid;place-items:center;margin:0 auto 18px}.apt-contact-success>span img{width:34px;height:34px}.apt-contact-success .apt-primary-btn{gap:9px;margin-top:24px}.apt-contact-success .apt-primary-btn img{width:17px;height:17px;filter:brightness(0) invert(1)}
@media(max-width:980px){.apt-contact-hero-grid{grid-template-columns:1fr;gap:26px}.apt-contact-hero-media{min-height:330px}.apt-contact-benefits{grid-template-columns:repeat(2,1fr)}.apt-contact-main{grid-template-columns:1fr}}
@media(max-width:640px){.apt-contact-hero{padding-top:26px}.apt-contact-hero-copy h1{font-size:38px}.apt-contact-hero-copy>p{font-size:15px}.apt-contact-hero-actions{display:grid}.apt-contact-hero-actions a{width:100%}.apt-contact-hero-media{min-height:250px;border-radius:18px}.apt-contact-benefits{grid-template-columns:1fr;margin-top:16px;margin-bottom:30px}.apt-contact-benefit{padding:14px}.apt-contact-info-card,.apt-contact-form-card{padding:22px;border-radius:18px}.apt-contact-info-card h2,.apt-contact-form-head h2,.apt-contact-success h2{font-size:24px}}


/* ================= POCKET PAYMENT C1 V27 ================= */
.apt-page-payment_c1 .bairbox{display:none!important}
.apt-pocket-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:13px;color:var(--apt-blue)!important;font-weight:800;font-size:12px}
.apt-pocket-back img{width:16px!important;height:16px!important}
.apt-payment-status-processing{background:#eef5ff;border-color:#cfe0fb}.apt-payment-status-processing b{color:#2458a6}
.apt-pocket-pay-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:20px;align-items:stretch}
.apt-pocket-app-panel{border:1px solid #e5eaf2;border-radius:14px;background:#fbfcff;padding:18px;display:flex;flex-direction:column;justify-content:center;gap:13px;min-width:0}
.apt-pocket-logo-box{display:flex;align-items:center;justify-content:center;min-height:74px;border-radius:12px;background:#fff;border:1px solid #e7ecf4;padding:12px}
.apt-pocket-logo-box img{display:block!important;width:auto!important;height:48px!important;max-width:190px!important;object-fit:contain!important}
.apt-pocket-open-btn{display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:12px;background:var(--apt-blue);color:#fff!important;font-weight:850;font-size:13px}
.apt-pocket-open-btn img{width:19px!important;height:19px!important;filter:brightness(0) invert(1)}
.apt-pocket-processing-card{background:linear-gradient(110deg,#eef5ff,#fff);border-color:#cfe0fb}.apt-pocket-processing-card h2{color:#2458a6}.apt-pocket-processing-card p{color:#6481ad}
.apt-pocket-processing-card .apt-payment-success-mark{background:#e0edff}.apt-pocket-processing-card .apt-payment-success-mark img{filter:none}
@media(max-width:720px){.apt-pocket-pay-grid{grid-template-columns:1fr}.apt-pocket-app-panel{padding:14px}.apt-pocket-logo-box{min-height:62px}}


/* ================= FOOTER v28 ================= */
.apt-footer-logo-link{display:inline-flex;align-items:center;width:max-content}
.apt-footer-logo{display:block;height:46px;width:auto;max-width:190px;object-fit:contain}
.apt-footer-contact{gap:11px}
.apt-footer-phone,.apt-footer-location{display:flex;align-items:center;gap:9px;color:var(--apt-muted)}
.apt-footer-phone{font-weight:800;color:var(--apt-ink)!important;width:max-content}
.apt-footer-phone:hover{color:var(--apt-blue)!important}
.apt-footer-phone img,.apt-footer-location img{width:18px!important;height:18px!important;object-fit:contain;flex:0 0 18px}
@media(max-width:780px){.apt-footer-logo{height:40px;max-width:170px}}


/* ================= V34 : VIEW NOW DISCOUNT + ORDER MOBILE FLOW ================= */
.apt-detail-now-discount{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:12px 13px;border:1px solid #ffd3d5;border-radius:12px;background:linear-gradient(135deg,#fff3f3,#fff8f8);color:#d73f49;font-size:13px;font-weight:750;line-height:1.35}
.apt-detail-now-discount img{width:21px!important;height:21px!important;flex:0 0 21px;display:block}
.apt-detail-now-discount b{font-size:17px;color:var(--apt-coral)}
.apt-order-mobile-submit-wrap{display:none}

@media(max-width:720px){
  /* Mobile flow: calendar -> user info -> terms -> submit -> summary. */
  .apt-order-new-sidebar{order:0!important}
  .apt-order-mobile-submit-wrap{display:block;margin-top:12px}
  .apt-order-mobile-submit-wrap .apt-order-new-submit{margin-top:0!important;min-height:56px!important;font-size:16px!important}
  .apt-order-new-sidebar .apt-order-new-submit{display:none!important}
  .apt-order-rules-card{margin-bottom:0}
}


/* ================= LIST DISCOUNT BADGE v36 ================= */
.apt-list-card-photo .apt-discount-pill{position:absolute;right:12px;top:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,#ff5d62,#f0444b);color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 7px 18px rgba(240,68,75,.28);font-size:11px;font-weight:900;line-height:1.15;white-space:nowrap}
@media (max-width:640px){.apt-list-card-photo .apt-discount-pill{right:10px;top:10px;padding:5px 8px;font-size:10.5px}.apt-list-card-photo .apt-status-pill{left:10px;top:10px}}

/* clearer booked date buttons on list page */
.apt-date-actions .apt-date-booked{
  position:relative;
  background:#f3f4f6!important;
  color:#98a2b3!important;
  border:1px solid #e2e8f0!important;
  text-decoration:line-through;
  text-decoration-thickness:2px;
  text-decoration-color:#c2414d;
  cursor:not-allowed;
  overflow:hidden;
}
.apt-date-actions .apt-date-booked::after{
  content:'';
  position:absolute;
  left:8px;
  right:8px;
  top:50%;
  border-top:2px solid rgba(194,65,77,.55);
  transform:rotate(-8deg);
}
.apt-date-actions .apt-date-booked:hover{
  transform:none!important;
  box-shadow:none!important;
}


/* ================= PAYMENT V38 MOBILE PENDING ORDER ================= */
/* status 0/1 mobile order: property photo -> booking info -> price breakdown -> bank QR */
@media(max-width:980px){
  .apt-payment-layout.is-payment-pending{
    display:flex!important;
    flex-direction:column!important;
    gap:18px!important;
  }
  .apt-payment-layout.is-payment-pending .apt-payment-main,
  .apt-payment-layout.is-payment-pending .apt-payment-sidebar{
    display:contents!important;
  }
  .apt-payment-layout.is-payment-pending .apt-payment-property-card{order:1!important;}
  .apt-payment-layout.is-payment-pending .apt-payment-price-card{order:2!important;}
  .apt-payment-layout.is-payment-pending .apt-payment-bank-card{order:3!important;}
  .apt-payment-layout.is-payment-pending .apt-payment-main > :not(.apt-payment-property-card):not(.apt-payment-bank-card){order:4!important;}
  .apt-payment-layout.is-payment-pending .apt-payment-sidebar > :not(.apt-payment-price-card){order:5!important;}
}
@media(max-width:720px){
  .apt-payment-layout.is-payment-pending .apt-payment-property-card{
    display:flex!important;
    flex-direction:column!important;
  }
  .apt-payment-layout.is-payment-pending .apt-payment-property-photo{
    order:1!important;
    width:100%!important;
    height:210px!important;
    min-height:210px!important;
    object-fit:cover!important;
  }
  .apt-payment-layout.is-payment-pending .apt-payment-property-info{order:2!important;}
}


/* ================= PAYMENT V39 MOBILE WIDTH FIX ================= */
/* Keep all pending-payment mobile cards at the same full width. */
@media(max-width:980px){
  .apt-payment-layout.is-payment-pending{
    width:100%!important;
    max-width:none!important;
    align-items:stretch!important;
  }
  .apt-payment-layout.is-payment-pending > *,
  .apt-payment-layout.is-payment-pending .apt-payment-card,
  .apt-payment-layout.is-payment-pending .apt-payment-property-card,
  .apt-payment-layout.is-payment-pending .apt-payment-price-card,
  .apt-payment-layout.is-payment-pending .apt-payment-bank-card{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
    align-self:stretch!important;
  }
}
@media(max-width:720px){
  .apt-payment-shell{
    width:calc(100% - 24px)!important;
    max-width:none!important;
    margin-left:12px!important;
    margin-right:12px!important;
    box-sizing:border-box!important;
  }
  .apt-payment-layout.is-payment-pending{
    margin:0!important;
  }
  .apt-payment-layout.is-payment-pending .apt-payment-property-info,
  .apt-payment-layout.is-payment-pending .apt-payment-price-card,
  .apt-payment-layout.is-payment-pending .apt-payment-bank-card{
    box-sizing:border-box!important;
  }
}

/* ================= STOREPAY / payment_c2 v43 ================= */
.apt-storepay-card{overflow:hidden}
.apt-storepay-pay-grid{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(280px,1.12fr);gap:24px;align-items:stretch;margin-top:18px}
.apt-storepay-static-qr{display:flex;align-items:center;justify-content:center;min-height:330px;padding:24px;border:1px solid #e3e9f3;border-radius:20px;background:#f8fbff}
.apt-storepay-static-qr img{display:block;width:min(100%,300px);height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff;border-radius:14px}
.apt-storepay-guide{display:flex;flex-direction:column;gap:16px;min-width:0}
.apt-storepay-logo-box{display:flex;align-items:center;justify-content:center;min-height:96px;padding:18px;border:1px solid #e7ebf2;border-radius:18px;background:#fff}
.apt-storepay-logo-box img{display:block;max-width:210px;max-height:64px;width:auto;height:auto;object-fit:contain}
.apt-storepay-worktime{margin:0!important;align-items:flex-start!important}
.apt-storepay-worktime b{display:block;font-size:15px;line-height:1.55;color:#7a5414}
.apt-storepay-amount{margin-top:auto;padding:18px 20px;border:1px solid #dfe7f3;border-radius:16px;background:#fbfcff}
.apt-storepay-amount small{display:block;color:#7c879a;font-size:12px;margin-bottom:5px}
.apt-storepay-amount strong{display:block;color:var(--apt-coral);font-size:28px;line-height:1.2}
.apt-storepay-card .apt-payment-check-btn{margin-top:18px}

@media (max-width:980px){
  .apt-storepay-layout{align-items:stretch!important}
  .apt-storepay-layout>.apt-payment-main,.apt-storepay-layout>.apt-payment-sidebar{width:100%!important;max-width:none!important;min-width:0!important}
}
@media (max-width:720px){
  .apt-storepay-pay-grid{grid-template-columns:1fr;gap:14px}
  .apt-storepay-static-qr{min-height:0;padding:18px}
  .apt-storepay-static-qr img{width:min(100%,280px)}
  .apt-storepay-logo-box{min-height:76px;padding:14px}
  .apt-storepay-logo-box img{max-width:180px;max-height:52px}
  .apt-storepay-amount strong{font-size:24px}
  .apt-storepay-worktime b{font-size:14px}
}
