/* ========================================
   MAKE A DIFFERENCE.TECH
   Exact replica of original GoDaddy site
   ======================================== */

/* ========== RESET ========== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: #1b1b1b;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

/* ========== HEADER / NAV ========== */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgb(22, 22, 22);
}

.nav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 24px;
}

.nav__logo {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.nav__links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav__links a {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.nav__links a:hover,
.nav__links a.active {
  color: #fff;
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
}

.nav__hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%),
              url('../images/hero-bg.png') center/cover no-repeat;
  padding: 56px 24px;
}

.hero__content {
  max-width: 750px;
}

.hero__title {
  font-size: 54px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  line-height: 1.15;
  color: #000;
}

.hero__subtitle {
  font-size: 19px;
  margin-bottom: 32px;
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.7;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-block;
  padding: 8px 32px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  min-height: 56px;
  line-height: 40px;
}

.btn--green {
  background: rgb(115, 223, 48);
  color: rgb(16, 17, 16);
}

.btn--green:hover {
  background: rgb(117, 189, 88);
}

.btn--outline-green {
  background: transparent;
  color: rgb(115, 223, 48);
  border: 2px solid rgb(115, 223, 48);
}

.btn--outline-green:hover {
  background: rgb(115, 223, 48);
  color: rgb(16, 17, 16);
}

/* ========== SECTIONS ========== */
.section {
  padding: 56px 24px;
}

.section--white {
  background: #fff;
  color: #1b1b1b;
}

.section--gray {
  background: rgb(246, 246, 246);
  color: #1b1b1b;
}

.section__header {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 40px;
}

.section__title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: #000;
}

.section__subtitle {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
}

/* ========== INITIATIVE CARDS ========== */
.initiatives {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.initiative-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24);
  flex: 1 1 460px;
  max-width: 520px;
  transition: transform 0.3s ease-in-out;
}

.initiative-card:hover {
  transform: translateY(-4px);
}

.initiative-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.initiative-card__body {
  padding: 24px 32px;
}

.initiative-card__title {
  font-size: 1.4rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000;
}

.initiative-card__text {
  color: #1b1b1b;
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.initiative-card__link {
  display: inline-block;
  color: rgb(64, 133, 4);
  font-weight: 600;
  font-size: 0.9rem;
  transition: color 0.3s;
}

.initiative-card__link:hover {
  color: rgb(115, 223, 48);
}

.initiative-card__btn {
  display: inline-block;
  background: rgb(115, 223, 48);
  color: rgb(16, 17, 16);
  padding: 10px 24px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ========== HOW WE WORK / PILLARS ========== */
.pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
}

.pillar {
  flex: 1 1 300px;
  max-width: 340px;
  text-align: center;
  padding: 32px 24px;
}

.pillar__title {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgb(78, 161, 5);
}

.pillar__tagline {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: #1b1b1b;
}

.pillar__text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ========== CTA SECTION ========== */
.cta {
  text-align: center;
  padding: 56px 24px;
  background: #fff;
  color: #1b1b1b;
}

.cta__title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 1px;
  color: #000;
}

.cta__buttons {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ========== QUOTE SECTION ========== */
.quote-section {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
}

.quote-section__text {
  max-width: 600px;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.quote-section__cite {
  display: block;
  margin-top: 8px;
  color: #000;
  font-weight: 700;
}

/* ========== FOOTER ========== */
.footer {
  background: rgb(22, 22, 22);
  text-align: center;
  padding: 24px;
}

.footer__copy {
  font-size: 0.8rem;
  color: #888;
}

/* ========== ABOUT PAGE ========== */
.page-hero {
  text-align: center;
  color: #000;
  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%),
              url('../images/hero-bg.png') center/cover no-repeat;
  padding: 56px 24px;
}

.page-hero__title {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}

.page-hero__subtitle {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: 12px auto 0;
  line-height: 1.7;
}

/* About intro */
.about-intro {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-intro__text {
  font-size: 1.05rem;
  color: #1b1b1b;
  line-height: 1.8;
}

/* Core Values */
.values-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

.value-item {
  flex: 1 1 160px;
  max-width: 180px;
  text-align: center;
  padding: 24px 16px;
}

.value-item__icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.value-item__title {
  font-size: 0.85rem;
  color: #1b1b1b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Vision / Mission */
.vm-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}

.vm-card {
  flex: 1 1 380px;
  max-width: 420px;
  padding: 32px;
  background: #fff;
  border-left: 4px solid rgb(115, 223, 48);
}

.vm-card__label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 8px;
}

.vm-card__text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1b1b1b;
}

/* Team */
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}

.team-card {
  text-align: center;
  padding: 32px 24px;
  flex: 1 1 200px;
  max-width: 250px;
}

.team-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  background: rgb(115, 223, 48);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  color: #161616;
  font-weight: 700;
}

.team-card__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  object-fit: cover;
}

.team-card__name {
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #000;
}

.team-card__name a {
  color: #000;
  transition: color 0.3s;
}

.team-card__name a:hover {
  color: rgb(78, 161, 5);
}

.team-card__role {
  color: #888;
  font-size: 0.85rem;
}

/* ========== IMPACT PAGE ========== */
.impact-hero {
  text-align: center;
  color: #000;
  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%),
              url('../images/hero-bg.png') center/cover no-repeat;
  padding: 56px 24px;
}

.impact-hero__title {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000;
}

