.am-home,
.am-page{
  padding: 14px 0 36px;
}

.am-hero-grid{
  display:grid;
  grid-template-columns: 1.4fr .9fr;
  gap:32px;
  align-items:center;
}

.am-home-hero,
.am-page-head{
  max-width: 980px;
  margin-bottom: 16px;
}

.am-eyebrow{
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a6a85;
}

.am-home h1,
.am-page h1{
  margin: 0 0 12px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #10233d;
}

.am-home-subtitle{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #10233d;
}

.am-home-text,
.am-page-intro,
.am-section-head p{
  margin: 0;
  max-width: 980px;
  font-size: 18px;
  line-height: 1.8;
  color: #5a6a85;
}

.am-manifest-line{
  margin-top:12px;
  font-weight:700;
  color:#10233d;
}
.am-hero-deep-line{
  margin-top:10px;
  color:#5a6a85;
  line-height:1.7;
}

.am-signature{
  text-align:center;
  padding:32px 20px 24px;
}
.am-signature-side{
  border:1px solid #e7edf3;
  border-radius:20px;
  background:#fbfcfe;
}
.am-sig-top{
  font-size:14px;
  color:#666;
  margin-bottom:18px;
}
.am-sig-main{
  font-size:32px;
  line-height:1.6;
  font-weight:300;
}
.am-love{
  font-weight:900;
  color:#d4a017;
}
.am-sig-bottom{
  margin-top:18px;
  font-size:14px;
  color:#666;
}

.am-mobile-overview{
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #e7edf3;
  border-radius: 18px;
  background: #fbfcfe;
}
.am-mobile-overview-head h2{
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.1;
  color: #10233d;
}
.am-mobile-overview-head p{
  margin: 0;
  color: #5a6a85;
  line-height: 1.7;
}

.am-mobile-stats{
  display:flex;
  gap:12px;
  margin-top:14px;
}
.am-mini-stat{
  flex:1 1 0;
  padding:12px;
  border:1px solid #e7edf3;
  border-radius:14px;
  background:#fff;
}
.am-mini-stat strong{
  display:block;
  font-size:24px;
  line-height:1;
  color:#10233d;
}
.am-mini-stat span{
  display:block;
  margin-top:6px;
  color:#5a6a85;
  font-size:13px;
}

.am-quick-scroll{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  margin-top:14px;
  padding-bottom:4px;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.am-quick-scroll::-webkit-scrollbar{display:none}
.am-quick-chip{
  flex:0 0 auto;
  white-space:nowrap;
  padding:10px 14px;
  border:1px solid #dfe7ef;
  border-radius:999px;
  background:#fff;
  text-decoration:none;
  color:#10233d;
  font-weight:700;
  font-size:14px;
}
.am-scroll-hint{
  margin-top:10px;
  font-size:13px;
  color:#6a7a92;
  font-weight:700;
}

.am-section{
  margin-top: 26px;
}
.am-section-head{
  margin-bottom: 16px;
}
.am-section-head h2{
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.08;
  color: #10233d;
}

.am-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.am-card{
  background: #fff;
  border: 1px solid #e6ecf2;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 4px 18px rgba(16,35,61,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.am-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(16,35,61,.08);
  border-color: #dbe5ee;
}
.am-card h3{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #10233d;
}
.am-card p{
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.72;
  color: #5a6a85;
}
.am-card-link{
  display: inline-block;
  font-weight: 700;
  color: #10233d;
  text-decoration: none;
}

.am-meta-line{
  margin:0 0 8px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  color:#6f8199;
  text-transform:uppercase;
}
.am-card-featured{
  border-color:#dde7f0;
}

.am-global-block{
  margin-top:24px;
  padding:22px;
  border:1px solid #e7edf3;
  border-radius:18px;
  background:#fff;
}
.am-global-copy p{
  margin:0 0 12px;
  color:#22344f;
  line-height:1.75;
}
.am-quote{
  font-style:italic;
}

.am-axioms .am-axioms-list{
  max-width:850px;
}
.am-axioms .am-axioms-list p{
  margin:0 0 14px;
  text-align:left;
}

.am-empty-box{
  padding:18px;
  border:1px solid #e7edf3;
  border-radius:18px;
  background:#fff;
}

.am-suggestions-wrap{
  margin:16px 0 18px;
}
.am-suggestions-title{
  margin:0 0 10px;
  font-weight:700;
  color:#10233d;
}
.am-suggestions-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.am-suggestion-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border:1px solid #dfe7ef;
  border-radius:999px;
  background:#fff;
  font-weight:700;
  color:#10233d;
}

