
:root{
  --green:#004d3d;
  --green2:#0b664f;
  --gold:#c99a5d;
  --ink:#0e1a22;
  --cream:#f7f5ef;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#f7f5ef}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#f7f5ef;
}
.approved-page{
  position:relative;
  width:min(100%, 1440px);
  margin:0 auto;
  line-height:0;
  background:#fff;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(0,0,0,.04);
}
.approved-page img{
  display:block;
  width:100%;
  height:auto;
  user-select:none;
  -webkit-user-drag:none;
}
.anchor{
  position:absolute;
  left:0;
  width:1px;
  height:1px;
  pointer-events:none;
}
.hotspot{
  position:absolute;
  display:block;
  border-radius:3px;
  text-indent:-9999px;
  overflow:hidden;
  z-index:10;
  outline-offset:3px;
}
.hotspot:focus-visible{
  outline:3px solid #fff;
  box-shadow:0 0 0 5px #0b664f;
  background:rgba(255,255,255,.06);
}
body.show-hotspots .hotspot{background:rgba(255,0,0,.14);outline:1px dashed rgba(255,0,0,.55)}

.sr-only{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}


/* Exact approved ICRE Pro artwork overlays. These use the supplied source files unchanged. */
.approved-logo-overlay{
  position:absolute;
  z-index:8;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  pointer-events:none;
}
.approved-logo-overlay img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
.approved-logo-header{
  left:2.8%;
  top:.45%;
  width:17.6%;
  height:2.7%;
  background:#fff;
  padding:.15% .15%;
}
.approved-logo-connector{
  left:57.2%;
  top:62.35%;
  width:17.2%;
  height:3.2%;
  background:#004d3d;
  padding:.15% .2%;
}

/* Modal */
.modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(2,18,15,.72);
  backdrop-filter:blur(5px);
  z-index:1000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.modal-backdrop.open{display:flex}
