/**
 * Platform Security — iframe bundle layout (container, breadcrumb, sections, hero CTAs).
 * Loaded via plt-standalone-page.php only — not imported in main.css.
 */

/* --- plt iframe layout (plt-standalone-page.php) --- */

/* ============ CONTAINER ============ */

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

/* ============ BREADCRUMB (separate from hero) ============ */

#_plt_breadcrumb,
.amy-platform-breadcrumb {
  width: 100%;
  box-sizing: border-box;
  display: block;
}

.amy-platform-breadcrumb .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.amy-platform-breadcrumb .crumb,
#_plt_breadcrumb .crumb {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.amy-platform-breadcrumb .crumb > .dot,
.amy-platform-breadcrumb .crumb .dot,
#_plt_breadcrumb .crumb > .dot,
#_plt_breadcrumb .crumb .dot {
  display: none !important;
}

.amy-platform-breadcrumb .crumb a,
#_plt_breadcrumb .crumb a {
  color: var(--ink-3);
  text-decoration: none;
}

.amy-platform-breadcrumb .crumb a:hover,
#_plt_breadcrumb .crumb a:hover {
  color: var(--ink);
}

.amy-platform-breadcrumb .crumb span[style*="color:var(--ink)"],
#_plt_breadcrumb .crumb span[style*="color:var(--ink)"] {
  color: var(--ink) !important;
  font-weight: 500;
}

html[data-theme="light"] .amy-platform-breadcrumb .crumb,
html[data-theme="light"] #_plt_breadcrumb .crumb {
  color: rgba(26, 20, 19, 0.48);
}

html[data-theme="light"] .amy-platform-breadcrumb .crumb a,
html[data-theme="light"] #_plt_breadcrumb .crumb a {
  color: rgba(26, 20, 19, 0.48);
}

html[data-theme="light"] .amy-platform-breadcrumb .crumb a:hover,
html[data-theme="light"] #_plt_breadcrumb .crumb a:hover,
html[data-theme="light"] .amy-platform-breadcrumb .crumb span[style*="color:var(--ink)"],
html[data-theme="light"] #_plt_breadcrumb .crumb span[style*="color:var(--ink)"] {
  color: #1a1413 !important;
}

/* ============ SECTION SHELL ============ */

