/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Raleway', sans-serif;
  color: #000;
  line-height: 1.6;
  background: #fff;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  text-align: center;
  padding: 20px 0 0;
}

.site-header .logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
}

.site-header .divider {
  border: none;
  border-top: 1px solid #333;
  margin: 0 40px 15px;
}

.site-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.site-nav a {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  transition: opacity 0.2s;
}

.site-nav a:hover { opacity: 0.6; }

.site-nav a.active { font-weight: 700; }

/* Footer */
.site-footer {
  text-align: center;
  padding: 40px 20px;
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #000;
}

.site-footer a { color: #000; }
.site-footer a:hover { text-decoration: underline; }
.site-footer p { margin: 5px 0; }

/* ===== HOME PAGE ===== */

/* Hero */
.hero {
  text-align: center;
  padding: 50px 20px 30px;
}

.hero h1 {
  font-size: 72px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero .subtitle {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 20px;
  letter-spacing: normal;
  color: #000;
  line-height: 1.67;
  margin-bottom: 30px;
}

.hero-image {
  max-width: 940px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
}

/* Hello Section */
.hello-section {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 60px auto;
  gap: 0;
}

.hello-text {
  flex: 0 0 47%;
  background: rgba(241, 241, 241, 0.9);
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -80px;
  position: relative;
  z-index: 1;
}

.hello-text h2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 20px;
  line-height: 1.35;
}

.hello-text p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.875;
  color: #000;
}

.hello-image {
  flex: 0 0 60%;
}

.hello-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Client Trust */
.client-trust {
  text-align: center;
  padding: 60px 20px;
  max-width: 980px;
  margin: 0 auto;
}

.client-trust h2 {
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.35;
}

.client-trust > p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.875;
  color: rgb(25, 25, 25);
  margin-bottom: 40px;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
  padding: 20px 0;
}

.client-logos img {
  width: 100%;
  height: 240px;
  object-fit: contain;
}

/* Subscribe */
.subscribe-section {
  text-align: center;
  padding: 80px 20px;
}

.subscribe-section h5 {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.375;
}

.subscribe-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  border-bottom: 1px solid #333;
}

.subscribe-form input {
  flex: 1;
  border: none;
  outline: none;
  padding: 10px 5px;
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 14px;
  background: transparent;
}

.subscribe-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.subscribe-form button:hover { background: #333; }

/* ===== ABOUT PAGE ===== */

.about-hero {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: 40px auto 60px;
  min-height: 500px;
}

.about-hero-text {
  flex: 0 0 47%;
  background: rgba(241, 241, 241, 0.9);
  padding: 50px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: -80px;
  position: relative;
  z-index: 1;
}

.about-hero-text h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 25px;
}

.about-hero-text p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.875;
  color: #000;
  margin-bottom: 15px;
}

.btn-outline {
  display: inline-block;
  border: 1px solid #333;
  padding: 10px 25px;
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  margin-top: 15px;
  transition: all 0.2s;
  align-self: flex-start;
}

.btn-outline:hover {
  background: #333;
  color: #fff;
}

.about-hero-image {
  flex: 0 0 60%;
}

.about-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Partners Section */
.partners-section {
  padding: 40px 20px 60px;
  max-width: 980px;
  margin: 0 auto;
}

.partners-section > h4 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  line-height: 1.35;
}

.partner-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.partner-card:last-child {
  border-bottom: none;
}

.partner-card .partner-logo {
  width: 220px;
  height: 220px;
  object-fit: contain;
  flex-shrink: 0;
}

.partner-info {
  text-align: center;
  flex: 1;
}

.partner-info h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 5px;
  line-height: 1.35;
}

.partner-info .partner-service {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #888;
  margin-bottom: 15px;
  line-height: 1.875;
}

.partner-info p:last-child {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.875;
  color: rgb(25, 25, 25);
}

/* ===== SERVICES PAGE ===== */

.services-hero {
  text-align: center;
  padding: 50px 20px 30px;
}

.services-hero h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 10px;
}

.services-hero .subtitle {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #000;
  line-height: 1.75;
}

/* Service Cards Grid */
.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 980px;
  margin: 40px auto;
  padding: 0 20px;
}

.service-card {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s;
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
}

.service-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.service-card h2 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 20px 10px 15px;
  text-transform: uppercase;
  line-height: 1.41;
  min-height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card img {
  width: 100%;
  flex: 1;
  min-height: 275px;
  object-fit: cover;
}

/* Service Details */
.service-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 980px;
  margin: 60px auto;
  padding: 0 20px;
}

.service-detail h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.35;
}

.service-detail p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 1.875;
  color: rgb(25, 25, 25);
}

/* CTA Banner */
.cta-banner {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  margin-top: 60px;
}

.cta-banner p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.75;
}

.btn-outline-light {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  transition: all 0.2s;
}

.btn-outline-light:hover {
  background: #fff;
  color: #333;
}

/* ===== CONTACT PAGE ===== */

.contact-section {
  display: flex;
  max-width: 980px;
  margin: 60px auto;
  padding: 0 20px;
  gap: 60px;
  align-items: flex-start;
}

.contact-intro {
  flex: 0 0 35%;
}

.contact-intro h1 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.35;
  margin-bottom: 15px;
}

.contact-intro p {
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 1.875;
}

.contact-form {
  flex: 1;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

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

.form-group label {
  display: block;
  font-family: 'Avenir', 'Avenir Next', 'Segoe UI', sans-serif;
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  background: transparent;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: #333;
}

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

.btn-submit {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 15px;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  margin-top: 30px;
  transition: background 0.2s;
}

.btn-submit:hover { background: #333; }

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

@media (max-width: 768px) {
  .hero h1 { font-size: 42px; }

  .hello-section {
    flex-direction: column-reverse;
  }

  .hello-text, .hello-image { flex: auto; }
  .hello-text { margin-right: 0; }

  .about-hero {
    flex-direction: column-reverse;
  }

  .about-hero-text, .about-hero-image { flex: auto; }
  .about-hero-text { margin-right: 0; }

  .service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .service-details {
    grid-template-columns: 1fr;
  }

  .contact-section {
    flex-direction: column;
  }

  .contact-intro { flex: auto; }

  .partner-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 32px; }
  .service-cards { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