.impact-hero__subtitle {
  font-size: 0.85rem;
  color: rgb(78, 161, 5);
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.impact-content {
  max-width: 800px;
  margin: 0 auto;
}

.impact-content__headline {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8px;
  color: #000;
}

.impact-content__tagline {
  text-align: center;
  color: rgb(78, 161, 5);
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.impact-content__cta {
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #1b1b1b;
}

.impact-content__text {
  font-size: 1rem;
  line-height: 1.8;
  color: #1b1b1b;
  margin-bottom: 16px;
}

.impact-content__text strong {
  color: #000;
}

.stat-highlight {
  background: rgb(246, 246, 246);
  border-left: 4px solid rgb(115, 223, 48);
  padding: 20px 24px;
  margin: 24px 0;
}

.stat-highlight__number {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: rgb(78, 161, 5);
  font-weight: 700;
}

.stat-highlight__text {
  font-size: 0.95rem;
  color: #1b1b1b;
  line-height: 1.6;
}

.feature-list {
  margin: 24px 0;
}

.feature-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 0.95rem;
  color: #1b1b1b;
  line-height: 1.6;
}

.feature-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: rgb(115, 223, 48);
  font-weight: 700;
  font-size: 1.1rem;
}

/* ========== STORIES PAGE ========== */
.story-hero {
  text-align: center;
  color: #000;
  background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.25) 100%),
              url('../images/hero-bg.png') center/cover no-repeat;
  padding: 56px 24px;
}

.story-hero__title {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.story-article {
  max-width: 800px;
  margin: 0 auto;
}

.story-article__title {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #000;
}

.story-article__subtitle {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(78, 161, 5);
  margin-bottom: 24px;
}

.story-article__text {
  font-size: 1rem;
  line-height: 1.85;
  color: #1b1b1b;
  margin-bottom: 16px;
}

.story-article__text strong {
  color: #000;
}

.story-article__profile {
  text-align: center;
  margin-bottom: 24px;
}

.story-article__photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.story-article__author {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  margin-top: 24px;
}

.story-article__author a {
  color: #000;
  transition: color 0.3s;
}

.story-article__author a:hover {
  color: rgb(78, 161, 5);
}

.story-article__quote {
  background: rgb(246, 246, 246);
  border-left: 4px solid rgb(115, 223, 48);
  padding: 20px 24px;
  margin: 24px 0;
  font-style: italic;
  font-size: 1.05rem;
  color: #1b1b1b;
  line-height: 1.7;
}

.tech-stack {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 16px 0 24px;
}

.tech-stack__tag {
  background: rgb(22, 22, 22);
  color: rgb(115, 223, 48);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}

/* ========== GET INVOLVED / FORM ========== */
.form-section {
  max-width: 500px;
  margin: 0 auto;
}

.form-section__title {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
  color: #000;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1b1b1b;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s;
  outline: none;
  background: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: rgb(115, 223, 48);
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.form__recaptcha {
  font-size: 0.75rem;
  color: #999;
  text-align: center;
  margin-top: 16px;
}

.form__recaptcha a {
  color: rgb(78, 161, 5);
}

.form-success {
  text-align: center;
  padding: 40px 24px;
}

.form-success__title {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  color: rgb(78, 161, 5);
  margin-bottom: 12px;
}

.form-success__text {
  font-size: 1.05rem;
  color: #1b1b1b;
  line-height: 1.7;
}

/* ========== PRIVACY POLICY ========== */
.policy-content {
  max-width: 800px;
  margin: 0 auto;
}

.policy-content__updated {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 24px;
}

.policy-content h2 {
  font-size: 1.4rem;
  margin-top: 32px;
  margin-bottom: 12px;
  color: #000;
}

.policy-content h3 {
  font-size: 1.15rem;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #000;
}

.policy-content p {
  color: #1b1b1b;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.policy-content ul {
  padding-left: 24px;
  margin-bottom: 12px;
}

.policy-content ul li {
  list-style: disc;
  color: #1b1b1b;
  padding: 4px 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.policy-content a {
  color: rgb(78, 161, 5);
}

.policy-content strong {
  color: #000;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .hero__title { font-size: 42px; }
  .section__title { font-size: 30px; }
  .page-hero__title { font-size: 36px; }
  .impact-hero__title { font-size: 36px; }
}

@media (max-width: 768px) {
  .nav__links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: rgb(22, 22, 22);
    flex-direction: column;
    padding: 24px;
    gap: 16px;
    border-top: 1px solid #333;
  }

  .nav__links.active {
    display: flex;
  }

  .nav__hamburger {
    display: flex;
  }

  .hero {
    min-height: 500px;
    padding: 40px 24px;
  }

  .hero__title { font-size: 35px; }
  .hero__subtitle { font-size: 16px; }

  .initiatives { flex-direction: column; align-items: center; }
  .initiative-card { max-width: 100%; flex: 1 1 100%; }

  .pillars { flex-direction: column; align-items: center; }
  .pillar { max-width: 100%; flex: 1 1 100%; }

  .vm-grid { flex-direction: column; }
  .vm-card { max-width: 100%; flex: 1 1 100%; }

  .team-grid { justify-content: center; }

  .cta__buttons { flex-direction: column; align-items: center; gap: 16px; }

  .page-hero__title { font-size: 30px; }
  .impact-hero__title { font-size: 30px; }
  .story-hero__title { font-size: 28px; }
  .cta__title { font-size: 28px; }
  .form-section__title { font-size: 28px; }
}

@media (max-width: 480px) {
  .hero__title { font-size: 28px; }
  .section { padding: 40px 16px; }
  .nav { padding: 0 16px; }
  .value-item { flex: 1 1 130px; max-width: 150px; }
}
