:root{--atde-green:#087f5b;--atde-dark:#063f34;--atde-gold:#c7a24b;--atde-red:#a61e2d}.atde-wrap{width:min(1200px,calc(100% - 32px));margin:auto}.atde-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.atde-card{background:#fff;border:1px solid #e0e9e6;border-radius:24px;overflow:hidden;box-shadow:0 16px 45px rgba(8,58,47,.08);transition:.25s}.atde-card:hover{transform:translateY(-6px)}.atde-card a{text-decoration:none;color:inherit}.atde-card-media{height:230px;position:relative;background:#dbe8e4}.atde-card-media img{width:100%;height:100%;object-fit:cover}.atde-card-media>span{position:absolute;top:16px;right:16px;background:#fff;padding:7px 12px;border-radius:999px;color:var(--atde-red)}.atde-placeholder{height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#0c765e,#d0af61);color:white;font-size:24px}.atde-card-body{padding:20px}.atde-card-body small{color:#70817c}.atde-card-body h3{font-size:22px;margin:10px 0}.atde-card-body p{color:#667770;min-height:50px}.atde-card-body>div{display:flex;justify-content:space-between;border-top:1px solid #edf1ef;padding-top:15px}.atde-card-body b{color:var(--atde-green)}.atde-card-body em{color:var(--atde-red);font-style:normal}.atde-single{background:#f5f8f7;min-height:100vh;direction:rtl}.atde-hero{min-height:590px;display:flex;align-items:end;background-size:cover;background-position:center;position:relative;color:#fff}.atde-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,30,24,.18),rgba(3,30,24,.84))}.atde-hero-content{position:relative;padding:70px 0;width:min(1200px,calc(100% - 32px));margin:auto}.atde-hero-content span{background:rgba(255,255,255,.15);backdrop-filter:blur(8px);padding:8px 14px;border-radius:999px}.atde-hero h1{font-size:clamp(36px,5vw,68px);margin:18px 0}.atde-hero p{font-size:20px;max-width:720px}.atde-main{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:30px;padding:45px 0}.atde-panel{background:#fff;border:1px solid #e1e9e6;border-radius:25px;padding:26px;margin-bottom:24px}.atde-route-node{position:relative;padding:15px 22px 15px 10px;border-right:3px solid var(--atde-gold);margin:12px 0}.atde-route-node img{width:100%;max-height:300px;object-fit:cover;border-radius:16px;margin-top:12px}.atde-route-node .children{margin-right:25px}.atde-bookbox{position:sticky;top:30px}.atde-bookbox label{display:grid;gap:6px;margin:12px 0}.atde-bookbox input,.atde-bookbox select{padding:12px;border:1px solid #d5dfdc;border-radius:12px}.atde-options label{display:flex;gap:8px;align-items:center}.atde-total{background:#083f34;color:#fff;padding:18px;border-radius:16px;margin:16px 0}.atde-total strong{display:block;font-size:27px}.atde-warning{background:#fff4d8;color:#7f5700;padding:12px;border-radius:12px;margin-top:10px}.atde-btn{width:100%;border:0;border-radius:14px;padding:15px;background:var(--atde-green);color:#fff;font-weight:bold;font-size:17px;cursor:pointer}.atde-gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.atde-gallery img{width:100%;height:220px;object-fit:cover;border-radius:18px}.atde-gallery img:first-child{grid-row:span 2;height:450px}.atde-customer-list article{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid #e3ebe8}.atde-customer-list small{display:block;color:#71807b}@media(max-width:900px){.atde-card-grid{grid-template-columns:repeat(2,1fr)}.atde-main{grid-template-columns:1fr}.atde-bookbox{position:static}}@media(max-width:620px){.atde-card-grid{grid-template-columns:1fr}.atde-gallery{display:flex;overflow:auto}.atde-gallery img,.atde-gallery img:first-child{min-width:82vw;height:260px}.atde-hero{min-height:520px}}

.atde-mode-picker{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.atde-mode-picker label{margin:0}.atde-mode-picker input{position:absolute;opacity:0}.atde-mode-picker span{display:grid;gap:4px;padding:14px;border:1px solid #d5dfdc;border-radius:14px;cursor:pointer;background:#fff}.atde-mode-picker input:checked+span{border-color:var(--atde-green);background:#edf9f5;box-shadow:0 0 0 3px rgba(8,127,91,.1)}.atde-mode-picker small{color:#6d7d78}.atde-group-only{padding-top:12px;border-top:1px solid #e7eeeb}.atde-empty{padding:28px;border:1px dashed #bfd3cc;border-radius:20px;text-align:center;background:#fff}.atde-empty span{display:block;color:#71817c;margin-top:6px}@media(max-width:520px){.atde-mode-picker{grid-template-columns:1fr}}

.atde-mode-picker em{font-style:normal;color:#087f5b;font-size:12px;font-weight:700;margin-top:4px}.atde-group-capacity-status{margin:14px 0;padding:14px;border:1px solid #cfe3dc;border-radius:15px;background:#f2faf7}.atde-group-capacity-status>div:first-child{display:grid;gap:3px}.atde-group-capacity-status span{font-size:12px;color:#657771}.atde-group-capacity-status strong{font-size:17px;color:#08664f}.atde-group-capacity-status small{color:#74847f}.atde-capacity-bar{height:8px!important;background:#dcebe6;border-radius:999px;margin-top:10px;overflow:hidden}.atde-capacity-bar i{display:block;height:100%;background:linear-gradient(90deg,#087f5b,#d5ae55);border-radius:inherit}.atde-options{display:grid;gap:9px;margin:12px 0}.atde-options>label{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:11px 12px;border:1px solid #dbe7e3;border-radius:13px;background:#fbfdfc;cursor:pointer}.atde-options>label:hover{border-color:#8fc5b5;background:#f3faf7}.atde-options>label span{display:grid;gap:2px}.atde-options>label b{font-size:14px}.atde-options>label small{color:#75857f}.atde-options>label em{font-style:normal;color:#9d2434;font-weight:700;white-space:nowrap}

.atde-stage-list{display:grid;gap:9px;margin-top:10px}.atde-stage{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid #dbe7e3;border-radius:14px}.atde-stage-state{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:800}.atde-stage>span:nth-child(2){display:grid;gap:2px}.atde-stage small{color:#73837e}.atde-stage em{display:grid;gap:3px;text-align:left;font-style:normal;font-size:12px}.atde-stage em strong{color:#9d2434;white-space:nowrap}.atde-stage.is-complete{background:#f4f6f5;color:#89938f;border-style:dashed}.atde-stage.is-complete .atde-stage-state{background:#e4e9e7;color:#65736e}.atde-stage.is-active{background:#effaf5;border:2px solid #0b8b64;box-shadow:0 8px 24px rgba(11,139,100,.1)}.atde-stage.is-active .atde-stage-state{background:#0b8b64;color:#fff}.atde-stage.is-future{opacity:.68;background:#fafbfb}.atde-stage.is-future .atde-stage-state{background:#edf1ef}.atde-stage-full{padding:12px;border-radius:12px;background:#fff0f1;color:#9c2433;text-align:center;font-weight:700}@media(max-width:520px){.atde-stage{grid-template-columns:30px 1fr}.atde-stage em{grid-column:2;text-align:right}}