header.hero,
section.section,
section.section-alt,
section.connect-band,
section.agents-section,
section.cta {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

section.section,
section.agents-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

section.section-alt {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.connect-band {
  padding-top: 120px;
  padding-bottom: 60px;
}

section.cta {
  padding-top: 0;
  padding-bottom: 120px;
}

/* ============ SECTION HEADINGS ============ */

section.section h2,
section.section-alt h2 {
  margin-bottom: 20px !important;
  padding: 0 !important;
}
section.connect-band,
section.multi-workspace {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
/* ============ SS1 — MULTI-WORKSPACE CARDS ============ */

.ws-grid {
  gap: 15px;
}

.ws {
  gap: 15px;
  min-height: 200px;
  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.ws h4 {
  margin-bottom: 0px !important;
  padding: 0 !important;
}

.ws:hover {
  background: var(--teal) !important;
  color: var(--teal-ink) !important;
  border-color: var(--teal) !important;
  transform: translateY(-3px);
}

.ws:hover .tag,
.ws:hover p {
  color: inherit !important;
  opacity: 0.85 !important;
}

/* ============ SS2 — CONNECT BAND ============ */

.connect-band .cb-title {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  text-transform: none;
  margin: 0 0 28px;
  padding: 0;
  display: block;
}

.connect-band .cb-title::after {
  display: none;
}

.connect-band .cb-title em {
  font-style: normal;
  color: var(--teal);
}

.cb-card {
  gap: 15px !important;
  min-height: 180px !important;
  height: auto;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.cb-card:hover {
  transform: translateY(-3px);
  border-color: var(--teal) !important;
}

/* ============ SS3 — CAPABILITIES CHECKLIST GRID ============ */

.cap-grid {
  height: auto;
  min-height: auto;
  gap: 20px;
}

.cap {
  gap: 15px !important;
  min-height: auto !important;
  height: auto;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.cap:hover {
  transform: translateY(-3px);
  border-color: var(--teal) !important;
}

/* ============ SS4 — PILLAR CHECK ICONS ============ */

.pillar .check li::before {
  width: 8px;
  height: 5px;
  top: 7px;
  border-left-width: 1.5px;
  border-bottom-width: 1.5px;
}

/* ============ HERO ============ */

header.hero {
  padding-top: 0;
  padding-bottom: 60px;
  margin-top: 0;
}

header.hero > .container > .crumb,
header.hero > .crumb {
  display: none !important;
}

.hero-grid,
.hero .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.hero .preview {
  height: 490px;
  min-height: 0;
  max-height: none;
}

/* ============ HERO CTAs ============ */

.hero .cta-row,
.amy-ev-hero-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 28px;
}

.hero .cta-row .btn,
.amy-ev-hero-ctas .btn {
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line-2, var(--line));
  text-decoration: none;
  color: var(--ink);
  background: transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  letter-spacing: -0.01em;
}

.hero .cta-row .btn:hover,
.amy-ev-hero-ctas .btn:hover {
  transform: translateY(-1px);
}

.hero .cta-row .btn.primary,
.amy-ev-hero-ctas .btn.primary {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

.hero .cta-row .btn .arr,
.amy-ev-hero-ctas .btn .arr {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  flex-shrink: 0;
}

.hero .cta-row .btn.primary .arr,
.amy-ev-hero-ctas .btn.primary .arr {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

html[data-theme="dark"] .amy-ev-hero-ctas .btn.primary,
html[data-theme="dark"] .hero .cta-row .btn.primary {
  background: #f5f5f7 !important;
  color: #0a0a0b !important;
  border-color: #f5f5f7 !important;
}

html[data-theme="dark"] .amy-ev-hero-ctas .btn.primary .arr,
html[data-theme="dark"] .hero .cta-row .btn.primary .arr {
  color: #0a0a0b !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

html[data-theme="dark"] .amy-ev-hero-ctas .btn:not(.primary),
html[data-theme="dark"] .hero .cta-row .btn:not(.primary) {
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.18);
}

html[data-theme="dark"] .amy-ev-hero-ctas .btn:not(.primary):hover,
html[data-theme="dark"] .hero .cta-row .btn:not(.primary):hover {
  background: rgba(255, 255, 255, 0.06);
}

html[data-theme="light"] .amy-ev-hero-ctas .btn.primary,
html[data-theme="light"] .hero .cta-row .btn.primary {
  background: #1a1413 !important;
  color: #fbf6f1 !important;
  border-color: #1a1413 !important;
}

html[data-theme="light"] .amy-ev-hero-ctas .btn:not(.primary):hover,
html[data-theme="light"] .hero .cta-row .btn:not(.primary):hover {
  background: #f5ede4 !important;
}

/* ============ RESPONSIVE ============ */







/**
 * Platform Security — page-specific styles.
 * Scoped to #sec-page. Accent: var(--ds-mint).
 * CSS prefix: sp-
 * Shared platform layout lives in components.css / platform-pages.css.
 */

/* ===== ACCENT OVERRIDES ===== */
#sec-page .plt-pill {
  background: var(--ds-mint);
  color: var(--ds-mint-ink);
}

#sec-page .plt-acc {
  background: var(--ds-mint);
  color: var(--ds-mint-ink);
}

/* ===== STAMP BADGE (local copy — plt-stamp is scoped to .plt-page) ===== */
#sec-page .plt-stamp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ds-font-mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ds-ink-3);
  margin-top: 20px;
  padding: 8px 16px;
  border: 1px solid var(--ds-line);
  border-radius: 999px;
  align-self: flex-start;
}

#sec-page .plt-stamp .d {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ds-mint);
  flex-shrink: 0;
}

/* ===== OPPORTUNITY ===== */
#sec-page .sp-opp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 28px;
  align-items: start;
}

#sec-page .sp-opp h2 {
  font-family: var(--ds-font-serif);
  font-weight: 400;
  font-size: clamp(42px, 5.6vw, 72px);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 0;
  padding-bottom: .16em;
}

