/* Temporary preview theme: V92 light-blue accounting-photo hero. */

:root {
  --brand-950: #0d1b2a;
  --brand-900: #172a3a;
  --brand-800: #203a52;
  --brand-700: #285878;
  --brand-600: #346c92;
  --teal-700: #2878c8;
  --teal-600: #3c8bdc;
  --teal-500: #4a9be8;
  --teal-400: #73b7f2;
  --teal-100: #cfe1f2;
  --teal-50: #eef4f9;
  --navy-950: var(--brand-950);
  --navy-900: var(--brand-900);
  --navy-800: var(--brand-800);
  --navy-700: var(--brand-700);
  --blue-600: var(--teal-700);
  --blue-500: var(--teal-600);
  --blue-400: var(--teal-400);
  --blue-100: var(--teal-100);
  --blue-50: var(--teal-50);
  --gray-50: #f6fafd;
  --gray-100: #edf4fa;
  --gray-200: #d3dee8;
  --gray-300: #b9c8d6;
  --gray-500: #617384;
  --gray-600: #405466;
  --gray-700: #273847;
  --ink: var(--brand-950);
  --muted: var(--gray-500);
  --border: var(--gray-200);
  --surface-alt: var(--gray-50);
  --shadow-sm: 0 1px 2px rgba(13, 27, 42, 0.07), 0 1px 1px rgba(13, 27, 42, 0.05);
  --shadow-md: 0 12px 30px rgba(13, 27, 42, 0.09);
  --shadow-lg: 0 26px 66px rgba(13, 27, 42, 0.13);
}

body {
  color: #0d1b2a;
  background: #ffffff;
}

.section {
  padding: clamp(3rem, 5.1vw, 5.35rem) 0;
}

.section-head {
  margin-bottom: clamp(2rem, 4vw, 3.15rem);
}

.hero {
  isolation: isolate;
  color: #0d1b2a;
  background-color: #f7fbff;
  background-image:
    radial-gradient(ellipse 72% 44% at 2% 82%, rgba(74, 155, 232, 0.20) 0%, rgba(74, 155, 232, 0.13) 38%, transparent 70%),
    radial-gradient(ellipse 62% 52% at 101% 74%, rgba(74, 155, 232, 0.18) 0%, rgba(74, 155, 232, 0.11) 36%, transparent 72%),
    radial-gradient(ellipse 58% 26% at 75% 98%, rgba(40, 120, 200, 0.13) 0%, rgba(40, 120, 200, 0.07) 46%, transparent 78%),
    linear-gradient(90deg, rgba(247, 251, 255, 0.88) 0%, rgba(247, 251, 255, 0.56) 25%, rgba(238, 244, 249, 0.22) 45%, rgba(247, 251, 255, 0.64) 64%, rgba(247, 251, 255, 0.88) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.23) 0%, rgba(238, 244, 249, 0.38) 100%),
    url("assets/accounting-office-hero-v92.jpg");
  background-position: center, center, center, center, center, center center;
  background-size: cover, cover, cover, cover, cover, cover;
  background-repeat: no-repeat;
}

.hero::before {
  width: 860px;
  height: 360px;
  left: -210px;
  bottom: -84px;
  border-radius: 58% 42% 54% 46% / 64% 58% 42% 36%;
  background: linear-gradient(136deg, rgba(74, 155, 232, 0.22), rgba(201, 221, 240, 0.32) 50%, rgba(255, 255, 255, 0));
  filter: blur(1px);
  opacity: 0.72;
  transform: rotate(7deg);
}

.hero::after {
  width: 840px;
  height: 380px;
  right: -210px;
  bottom: -42px;
  border-radius: 50% 50% 46% 54% / 54% 62% 38% 46%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0), rgba(201, 221, 240, 0.36) 48%, rgba(74, 155, 232, 0.18));
  filter: blur(1px);
  opacity: 0.82;
  transform: rotate(-8deg);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy .eyebrow {
  color: #2878c8;
}

.hero-copy .eyebrow::before {
  background: #2878c8;
}

.hero-copy h1 {
  color: #0d1b2a;
}

.hero-copy h1 span {
  color: #2878c8;
}

.hero-copy p {
  color: #405466;
}

.hero-actions .btn-on-dark {
  color: #0d1b2a;
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(13, 27, 42, 0.22);
}