.am-qa{
  max-width: 980px;
}
.am-qa-hook{
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f8fbfd;
  border: 1px solid #e7edf3;
}
.am-qa-hook p{
  margin:0;
  font-size:20px;
  line-height:1.5;
  font-weight:800;
  color:#10233d;
}
.am-qa-block{
  margin: 22px 0;
  padding: 22px;
  border: 1px solid #e7edf3;
  border-radius: 18px;
  background: #fff;
}
.am-qa-block h2{
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  color: #10233d;
}
.am-qa-block div{
  font-size: 17px;
  line-height: 1.8;
  color: #22344f;
}
.am-qa-answer{ border-left: 5px solid #2d6cdf; }
.am-qa-advice{ border-left: 5px solid #1e9b68; }
.am-qa-reflection{ border-left: 5px solid #d99210; }
.am-qa-next{ border-left: 5px solid #7c3aed; }

.am-qa-block div p{margin:0 0 14px}
.am-qa-block div p:last-child{margin-bottom:0}
.am-qa-block div strong,
.am-qa-block div b{font-weight:800;color:#10233d}
.am-qa-block div em,
.am-qa-block div i{font-style:italic}
.am-qa-block div ul,
.am-qa-block div ol{margin:10px 0 14px 22px;padding:0}
.am-qa-block div li{margin:0 0 8px;line-height:1.7}

.am-action-steps{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid #e7edf3;
}
.am-action-steps-title{
  margin:0 0 10px;
  font-weight:800;
  color:#10233d;
}
.am-action-steps ul{
  margin:0;
  padding-left:20px;
}
.am-action-steps li{
  margin:0 0 8px;
}

.am-impact-block{
  margin-top:28px;
  padding:22px;
  border:1px solid #e7edf3;
  border-radius:18px;
  background:#fbfcfe;
}
.am-impact-actions{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px;
}
.am-impact-card{
  padding:16px;
  border:1px solid #e7edf3;
  border-radius:16px;
  background:#fff;
}
.am-impact-card strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  color:#10233d;
}
.am-impact-card p{
  margin:0;
  color:#5a6a85;
  line-height:1.7;
}

.am-cta-box{
  padding:24px;
  border:1px solid #e7edf3;
  border-radius:18px;
  background:#fff;
}
.am-cta-link{
  display:inline-block;
  font-weight:800;
  text-decoration:none;
  color:#10233d;
}

.am-back-wrap{margin-top:24px}
.am-back-link{
  display:inline-block;
  font-weight:700;
  text-decoration:none;
  color:#10233d;
}

.am-content p{
  font-size: 17px;
  line-height: 1.8;
  color: #22344f;
}


.am-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:16px 0 20px;
}
.am-footer-inner p{
  margin:8px 0 0;
  color:#5a6a85;
}
.am-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:flex-start;
}
.am-footer-links a{
  text-decoration:none;
  font-weight:700;
  color:#10233d;
}
.am-footer-signature{
  margin-top:8px;
}

@media (max-width: 900px){
  .am-home,
  .am-page{
    padding: 10px 0 28px !important;
  }

  .am-hero-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .am-home-hero,
  .am-page-head{
    margin-bottom: 12px !important;
  }

  .am-eyebrow{
    margin-bottom: 5px !important;
    font-size: 11px !important;
  }

  .am-home h1,
  .am-page h1{
    font-size: 34px !important;
    line-height: 1.02 !important;
    margin-bottom: 6px !important;
  }

  .am-home-subtitle{
    font-size: 17px !important;
    margin-bottom: 6px !important;
    line-height: 1.15 !important;
  }

  .am-home-text,
  .am-page-intro,
  .am-section-head p,
  .am-qa-block div,
  .am-content p{
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .am-section{
    margin-top: 14px !important;
  }

  .am-section-head{
    margin-bottom: 10px !important;
  }

  .am-section-head h2{
    font-size: 24px !important;
    margin-bottom: 5px !important;
    line-height: 1.08 !important;
  }

  .am-grid{
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .am-card{
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .am-card h3{
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }

  .am-card p{
    font-size: 14px !important;
    margin-bottom: 8px !important;
    line-height: 1.5 !important;
  }

  .am-mobile-overview{
    padding: 14px !important;
    margin-top: 10px !important;
  }

  .am-mobile-overview-head h2{
    font-size: 22px !important;
    margin-bottom: 6px !important;
  }

  .am-mobile-overview-head p{
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .am-mobile-stats{
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .am-mini-stat{
    padding: 10px !important;
    border-radius: 12px !important;
  }

  .am-mini-stat strong{
    font-size: 20px !important;
  }

  .am-mini-stat span{
    font-size: 12px !important;
    margin-top: 4px !important;
  }

  .am-quick-scroll{
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .am-quick-chip{
    padding: 8px 12px !important;
    font-size: 13px !important;
  }

  .am-qa-hook{
    padding:12px 14px !important;
  }
  .am-qa-hook p{
    font-size:16px !important;
  }

  .am-qa-block{
    margin: 14px 0 !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .am-qa-block h2{
    font-size: 19px !important;
    margin-bottom: 8px !important;
  }

  .am-footer-inner{
    flex-direction:column;
  }
}


.am-page > .container,
.am-home > .container{
  display:block;
  overflow:visible;
}

.am-section:last-child,
.am-grid:last-child,
.am-qa:last-child,
.am-impact-block:last-child,
.am-cta-box:last-child,
.am-back-wrap:last-child{
  margin-bottom: 28px;
}

.am-qa{
  padding-bottom: 20px;
}

.am-footer{
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding-top: 10px;
  border-top:1px solid #e7edf3;
  background:#fbfcfe;
}

.am-footer-inner{
  min-height: 72px;
  align-items: flex-start;
}



/* =========================
   GRID STRETCH FIX
========================= */

.am-grid,
.am-cards,
.am-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  align-items: stretch;
}

/* kartice naj rastejo enakomerno */
.am-card,
.am-qa-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* content naj potisne footer dol */
.am-layout-main::after{
  content:"";
  display:block;
  height:40px;
}

/* če je malo vsebine -> raztegni stran */
.am-layout-main{
  min-height: calc(100vh - 160px);
}

/* dodatni spodnji zrak */
.am-section,
.am-grid{
  margin-bottom: 24px;
}