#sec-page .sp-opp-body {
  display: flex;
  flex-direction: column;
}

#sec-page .sp-opp-body p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ds-ink-2);
  margin: 0 0 18px;
}

#sec-page .sp-opp-body p:last-of-type {
  margin-bottom: 0;
}



/* ===== PILLARS HEAD + COMPLIANCE BADGES ===== */
#sec-page .sp-pillars-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#sec-page .sp-pillars-head h2 {
  font-family: var(--ds-font-serif);
  font-weight: 400;
  font-size: clamp(36px, 4.8vw, 60px);
  line-height: 1.12;
  letter-spacing: -.02em;
  margin: 8px 0 0;
}

#sec-page .sp-compliance-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

#sec-page .sp-cb-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--ds-line);
  border-radius: 14px;
  padding: 10px 14px;
  background: var(--ds-bg-2);
}

#sec-page .sp-cb-shield {
  width: 28px;
  height: 28px;
  color: var(--ds-mint);
  flex-shrink: 0;
}

#sec-page .sp-cb-mk {
  display: block;
  font-family: var(--ds-font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ds-ink);
}

#sec-page .sp-cb-sub {
  display: block;
  font-family: var(--ds-font-mono);
  font-size: 9.5px;
  letter-spacing: .08em;
  color: var(--ds-ink-3);
  margin-top: 2px;
}



/* ===== FIVE PILLARS ===== */
#sec-page .sp-pillars {
  display: flex;
  flex-direction: column;
}

#sec-page .sp-pillar {
  display: grid;
  grid-template-columns: 60px 1fr 2fr 1.2fr;
  gap: 40px;
  padding: 36px 0;
  border-top: 1px solid var(--ds-line);
  align-items: start;
}

#sec-page .sp-pillar:last-child {
  border-bottom: 1px solid var(--ds-line);
}

#sec-page .sp-pillar-num {
  font-family: var(--ds-font-serif);
  font-style: normal;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.03em;
  color: var(--ds-mint);
  opacity: .65;
}

#sec-page .sp-pillar-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ds-font-mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ds-ink-3);
  margin-bottom: 12px;
}

#sec-page .sp-pillar-tag .d {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

#sec-page .sp-pillar-lead h3 {
  font-family: var(--ds-font-serif);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0;
  padding-bottom: .06em;
}

#sec-page .sp-pillar-body p {
  font-size: 14px;
  color: var(--ds-ink-2);
  line-height: 1.6;
  margin: 0 0 14px;
}

#sec-page .sp-pillar-body p:last-child {
  margin: 0;
}

#sec-page .sp-check {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

#sec-page .sp-check li {
  font-size: 13.5px;
  color: var(--ds-ink-2);
  display: flex;
  gap: 10px;
  line-height: 1.5;
}

#sec-page .sp-check li::before {
  content: '✓';
  color: var(--ds-mint);
  flex-shrink: 0;
  font-weight: 700;
}



/* ===== CAPABILITIES ===== */
#sec-page .sp-cap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 32px;
}

#sec-page .sp-cap {
  border: 1px solid var(--ds-line);
  border-radius: 16px;
  padding: 18px 20px;
  background: var(--ds-bg-2);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color .2s, transform .25s;
}

#sec-page .sp-cap:hover {
  transform: translateY(-2px);
  border-color: var(--ds-line-2);
}

#sec-page .sp-cap-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ds-ink);
}

