/* GLOBAL */
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #111;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  z-index:999;
}

/* HERO */
.hero {
  padding: 70px 20px 170px;
  text-align: center;
  background: url('../img/hero11.png') center/cover no-repeat;
  color: #fff;
   min-height: 80vh;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items:center;
  justify-content:center;
  text-align:center;
  filter: grayscale(100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  z-index: 0;
}


.hero h1 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
}
/*.hero p{
	font-size:1.0rem;
	color: rgba(255,255,255,0.75);
	margin-bottom:0;
}*/

.subheadline {
  font-size: 14px;
  color: #b3b3b3;
  max-width: 650px;
  line-height: 1.6;
  
letter-spacing: 2px;
text-transform: uppercase;
opacity: 0.7;
}

.hero-support {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  max-width: 650px;
  margin: 0px auto 0px;
}

/* BUTTONS */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border: 1px solid #111;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin-top: 1px;
}
.btn:hover {
  background: #111;
  color: #fff;
}
.btn-primary {
  background: #111;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background: #333;
}

/* SECTIONS */
section {
  padding: 80px 20px;
  border-bottom: 1px solid #eee;
}
section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
section p {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: 0 auto 30px;
  line-height: 1.6;
  text-align: center;
}

/* MINI CASE STUDIES */
.mini-case-studies {
  background: #fefefe;
}
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}
.case-study-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  text-align: left;
}
.case-study-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.case-study-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}
.case-study-card .badges {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.case-study-card .badges li {
  font-weight: 500;
  margin-bottom: 8px;
  color: #111;
}

/* POSITIONED. PRESENTED. SOLD */
.pss .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.pss .card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pss .card h3 {
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.pss .card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 36px;
  }
  section h2 {
    font-size: 28px;
  }
  .case-study-grid, .pss .grid {
    gap: 20px;
  }
}
.case-study-card {
  text-align: left;
}

.case-study-card h3,
.case-study-card p,
.case-study-card .badges {
  text-align: left;
  margin-left: 0;
}

/* TOP BAR FIXED */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  z-index: 9999;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* PUSH PAGE DOWN so it doesn't hide under bar */
.hero {
  margin-top: 44px; /* IMPORTANT */
}

.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.card h3 {
  text-align: center;
}

.logo img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.logo:hover img {
  transform: scale(1.03);
}

.hero{
	color:#fff;
}

.hero .btn-primary {
  background: #ffffff;
  color: #000;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: 4px;
}

/*System Section */

/* SECTION */
.system {
  padding: 100px 20px;
  background: #fff;
}

/* LAYOUT */
.system-flex {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

/* LEFT SIDE */
.system-left {
  max-width: 400px;
}

.system-logo {
  width: 100px;
  margin:auto;
  margin-bottom: 5px;
  opacity: 1.0;
  display: block;
  margin: 0 auto 5px;
}



.system-left h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.system-intro {
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* BUTTON */
.btn-outline {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: #111;
  color: #fff;
}

/* RIGHT GRID */
.system-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}


/* STEP */
.system-step span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
  font-weight:bold;
}

.system-step h3 {
  margin: 8px 0;
  font-size: 18px;
}

.system-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.system-final {
  text-align: center;
  max-width: 220px;
}

.system-final span {
  font-size: 11px;
  letter-spacing: 2px;
  color: #999;
}

.system-final h3 {
  margin: 8px 0;
  font-size: 20px;
}

.system-final p {
  font-size: 14px;
  color: #555;
}

.system-right {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 40px;
  align-items: center; /* THIS centers 07 vertically */
}


.system-final {
  text-align: center;
  max-width: 220px;
}

/* MOBILE */
@media (max-width: 768px) {
  .system-flex {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .system-left {
    max-width: 100%;
  }

  .system-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/*Problem section */
/* SECTION */
.problem-section {
  background: #fff;
  padding: 100px 20px;
}

/* INTRO */
.problem-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.problem-intro h2 {
  margin-bottom: 20px;
}

.problem-intro .soft {
  margin-top: 15px;
  color: #777;
  font-style: italic;
}

/* GRID */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.problem-card {
  text-align: center;
}

.problem-card h3 {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

/* SPLIT */
.problem-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.problem-text h3 {
  margin-bottom: 15px;
}

.problem-text ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.problem-text ul li {
  margin-bottom: 10px;
}

/* CLOSE */
.problem-close {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.problem-close h3 {
  margin-top: 40px;
}

.problem-close .tight {
  margin-bottom: 10px;
}

.problem-close .emphasis {
  font-weight: 600;
  margin: 10px 0;
}

.problem-close ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.problem-close ul li {
  margin-bottom: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .problem-split {
    grid-template-columns: 1fr;
  }

  .problem-image img {
    height: 300px;
  }
}

.site-footer {
  background: #111;
  color: #ddd;
  padding: 60px 20px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  color: #fff;
  margin-bottom: 15px;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #aaa;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: #aaa;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* CONTACT */
.contact-info {
  margin-top: 15px;
}

/* DISCLAIMER */
.disclaimer {
  margin-top: 15px;
  font-size: 12px;
  color: #777;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #777;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.problem-text p{
	text-align:left;
}

.pillar-intro {
  padding: 80px 20px 40px;
  text-align: center;
}

.pillar-diagram {
  padding: 40px 20px 100px;
}

/*pillar-intro*/
.icon {
  width: 28px;
  height: 28px;
  stroke: #111;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 15px;
  opacity: 0.85;
  transition: all 0.3s ease;
}

.problem-card:hover .icon {
  opacity: 1;
  transform: translateY(-2px);
}

.decision {
  padding: 100px 20px;
  margin:auto;
}

.decision-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 60px;
}

.decision-col h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.decision-col p {
  margin-bottom: 15px;
  color: #555;
  text-align:left;
  margin-left:0;

}

.decision-col ul {
  list-style: none;
  padding: 0;
}

.decision-col li {
  margin-bottom: 10px;
  color: #333;
}

.decision-bridge {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
  .decision-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }
}



.top-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2px 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LEFT: LOGO */
.top-bar-left img {
  height: 40px;
}

/* RIGHT: TEXT */
.top-bar-right {
  text-align: right;
}

.top-bar-right a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.top-bar-right a:hover {
  opacity: 1;
}

.hero h1 {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.hero-main{
  font-size: 18px;
  margin: 0;
  opacity: 0.9;
  color: rgba(255,255,255,0.65);
}

.hero-meet{
  font-size: 28px;
  margin: 0;
  opacity: 0.9;
  color: #e0e0e0;
}

.hero-support {
  font-size: 16px;
  max-width: 350px;
  margin: 0 auto 25px;
  color: rgba(255,255,255,0.65);
}

.micro-proof {
  font-size: 13px;
  opacity: 0.55;
  margin-top: 10px;
  letter-spacing: 0.5px;
  font-style:italic;
  color: rgba(255,255,255,0.75);
}
.hero h1,
.subheadline,
.micro-proof {
  margin: 0;
}


.modal {
  position: fixed; /* THIS is what makes it a popup */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 9999;
}

.modal-content {
  background: #fff;
  width: 90%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.hidden {
  display: none;
}