.modal{
  width:min(760px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  background:#fff;
  box-shadow:0 28px 80px rgba(0,0,0,.35);
  border-top:5px solid var(--green);
}
.modal-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:28px 30px 18px;
  border-bottom:1px solid #ddd8ce;
}
.modal-kicker{font-size:11px;letter-spacing:.17em;color:var(--green);font-weight:700;text-transform:uppercase}
.modal h2{
  font-family:Georgia,'Times New Roman',serif;
  margin:5px 0 0;
  font-size:34px;
  font-weight:500;
  color:#10212a;
}
.close{
  appearance:none;border:0;background:transparent;color:#223238;
  font-size:30px;line-height:1;cursor:pointer;padding:0 4px;
}
.form{
  padding:24px 30px 30px;
}
.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.field{display:flex;flex-direction:column;gap:7px}
.field.full{grid-column:1/-1}
label{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#33464b}
input,textarea{
  width:100%;
  border:1px solid #cfcac0;
  background:#fbfaf7;
  padding:13px 14px;
  font:inherit;
  color:#142127;
  border-radius:0;
}
textarea{min-height:130px;resize:vertical}
.actions{display:flex;align-items:center;gap:14px;margin-top:20px;flex-wrap:wrap}
.btn{
  border:1px solid var(--green);
  background:var(--green);
  color:#fff;
  min-height:45px;
  padding:0 20px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  cursor:pointer;
}
.btn.secondary{background:#fff;color:var(--green)}
.status{font-size:13px;color:#5c686b}
.status.error{color:#9a2f29}
.legal-note{font-size:12px;line-height:1.5;color:#667276;margin-top:16px}
.legal-note a{color:var(--green)}
.legal-view{padding:26px 30px 34px;line-height:1.6;font-size:14px}
.legal-view h2,.legal-view h3{font-family:Georgia,'Times New Roman',serif;color:#15322c}
.legal-view h3{margin-top:22px}
.legal-view p{margin:9px 0}
.back-link{display:inline-block;margin-top:10px;color:var(--green);font-weight:700}

@media (max-width:700px){
  .approved-page{width:100%;box-shadow:none}
  .grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .modal-head,.form,.legal-view{padding-left:20px;padding-right:20px}
  .modal h2{font-size:27px}
}


/* I-CRE PRO popup additions — new-site only */
.icre-hamburger-wrap{position:absolute;left:80.15%;top:.62%;width:3.6%;height:2.75%;z-index:50;background:transparent!important}
.icre-hamburger-btn{width:100%;height:100%;border:0;background:transparent!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0}
.icre-hamburger-btn span:not(.sr-only){display:block;width:24px;height:3px;background:#075f4f;border-radius:2px;box-shadow:none}
.icre-hamburger-menu{position:absolute;right:0;top:100%;width:230px;background:#fff;border:1px solid #dce4e1;border-radius:10px;box-shadow:0 16px 40px rgba(0,0,0,.20);padding:6px;z-index:80}
.icre-hamburger-menu[hidden]{display:none!important}
.icre-hamburger-menu button{display:block;width:100%;border:0;background:#fff;text-align:left;padding:11px 12px;border-radius:7px;color:#18332c;font:700 14px/1.2 Arial,sans-serif;cursor:pointer}
.icre-hamburger-menu button:hover,.icre-hamburger-menu button:focus{background:#eef5f1;color:#006b54;outline:none}
.icre-info-backdrop{display:none;position:fixed;inset:0;z-index:99990;background:rgba(11,20,24,.72);padding:28px;align-items:center;justify-content:center}
.icre-info-backdrop.open{display:flex}
.icre-info-modal{width:min(1120px,95vw);max-height:88vh;background:#fff;border-radius:14px;box-shadow:0 28px 80px rgba(0,0,0,.4);overflow:hidden;display:flex;flex-direction:column;border-top:5px solid #0b6b55}
.icre-info-head{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #e6ece9;background:#fff;flex:0 0 auto}
.icre-info-kicker{font:800 11px/1 Arial,sans-serif;letter-spacing:.14em;color:#008e6d;margin-bottom:5px}
.icre-info-head h2{margin:0;font:800 23px/1.15 Arial,sans-serif;color:#0f172a}
.icre-info-close{border:0;background:transparent;font-size:32px;line-height:1;cursor:pointer;color:#34454d;padding:0 4px}
.icre-info-body{padding:22px 24px 28px;overflow:auto;color:#1f2937;background:#fff;font-family:Arial,sans-serif}
body.icre-info-open{overflow:hidden}
#icreInfoBody .icre-content-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}
#icreInfoBody .icre-content-kicker{font-weight:900;letter-spacing:.12em;color:#0b7d62;font-size:12px;margin-bottom:8px}
#icreInfoBody h2{font-size:28px;line-height:1.15;margin:0 0 10px;color:#111827}
#icreInfoBody h3{font-size:18px;margin:0 0 10px;color:#111827}
#icreInfoBody p,#icreInfoBody li{font-size:15px;line-height:1.55}
#icreInfoBody .icre-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
#icreInfoBody .icre-content-card{border:1px solid #dfe7e4;border-radius:12px;padding:18px;background:#fff}
#icreInfoBody .icre-feature-list{display:grid;gap:8px}
#icreInfoBody .icre-feature-list>div{padding:10px 12px;border-radius:8px;background:#f5faf8}
#icreInfoBody .icre-comp-table{display:grid;grid-template-columns:1.2fr 1fr 1fr;border:1px solid #dfe7e4;border-radius:10px;overflow:hidden;margin:16px 0 20px}
#icreInfoBody .icre-comp-table>div{padding:12px;border-right:1px solid #e5ece9;border-bottom:1px solid #e5ece9}
#icreInfoBody .icre-comp-table .head{font-weight:800;background:#f2f7f5}
#icreInfoBody .icre-comp-growth-graph{max-width:100%;height:auto;display:block;margin-top:12px}
#icreInfoBody .icre-quote-card{padding:28px;border:1px solid #e0e7e4;border-radius:14px;background:#fbfdfc}
#icreInfoBody .icre-quote-mark{font:700 56px/1 Georgia,serif;color:#8abf73}
#icreInfoBody .icre-quote-by{margin-top:18px;padding-top:12px;border-top:1px solid #e0e7e4;font-weight:800}
#icreInfoBody .icre-article-body{max-width:900px;margin:auto}
#icreInfoBody .icre-article-body blockquote{border-left:4px solid #78ad62;padding:14px 18px;background:#f6faf5}
#icreInfoBody .icre-faq-pdf-frame-wrap{height:62vh;border:1px solid #dce5e1;border-radius:10px;overflow:hidden}
#icreInfoBody .icre-faq-pdf-frame{width:100%;height:100%;border:0}
#icreInfoBody .icre-faq-pdf-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
#icreInfoBody .icre-faq-download{display:inline-block;padding:9px 12px;border-radius:7px;background:#0b6b55;color:#fff;text-decoration:none;font-weight:700}
#icreInfoBody .join-details-card{border:1px solid #dfe7e4;border-radius:14px;padding:20px;background:#fff}
#icreInfoBody .join-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0}
#icreInfoBody .join-detail-box{border:1px solid #e2e8e5;border-radius:10px;padding:14px;background:#f9fbfa}
#icreInfoBody .locations-grid{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}
#icreInfoBody .location-pill{padding:7px 9px;border-radius:999px;background:#edf5f2;font-size:12px;font-weight:700}
#icreInfoBody .join-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
#icreInfoBody .btn,#icreInfoBody button.btn{border:0;border-radius:8px;padding:11px 14px;font-weight:800;cursor:pointer}
#icreInfoBody .btn-dark{background:#111827;color:#fff}
#icreInfoBody .btn-secondary{background:#eef4ff;color:#1d4ed8}
#icreInfoBody .hero-panel-head{display:flex;justify-content:space-between;gap:18px;margin-bottom:16px}
#icreInfoBody .broker-status{padding:10px 0;color:#475569}
#icreInfoBody .broker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
#icreInfoBody .broker-card{border:1px solid #d9e3df;border-radius:14px;padding:16px;min-height:220px;display:flex;flex-direction:column;background:#fff}
#icreInfoBody .broker-avatar{width:44px;height:44px;border-radius:50%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;overflow:hidden;margin-bottom:10px}
#icreInfoBody .broker-avatar img{width:100%;height:100%;object-fit:cover}
#icreInfoBody .broker-name{font-weight:900;color:#111827;margin-bottom:3px}
#icreInfoBody .broker-company{font-weight:700;color:#475569;margin-bottom:10px}
#icreInfoBody .broker-line{font-size:12px;line-height:1.35;margin-bottom:4px}
#icreInfoBody .broker-card-action{margin-top:auto;padding-top:12px}
#icreInfoBody .broker-select-btn{width:100%;border:0;border-radius:8px;padding:10px;background:#111827;color:#fff;font-weight:800;cursor:pointer}
#icreInfoBody .directory-profile-view{border:1px solid #dce5e1;border-radius:12px;padding:18px}
#icreInfoBody .tool-showcase{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px;align-items:start}
#icreInfoBody .tool-slide-frame{background:#0f172a;border-radius:12px;overflow:hidden;min-height:300px;display:flex;align-items:center;justify-content:center}
#icreInfoBody .tool-slide-frame img{max-width:100%;max-height:58vh;display:block}
#icreInfoBody .tool-copy{padding:6px 0}
#icreInfoBody .tool-kicker{font-size:12px;font-weight:900;color:#0b7d62;text-transform:uppercase;letter-spacing:.08em}
#icreInfoBody .tool-controls{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #e5ebe8;padding-top:12px}
#icreInfoBody .tool-nav-buttons{display:flex;gap:8px}
#icreInfoBody .tool-nav-btn,#icreInfoBody .icre-tool-control{border:1px solid #ced9d5;border-radius:7px;background:#fff;padding:8px 11px;font-weight:700;cursor:pointer}
@media(max-width:800px){.icre-info-backdrop{padding:8px}.icre-info-modal{width:100%;max-height:94vh}.icre-info-body{padding:16px}.icre-hamburger-menu{width:210px}#icreInfoBody .icre-content-grid,#icreInfoBody .join-details-grid,#icreInfoBody .broker-grid,#icreInfoBody .tool-showcase{grid-template-columns:1fr}}

/* I-CRE PRO broker profile video */
.icre-broker-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);gap:24px;align-items:start;margin-top:12px}
.icre-broker-profile-video video{width:100%;max-height:460px;display:block;background:#000;border-radius:16px;box-shadow:0 14px 32px rgba(15,23,42,.18)}
.icre-no-profile-video{border:1px dashed #cbd5ce;background:#f8faf8;border-radius:16px;padding:24px;text-align:center;color:#64748b}
@media(max-width:900px){.icre-broker-profile-grid{grid-template-columns:1fr}.icre-broker-profile-video video{max-height:360px}}


/* I-CRE PRO legal footer — restored from prior site behavior */
.icre-legal-footer{
  width:min(100%,1440px);
  margin:0 auto;
  background:#000;
  color:#fff;
  border:0;
}
.icre-legal-footer-inner{
  min-height:112px;
  display:grid;
  grid-template-columns:minmax(180px,280px) 1fr auto;
  align-items:center;
  gap:28px;
  padding:22px 34px;
}
.icre-legal-footer-brand img{
  display:block;
  max-width:230px;
  width:100%;
  height:auto;
  object-fit:contain;
}
.icre-legal-footer-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  font-size:14px;
  font-weight:700;
}
.icre-legal-footer-links a{
  color:#fff;
  text-decoration:none;
}
.icre-legal-footer-links a:hover,.icre-legal-footer-links a:focus{
  text-decoration:underline;
  outline:none;
}
.icre-legal-footer-links span{color:#777}
.icre-legal-footer-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:5px;
  color:#aaa;
  font-size:11px;
  line-height:1.4;
  text-align:right;
}
@media(max-width:800px){
  .icre-legal-footer-inner{grid-template-columns:1fr;gap:16px;padding:24px 20px;text-align:center}
  .icre-legal-footer-brand{display:flex;justify-content:center}
  .icre-legal-footer-brand img{max-width:210px}
  .icre-legal-footer-meta{align-items:center;text-align:center}
}