#sec-page .sp-cap-name .d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

#sec-page .sp-cap-desc {
  font-size: 12.5px;
  color: var(--ds-ink-2);
  line-height: 1.5;
  margin: 0;
}







/* ===== LIGHT THEME OVERRIDES ===== */
html[data-theme='light'] #sec-page .sp-cb-badge,
html[data-theme='light'] #sec-page .sp-cap {
  background: var(--ds-bg-2);
  border-color: var(--ds-line);
}

/* ============ DEEP GRID ============ */

article.deep.s-12 {
  min-height: auto;
}

/* ============ RESPONSIVE ============ */

@media (max-width: 1100px) {
.hero-grid,
  .hero .grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero .preview {
    height: 440px;
  }

  .ws {
    gap: 12px;
    min-height: auto;
    transition:
      background 0.35s ease,
      color 0.35s ease,
      border-color 0.35s ease,
      transform 0.35s ease;
    background: var(--teal) !important;
    color: var(--teal-ink) !important;
    border-color: var(--teal) !important;
  }

  section.section h2,
  section.section-alt h2 {
    margin-bottom: 20px !important;
    padding: 0 !important;
  }

  .section .lede {
    margin: 0 0 30px !important;
  }

  .cb-card {
    gap: 12px !important;
    min-height: auto !important;
  }

  header.hero {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

#sec-page .sp-cap-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  section.section,
  section.section-alt,
  section.connect-band,
  section.agents-section,
  section.cta,
  header.hero , section.connect-band , section.multi-workspace{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
 
  section.section-alt {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  section.connect-band {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  section.cta {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
  }

  header.hero {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }

}

@media (max-width: 767px) {
.container {
    padding-left: 25px;
    padding-right: 25px;
  }

  section.section,
  section.connect-band,
  section.agents-section,
  section.cta,
  section.section-alt, section.connect-band , section.multi-workspace {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  section.connect-band {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  section.cta {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }

  header.hero {
    padding-bottom: 50px;
  }

  section.section h2,
  section.section-alt h2 {
    margin-bottom: 15px !important;
    padding: 0 !important;
  }
  .connect-band .cb-title{
    margin-bottom: 20px !important;
  }
  /* Mobile type scale: 16|15|14.5|14 → 14px; 13.5 → 13px; 12.5 → 12px */
  .hero .lede,
  .hero > .lede,
  .hero p.lede,
  .hero .body,
  .opp p,
  .panel p,
  .panel .copy,
  .panel p.copy,
  .section > .lede,
  .section > p.lede,
  .section .lede,
  .hiw-row .hiw-body p,
  .cnx-row .ds,
  .cta .btn,
  .amy-ev-hero-ctas .btn,
  .hero .cta-row .btn,
  .btn,
  #sec-page .sp-opp-body p,
  #sec-page .sp-pillar-body p {
    font-size: 14px !important;
  }

  .feat p,
  .feat ul li,
  .cap p,
  .hiw-list li,
  .cb-card p,
  #sec-page .sp-check li {
    font-size: 13px !important;
  }

  .conn-tile,
  .subnav a,
  .nav .links a,
  #sec-page .sp-cap-desc {
    font-size: 12px !important;
  }
  .pillar , .ws , .cb-card, .cap{
 padding: 20px !important;
}

}

@media (max-width: 640px) {
  .cb-badge {
    margin-bottom: 10px;
  }

  .compliance-badges {
    display: block;
  }
}

@media (max-width: 768px) {
#sec-page .sp-opp {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 900px) {
#sec-page .sp-pillars-head {
    flex-direction: column;
    gap: 20px;
  }

#sec-page .sp-pillar {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #sec-page .sp-pillar-num {
    font-size: 36px;
  }
}

@media (max-width: 700px) {
#sec-page .sp-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
#sec-page .sp-cap-grid {
    grid-template-columns: 1fr;
  }
}