.hero-actions .btn-on-dark:hover,
.hero-actions .btn-on-dark:focus-visible {
  color: #ffffff;
  background: #172a3a;
  border-color: #172a3a;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hero-founder {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(211, 222, 232, 0.82);
  border-radius: 28px;
  box-shadow: 0 24px 66px rgba(13, 27, 42, 0.13);
  backdrop-filter: blur(12px);
  padding: 1.5rem 1.4rem;
  margin-bottom: 0;
  text-align: center;
}

.hero-founder-photo {
  width: 116px;
  height: 116px;
  margin: 0 auto 1rem;
  border: 3px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(13, 27, 42, 0.16);
}

.hero-founder-name {
  color: #0d1b2a;
  margin-bottom: 0.25rem;
}

.hero-founder-role {
  color: #617384;
}

.hero-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(211, 222, 232, 0.82);
  border-radius: 28px;
  padding: 1.45rem 1.35rem;
  box-shadow: 0 24px 66px rgba(13, 27, 42, 0.13);
  backdrop-filter: blur(12px);
}

.hero-card h3 {
  color: #0d1b2a;
  margin-bottom: 0.9rem;
}

.hero-card ul {
  gap: 0;
}

.hero-card li {
  color: #273847;
  border-bottom-color: rgba(211, 222, 232, 0.88);
  padding-block: 0.78rem;
}

.hero-card li:first-child {
  padding-top: 0;
}

.hero-card li svg {
  color: #2878c8;
}

.hero-stats {
  gap: 1px;
  background: rgba(211, 222, 232, 0.86);
  max-width: 620px;
  border-radius: 28px;
  overflow: hidden;
}

.hero-stats div {
  background: rgba(255, 255, 255, 0.58);
  padding: 0.95rem 1.15rem;
}

.hero-stats div strong {
  color: #0d1b2a;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
}

.hero-stats div span {
  color: #617384;
}

.trust-strip {
  background: rgba(255, 255, 255, 0.94);
}

.v9-audience-section {
  background: #ffffff;
}

.v9-audience-section .section-head {
  max-width: 820px;
}

.v9-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(40, 120, 200, 0.22);
  border-left: 1px solid rgba(40, 120, 200, 0.22);
  margin-top: 2.35rem;
}

.v9-audience-grid article {
  min-height: 205px;
  padding: clamp(1.45rem, 2.7vw, 2.25rem);
  border-right: 1px solid rgba(40, 120, 200, 0.22);
  border-bottom: 1px solid rgba(40, 120, 200, 0.22);
  background:
    linear-gradient(135deg, rgba(238, 244, 249, 0.86), rgba(255, 255, 255, 0.68) 54%),
    #ffffff;
}

.v9-audience-grid span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #2878c8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}

.v9-audience-grid span::after {
  content: "";
  width: 34px;
  height: 2px;
  background: rgba(40, 120, 200, 0.42);
}

.v9-audience-grid h3 {
  color: #0d1b2a;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  margin-bottom: 0.75rem;
}

.v9-audience-grid p {
  color: #4d6173;
  line-height: 1.75;
  margin: 0;
}

