.official-logo {
  display: block;
  width: 235px;
  height: 64px;
  overflow: hidden;
  flex: none;
  background: #fff;
}

.official-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.campaign-art {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  height: auto;
  display: block;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .42);
}

.asset-visual { min-height: 0; }
.service { padding: 0 0 30px; overflow: hidden; }
.service > span { z-index: 3; padding: 3px 8px; border-radius: 20px; background: rgba(255,255,255,.9); }
.service-art { display: block; margin-bottom: 24px; overflow: hidden; background: #071d33; }
.service-art img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .3s ease; }
.service-art:hover img { transform: scale(1.025); }
.service h3, .service p { margin-left: 28px; margin-right: 28px; }
.quickbooks-service { position: relative; }
.quickbooks-badge { position: absolute; z-index: 4; top: 18px; left: 18px; width: 145px; padding: 8px 11px; border-radius: 7px; background: #2ca01c; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.quickbooks-badge img { display: block; width: 100%; height: auto; }
.strategy-showcase { padding: 40px 0 110px; background: #fff; }
.showcase-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 56px; align-items: center; }
.showcase-copy h2 { margin: 0 0 20px; color: #071d33; font: 700 clamp(2rem, 3.3vw, 3rem)/1.1 Manrope, sans-serif; }
.showcase-copy p { margin: 0 0 24px; color: #667786; font-size: 1.05rem; }
.showcase-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.showcase-image { display: block; border-radius: 16px; overflow: hidden; box-shadow: 0 20px 48px rgba(7, 29, 51, .15); transition: transform .25s ease; }
.showcase-image:hover { transform: translateY(-4px); }
.showcase-image img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: top center; }
.showcase-image:first-child img { aspect-ratio: 1/1; }
.footer .official-logo { width: 210px; height: 58px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy { padding-top: 18px; }
.contact-copy > p { max-width: 470px; font-size: 17px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 30px; }
.contact-details a, .contact-details span { color: #fff; text-decoration: none; font-weight: 600; }
.contact-details a:hover { text-decoration: underline; }
.contact-form { padding: 30px; border-radius: 18px; background: #fff; color: #142433; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-field { display: block; margin-bottom: 17px; }
.form-field > span { display: block; margin-bottom: 7px; color: #071d33; font-size: 13px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #cbd9e2; border-radius: 8px; background: #f8fbfd; color: #142433; font: 16px "DM Sans", sans-serif; padding: 12px 13px; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field textarea { min-height: 112px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: #27b6cc; background: #fff; box-shadow: 0 0 0 3px rgba(39,182,204,.18); }
.form-submit { width: 100%; border: 0; cursor: pointer; font: 700 15px "DM Sans", sans-serif; }
.form-note { margin: 12px 0 0; color: #667786!important; text-align: center; font-size: 12px; line-height: 1.45; }

@media (max-width: 850px) {
  .showcase-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 36px; }
  .contact-copy { padding-top: 0; }
}

@media (max-width: 560px) {
  .official-logo { width: 190px; height: 52px; }
  .campaign-art { border-radius: 12px; }
  .strategy-showcase { padding: 0 0 75px; }
  .showcase-gallery { gap: 10px; }
  .showcase-image { border-radius: 10px; }
  .footer .official-logo { width: 190px; height: 52px; }
  .contact-form { padding: 22px 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
}
