/* ============================================================
   ABOUT PAGE — HERO WRAPPER SPACING
============================================================ */
.about-hero {
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
}

/* ============================================================
   TOP LINE — UPPERCASE
============================================================ */
.about-hero h4.hero-top-line {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-left: 50px;
}

/* ============================================================
   MAIN HEADLINE
============================================================ */
.about-hero h1.hero-main-line {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 50px;
    text-align: left;
}

/* ============================================================
   GLOBAL — SECTION SPACING
============================================================ */
section {
    margin-bottom: 60px;
}

/* ============================================================
   ABOUT TWO-COLUMN SECTION
============================================================ */
.about-two-col {
    padding: 80px 0 40px 0;
    background: #fff;
}

.about-two-col .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.about-two-col p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: #333;
    margin: 0;
}

@media (max-width: 900px) {
    .about-two-col .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ============================================================
   ABOUT IMAGE BLOCK
============================================================ */
.about-image-block {
    padding-top: 0;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.about-image-block .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-image-block img {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}

/* ============================================================
   NEXT HERO BLOCK
============================================================ */
.next-hero {
    text-align: center;
    padding: 20px 20px 60px 20px;
}

.next-hero-top {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 0.5rem;
}

.next-hero-main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
    color: #0a0a0a;
    margin-top: 0.25rem;
}

/* ============================================================
   COMMUNITY SECTION
============================================================ */
.community-section {
    background: #f5f6f7;
    padding: 70px 0;
}

.community-container {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.community-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.community-box {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.community-box:hover {
    transform: scale(1.04);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.icon {
    font-size: 22px;
    color: #c1121f;
    margin-bottom: 10px;
}

.community-right img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}

/* ============================================================
   FULL-WIDTH BLACK SECTIONS (FIXED)
============================================================ */

/* Remove global spacing for these two */
.about-banner,
.about-three-col {
    margin-bottom: 0 !important;
}

/* Full-width black background */
.about-banner,
.about-three-col {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 100px 0;
}

/* Internal content stays centered */
.banner-container,
.three-col-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

/* ============================================================
   BANNER CONTENT
============================================================ */
.banner-headline h2 {
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
}

.banner-right {
    display: flex;
    justify-content: flex-end;
}

.banner-right p {
    font-size: 1.15rem;
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
    text-align: left;
    opacity: 0.9;
}

@media (max-width: 900px) {
    .banner-headline h2 {
        font-size: 2.4rem;
    }
    .banner-right {
        justify-content: flex-start;
    }
    .banner-right p {
        max-width: 100%;
    }
}

/* ============================================================
   THREE COLUMN SECTION
============================================================ */
.three-col-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.col-image img {
    width: 100%;
    max-width: 380px;
    border-radius: 12px;
}

.col-text p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 420px;
}

.discover-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #c1121f;   /* RED */
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.discover-btn:hover {
    background: #0033cc;   /* BLUE */
    color: #fff;
}


.col-squares {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.square-box {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    width: 260px;
}

.square-box h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.square-box p {
    font-size: 1rem;
    line-height: 1.5;
    opacity: 0.9;
}

@media (max-width: 1000px) {
    .three-col-container {
        flex-direction: column;
        gap: 40px;
    }
    .col-image img {
        max-width: 100%;
    }
    .square-box {
        width: 100%;
    }
}

/* Startech loop base */
.startech-loop-section {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.startech-loop {
    width: 100%;
    overflow: hidden;
}

.startech-track {
    display: flex;
    align-items: center;
    gap: 40px;
    animation: startechScroll 35s linear infinite;
}

.startech-track img {
    width: 70px;
    height: auto;
}

/* Single rotating clog */
.tech-gear {
    font-size: 32px;
    display: inline-block;
    animation: spinClog 2.5s linear infinite;
}

/* Horizontal scrolling */
@keyframes startechScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Clog rotation */
@keyframes spinClog {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}


/* ============================================================
   TEAM SECTION
============================================================ */
.team-section {
  width: 100%;
  padding: 120px 0;
  background: #000;
  color: #fff;
}

.team-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

/* LEFT COLUMN (STICKY) */
.team-left {
  flex: 1;
  position: sticky;
  top: 120px;
  height: fit-content;
}

.team-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 10px;
}

.team-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.team-subtitle {
  font-size: 1.2rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 350px;
}

/* RIGHT COLUMN */
.team-right {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

/* TEAM MEMBER CARD */
.team-member img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.team-member img:hover {
  transform: scale(1.05);
}

.team-member h4 {
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.team-member p {
  margin-top: 5px;
  opacity: 0.8;
  font-size: 1rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .team-container {
    flex-direction: column;
  }
  .team-right {
    grid-template-columns: 1fr;
  }
}

/* ===================================================
   SUBSCRIBE SECTION
=================================================== */

.subscribe-section {
  width: 100%;
  padding: 120px 20px;
  background: #f8f9fa;
  text-align: center;
}

.subscribe-container {
  max-width: 700px;
  margin: 0 auto;
}

/* HEADINGS */
.subscribe-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.subscribe-section p {
  font-size: 1.15rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* FORM */
.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.subscribe-form input {
  padding: 14px 18px;
  font-size: 1rem;
  width: 320px;
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}

.subscribe-form input:focus {
  border-color: #c1121f;
}

/* BUTTON */
.subscribe-form button {
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 600;
  background: #c1121f;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.subscribe-form button:hover {
  background: #9b0f18;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .subscribe-form {
    flex-direction: column;
    gap: 20px;
  }
}

/* ================================
   FAQ SECTION
================================ */

.faq-section {
    padding: 80px 0;
    background: #f7f7f7;
}

.faq-section .container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #222;
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: #fff;
    border: none;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    font-size: 1.05rem;
    font-weight: 600;
    color: #111;
}

.faq-question:focus {
    outline: none;
}

.faq-toggle {
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 15px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg); /* + becomes x */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.faq-answer p {
    padding: 0 0 18px 0;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #444;
}
