* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
.hero-gradient-text {
  background-image: linear-gradient(to bottom, #2B53A0 0%, #4D7BD8 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(2rem, 5.2vw, 65px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.founder-message-card {
  width: 100%;
  max-width: 886px;
}
.founder-message-text { line-height: 1.5; }
@media (max-width: 768px) {
  .founder-message-text { line-height: 1.6; }
}

.marquee {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  width: max-content;
}
.marquee .logo-item {
  flex-shrink: 0;
  width: 8rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee .logo-item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform .2s ease;
}
.marquee .logo-item:hover img { transform: scale(1.1); }
.marquee-left { animation: slide-left 60s linear infinite; }
.marquee-right { animation: slide-right 60s linear infinite; }
@keyframes slide-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes slide-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.responsive-container {
  width: 100%;
  max-width: 1152px;
  margin: 130px auto;
  padding: 20px;
}
.service-shell {
  width: 100%;
  max-width: 1152px;
  min-height: 1953px;
  background-color: #F9F9F9;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.service-headline {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 6vw, 45px);
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 20px auto 0;
}
.service-headline span {
  font-weight: 800;
  font-size: clamp(32px, 7vw, 45px);
  background-image: linear-gradient(to bottom, #2E58A8 0%, #3A66C2 50%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-subheadline {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 20px auto 40px;
  line-height: 1.4;
  max-width: 600px;
}
.card-section {
  width: 100%;
  max-width: 1066px;
  min-height: 518px;
  margin: 20px auto;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.card-image { flex: 0 0 400px; max-width: 400px; height: 400px; padding: 10px; }
.card-content { flex: 1; min-height: 400px; padding: 30px; }
.card-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  margin-bottom: 1px;
  line-height: 1.2;
}
.card-gradient-text {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 35px;
  background-image: linear-gradient(to bottom, #2E58A8 0%, #3A66C2 50%, #FFFFFF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.4;
}
.card-description {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}
.card-list-item {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 12px;
}
.card-check-icon {
  width: 41.77px;
  height: 43.4px;
  border-radius: 50%;
  background-color: #FCB136;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.testimonial-desktop {
  position: relative;
  max-width: 1220px;
  min-height: 620px;
}
.testimonial-main-panel {
  width: min(837px, 72vw);
  min-height: 500px;
  margin-left: 0;
}
.testimonial-collage {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: min(433px, 35vw);
  height: 541px;
}
.testimonial-main-panel img[src*="scv logo"] {
  width: 180px !important;
  height: auto !important;
}

.portfolio-section-wrap {
  background: linear-gradient(to bottom, #ffffff 0%, #f7f9ff 100%);
}
.portfolio-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 24px;
  flex-wrap: wrap;
}
.portfolio-tab {
  border: 1px solid #d5dceb;
  background: #fff;
  color: #24354f;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 600;
  transition: all .2s ease;
}
.portfolio-tab.active {
  background: #3a66c2;
  color: #fff;
  border-color: #3a66c2;
}
.portfolio-pane { display: none; }
.portfolio-pane.active { display: block; }

.reels-pane {
  height: min(82vh, 860px);
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  border-radius: 20px;
  background: #0b0b0b;
  border: 1px solid #1a1a1a;
}
.reel-item {
  height: min(82vh, 860px);
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reel-item video {
  width: min(420px, 100%);
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.reel-overlay {
  position: absolute;
  bottom: 20px;
  left: max(calc(50% - 200px), 24px);
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.6);
}

.creatives-pane {
  background: #040404;
  border-radius: 20px;
  padding: 18px;
  border: 1px solid #121212;
  overflow: hidden;
}
.creative-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.creative-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  animation: creative-scroll 24s linear infinite;
}
.creative-track.reverse { animation-direction: reverse; }
.creative-card {
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  border: 1px solid #1e1e1e;
}
.creative-card img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
@keyframes creative-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.websites-pane {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.website-card {
  border: 1px solid #dce3f3;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(48,74,126,.08);
}
.website-card img { width: 100%; height: 160px; object-fit: cover; background:#f5f7fb; }
.website-body { padding: 14px; }
.website-link {
  display: inline-block;
  margin-top: 8px;
  color: #2f60c0;
  font-weight: 600;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease;
}
.faq-item.open .faq-answer {
  max-height: 300px;
  opacity: 1;
}

@media (max-width: 1440px) {
  .card-section { max-width: 900px; }
  .card-image { flex: 0 0 320px; max-width: 320px; height: 320px; padding: 8px; }
  .card-content { min-height: 320px; }
}
@media (max-width: 1280px) {
  .card-section { max-width: 800px; padding: 30px; }
  .card-image { flex: 0 0 280px; max-width: 280px; height: 280px; padding: 8px; }
  .card-content { min-height: 280px; padding: 20px; }
  .card-title { font-size: 28px; }
  .card-gradient-text { font-size: 28px; }
}
@media (max-width: 1024px) {
  .responsive-container { margin: 80px auto; padding: 20px; }
  .service-shell { padding: 30px; }
  .card-section { max-width: 700px; gap: 15px; }
  .card-image { flex: 0 0 250px; max-width: 250px; height: 250px; padding: 8px; }
  .card-content { min-height: 250px; padding: 15px; }
  .card-title { font-size: 24px; }
  .card-gradient-text { font-size: 24px; }
  .card-description { font-size: 16px; }
}
@media (max-width: 834px) {
  .responsive-container { margin: 70px auto; padding: 18px; }
  .service-shell { padding: 25px; }
  .card-section { flex-direction: column; padding: 25px; gap: 20px; max-width: 600px; }
  .card-image { flex: none; max-width: 350px; width: 100%; height: 280px; padding: 8px; }
  .card-content { flex: none; width: 100%; min-height: auto; padding: 20px 10px; }
  .card-title { font-size: 26px; text-align: center; }
  .card-gradient-text { font-size: 26px; text-align: center; }
  .card-description { font-size: 16px; }
  .card-list-item { font-size: 14px; }
}
@media (max-width: 768px) {
  .responsive-container { margin: 60px auto; padding: 15px; }
  .service-shell { padding: 20px; min-height: auto; }
  .service-headline { margin-bottom: 10px; }
  .service-subheadline { margin-top: -20px; font-size: 16px; margin-bottom: 30px; }
  .card-section { flex-direction: column; padding: 20px; gap: 15px; max-width: 500px; }
  .card-image { max-width: 260px; height: 200px; padding: 8px; }
  .card-content { padding: 15px 10px; }
  .card-title { font-size: 24px; }
  .card-gradient-text { font-size: 24px; }
  .card-description { font-size: 15px; }
  .card-list-item { font-size: 13px; gap: 10px; }
  .card-check-icon { width: 38px; height: 38px; }
  .creative-columns { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .responsive-container { margin: 50px auto; padding: 12px; }
  .service-shell { padding: 15px; }
  .service-headline { font-size: 26px; margin-bottom: 12px; line-height: 1.2; }
  .service-headline span { font-size: 28px; }
  .service-subheadline { font-size: 14px; margin-bottom: 30px; margin-top: 8px; }
  .card-section { padding: 15px; gap: 12px; max-width: 400px; }
  .card-image { max-width: 220px; height: 180px; padding: 6px; }
  .card-title { font-size: 22px; }
  .card-gradient-text { font-size: 22px; }
  .card-description { font-size: 14px; }
  .card-list-item { font-size: 12px; gap: 8px; }
  .card-check-icon { width: 35px; height: 35px; font-size: 16px; }
}
@media (max-width: 480px) {
  .responsive-container { margin: 40px auto; padding: 10px; }
  .service-shell { padding: 12px; }
  .service-headline { font-size: 24px; margin-bottom: 15px; line-height: 1.2; }
  .service-headline span { font-size: 26px; }
  .service-subheadline { font-size: 13px; margin-top: 10px; }
  .card-section { padding: 12px; gap: 10px; max-width: 320px; }
  .card-image { max-width: 200px; height: 160px; padding: 5px; }
  .card-content { padding: 10px 5px; }
  .card-title { font-size: 20px; }
  .card-gradient-text { font-size: 20px; }
  .card-description { font-size: 13px; }
  .card-list-item { font-size: 11px; gap: 6px; }
  .card-check-icon { width: 32px; height: 32px; font-size: 14px; }
  .creative-columns { grid-template-columns: 1fr; }
}
