.soc-exp-app{--g:#0b5d1e;--g2:#16833a;--ink:#17231b;--muted:#66736b;--line:#dfe8e2;--bg:#f4f8f5;max-width:1240px;margin:24px auto;padding:0 18px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink)}
.soc-exp-hero{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:28px;padding:38px 42px 78px;background:linear-gradient(135deg,#fff 0%,#f4faf5 65%,#eaf6ed 100%);box-shadow:0 16px 42px rgba(11,93,30,.08)}
.soc-exp-hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-100px;top:-110px;background:rgba(22,131,58,.09)}
.soc-exp-eyebrow{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--g)}.soc-exp-hero h2{font-size:clamp(32px,4vw,54px);line-height:1.02;margin:10px 0 12px;letter-spacing:-.035em}.soc-exp-hero p{max-width:620px;color:var(--muted);font-size:16px;margin:0}.soc-exp-hero-badge{position:absolute;right:34px;bottom:28px;border:1px solid #cfe4d5;background:#fff;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700;color:var(--g);z-index:1}.soc-exp-hero-badge span{margin-right:6px}
.soc-exp-search{position:relative;z-index:2;margin:-46px 18px 26px;padding:18px;display:grid;grid-template-columns:1.5fr 1fr 1fr auto;gap:14px;background:#fff;border:1px solid #d9e5dc;border-radius:22px;box-shadow:0 18px 40px rgba(20,47,29,.12);align-items:end}.soc-exp-field label{display:block;font-size:11px;font-weight:800;color:#5f6c64;margin:0 0 7px}.soc-exp-input{height:52px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid #d9e2dc;border-radius:14px;background:#fbfdfb}.soc-exp-input span{color:var(--g);font-weight:800}.soc-exp-input input,.soc-exp-input select{width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.soc-exp-search-btn{height:52px;padding:0 23px;border:0;border-radius:14px;background:linear-gradient(135deg,#0b5d1e,#16833a);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(11,93,30,.27);white-space:nowrap}.soc-exp-search-btn:hover{transform:translateY(-1px);box-shadow:0 11px 25px rgba(11,93,30,.33)}
.soc-exp-message{margin:12px 0;padding:14px 16px;border-radius:14px;border:1px solid #e8d6b8;background:#fff9ef;color:#704b13;font-size:14px}.soc-exp-message.error{border-color:#f1caca;background:#fff4f4;color:#8b1e1e}.soc-exp-message.success{border-color:#cfe8d5;background:#f1faf3;color:#145b26}.soc-exp-loading{display:flex;align-items:center;gap:12px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff}.soc-exp-loading strong{font-size:15px}.soc-exp-loading small{color:var(--muted)}.soc-exp-spinner{width:24px;height:24px;border:3px solid #d8eadc;border-top-color:var(--g);border-radius:50%;animation:socspin .8s linear infinite}@keyframes socspin{to{transform:rotate(360deg)}}
.soc-exp-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.soc-exp-section-title{grid-column:1/-1;display:flex;justify-content:space-between;align-items:end;margin:8px 2px}.soc-exp-section-title h3{margin:0;font-size:25px}.soc-exp-section-title span{font-size:13px;color:var(--muted)}.soc-exp-card{display:grid;grid-template-columns:42% 1fr;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(20,47,29,.07);min-height:230px}.soc-exp-card-media{min-height:230px;background:linear-gradient(135deg,#dceee1,#edf5ef);position:relative}.soc-exp-card-media img{width:100%;height:100%;object-fit:cover;display:block}.soc-exp-card-body{padding:22px;display:flex;flex-direction:column}.soc-exp-card h3{margin:0 0 8px;font-size:20px;line-height:1.15}.soc-exp-meta{font-size:12px;color:var(--muted);margin-bottom:12px}.soc-exp-rating{display:inline-flex;align-items:center;gap:5px;color:var(--g);font-weight:800;font-size:13px;margin-bottom:12px}.soc-exp-description{color:#68736d;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.soc-exp-card-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:end;gap:12px;padding-top:18px}.soc-exp-price small{display:block;color:var(--muted);font-size:11px}.soc-exp-price strong{font-size:22px;color:var(--g)}.soc-exp-primary,.soc-exp-secondary{border-radius:12px;padding:10px 15px;font-weight:800;cursor:pointer}.soc-exp-primary{border:0;background:var(--g);color:#fff}.soc-exp-secondary{border:1px solid #cfe0d3;background:#fff;color:var(--g)}
.soc-exp-detail,.soc-exp-checkout{margin-top:22px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(20,47,29,.08);overflow:hidden}.soc-exp-detail-grid{display:grid;grid-template-columns:48% 52%}.soc-exp-detail-image{min-height:380px;background:#edf5ef}.soc-exp-detail-image img{width:100%;height:100%;object-fit:cover}.soc-exp-detail-copy{padding:32px}.soc-exp-detail-copy h2{font-size:32px;margin:0 0 10px}.soc-exp-detail-copy p{color:var(--muted);line-height:1.65}.soc-exp-checkout-inner{padding:28px}.soc-exp-checkout-inner h3{margin-top:0}.soc-exp-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.soc-exp-form-grid label{font-size:12px;font-weight:800}.soc-exp-form-grid input,.soc-exp-form-grid textarea{display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:12px;border:1px solid #d9e2dc;border-radius:12px}.soc-exp-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}
@media(max-width:900px){.soc-exp-search{grid-template-columns:1fr 1fr}.soc-exp-search-btn{grid-column:1/-1}.soc-exp-results{grid-template-columns:1fr}.soc-exp-detail-grid{grid-template-columns:1fr}.soc-exp-detail-image{min-height:250px}}
@media(max-width:600px){.soc-exp-app{padding:0 10px}.soc-exp-hero{padding:28px 24px 72px;border-radius:22px}.soc-exp-hero h2{font-size:34px}.soc-exp-hero-badge{left:24px;right:auto}.soc-exp-search{margin:-36px 8px 22px;padding:13px;grid-template-columns:1fr}.soc-exp-search-btn{grid-column:auto}.soc-exp-card{grid-template-columns:1fr}.soc-exp-card-media{height:190px;min-height:190px}.soc-exp-card-body{padding:18px}.soc-exp-form-grid{grid-template-columns:1fr}}
.soc-exp-option-list{display:grid;gap:10px;margin-top:18px}.soc-exp-option{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:15px;border:1px solid #dce7df;border-radius:14px;cursor:pointer}.soc-exp-option input{accent-color:#0b5d1e}.soc-exp-option strong{font-size:14px}.soc-exp-option span{font-size:12px;color:#6b756f}.soc-exp-option b{color:#0b5d1e}.soc-exp-option:has(input:checked){border-color:#0b5d1e;background:#f3faf4}

.soc-exp-destination-list{position:absolute;z-index:50;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid rgba(11,93,30,.14);border-radius:16px;box-shadow:0 16px 36px rgba(15,42,25,.14);padding:8px;max-height:280px;overflow:auto}.soc-exp-destination-option{display:block;width:100%;text-align:left;background:transparent;border:0;border-radius:10px;padding:11px 12px;font:inherit;color:#17321f;cursor:pointer}.soc-exp-destination-option:hover{background:#eef8f0;color:#0b5d1e}