.cta-banner {
  background:
    radial-gradient(ellipse 70% 90% at 8% 10%, rgba(74, 155, 232, 0.13), transparent 62%),
    linear-gradient(135deg, #eaf4ff 0%, #ffffff 58%, #eef4f9 100%);
  color: #0d1b2a;
  border: 1px solid rgba(211, 222, 232, 0.92);
  box-shadow: 0 22px 60px rgba(13, 27, 42, 0.08);
}

.cta-banner h2 {
  color: #0d1b2a;
}

.cta-banner p {
  color: #4d6173;
}

.cta-banner .btn-on-dark {
  color: #0d1b2a;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(40, 120, 200, 0.32);
}

.cta-banner .btn-on-dark:hover,
.cta-banner .btn-on-dark:focus-visible {
  color: #ffffff;
  background: #172a3a;
  border-color: #172a3a;
}

.site-footer {
  background: linear-gradient(180deg, #f6fafd 0%, #ffffff 100%);
  color: #4d6173;
  border-top: 1px solid rgba(211, 222, 232, 0.9);
}

.page-header {
  background:
    radial-gradient(ellipse 70% 80% at 4% 30%, rgba(74, 155, 232, 0.15), transparent 60%),
    radial-gradient(ellipse 55% 72% at 100% 84%, rgba(74, 155, 232, 0.13), transparent 68%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 54%, #eef4f9 100%);
  color: #0d1b2a;
  border-bottom: 1px solid rgba(211, 222, 232, 0.9);
}

.page-header::after {
  background:
    linear-gradient(138deg, rgba(74, 155, 232, 0.13), rgba(255, 255, 255, 0));
  opacity: 0.72;
}

.breadcrumbs,
.breadcrumbs a,
.page-header p {
  color: #4d6173;
}

.breadcrumbs a:hover {
  color: #2878c8;
}

.page-header h1 {
  color: #0d1b2a;
}

.section-alt {
  background:
    radial-gradient(ellipse 58% 60% at 100% 12%, rgba(74, 155, 232, 0.08), transparent 62%),
    #f6fafd;
}

.card,
.service-detail,
.contact-form,
.team-row,
.review-card,
.notice-box,
.info-table,
.map-wrap,
.step,
.values-list {
  border-color: rgba(211, 222, 232, 0.95);
}

.card,
.contact-form,
.team-row,
.review-card,
.notice-box,
.info-table,
.map-wrap,
.step {
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.06);
}

.card-icon,
.tag,
.notice-box,
.review-card {
  background: #eef4f9;
  border-color: #cfe1f2;
}

.card-icon,
.tag,
.notice-box svg,
.values-list svg,
.link-card .url-pill,
.team-row a:hover {
  color: #2878c8;
}

.card:hover .card-icon,
.link-card:hover .card-icon {
  background: #2878c8;
  color: #ffffff;
}

.link-card .card-icon {
  background: #eef4f9;
  color: #2878c8;
}

.values-list,
.map-placeholder,
input,
textarea {
  background: #f6fafd;
}

input:focus,
textarea:focus {
  border-color: #2878c8;
  background: #ffffff;
}

.back-to-top {
  background: #2878c8;
}

.cookie-btn {
  border-color: rgba(40, 120, 200, 0.28);
}

.footer-grid {
  border-bottom-color: rgba(211, 222, 232, 0.95);
}

.footer-brand .brand,
.footer-col h4 {
  color: #0d1b2a;
}

.footer-brand p,
.footer-col address {
  color: #4d6173;
}

.footer-col a,
.footer-bottom,
.footer-cookie-link {
  color: #405466;
}

.footer-col a:hover,
.footer-bottom a:hover,
.footer-cookie-link:hover {
  color: #2878c8;
}

@media (max-width: 960px) {
  .hero {
    background-image:
      radial-gradient(ellipse 92% 34% at 6% 88%, rgba(74, 155, 232, 0.18), transparent 74%),
      radial-gradient(ellipse 76% 38% at 102% 82%, rgba(74, 155, 232, 0.18), transparent 72%),
      linear-gradient(180deg, rgba(247, 251, 255, 0.88) 0%, rgba(247, 251, 255, 0.73) 58%, rgba(238, 244, 249, 0.80) 100%),
      url("assets/accounting-office-hero-v92.jpg");
    background-position: center, center, center, center center;
    background-size: cover, cover, cover, cover;
    background-repeat: no-repeat;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
  }

  .hero-founder,
  .hero-card {
    max-width: 620px;
  }
}

@media (max-width: 820px) {
  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .hero-stats div {
    padding: 0.85rem 0.95rem;
  }
}

@media (max-width: 760px) {
  .section {
    padding: clamp(2.8rem, 12vw, 4rem) 0;
  }

  .v9-audience-grid {
    grid-template-columns: 1fr;
  }

  .v9-audience-grid article {
    min-height: auto;
  }

  .hero-actions {
    gap: 0.75rem;
  }

  .hero-actions .btn {
    min-height: 48px;
  }
}

@media (max-width: 560px) {
  .hero {
    background-position: center, center, center, 54% center;
    background-size: cover, cover, cover, auto 100%;
  }

  .hero .container,
  .hero-grid,
  .hero-copy,
  .hero-actions,
  .hero-stats,
  .hero-visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-copy h1 {
    max-width: 14.5ch;
    font-size: clamp(1.85rem, 8.6vw, 2.08rem);
    line-height: 1.16;
  }

  .hero-copy p {
    max-width: 320px;
    width: 100%;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    justify-content: center;
    padding-inline: 1rem;
    font-size: 0.95rem;
    white-space: normal;
    text-align: center;
  }

  .hero-actions .btn-primary {
    font-size: 0.95rem;
    padding-inline: 1rem;
  }

  .hero-founder {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-founder-photo {
    margin-inline: auto;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 320px;
  }
}
