:root {
  --blue: #0d57ad;
  --blue-2: #1c69cb;
  --blue-3: #eaf3ff;
  --navy: #11243d;
  --ink: #172033;
  --muted: #637083;
  --line: #dfe7f2;
  --teal: #0e8f9e;
  --teal-soft: #eafafa;
  --green: #19825c;
  --orange: #ef7b16;
  --orange-soft: #fff5e7;
  --bg: #f7faff;
  --card: #ffffff;
  --shadow: 0 18px 55px rgba(24, 55, 94, 0.14);
  --shadow-soft: 0 10px 30px rgba(24, 55, 94, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Yu Gothic UI", Meiryo, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  text-rendering: geometricPrecision;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; top: -40px; left: 12px; background: var(--blue); color: #fff; padding: 8px 12px; border-radius: 10px; z-index: 10; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(207, 218, 234, .72);
}
.header-inner { height: 72px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: baseline; gap: 8px; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.brand-main { color: var(--blue); font-size: clamp(20px, 2vw, 27px); }
.brand-sub { color: var(--ink); font-size: clamp(16px, 1.3vw, 20px); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; color: #1b2b43; font-weight: 700; font-size: 14px; }
.main-nav a { opacity: .9; }
.main-nav a:hover { color: var(--blue); opacity: 1; }
.header-cta { background: var(--blue); color: #fff; padding: 11px 17px; border-radius: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(13,87,173,.2); }
.header-cta:hover { background: #08498f; }
.mobile-menu { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 10px; }
.mobile-menu span { display: block; height: 2px; background: var(--navy); margin: 5px 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%); border-bottom: 1px solid #e6eef8; }
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 9% 23%, rgba(84, 168, 148, .15), transparent 25%),
    linear-gradient(90deg, rgba(255,255,255,.3), rgba(255,255,255,.92) 38%, rgba(255,255,255,.75)),
    linear-gradient(135deg, #fff 0%, #edf5ff 52%, #ffffff 100%);
}
.hero-bg::before {
  content: "";
  position: absolute;
  left: -8%; bottom: -8%;
  width: 46%; height: 72%;
  background:
    radial-gradient(circle at 28% 42%, rgba(255,255,255,.84) 0 8%, transparent 8.5%),
    linear-gradient(140deg, rgba(238, 245, 250, .8), rgba(255,255,255,.56)),
    repeating-linear-gradient(90deg, transparent 0 26px, rgba(180, 205, 218, .22) 28px 30px);
  border-top-right-radius: 80px;
  filter: blur(.2px);
  opacity: .7;
}
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; min-height: 660px; padding: 66px 0 76px; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; }
.hero h1 { margin: 0; color: #101b31; font-size: clamp(46px, 5vw, 76px); line-height: 1.18; letter-spacing: .03em; font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif; font-weight: 700; }
.lead { margin: 24px 0 28px; max-width: 610px; color: #33435b; font-size: clamp(16px, 1.4vw, 20px); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 16px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 13px 24px; border-radius: 12px; font-weight: 900; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-soft); }
.btn-primary { background: linear-gradient(180deg, #1261be, #084a98); color: #fff; }
.btn-teal { background: linear-gradient(180deg, #16a2ab, #087d86); color: #fff; }
.btn-orange { background: linear-gradient(180deg, #ff8a19, #df680b); color: #fff; }
.btn-outline { background: rgba(255,255,255,.84); color: var(--blue); border-color: rgba(13,87,173,.45); }
.btn-wide { min-width: 330px; }
.hero-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; max-width: 600px; color: var(--muted); font-size: 13px; }
.dot { width: 10px; height: 10px; flex: 0 0 auto; margin-top: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--blue)); }

.hero-panel { background: rgba(255,255,255,.92); border: 1px solid rgba(206, 218, 233, .86); border-radius: var(--radius-xl); box-shadow: var(--shadow); padding: 20px; }
.panel-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.panel-topline strong { font-size: 15px; }
.panel-topline span { color: #54677e; border: 1px solid var(--line); padding: 5px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.dashboard-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.mini-property, .match-card, .map-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 20px rgba(30, 69, 110, .06); overflow: hidden; }
.mini-property { display: grid; grid-template-columns: 42% 1fr; min-height: 166px; }
.mini-property.compact { min-height: 142px; }
.property-image { position: relative; min-height: 100%; background-size: cover; background-position: center; }
.property-image span { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; background: #fff; color: var(--blue); box-shadow: 0 10px 20px rgba(22, 67, 106, .18); font-weight: 900; font-size: 13px; text-align: center; line-height: 1.2; }
.img-apartment { background: linear-gradient(140deg, rgba(69,103,133,.1), rgba(69,103,133,.25)), linear-gradient(180deg, #e4edf6 0 22%, #a7b7c6 22% 37%, #dde7ed 37% 46%, #8da2b4 46% 61%, #dce8ef 61% 70%, #7692a7 70% 100%); }
.img-room { background: linear-gradient(120deg, rgba(255,255,255,.3), rgba(48,86,121,.08)), linear-gradient(160deg, #fbf5ea, #d6c6ac 52%, #eef4f8 53%, #b8c7d6); }
.mini-property-body { padding: 14px 16px 14px; }
.mini-property h3 { margin: 0 0 4px; font-size: 15px; line-height: 1.35; }
.mini-property p { margin: 0 0 6px; color: #647286; font-size: 12px; font-weight: 650; }
.mini-property strong { display: block; margin-bottom: 8px; font-size: 18px; }
.mini-property small { color: #5e6d80; font-size: 12px; font-weight: 700; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { background: #eef5ff; color: #265687; border: 1px solid #dcecff; padding: 3px 8px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.heart { position: absolute; right: 14px; bottom: 12px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #d4deeb; background: #fff; color: #49627e; cursor: pointer; font-size: 18px; }
.match-card { padding: 16px; min-height: 166px; }
.match-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.score-pill { color: var(--blue); background: var(--blue-3); padding: 4px 9px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.radar { width: 100%; min-height: 128px; }
.radar text { fill: #65758c; font-size: 12px; font-weight: 700; }
.map-card { padding: 14px; }
.map-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.map-title strong { font-size: 14px; }
.map-title span { color: #66768b; font-size: 12px; font-weight: 800; }
.map-visual { position: relative; height: 94px; border-radius: 14px; overflow: hidden; border: 1px solid #d9e5f0; background:
  linear-gradient(35deg, transparent 0 46%, rgba(13,87,173,.2) 47% 49%, transparent 50%),
  linear-gradient(120deg, rgba(21,143,158,.12), rgba(252,188,87,.18)),
  repeating-linear-gradient(0deg, rgba(255,255,255,.7) 0 10px, transparent 11px 20px),
  #eaf4ed;
}
.route { position: absolute; height: 3px; border-radius: 999px; background: rgba(18,97,190,.65); }
.route-a { width: 120px; transform: rotate(-12deg); left: 24px; top: 42px; }
.route-b { width: 110px; transform: rotate(22deg); left: 72px; top: 64px; background: rgba(239,123,22,.55); }
.pin { position: absolute; width: 15px; height: 15px; border-radius: 50% 50% 50% 0; background: var(--blue); transform: rotate(-45deg); box-shadow: 0 4px 10px rgba(0,0,0,.15); }
.pin::after { content: ""; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #fff; left: 5px; top: 5px; }
.pin-a { left: 52px; top: 36px; }
.pin-b { left: 142px; top: 59px; background: var(--orange); }
.legend { display: flex; gap: 10px; margin-top: 9px; color: #66768b; font-size: 11px; font-weight: 800; }
.legend i { display: inline-block; width: 9px; height: 9px; border-radius: 50%; margin-right: 4px; }
.low { background: #2ca66f; }.mid { background: #f4b743; }.high { background: #e45252; }
.explore-control { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 16px; }
.explore-control > span { margin-right: auto; font-size: 14px; font-weight: 900; }
.explore { border: 1px solid #d8e3ef; background: #fff; color: #243b5c; border-radius: 999px; min-height: 40px; padding: 8px 16px; font-weight: 900; cursor: pointer; }
.explore.active { border-color: transparent; background: linear-gradient(180deg, var(--blue-2), var(--blue)); color: #fff; box-shadow: 0 8px 18px rgba(13,87,173,.22); }
.mode-copy { margin: 10px 0 0; color: #607084; font-size: 13px; font-weight: 700; }

.section { padding: 58px 0; }
.section-title { margin: 0 0 24px; color: #14243a; text-align: center; font-size: clamp(26px, 3vw, 38px); line-height: 1.3; letter-spacing: .04em; font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif; }
.section-title.left { text-align: left; margin-bottom: 0; }
.section-heading { max-width: 790px; margin: 0 auto 28px; text-align: center; }
.section-heading .eyebrow { margin-bottom: 6px; }
.section-lead { color: #506177; font-weight: 650; margin: 0; }
.purpose { background: #fff; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.purpose-card { display: flex; align-items: center; gap: 18px; min-height: 104px; padding: 20px 24px; border-radius: 18px; border: 1px solid #d8e5f4; box-shadow: var(--shadow-soft); background: #fff; }
.purpose-card h3, .way-card h3, .trust h3, .step h3 { margin: 0 0 4px; font-size: 19px; line-height: 1.4; }
.purpose-card p, .way-card p, .trust p, .step p { margin: 0; color: #5d6c81; font-size: 13px; font-weight: 700; }
.purpose-card b { margin-left: auto; color: #506f99; font-size: 26px; }
.purpose-card.blue { background: linear-gradient(135deg, #f3f8ff, #ffffff); }
.purpose-card.teal { background: linear-gradient(135deg, #f0fcfc, #ffffff); border-color: #d4eded; }
.purpose-card.orange { background: linear-gradient(135deg, #fff8ee, #ffffff); border-color: #f2dfc7; }
.icon, .way-icon, .trust-icon, .partner-icon, .step-icon { display: inline-grid; place-items: center; flex: 0 0 auto; }
.icon { width: 58px; height: 58px; border-radius: 16px; }
.building { background: var(--blue-3); border: 1px solid #cfe1fb; }
.building::before { content: "▥"; color: var(--blue); font-size: 34px; line-height: 1; }
.house { background: var(--teal-soft); border: 1px solid #c9eeec; }
.house::before { content: "⌂"; color: var(--teal); font-size: 34px; line-height: 1; }
.shield { background: var(--orange-soft); border: 1px solid #f3d3af; }
.shield::before { content: "⌂"; width: 34px; height: 34px; border: 4px solid var(--orange); border-radius: 16px 16px 18px 18px; color: var(--orange); font-weight: 900; text-align: center; line-height: 28px; }

.nakoudo { background: linear-gradient(180deg, #fff, #f7fbff); }
.steps-card { display: grid; grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); padding: 28px; }
.step { text-align: center; min-height: 190px; padding: 8px 4px; }
.step-no { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 900; margin-bottom: 14px; }
.teal-no { background: var(--teal); }.green-no { background: var(--green); }.orange-no { background: var(--orange); }
.step-icon { margin: 0 auto 12px; width: 54px; height: 54px; border-radius: 16px; background: #f3f8ff; color: var(--blue); }
.step-icon::before { font-size: 30px; font-weight: 800; }
.step-icon.search::before { content: "⌕"; }
.step-icon.checklist::before { content: "☑"; }
.step-icon.people::before { content: "∞"; }
.step-icon.safety::before { content: "⌂"; }
.step-arrow { height: 2px; background: linear-gradient(90deg, #dfe9f7, #bdd1eb); position: relative; }
.step-arrow::after { content: ""; position: absolute; right: -1px; top: 50%; transform: translateY(-50%) rotate(45deg); width: 9px; height: 9px; border-top: 2px solid #bdd1eb; border-right: 2px solid #bdd1eb; }

.ways { background: #fff; }
.ways-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.way-card { position: relative; min-height: 182px; padding: 24px 22px 22px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(180deg, #ffffff, #fbfdff); box-shadow: var(--shadow-soft); }
.way-card b { position: absolute; right: 20px; bottom: 18px; color: var(--blue); font-size: 24px; }
.way-icon { width: 52px; height: 52px; border-radius: 15px; margin-bottom: 14px; background: #eef5ff; border: 1px solid #dbeaff; color: var(--blue); }
.way-icon::before { font-size: 28px; }
.magnify::before { content: "⌕"; }.school::before { content: "▰"; transform: rotate(45deg); }.heartline::before { content: "♡"; color: #d9426d; }.shieldline::before { content: "⌂"; color: var(--green); }

.listings { background: linear-gradient(180deg, #f7fbff, #ffffff); }
.listings-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.listings-head a { color: var(--blue); font-weight: 900; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.listing-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.listing-img { position: relative; height: 176px; background-size: cover; background-position: center; }
.listing-one { background: linear-gradient(160deg, rgba(255,255,255,.25), transparent), linear-gradient(90deg, #f0efe8 0 42%, #cad7df 43% 45%, #f6f2eb 45% 70%, #b6c5d2 70% 100%); }
.listing-two { background: linear-gradient(160deg, rgba(255,255,255,.22), transparent), linear-gradient(125deg, #ede6dc 0 32%, #b69f80 32% 44%, #f8f6f2 44% 72%, #9eb1bd 72% 100%); }
.listing-three { background: linear-gradient(165deg, rgba(255,255,255,.18), transparent), linear-gradient(180deg, #b8d7f0 0 28%, #eef1ed 28% 35%, #8095a8 35% 56%, #f5f0e6 56% 70%, #7ea179 70% 100%); }
.badge { position: absolute; top: 12px; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 900; box-shadow: 0 8px 20px rgba(15,42,74,.12); }
.badge.green { left: 12px; background: var(--green); color: #fff; }
.badge.new, .badge.popular { right: 12px; background: #fff; color: #2a4a70; }
.listing-body { padding: 18px 18px 20px; }
.listing-body h3 { margin: 0 0 4px; font-size: 19px; }
.listing-body p { margin: 0 0 8px; color: #627389; font-weight: 750; font-size: 13px; }
.listing-body strong { display: block; margin-bottom: 12px; font-size: 22px; }
.listing-body small { color: #657387; font-size: 12px; }
.listing-heart { top: 140px; right: 16px; bottom: auto; }

.trust { background: #fff; }
.trust-card { border: 1px solid var(--line); background: linear-gradient(180deg, #ffffff, #f8fbff); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); padding: 34px 38px 38px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.trust-grid article { display: grid; grid-template-columns: 62px 1fr; column-gap: 18px; align-items: start; }
.trust-grid article p { grid-column: 2; }
.trust-icon { grid-row: 1 / span 2; width: 62px; height: 62px; border-radius: 18px; background: #fff; border: 1px solid #dce7f4; box-shadow: 0 10px 22px rgba(30,69,110,.08); color: var(--blue); }
.trust-icon::before { font-size: 30px; font-weight: 900; }
.lock::before { content: "▣"; }.person::before { content: "●"; }.shield-mini::before { content: "⌂"; }

.partner { padding-top: 18px; background: #fff; }
.partner-card { display: grid; grid-template-columns: 84px 1fr auto; gap: 24px; align-items: center; min-height: 126px; padding: 24px 28px; border: 1px solid #d6e5f5; border-radius: 22px; background: linear-gradient(135deg, #eef6ff, #ffffff); box-shadow: var(--shadow-soft); }
.partner-card h2 { margin: 0 0 4px; font-size: 30px; color: #17365f; }
.partner-card p { margin: 0; color: #526378; font-weight: 800; }
.partner-icon { width: 76px; height: 76px; border-radius: 20px; background: #fff; border: 1px solid #d5e4f6; }
.partner-icon::before { content: "▥"; color: var(--blue); font-size: 42px; }
.partner-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.note-section { background: linear-gradient(180deg, #fff, #f7fbff); }
.note-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.note-grid article { border: 1px solid var(--line); background: #fff; border-radius: 22px; box-shadow: var(--shadow-soft); padding: 26px; }
.note-grid h2 { margin: 0 0 8px; color: #17345a; }
.note-grid p:not(.eyebrow) { margin: 0; color: #5b6c82; font-weight: 700; }
.backend-section { background: #fff; }
.backend-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.backend-card { display: flex; flex-direction: column; min-height: 238px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: var(--shadow-soft); }
.backend-card h3 { margin: 0 0 8px; color: #17365f; font-size: 22px; }
.backend-card p { margin: 0 0 20px; color: #5d6c81; font-size: 14px; font-weight: 750; }
.backend-card .btn { margin-top: auto; }
.connection-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: start; margin-top: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(135deg, #f7fbff, #fff); box-shadow: var(--shadow-soft); }
.connection-panel h3 { margin: 0 0 8px; color: #17365f; font-size: 24px; }
.connection-panel p { margin: 0; color: #5d6c81; font-weight: 750; }
.endpoint-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.endpoint-list li { display: grid; grid-template-columns: minmax(150px, .7fr) minmax(210px, 1fr) auto; gap: 10px; align-items: center; min-height: 44px; padding: 9px 12px; border: 1px solid #dce7f5; border-radius: 14px; background: #fff; }
.endpoint-list strong { color: #17365f; font-size: 13px; }
.endpoint-list code { color: #0d57ad; font-size: 12px; white-space: nowrap; }
.endpoint-list span { justify-self: end; padding: 4px 8px; border-radius: 999px; background: #eaf3ff; color: #0d57ad; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.site-footer { background: #f1f6fc; border-top: 1px solid #dce8f5; padding: 48px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.footer-brand p { color: #5d6c82; max-width: 360px; font-weight: 700; }
.footer-grid h3 { margin: 0 0 12px; color: #223b5c; font-size: 15px; }
.footer-grid a:not(.brand) { display: block; color: #586c84; margin: 7px 0; font-weight: 700; font-size: 14px; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { display: grid !important; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #dce7f4; color: #273e5f !important; font-weight: 900; }
.copyright { margin: 34px 20px 0; text-align: center; color: #708197; font-size: 13px; font-weight: 700; }

.reveal { animation: rise .7s ease both; }
.delay-1 { animation-delay: .16s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 1060px) {
  .main-nav { position: fixed; top: 72px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 12px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px; border-bottom: 1px solid #eef3f8; }
  .header-cta { margin-left: auto; }
  .mobile-menu { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 44px; }
  .hero-panel { max-width: 760px; }
  .purpose-grid, .listing-grid, .trust-grid, .note-grid, .backend-grid, .connection-panel { grid-template-columns: 1fr; }
  .ways-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-card { grid-template-columns: 1fr; gap: 16px; }
  .step { min-height: auto; }
  .step-arrow { height: 28px; width: 2px; margin: 0 auto; background: linear-gradient(180deg, #dfe9f7, #bdd1eb); }
  .step-arrow::after { right: 50%; top: auto; bottom: -1px; transform: translateX(50%) rotate(135deg); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .header-inner { height: 64px; }
  .brand-sub { display: none; }
  .header-cta { display: none; }
  .main-nav { top: 64px; }
  .hero-grid { min-height: auto; padding: 36px 0 48px; }
  .hero h1 { font-size: 42px; }
  .btn-wide { min-width: 100%; }
  .hero-actions .btn { flex: 1 1 30%; padding-inline: 12px; }
  .hero-panel { padding: 14px; border-radius: 22px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .mini-property { grid-template-columns: 1fr; }
  .property-image { min-height: 150px; }
  .explore-control > span { width: 100%; margin-right: 0; }
  .section { padding: 44px 0; }
  .purpose-card, .partner-card { grid-template-columns: auto 1fr; }
  .partner-card .btn, .partner-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .ways-grid, .footer-grid { grid-template-columns: 1fr; }
  .endpoint-list li { grid-template-columns: 1fr; }
  .endpoint-list span { justify-self: start; }
  .trust-grid article { grid-template-columns: 1fr; text-align: center; }
  .trust-grid article p { grid-column: auto; }
  .trust-icon { margin: 0 auto 12px; }
}
