:root{--orange:#e96530;--orange-dark:#c8491d;--ink:#171717;--muted:#6f6f6f;--paper:#f7f5f0;--line:#e8e4dc;--white:#fff;--radius:22px;--shadow:0 14px 40px rgba(31,25,20,.09)}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Tahoma,"Segoe UI",Arial,sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-head{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,80px);background:rgba(247,245,240,.94);backdrop-filter:blur(16px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.05)}
.brand{display:flex;align-items:center}
.brand-logo{display:block;width:86px;height:58px;object-fit:contain;mix-blend-mode:multiply}
.site-head nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}
.nav-cta{background:var(--ink);color:#fff;padding:9px 18px;border-radius:99px}
.hero{min-height:690px;position:relative;overflow:hidden;background:#161616;color:#fff}
.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.88) 72%)}
.hero-inner{position:relative;z-index:1;width:min(1180px,90%);margin:auto;padding:110px 0 65px}
.eyebrow{font-size:13px;font-weight:900;letter-spacing:.08em;margin:0 0 10px}
.orange{color:var(--orange)}
h1{font-size:clamp(62px,9vw,128px);line-height:.9;margin:0 0 30px;letter-spacing:-.06em;max-width:800px}
h1 span{color:var(--orange)}
.hero-inner>p:not(.eyebrow){font-size:clamp(18px,2.1vw,25px);max-width:650px;color:#e9e9e9;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.button{display:inline-flex;justify-content:center;align-items:center;border:0;cursor:pointer;border-radius:999px;padding:13px 23px;font-weight:900;transition:.2s}
.button:hover{transform:translateY(-2px)}
.primary{background:var(--orange);color:#fff}
.ghost{border:1px solid rgba(255,255,255,.45);color:#fff}
.quick-stats{display:flex;gap:35px;flex-wrap:wrap;margin-top:74px;color:#ddd;font-size:13px}
.quick-stats span{display:flex;align-items:baseline;gap:8px}
.quick-stats b{font-size:24px;color:#fff}
.section{width:min(1180px,90%);margin:0 auto;padding:100px 0}
.intro{display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}
.intro h2,.section-title h2,.tip h2,.cta h2{font-size:clamp(34px,4vw,57px);line-height:1.15;margin:0;letter-spacing:-.035em}
.intro>p{font-size:19px;color:#575757;margin:38px 0 0}
.section-title{text-align:center;max-width:730px;margin:0 auto 42px}
.section-title>p:last-child{color:var(--muted);font-size:17px}
.compact{margin-bottom:30px}
.apps{border-top:1px solid var(--line)}
.apps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.app-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;gap:15px;align-items:flex-start}
.app-card img{width:50px;height:50px;border-radius:13px;object-fit:cover}
.app-card h3{font-size:16px;margin:0 0 2px}
.app-card small{color:var(--muted)}
.upcoming-expos{border-top:1px solid var(--line)}
.expo-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:28px}
.expo-heading h2{font-size:clamp(34px,4vw,57px);line-height:1.15;margin:0;letter-spacing:-.035em}
.expo-heading>div>p:last-child{color:var(--muted);font-size:17px;margin:14px 0 0;max-width:670px}
.expo-update{flex:0 0 auto;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:13px 16px;box-shadow:0 7px 24px rgba(0,0,0,.035)}
.expo-update small,.expo-update b{display:block}
.expo-update small{color:var(--muted);font-size:11px}
.expo-update b{font-size:13px}
.live-dot{width:10px;height:10px;border-radius:50%;background:#2aa06b;box-shadow:0 0 0 5px rgba(42,160,107,.12)}
.expo-filter-group{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:start;gap:12px}
.expo-filter-group>b{padding-top:12px;font-size:13px;color:var(--muted)}
.expo-filters{display:flex;gap:8px;overflow:auto;padding:3px 0 14px;scrollbar-width:none}
.expo-filter{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 16px;cursor:pointer;font-size:13px;font-weight:900}
.expo-filter.active{background:var(--orange);border-color:var(--orange);color:#fff}
.expo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.expo-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;display:flex;flex-direction:column;min-width:0;position:relative;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.03);transition:.25s}
.expo-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--orange)}
.expo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.expo-top{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:18px}
.expo-date{display:flex;align-items:center;gap:10px}
.expo-day{width:54px;height:58px;display:grid;place-items:center;background:#fff3ed;color:var(--orange-dark);border-radius:15px;font-size:24px;font-weight:900;line-height:1}
.expo-date div{display:flex;flex-direction:column}
.expo-date b{font-size:13px}.expo-date small{color:var(--muted);font-size:11px}
.expo-status{background:#edf8f2;color:#19764c;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;white-space:nowrap}
.expo-card h3{font-size:20px;line-height:1.35;margin:0 0 6px}
.expo-cn{direction:ltr;text-align:left;color:var(--muted);font-family:Arial,sans-serif;font-size:12px;min-height:38px}
.expo-why{background:#faf8f4;border-radius:13px;padding:11px 13px;margin:15px 0;font-size:13px;color:#4e4e4e}
.expo-meta{display:grid;gap:7px;margin-bottom:17px;color:#555;font-size:12px}
.expo-meta span{display:flex;gap:7px;align-items:start}
.expo-meta b{color:var(--orange);font-weight:900}
.expo-actions{display:flex;gap:8px;margin-top:auto}
.expo-actions a{flex:1;text-align:center;border:1px solid var(--line);border-radius:11px;padding:9px;font-size:12px;font-weight:900}
.expo-actions a:first-child{background:var(--ink);border-color:var(--ink);color:#fff}
.expo-actions a:hover{border-color:var(--orange);color:var(--orange)}
.expo-actions a:first-child:hover{color:#fff;background:var(--orange)}
.expo-source-note{margin-top:18px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:12px}
.expo-source-note a{color:var(--orange);font-weight:900}
.expo-empty{grid-column:1/-1;background:#fff;border:1px solid var(--line);border-radius:20px;padding:35px;text-align:center;color:var(--muted)}
.directory{border-top:1px solid var(--line)}
.tools{position:sticky;top:86px;z-index:20;background:rgba(247,245,240,.95);backdrop-filter:blur(12px);padding:14px 0}
.city-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}
.city-filter{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 18px;cursor:pointer;font-weight:900;text-align:center}
.city-filter small{display:block;color:var(--muted);font-weight:600;margin-top:2px}
.city-filter.active{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 8px 24px rgba(233,101,48,.2)}
.city-filter.active small{color:#fff}
.search{height:58px;background:#fff;border:1px solid var(--line);border-radius:17px;display:flex;align-items:center;gap:10px;padding:0 18px;box-shadow:0 7px 26px rgba(0,0,0,.04)}
.search span{font-size:30px;color:var(--orange);line-height:1}
.search input{width:100%;border:0;outline:0;background:transparent;font-size:16px}
.filters{display:flex;gap:8px;justify-content:center;overflow:auto;padding:13px 0 0;scrollbar-width:none}
.filter{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 16px;cursor:pointer;font-weight:800;font-size:13px}
.filter.active{background:var(--ink);border-color:var(--ink);color:#fff}
.result-count{font-size:13px;color:var(--muted);margin:8px 3px 18px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.place-card{min-width:0;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);box-shadow:0 5px 18px rgba(0,0,0,.035);transition:.25s}
.place-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.place-img{height:205px;background:#ddd;position:relative;overflow:hidden}
.place-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.place-img.no-photo{display:grid;place-items:center;background:linear-gradient(135deg,#201d1a,#e96530);color:#fff}
.place-img.no-photo strong{font-size:34px;letter-spacing:-.04em}
.place-card:hover .place-img img{transform:scale(1.04)}
.badge{position:absolute;top:14px;right:14px;background:rgba(20,20,20,.84);color:#fff;padding:5px 10px;border-radius:99px;font-size:11px;font-weight:800;backdrop-filter:blur(8px)}
.place-body{padding:19px}
.place-body h3{font-size:20px;margin:0 0 4px;line-height:1.35}
.place-body .district{font-size:12px;color:var(--orange);font-weight:900}
.cn{direction:ltr;text-align:left;background:#f7f5f0;border-radius:12px;padding:11px;margin:14px 0;font-family:Arial,sans-serif;font-size:13px;line-height:1.55;color:#454545;min-height:62px;word-break:break-all}
.card-actions{display:flex;gap:8px}
.card-actions button,.map-link{flex:1;border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px;cursor:pointer;text-align:center;font-size:12px;font-weight:800}
.card-actions button:hover,.map-link:hover{border-color:var(--orange);color:var(--orange)}
.more{background:var(--ink);color:#fff;margin:32px auto 0;min-width:170px;display:flex}
.empty{text-align:center;padding:60px 20px;background:#fff;border-radius:20px}
.empty span{display:block;color:var(--muted)}
.tip{background:#fff;border:1px solid var(--line);border-radius:30px;padding:46px;display:grid;grid-template-columns:90px 1fr;gap:30px;align-items:center}
.tip-icon{width:88px;height:88px;border-radius:25px;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:38px;font-weight:900}
.tip h2{font-size:34px}
.tip p:last-child{color:var(--muted);margin-bottom:0}
.cta{width:min(1240px,94%);padding:70px clamp(26px,5vw,70px);background:var(--orange);color:#fff;border-radius:34px;display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:center;margin-bottom:80px}
.cta>div>p:not(.eyebrow){font-size:17px;max-width:690px}
.light{background:#fff;color:var(--ink)}
.outline-light{border:1px solid rgba(255,255,255,.55);color:#fff}
.cta address{font-style:normal;background:rgba(0,0,0,.13);border:1px solid rgba(255,255,255,.24);border-radius:22px;padding:24px;direction:rtl}
.cta address small,.cta address b{display:block}
.cta address b{direction:ltr;text-align:left;margin:8px 0 16px;font-family:Arial,sans-serif;line-height:1.7}
.copy-office{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5);border-radius:10px;padding:8px 14px;cursor:pointer}
footer{border-top:1px solid var(--line);padding:30px 5%;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;gap:20px}
.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,120px);background:#171717;color:#fff;padding:11px 20px;border-radius:99px;font-size:13px;font-weight:800;z-index:100;transition:.3s}
.toast.show{transform:translate(-50%,0)}

@media(max-width:900px){.apps-grid{grid-template-columns:repeat(2,1fr)}
.expo-grid{grid-template-columns:repeat(2,1fr)}
.expo-heading{align-items:start}
.cards{grid-template-columns:repeat(2,1fr)}
.cta{grid-template-columns:1fr}
.site-head nav a:not(.nav-cta){display:none}
.hero{min-height:640px}
.intro{grid-template-columns:1fr;gap:10px}
.intro>p{margin-top:10px}
}

@media(max-width:590px){.site-head{height:64px}
.brand-logo{width:72px;height:50px}
.nav-cta{padding:7px 13px}
.hero-inner{padding-top:80px}
.hero{min-height:610px}
.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.84),rgba(0,0,0,.24))}
.quick-stats{gap:17px;margin-top:48px}
.section{padding:70px 0}
.apps-grid,.cards,.expo-grid{grid-template-columns:1fr}
.app-card{padding:15px}
.expo-heading{display:block}
.expo-update{margin-top:18px;width:max-content}
.expo-card{padding:19px}
.expo-source-note{flex-direction:column;gap:6px}
.tools{top:69px}
.filters{justify-content:flex-start}
.city-filters{grid-template-columns:1fr 1fr}
.city-filter{padding:11px 8px}
.place-img{height:220px}
.tip{padding:28px;grid-template-columns:1fr}
.tip-icon{width:66px;height:66px}
.tip h2{font-size:28px}
.cta{padding:44px 24px;border-radius:26px}
.cta h2{font-size:35px}
footer{flex-direction:column}
.hero-actions .button{width:100%}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}
}
