:root {
  --bg-1: #061026;
  --bg-2: #112a5a;
  --bg-3: #dfe9ff;
  --text: #f3f7ff;
  --muted: #c2d2f5;
  --line: rgba(255, 255, 255, 0.18);
  --line-soft: rgba(255, 255, 255, 0.12);
  --brand: #5271ff;
  --brand-strong: #3857e8;
  --glass: rgba(14, 23, 48, 0.36);
  --glass-soft: rgba(20, 34, 68, 0.3);
  --shadow-lg: 0 28px 56px rgba(4, 11, 26, 0.46);
  --shadow-md: 0 14px 34px rgba(4, 11, 26, 0.34);
  --max: 1180px;
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 14px;
  --header-h: 45px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color: var(--text);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  padding-top: 74px;
  background:
    radial-gradient(1200px 620px at 5% -10%, rgba(82, 113, 255, 0.24), transparent 60%),
    radial-gradient(900px 500px at 95% 5%, rgba(190, 214, 255, 0.2), transparent 64%),
    linear-gradient(145deg, var(--bg-1) 0%, var(--bg-2) 46%, var(--bg-3) 150%);
  background-attachment: fixed;
}

body.home-sequence {
  padding-top: 0;
  background-attachment: scroll;
}

body.services-page {
  background: #ffffff;
  color: #10224f;
  background-attachment: scroll;
}

body.services-page::before {
  display: none;
}

body.services-page .ambient-gradient {
  background:
    radial-gradient(520px 240px at 16% 20%, rgba(82, 113, 255, 0.11), transparent 74%),
    radial-gradient(620px 260px at 86% 74%, rgba(84, 132, 255, 0.12), transparent 76%);
}

body.services-page .page-hero .eyebrow {
  color: #5b77bc;
}

body.services-page .page-hero h1 {
  color: #10224f;
}

body.services-page .page-hero p {
  color: #365897;
}

body.services-page .service-card {
  border: 1px solid rgba(106, 136, 215, 0.6);
  background: linear-gradient(150deg, #5674ff 0%, #4463ef 54%, #3553dc 100%);
  box-shadow: 0 18px 34px rgba(29, 51, 112, 0.23);
}

body.services-page .service-card h3,
body.services-page .service-card p,
body.services-page .service-card li {
  color: #f3f7ff;
}

body.services-page .service-card li::before {
  background: #dce6ff;
}

body.services-page .service-entry-label {
  color: #e4ecff;
}

body.services-page .service-entry:hover,
body.services-page .service-entry:focus-visible {
  border-color: rgba(233, 241, 255, 0.86);
  box-shadow: 0 22px 38px rgba(25, 44, 98, 0.28);
}

body.services-page .statement {
  color: #244488;
}

body.services-page .site-footer {
  border-top: 1px solid rgba(92, 123, 201, 0.28);
  color: #4b6aa7;
}

body.services-page .footer-admin-link {
  color: #3557ad;
}

body.services-page .footer-admin-link:hover,
body.services-page .footer-admin-link:focus-visible {
  color: #1f3f8d;
}

body.quote-page {
  background: linear-gradient(to top, #3b5fda 0%, #5d7dff 28%, #dce7ff 70%, #ffffff 100%);
  color: #12306a;
  background-attachment: scroll;
}

body.quote-page::before {
  display: none;
}

body.quote-page .ambient-gradient {
  background:
    radial-gradient(560px 280px at 50% 92%, rgba(20, 47, 129, 0.24), transparent 76%),
    radial-gradient(420px 210px at 18% 18%, rgba(94, 129, 255, 0.14), transparent 72%),
    radial-gradient(460px 230px at 84% 24%, rgba(116, 153, 255, 0.13), transparent 74%);
}

body.quote-page .page-hero .eyebrow {
  color: #5b77bc;
}

body.quote-page .page-hero h1 {
  color: #10224f;
}

body.quote-page .page-hero p {
  color: #365897;
}

body.quote-page .contact-card {
  border: 1px solid rgba(106, 136, 215, 0.32);
  background: rgba(247, 250, 255, 0.95);
  box-shadow: 0 16px 32px rgba(23, 45, 98, 0.12);
}

body.quote-page .contact-card h3 {
  color: #16326a;
}

body.quote-page .contact-form label {
  color: #375895;
}

body.quote-page .contact-form input,
body.quote-page .contact-form select,
body.quote-page .contact-form textarea {
  border: 1px solid rgba(118, 144, 214, 0.44);
  background: rgba(255, 255, 255, 0.98);
  color: #13285c;
}

body.quote-page .contact-form input::placeholder,
body.quote-page .contact-form textarea::placeholder {
  color: #7d95c7;
}

body.quote-page .site-footer {
  border-top: 1px solid rgba(230, 239, 255, 0.36);
  color: #eff5ff;
}

body.quote-page .footer-meta p {
  color: #dce8ff;
}

body.quote-page .footer-admin-link {
  color: #f5f9ff;
}

body.quote-page .footer-admin-link:hover,
body.quote-page .footer-admin-link:focus-visible {
  color: #ffffff;
}

body.offer-page {
  padding-top: 84px;
  background: linear-gradient(to top, #3b5fda 0%, #5d7dff 28%, #dce7ff 70%, #ffffff 100%);
  color: #12306a;
  background-attachment: scroll;
}

body.offer-page::before {
  display: none;
}

body.offer-page .ambient-gradient {
  background:
    radial-gradient(560px 280px at 50% 92%, rgba(20, 47, 129, 0.24), transparent 76%),
    radial-gradient(420px 210px at 18% 18%, rgba(94, 129, 255, 0.14), transparent 72%),
    radial-gradient(460px 230px at 84% 24%, rgba(116, 153, 255, 0.13), transparent 74%);
}

body.offer-page .page-hero .eyebrow {
  color: #4f6fb1;
}

body.offer-page .page-hero h1 {
  color: #112a5f;
}

body.offer-page .page-hero p {
  color: #2f4f90;
}

body.offer-page .site-footer {
  border-top: 1px solid rgba(230, 239, 255, 0.36);
  color: #eff5ff;
}

body.offer-page .footer-meta p {
  color: #dce8ff;
}

body.offer-page .footer-admin-link {
  color: #f5f9ff;
}

body.offer-page .footer-admin-link:hover,
body.offer-page .footer-admin-link:focus-visible {
  color: #ffffff;
}

body.business-card-page {
  background: linear-gradient(145deg, #071432 0%, #153677 52%, #dfe9ff 150%);
  color: #f3f7ff;
  background-attachment: scroll;
}

body.business-card-page .page-hero .eyebrow {
  color: #aec4ff;
}

body.business-card-page .page-hero h1 {
  color: #f4f8ff;
}

body.business-card-page .page-hero p {
  color: #d5e3ff;
}

body.legal-page .page-hero p {
  color: #d5e3ff;
}

/* Stronger contrast for light-blue body copy on quote/offer pages */
body.quote-page .page-hero .eyebrow,
body.offer-page .page-hero .eyebrow {
  color: #33548f;
}

body.quote-page .page-hero p,
body.offer-page .page-hero p {
  color: #23447f;
}

body.quote-page .contact-form label {
  color: #23437e;
}

body.quote-page .contact-form input::placeholder,
body.quote-page .contact-form textarea::placeholder {
  color: #5e7ebb;
}

body.quote-page .quote-hero-meta,
body.offer-page .quote-hero-meta {
  color: #2f4f89;
}

body.quote-page .quote-form-intro,
body.offer-page .quote-form-intro {
  color: #2a4a84;
}

body.quote-page .quote-fieldset legend,
body.offer-page .quote-fieldset legend {
  color: #274987;
}

body.quote-page .quote-fieldset-hint,
body.offer-page .quote-fieldset-hint {
  color: #31538e;
}

body.quote-page .quote-option-copy small,
body.offer-page .quote-option-copy small {
  color: #33538f;
}

body.offer-page .offer-description {
  color: #14386f;
}

body.offer-page .offer-description p {
  color: #1a3f78;
}

body.offer-page .offer-description .offer-pricing {
  color: #102d66;
}

body.offer-page .offer-description .offer-meta {
  color: #1d457f;
}

body.offer-page .quote-summary-list li {
  color: #17386f;
}

body.offer-page .quote-summary-list strong {
  color: #0f2f63;
}

body.offer-page .quote-summary-list span {
  color: #1f467f;
}

body.offer-page .quote-summary-note {
  color: #23447f;
}

body.offer-page .quote-next-steps h4 {
  color: #143569;
}

body.offer-page .quote-next-steps ol,
body.offer-page .quote-next-steps li {
  color: #20467e;
}

.offer-header {
  justify-content: space-between;
}

.offer-header-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.72rem;
  border: 1px solid rgba(164, 190, 255, 0.42);
  border-radius: 999px;
  color: #d9e6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(50, 73, 140, 0.44);
}

.offer-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(164, 190, 255, 0.42);
  color: #f1f6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(45, 67, 132, 0.38);
  transition: background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.offer-home-link:hover,
.offer-home-link:focus-visible {
  background: #f1f6ff;
  color: #163471;
  border-color: #f1f6ff;
}

.offer-description {
  display: grid;
  gap: 0.58rem;
  color: #284983;
  font-size: 0.92rem;
}

.offer-description p {
  margin: 0;
}

.offer-description .offer-pricing {
  color: #133170;
}

.offer-description .offer-meta {
  color: #3f6099;
}

.offer-lock-shell {
  min-height: calc(100vh - 160px);
  display: grid;
  place-items: center;
}

.offer-lock-card {
  width: min(740px, 100%);
  text-align: center;
  display: grid;
  gap: 0.92rem;
}

.offer-lock-card h1 {
  margin: 0;
  color: #112b63;
}

.offer-lock-card p {
  margin: 0;
  color: #42619c;
}

.quote-cta-row {
  margin-top: 0.8rem;
}

.quote-hero-meta {
  margin: 0.58rem 0 0;
  color: #4b67a4;
  font-size: 0.9rem;
}

.quote-grid {
  display: grid;
  gap: 1rem;
}

.quote-card {
  display: grid;
  gap: 1rem;
}

.quote-form {
  gap: 0.82rem;
}

.quote-form-intro {
  margin: 0;
  color: #365897;
  font-size: 0.93rem;
  line-height: 1.45;
}

.quote-contact-grid {
  display: grid;
  gap: 0.72rem;
}

.quote-input-wrap {
  display: grid;
  gap: 0.34rem;
}

.quote-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.quote-fieldset {
  margin: 0;
  border: 1px solid rgba(117, 145, 214, 0.36);
  border-radius: 14px;
  padding: 0.82rem;
  display: grid;
  gap: 0.56rem;
}

.quote-fieldset legend {
  padding: 0 0.38rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #355799;
}

.quote-fieldset-hint {
  margin: 0;
  color: #4869a7;
  font-size: 0.82rem;
}

.quote-fieldset-error {
  margin: 0;
  color: #b4233d;
  font-size: 0.82rem;
  font-weight: 700;
}

.quote-fieldset.has-error {
  border-color: rgba(180, 35, 61, 0.45);
  box-shadow: 0 0 0 2px rgba(180, 35, 61, 0.13);
}

.quote-option {
  display: grid;
  grid-template-columns: 1.08rem minmax(0, 1fr);
  align-items: start;
  column-gap: 0.7rem;
  color: #18356d;
  font-size: 0.9rem;
  line-height: 1.35;
}

.quote-option-card {
  border: 1px solid rgba(123, 148, 214, 0.34);
  border-radius: 12px;
  padding: 0.72rem 0.82rem;
  background: rgba(255, 255, 255, 0.85);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-option input {
  margin: 0;
  width: 1.08rem;
  height: 1.08rem;
  min-width: 1.08rem;
  min-height: 1.08rem;
  align-self: start;
  transform: translateY(0.12rem);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 1.6px solid rgba(74, 103, 177, 0.56);
  background: #ffffff;
  display: grid;
  place-content: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.quote-option input[type='checkbox'] {
  border-radius: 4px;
}

.quote-option input[type='radio'] {
  border-radius: 999px;
}

.quote-option input::before {
  content: '';
  width: 0.56rem;
  height: 0.56rem;
  transform: scale(0);
  transition: transform 0.14s ease;
  background: linear-gradient(145deg, #5b79ff, #3f5fea);
  border-radius: 2px;
}

.quote-option input[type='radio']::before {
  border-radius: 999px;
}

.quote-option input:checked {
  border-color: rgba(63, 95, 234, 0.9);
  box-shadow: 0 0 0 3px rgba(82, 113, 255, 0.16);
}

.quote-option input:checked::before {
  transform: scale(1);
}

.quote-option input:focus-visible {
  outline: none;
  border-color: rgba(63, 95, 234, 0.92);
  box-shadow: 0 0 0 3px rgba(82, 113, 255, 0.2);
}

.quote-option-copy {
  display: grid;
  gap: 0.16rem;
}

.quote-option-copy strong {
  font-size: 0.92rem;
  color: #1a3870;
}

.quote-option-copy small {
  color: #4a68a3;
  font-size: 0.76rem;
  line-height: 1.35;
}

.quote-option-card.is-selected,
.quote-option-card:has(input:checked) {
  border-color: rgba(72, 104, 201, 0.82);
  background: rgba(233, 240, 255, 0.92);
  box-shadow: 0 10px 22px rgba(42, 75, 156, 0.14);
}

.quote-option-card:hover,
.quote-option-card:focus-within {
  border-color: rgba(84, 116, 212, 0.64);
}

.quote-service-grid {
  display: grid;
  gap: 0.54rem;
}

.quote-contact-methods {
  display: grid;
  gap: 0.54rem;
}

.quote-summary-card {
  align-content: start;
  gap: 0.92rem;
}

.quote-progress {
  border: 1px solid rgba(109, 140, 216, 0.34);
  border-radius: 14px;
  padding: 0.68rem 0.76rem;
  background: rgba(255, 255, 255, 0.74);
}

.quote-progress-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.6rem;
  color: #315596;
  font-size: 0.79rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.quote-progress-head strong {
  font-size: 0.88rem;
  color: #214788;
  letter-spacing: 0.02em;
}

.quote-progress-track {
  margin-top: 0.48rem;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(99, 124, 188, 0.2);
  overflow: hidden;
}

.quote-progress-fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5271ff 0%, #3e5ee9 100%);
  transition: width 0.3s ease;
}

.quote-summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.56rem;
}

.quote-summary-list li {
  color: #18356d;
}

.quote-summary-note {
  margin: 0;
  color: #365897;
  font-size: 0.9rem;
  line-height: 1.45;
}

.quote-next-steps {
  border-top: 1px solid rgba(112, 137, 202, 0.3);
  padding-top: 0.72rem;
}

.quote-next-steps h4 {
  margin: 0;
  color: #19376f;
  font-size: 0.92rem;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

.quote-next-steps ol {
  margin: 0.52rem 0 0;
  padding: 0 0 0 1rem;
  display: grid;
  gap: 0.38rem;
  color: #365897;
  font-size: 0.86rem;
}

.quote-summary-card .button-row {
  margin-top: 0.1rem;
}

.quote-form-status {
  margin: 0;
  min-height: 1.18rem;
  color: #355799;
  font-size: 0.86rem;
  font-weight: 600;
}

.quote-form-status.is-error {
  color: #b4233d;
}

.quote-form-status.is-success {
  color: #245c1e;
}

body.audit-page {
  background: linear-gradient(to top, #3058d6 0%, #5a79f7 30%, #dde7ff 72%, #ffffff 100%);
  color: #12306a;
  background-attachment: scroll;
}

body.audit-page::before {
  display: none;
}

body.audit-page .ambient-gradient {
  background:
    radial-gradient(560px 280px at 50% 92%, rgba(20, 47, 129, 0.24), transparent 76%),
    radial-gradient(420px 210px at 18% 18%, rgba(94, 129, 255, 0.14), transparent 72%),
    radial-gradient(460px 230px at 84% 24%, rgba(116, 153, 255, 0.13), transparent 74%);
}

body.audit-page .page-hero .eyebrow {
  color: #4a6db5;
}

body.audit-page .page-hero h1 {
  color: #10224f;
}

body.audit-page .page-hero p {
  color: #34558f;
}

body.audit-page .contact-card {
  border: 1px solid rgba(106, 136, 215, 0.32);
  background: rgba(247, 250, 255, 0.95);
  box-shadow: 0 16px 32px rgba(23, 45, 98, 0.12);
}

body.audit-page .contact-card h3 {
  color: #16326a;
}

body.audit-page .contact-form label,
body.audit-page .contact-form p {
  color: #2f4f88;
}

body.audit-page .contact-form input,
body.audit-page .contact-form textarea {
  border: 1px solid rgba(118, 144, 214, 0.44);
  background: rgba(255, 255, 255, 0.98);
  color: #13285c;
}

body.audit-page .contact-form input::placeholder,
body.audit-page .contact-form textarea::placeholder {
  color: #7892c3;
}

body.audit-page .site-footer {
  border-top: 1px solid rgba(230, 239, 255, 0.36);
  color: #eff5ff;
}

body.audit-page .footer-meta p {
  color: #dce8ff;
}

body.audit-page .footer-admin-link {
  color: #f5f9ff;
}

body.audit-page .footer-admin-link:hover,
body.audit-page .footer-admin-link:focus-visible {
  color: #ffffff;
}

.audit-grid {
  display: grid;
  gap: 1rem;
}

.audit-card {
  display: grid;
  gap: 0.95rem;
}

.audit-form-intro {
  margin: 0;
  color: #365897;
  font-size: 0.93rem;
  line-height: 1.45;
}

.audit-contact-grid {
  display: grid;
  gap: 0.72rem;
}

.audit-consent {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  align-items: start;
  gap: 0.62rem;
  font-size: 0.84rem;
  color: #2a4d89;
}

.audit-consent input {
  margin-top: 0.22rem;
}

.audit-form-status {
  margin: 0;
  min-height: 1.18rem;
  color: #355799;
  font-size: 0.86rem;
  font-weight: 600;
}

.audit-form-status.is-error {
  color: #b4233d;
}

.audit-form-status.is-success {
  color: #245c1e;
}

.audit-loading-overlay[hidden] {
  display: none;
}

.audit-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 1800;
  display: grid;
  place-items: center;
  padding: 1.2rem;
  background: rgba(16, 25, 46, 0.6);
  backdrop-filter: blur(2.4px) saturate(88%);
}

.audit-loading-shell {
  display: grid;
  justify-items: center;
  gap: 0.76rem;
  min-width: min(92vw, 320px);
  padding: 1.08rem 1.16rem;
  border-radius: 18px;
  background: rgba(250, 253, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 16px 34px rgba(7, 14, 32, 0.34);
}

.audit-loading-favicon-wrap {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(14, 25, 57, 0.2);
}

.audit-loading-favicon-wrap img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  animation: audit-favicon-spin 1.1s linear infinite;
}

.audit-loading-domain {
  margin: 0;
  color: #f2f6ff;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  white-space: pre-line;
}

body.is-audit-loading {
  overflow: hidden;
}

@keyframes audit-favicon-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .audit-loading-favicon-wrap img {
    animation: none;
  }
}

.audit-score-wrap {
  border: 1px solid rgba(109, 140, 216, 0.34);
  border-radius: 14px;
  padding: 0.82rem;
  background: rgba(255, 255, 255, 0.74);
}

.audit-score-label {
  margin: 0;
  color: #1b3f80;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.audit-score-value {
  margin: 0.3rem 0 0;
  color: #15366f;
  font-size: clamp(2rem, 5vw, 2.7rem);
  font-weight: 700;
  line-height: 1;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

.audit-score-grade {
  margin: 0.38rem 0 0;
  color: #335793;
  font-size: 0.87rem;
}

.audit-breakdown,
.audit-metrics,
.audit-highlights {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.audit-breakdown li,
.audit-metrics li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.7rem;
  color: #1f437f;
  border-bottom: 1px solid rgba(116, 143, 205, 0.24);
  padding-bottom: 0.32rem;
}

.audit-breakdown strong,
.audit-metrics strong {
  color: #14396f;
}

.audit-result-card h4 {
  margin: 0.2rem 0 0;
  color: #17396f;
  font-size: 0.92rem;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

.audit-highlights li {
  color: #1f467f;
  position: relative;
  padding-left: 0.9rem;
}

.audit-highlights li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #7b98ff, #4868f0);
}

.audit-cta-copy {
  margin: 0;
  color: #2e4f8a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.audit-result-card h3 {
  color: #16326a;
}

.audit-result-card {
  overflow: visible;
  isolation: isolate;
  --audit-summary-ink: #123463;
  --audit-summary-ink-strong: #0b2856;
}

body.audit-page .audit-result-card p,
body.audit-page .audit-result-card li,
body.audit-page .audit-result-card span {
  color: var(--audit-summary-ink);
}

body.audit-page .audit-result-card h3,
body.audit-page .audit-result-card h4,
body.audit-page .audit-result-card strong {
  color: var(--audit-summary-ink-strong);
}

.audit-metric-label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  position: relative;
}

.audit-metric-help {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.audit-metric-help summary {
  list-style: none;
  cursor: pointer;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 0.46rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
  transform: translateY(-0.1rem);
}

.audit-metric-help summary::-webkit-details-marker {
  display: none;
}

.audit-metric-help p {
  position: absolute;
  left: 0;
  bottom: calc(100% + 0.42rem);
  min-width: min(74vw, 230px);
  max-width: min(80vw, 280px);
  margin: 0;
  padding: 0.56rem 0.62rem;
  border-radius: 8px;
  border: 1px solid rgba(19, 42, 88, 0.34);
  background: #ffffff;
  color: #15366f;
  font-size: 0.78rem;
  line-height: 1.42;
  max-height: min(36vh, 220px);
  overflow: auto;
  box-shadow: 0 12px 24px rgba(8, 16, 32, 0.2);
  z-index: 40;
}

.audit-metric-help[open] p {
  position: absolute;
  left: 0;
  top: auto;
  bottom: calc(100% + 0.42rem);
  transform: none;
  z-index: 80;
}

.quote-meet-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(8, 16, 36, 0.44);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.quote-meet-modal[hidden] {
  display: none !important;
}

.quote-meet-modal-card {
  width: min(520px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(118, 143, 205, 0.42);
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(8, 21, 50, 0.2);
  padding: 1.1rem;
  text-align: center;
  display: grid;
  gap: 0.72rem;
}

.quote-meet-modal-card h3 {
  margin: 0;
  color: #0f2864;
}

.quote-meet-modal-card p {
  margin: 0;
  color: #365897;
}


body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.72), transparent 86%);
}

a {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.ambient-gradient {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(420px 220px at 20% 24%, rgba(103, 130, 255, 0.2), transparent 75%),
    radial-gradient(520px 240px at 80% 78%, rgba(137, 178, 255, 0.18), transparent 72%);
  background-size: 140% 140%;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 80;
  transform: translateX(-50%);
  min-height: var(--header-h);
  height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 0.95rem;
  width: min(940px, calc(100% - 3.2rem));
  margin: 0 auto;
  padding-block: 0;
  padding-inline: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(8, 16, 36, 0.42);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  box-shadow: 0 14px 32px rgba(7, 13, 28, 0.28);
  isolation: isolate;
  overflow: visible;
  transition: opacity 0.42s ease, transform 0.42s ease;
}

.site-header::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 46%, transparent);
  pointer-events: none;
  z-index: -1;
}


.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex: 0 0 116px;
  width: 116px;
  height: 45px;
  overflow: hidden;
}

.brand-mark img {
  width: 116px;
  height: 45px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.header-menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.top-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  gap: 0.92rem;
  min-height: 0;
  overflow: visible;
  scrollbar-width: none;
}

.top-nav::-webkit-scrollbar {
  display: none;
}

.top-nav > a,
.top-nav > .nav-dropdown > .nav-dropdown-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.82rem;
  line-height: 1.08;
  font-weight: 500;
  color: rgba(241, 247, 255, 0.84);
  white-space: nowrap;
  padding: 0.22rem 0.16rem;
  transition: color 0.22s ease;
}

.top-nav > a::after,
.top-nav > .nav-dropdown > .nav-dropdown-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.22rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(82, 113, 255, 0.96), transparent);
  opacity: 0;
  transform: scaleX(0.56);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.top-nav > a:hover,
.top-nav > a:focus-visible,
.top-nav > a.is-active,
.top-nav > .nav-dropdown > .nav-dropdown-link:hover,
.top-nav > .nav-dropdown > .nav-dropdown-link:focus-visible,
.top-nav > .nav-dropdown > .nav-dropdown-link.is-active {
  color: #ffffff;
}

.top-nav > a:hover::after,
.top-nav > a:focus-visible::after,
.top-nav > a.is-active::after,
.top-nav > .nav-dropdown > .nav-dropdown-link:hover::after,
.top-nav > .nav-dropdown > .nav-dropdown-link:focus-visible::after,
.top-nav > .nav-dropdown > .nav-dropdown-link.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.nav-dropdown-toggle {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(241, 247, 255, 0.86);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.24s ease, background-color 0.24s ease;
}

.nav-dropdown-toggle::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-dropdown.is-open .nav-dropdown-toggle::before {
  transform: translateY(2px) rotate(-135deg);
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  border-color: rgba(184, 204, 255, 0.9);
  background: rgba(255, 255, 255, 0.14);
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 250px;
  margin-top: 0.18rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 0.4rem;
  background: rgba(8, 16, 36, 0.95);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  box-shadow: 0 16px 30px rgba(7, 13, 28, 0.34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: grid;
  gap: 0.16rem;
}

.nav-dropdown.is-open .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown-menu a {
  text-decoration: none;
  font-size: 0.78rem;
  color: rgba(241, 247, 255, 0.88);
  border-radius: 8px;
  padding: 0.46rem 0.58rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible,
.nav-dropdown-menu a.is-active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.lang-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.4rem;
  color: rgba(241, 247, 255, 0.84);
  font-size: 0.72rem;
  margin-left: auto;
}

.lang-toggle button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0.14rem 0.22rem;
}

.lang-toggle button.active {
  color: #fff;
}

.mobile-menu-toggle {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0;
  margin: 0;
  color: #f3f7ff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
  position: relative;
}

.mobile-menu-toggle span {
  position: absolute;
  width: 16px;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.mobile-menu-toggle span:nth-child(1) {
  transform: translateY(-5px);
}

.mobile-menu-toggle span:nth-child(2) {
  transform: translateY(0);
}

.mobile-menu-toggle span:nth-child(3) {
  transform: translateY(5px);
}

.site-header.menu-open .mobile-menu-toggle span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.site-header.menu-open .mobile-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .mobile-menu-toggle span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}

main {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

body.home-sequence main {
  width: 100%;
  margin: 0;
}

body.home-sequence .cta {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}


.frame-sequence-section {
  position: relative;
  width: 100%;
  height: 300vh;
  --hero-device-shift-x: clamp(-10px, -0.75vw, -4px);
  --hero-media-focus-x: 48%;
}

.frame-sequence-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.frame-sequence-glow {
  position: absolute;
  inset: 14% 8% auto;
  height: 56vh;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 44%, rgba(81, 113, 255, 0.34), transparent 60%),
    radial-gradient(circle at 70% 58%, rgba(167, 198, 255, 0.24), transparent 68%);
  filter: blur(30px);
  pointer-events: none;
}

.frame-sequence-title {
  position: absolute;
  left: 50%;
  top: clamp(6.4rem, 15vh, 10.2rem);
  transform: translateX(-50%);
  margin: 0;
  font-family: 'Montserrat', 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(1rem, 4.7vw, 3.6rem);
  color: #eff5ff;
  text-shadow: none;
  z-index: 2;
  pointer-events: none;
  width: min(96vw, 980px);
  min-height: 2.6em;
  --title-value-w: min(92vw, 22ch);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(0.12rem, 0.9vw, 0.54rem);
  white-space: normal;
  text-align: center;
}

.frame-sequence-title-prefix {
  display: block;
  line-height: 1.02;
  text-shadow: 0 10px 22px rgba(4, 10, 24, 0.38);
}

.frame-sequence-title-value {
  display: grid;
  justify-items: center;
  align-items: center;
  width: var(--title-value-w);
  min-height: 1.2em;
  overflow: hidden;
  color: var(--brand);
}

.frame-sequence-title-slot {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  line-height: 1.04;
  text-shadow: none;
  will-change: transform, opacity;
}

.frame-sequence-title-slot-current {
  transform: translateY(0);
}

.frame-sequence-title-slot-next {
  transform: translateY(100%);
  opacity: 0;
}

.frame-sequence-stage {
  position: relative;
  width: min(90vw, 1120px);
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  transform: translate(var(--hero-device-shift-x), clamp(82px, 14vh, 164px));
  border-radius: 0;
  border: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  opacity: 1;
  contain: layout paint;
  will-change: opacity;
  transition: opacity 0.28s ease;
}

.frame-sequence-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--hero-media-focus-x) center;
  border-radius: 0;
  display: block;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: contents;
}

.frame-sequence-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--hero-media-focus-x) center;
  display: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 0;
}

.frame-sequence-section.is-mobile-video .frame-sequence-image {
  display: none;
}

.frame-sequence-section.is-mobile-video .frame-sequence-video {
  display: block;
}

.home-flow {
  position: relative;
  margin-top: 0;
  padding-block: clamp(2.6rem, 6vw, 5.6rem);
  background: linear-gradient(155deg, #f9fbff 0%, #f4f7ff 52%, #eef3ff 100%);
  border-top: 1px solid rgba(148, 171, 226, 0.34);
}

.home-flow::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 260px at 10% 0%, rgba(102, 134, 218, 0.12), transparent 72%),
    radial-gradient(680px 280px at 90% 100%, rgba(128, 165, 244, 0.14), transparent 74%);
}

body.home-sequence .home-flow .home-partners {
  position: relative;
  z-index: 1;
}

body.home-sequence .home-flow .maklik-definition,
body.home-sequence .home-flow .maklik-values,
body.home-sequence .home-flow .core-services,
body.home-sequence .home-flow .home-partners {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

body.home-sequence .home-flow .section-head {
  margin-bottom: clamp(1.1rem, 2.4vw, 1.9rem);
}

body.home-sequence .home-flow .eyebrow {
  color: #607cc0;
}

body.home-sequence .home-flow .section-head h2 {
  color: #101d41;
  font-size: clamp(1.8rem, 4.5vw, 3.05rem);
  letter-spacing: -0.024em;
}

body.home-sequence .home-flow .section-head p {
  color: #576f9b;
}

body.home-sequence .home-flow .maklik-definition-card,
body.home-sequence .home-flow .maklik-values-board {
  border-radius: 26px;
  border: 1px solid rgba(150, 174, 224, 0.46);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 40px rgba(15, 31, 65, 0.14);
  backdrop-filter: blur(8px) saturate(120%);
}

body.home-sequence .home-flow .maklik-definition-card {
  text-align: center;
  display: grid;
  gap: clamp(0.5rem, 1.4vw, 0.9rem);
  padding: clamp(1.4rem, 3.4vw, 2.5rem) clamp(1rem, 4vw, 3rem);
  border-color: rgba(124, 164, 255, 0.62);
  background: linear-gradient(145deg, var(--brand) 0%, var(--brand-strong) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 22px 44px rgba(13, 26, 58, 0.26);
  color: #f5f8ff;
}

body.home-sequence .home-flow .maklik-phonetic {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(0.92rem, 2.2vw, 1.6rem);
  letter-spacing: 0.12em;
  color: #f5f8ff;
}

body.home-sequence .home-flow .maklik-wordmark {
  margin: 0;
  font-family: 'Montserrat', 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(2.4rem, 9vw, 7rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-transform: lowercase;
}

body.home-sequence .home-flow .maklik-translation {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 3.4vw, 2.4rem);
  line-height: 1.05;
}

body.home-sequence .home-flow .maklik-type {
  margin: 0;
  font-size: clamp(1rem, 2.1vw, 1.6rem);
  font-style: italic;
  color: #ffffff;
}

body.home-sequence .home-flow .maklik-definition-line,
body.home-sequence .home-flow .maklik-usage-line {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.65rem);
  color: #f5f8ff;
  line-height: 1.36;
}

body.home-sequence .home-flow .maklik-usage-label {
  margin: 0.34rem 0 0;
  font-size: clamp(1rem, 2.15vw, 1.65rem);
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
}

body.home-sequence .home-flow .maklik-closing {
  margin: 0.38rem auto 0;
  max-width: 34ch;
  font-size: clamp(1.02rem, 2.2vw, 1.8rem);
  line-height: 1.3;
  color: #ffffff;
  font-style: italic;
  font-weight: 600;
}

body.home-sequence .home-flow .maklik-values-board {
  display: grid;
  gap: clamp(0.36rem, 0.9vw, 0.62rem);
  padding: clamp(1.1rem, 3vw, 2rem);
}

body.home-sequence .home-flow .maklik-values-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(0.34rem, 1.6vw, 1rem);
}

body.home-sequence .home-flow .maklik-values-spacer {
  display: block;
}

body.home-sequence .home-flow .maklik-value-word,
body.home-sequence .home-flow .maklik-key-letter {
  --repel-x: 0px;
  --repel-y: 0px;
  transform: translate3d(var(--repel-x), var(--repel-y), 0);
  will-change: transform;
  transition: transform 0.12s linear, color 0.2s ease;
}

body.home-sequence .home-flow .maklik-key-letter {
  margin: 0;
  font-family: 'Montserrat', 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 5.3vw, 4.35rem);
  letter-spacing: -0.04em;
  color: var(--brand);
  text-align: center;
  min-width: 1.2ch;
}

body.home-sequence .home-flow .maklik-value-word {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.08rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #0f214d;
  text-transform: uppercase;
  font-weight: 500;
}

body.home-sequence .home-flow .maklik-value-word.is-left {
  justify-self: end;
  text-align: right;
}

body.home-sequence .home-flow .maklik-value-word.is-right {
  justify-self: start;
  text-align: left;
}

body.home-sequence .home-flow .maklik-values-board:hover .maklik-value-word,
body.home-sequence .home-flow .maklik-values-board:hover .maklik-key-letter {
  color: #27489a;
}

body.home-sequence .home-flow .content-carousel {
  --carousel-items-per-view: 3;
  --carousel-gap: 0.95rem;
  display: grid;
  gap: 0.85rem;
}

body.home-sequence .home-flow .content-carousel-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border-radius: 26px;
}

body.home-sequence .home-flow .content-carousel-viewport::-webkit-scrollbar {
  display: none;
}

body.home-sequence .home-flow .content-carousel-track {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--carousel-gap) * (var(--carousel-items-per-view) - 1))) / var(--carousel-items-per-view));
  gap: var(--carousel-gap);
  align-items: stretch;
  width: 100%;
  padding: 0.05rem;
}

body.home-sequence .home-flow .content-carousel-track > * {
  scroll-snap-align: start;
}

body.home-sequence .home-flow .content-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}

body.home-sequence .home-flow .carousel-control {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(108, 132, 199, 0.52);
  background: rgba(255, 255, 255, 0.86);
  color: #173462;
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  box-shadow: 0 10px 20px rgba(16, 35, 77, 0.16);
}

body.home-sequence .home-flow .carousel-control:hover,
body.home-sequence .home-flow .carousel-control:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(70, 101, 182, 0.78);
  color: #0f2864;
  box-shadow: 0 14px 24px rgba(16, 35, 77, 0.2);
}

body.home-sequence .home-flow .carousel-control:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

body.home-sequence .home-flow .core-service-card {
  display: grid;
  gap: 0.72rem;
  padding: clamp(1.1rem, 2.6vw, 1.6rem);
  border-radius: 22px;
  border: 1px solid rgba(156, 178, 228, 0.48);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 36px rgba(16, 33, 68, 0.14);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
  text-decoration: none;
  color: inherit;
  min-height: clamp(274px, 34vw, 334px);
}

body.home-sequence .home-flow .core-service-card::before {
  content: '';
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4f6ffa, #91acff);
}

body.home-sequence .home-flow .core-service-card:hover,
body.home-sequence .home-flow .core-service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(95, 124, 198, 0.65);
  box-shadow: 0 24px 42px rgba(20, 40, 84, 0.18);
}

body.home-sequence .home-flow .core-service-card h3 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  color: #0f214d;
  font-size: clamp(1.1rem, 2.4vw, 1.34rem);
  letter-spacing: -0.01em;
}

body.home-sequence .home-flow .core-service-card p {
  margin: 0;
  color: #576f9b;
}

body.home-sequence .home-flow .core-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
}

body.home-sequence .home-flow .core-service-card li {
  position: relative;
  padding-left: 0.9rem;
  color: #274172;
  font-size: 0.92rem;
}

body.home-sequence .home-flow .core-service-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.34rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #8ea7ff, #4f6ffa);
}

body.home-sequence .home-flow .core-service-card .card-link-label {
  margin-top: 0.1rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4262c2;
  font-weight: 700;
}

body.home-sequence .home-flow .home-partners .partners-gallery-carousel {
  padding: 0.05rem;
}

body.home-sequence .home-flow .home-partners .partner-circle {
  display: grid;
  width: 100%;
  min-height: clamp(192px, 30vw, 234px);
  border: 1px solid rgba(107, 134, 223, 0.6);
  box-shadow: 0 14px 28px rgba(18, 34, 68, 0.22);
  border-radius: 24px;
  padding: clamp(0.9rem, 2.5vw, 1.3rem);
  align-items: center;
  gap: 1rem;
  grid-template-columns: 72px minmax(0, 1fr);
}

body.home-sequence .home-flow .home-partners .partner-circle-logo {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
}

body.home-sequence .home-flow .home-partners .partner-circle img {
  width: 76%;
  height: 76%;
  mix-blend-mode: multiply;
}

body.home-sequence .home-flow .home-partners .partner-circle-copy {
  display: grid;
  gap: 0.34rem;
  min-width: 0;
}

body.home-sequence .home-flow .home-partners .partner-circle-label {
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
  line-height: 1.08;
}

body.home-sequence .home-flow .home-partners .partner-circle-services-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.66rem;
  font-weight: 700;
  color: rgba(225, 235, 255, 0.82);
}

body.home-sequence .home-flow .home-partners .partner-circle-services {
  margin: 0;
  color: #edf4ff;
  font-size: 0.9rem;
  line-height: 1.32;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.home-sequence .home-flow .home-partners .partner-circle:hover img,
body.home-sequence .home-flow .home-partners .partner-circle:focus-visible img {
  transform: scale(1.03);
}

body.home-sequence .home-flow .cta {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
  border-radius: 28px;
  border: 1px solid rgba(143, 167, 220, 0.36);
  background: linear-gradient(145deg, rgba(11, 25, 58, 0.95), rgba(34, 58, 115, 0.92));
  box-shadow: 0 24px 48px rgba(13, 26, 58, 0.34);
}

body.home-sequence .home-flow .cta h2 {
  color: #f4f8ff;
}

body.home-sequence .home-flow .cta .btn-primary {
  box-shadow: 0 10px 24px rgba(68, 98, 194, 0.35);
}

body.home-sequence .home-flow .cta .btn-ghost {
  border-color: rgba(223, 233, 255, 0.42);
  background: rgba(240, 246, 255, 0.08);
  color: #f4f8ff;
}

body.home-sequence .home-flow .core-services-action {
  margin-top: 1.1rem;
}

.section-shell {
  padding-block: clamp(2.2rem, 6vw, 4.8rem);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1.05rem;
}

.hero-copy h1,
.page-hero h1,
.section-head h2 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.06;
}

.hero-copy h1 {
  font-size: clamp(2rem, 7vw, 4.2rem);
}

.hero-title-montserrat {
  font-family: 'Montserrat', 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.hero-intro,
.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #aec4ff;
  font-size: 0.72rem;
  font-weight: 700;
}

.hero-sub,
.hero-service-line,
.hero-detail,
.page-hero p,
.section-head p,
.service-card p,
.step p,
.contact-card p,
.contact-card li {
  margin: 0;
  color: var(--muted);
}

.hero-sub {
  margin-top: 0.65rem;
}

.hero-rotate-frame {
  display: inline-flex;
  min-width: 12ch;
  justify-content: center;
  margin-left: 0.4rem;
}

.hero-service-line {
  margin-top: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.hero-detail {
  margin-top: 0.82rem;
  max-width: 54ch;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1rem;
}

.button-row.center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.76rem 1.22rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  font-weight: 700;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(140deg, var(--brand), var(--brand-strong));
  color: #f8fbff;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.hero-logo {
  display: grid;
  place-items: center;
}

.logo-stage {
  position: relative;
  width: min(92vw, 420px);
  aspect-ratio: 1;
  border-radius: 36px;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.12), rgba(17, 32, 66, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-lg);
  display: grid;
  place-items: center;
}

#bludot-logo-svg {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 68%;
  height: 68%;
}

.hero-orbit-chip {
  position: absolute;
  padding: 0.5rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.38), rgba(173, 198, 255, 0.12) 44%, rgba(120, 155, 250, 0.2));
  backdrop-filter: blur(12px) saturate(135%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 22px rgba(8, 20, 44, 0.35);
  color: #eef4ff;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  pointer-events: none;
  user-select: none;
  --repel-x: 0px;
  --repel-y: 0px;
  transform: translate(-50%, -50%) translate3d(var(--repel-x), var(--repel-y), 0);
  transition: transform 0.08s linear;
  will-change: transform;
}

.hero-orbit-chip::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), transparent 58%);
  pointer-events: none;
}

.chip-1 { top: 14%; left: 50%; }
.chip-2 { top: 32%; left: 82%; }
.chip-3 { top: 68%; left: 82%; }
.chip-4 { top: 86%; left: 50%; }
.chip-5 { top: 68%; left: 18%; }
.chip-6 { top: 32%; left: 18%; }

.home-nav {
  margin-top: 1.35rem;
}

.home-nav .section-head {
  margin-bottom: 1.05rem;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.app-tile {
  position: relative;
  display: grid;
  gap: 0.72rem;
  text-decoration: none;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--glass-soft);
  backdrop-filter: blur(14px) saturate(130%);
  box-shadow: var(--shadow-md);
  padding: 1rem;
  min-height: 170px;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.app-tile:hover,
.app-tile:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(132, 162, 255, 0.68);
}

.app-tile:hover .app-icon,
.app-tile:focus-visible .app-icon {
  border-color: rgba(184, 204, 255, 0.9);
}

.app-icon {
  --icon-tilt-x: 0deg;
  --icon-tilt-y: 0deg;
  --icon-gloss-x: 30%;
  --icon-gloss-y: 24%;
  width: 62px;
  aspect-ratio: 1;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background:
    radial-gradient(circle at var(--icon-gloss-x) var(--icon-gloss-y), rgba(255, 255, 255, 0.55), transparent 50%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.34), rgba(150, 185, 255, 0.1) 42%, rgba(74, 108, 212, 0.35));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 10px 22px rgba(8, 20, 44, 0.36);
  position: relative;
  overflow: hidden;
  transform: perspective(300px) rotateX(var(--icon-tilt-x)) rotateY(var(--icon-tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.26s ease, border-color 0.22s ease;
}

.app-icon::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.06) 45%, transparent 78%);
  pointer-events: none;
}

.app-icon::after {
  content: '';
  position: absolute;
  inset: auto 10px 10px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  filter: blur(2px);
}

.app-icon svg {
  width: 29px;
  height: 29px;
  position: absolute;
  inset: 0;
  margin: auto;
  stroke: #f4f8ff;
  stroke-width: 1.8;
  fill: none;
  transform: translateZ(10px);
}

.app-tile h3 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
}

.app-tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.statement {
  text-align: center;
  font-size: clamp(1.15rem, 2.8vw, 1.6rem);
  color: #edf4ff;
}

.section-head {
  margin-bottom: 1.35rem;
}

.section-head h2 {
  font-size: clamp(1.55rem, 4.9vw, 2.8rem);
}

.service-grid,
.step-grid,
.venues-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.service-card,
.venue-card,
.step,
.contact-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: var(--glass);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
  padding: 1.1rem;
}

.service-card h3,
.venue-card h3,
.step h3,
.contact-card h3 {
  margin: 0 0 0.5rem;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: 1.05rem;
}

.service-card ul,
.contact-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.36rem;
}

.service-card li,
.contact-card li {
  position: relative;
  padding-left: 0.92rem;
}

.service-card li::before,
.contact-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #9fb9ff, #5271ff);
}

.service-entry {
  text-decoration: none;
  color: inherit;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.service-entry:hover,
.service-entry:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(159, 185, 255, 0.72);
  box-shadow: 0 20px 36px rgba(8, 19, 42, 0.32);
}

.service-entry-label {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #aec4ff;
  font-weight: 700;
}

.service-heading,
.service-page-title {
  display: flex;
  align-items: center;
  gap: 0.56rem;
}

.service-icon {
  position: relative;
  width: 1.64rem;
  height: 1.64rem;
  flex: 0 0 auto;
  border-radius: 11px;
  border: 1px solid rgba(167, 194, 255, 0.52);
  background:
    radial-gradient(circle at 24% 22%, rgba(220, 234, 255, 0.68), transparent 48%),
    linear-gradient(155deg, rgba(74, 111, 255, 0.94), rgba(56, 87, 232, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 18px rgba(16, 37, 92, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  animation: service-icon-drift 4.6s ease-in-out infinite;
}

.service-icon::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(124, 166, 255, 0.56);
  opacity: 0.56;
  pointer-events: none;
  animation: service-icon-halo 3.2s ease-in-out infinite;
}

.service-icon svg {
  width: 70%;
  height: 70%;
  stroke: #eff5ff;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 0 7px rgba(177, 212, 255, 0.42));
}

.service-heading:hover .service-icon,
.service-page-title:hover .service-icon {
  animation-duration: 2.1s;
}

.service-page-title .service-icon {
  width: clamp(2rem, 3vw, 2.35rem);
  height: clamp(2rem, 3vw, 2.35rem);
  border-radius: 13px;
}

@keyframes service-icon-drift {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  35% {
    transform: translateY(-1.6px) rotate(-2.4deg);
  }
  70% {
    transform: translateY(0.8px) rotate(1.7deg);
  }
}

@keyframes service-icon-halo {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.42;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}

body.service-detail-page main,
body.service-detail-page .site-footer {
  position: relative;
  z-index: 2;
}

.service-page-watermark {
  position: fixed;
  right: clamp(2rem, 8vw, 12rem);
  bottom: clamp(-1rem, 7vh, 7rem);
  width: min(58vw, 900px);
  aspect-ratio: 1;
  pointer-events: none;
  z-index: 1;
  opacity: 0.52;
  filter: saturate(118%);
  transform: perspective(1200px) rotate(-21deg) rotateX(20deg);
  transform-origin: 86% 86%;
  animation: service-watermark-float 9s ease-in-out infinite;
}

.service-page-watermark-frame {
  position: absolute;
  inset: 0;
  border-radius: 22%;
  border: 1px solid rgba(149, 190, 255, 0.5);
  background:
    radial-gradient(circle at 18% 18%, rgba(236, 246, 255, 0.5), transparent 36%),
    linear-gradient(165deg, rgba(74, 112, 255, 0.9), rgba(56, 87, 232, 0.86) 55%, rgba(26, 45, 120, 0.9));
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.28),
    0 34px 64px rgba(12, 25, 66, 0.38),
    0 0 64px rgba(81, 132, 255, 0.32);
  overflow: hidden;
}

.service-page-watermark-frame::before {
  content: '';
  position: absolute;
  inset: 7%;
  border-radius: 19%;
  border: 1px solid rgba(186, 214, 255, 0.35);
  opacity: 0.65;
}

.service-page-watermark svg {
  position: absolute;
  inset: 22%;
  width: 56%;
  height: 56%;
  margin: auto;
  stroke: #eff6ff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  opacity: 0.95;
  filter:
    drop-shadow(0 0 20px rgba(204, 227, 255, 0.45))
    drop-shadow(0 14px 22px rgba(22, 40, 108, 0.42));
}

.service-page-watermark-streak {
  position: absolute;
  top: 16%;
  left: -36%;
  width: 175%;
  height: 18%;
  background:
    linear-gradient(
      95deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(225, 240, 255, 0.16) 18%,
      rgba(236, 246, 255, 0.54) 50%,
      rgba(226, 241, 255, 0.14) 76%,
      rgba(255, 255, 255, 0) 100%
    );
  transform: rotate(24deg);
  filter: blur(2px);
  opacity: 0.82;
  animation: service-watermark-streak 5.8s ease-in-out infinite;
}

@keyframes service-watermark-float {
  0%,
  100% {
    transform: perspective(1200px) rotate(-21deg) rotateX(20deg) translateY(0);
  }
  50% {
    transform: perspective(1200px) rotate(-19deg) rotateX(20deg) translateY(-10px);
  }
}

@keyframes service-watermark-streak {
  0%,
  100% {
    opacity: 0.66;
    transform: rotate(24deg) translateX(-5%);
  }
  50% {
    opacity: 0.92;
    transform: rotate(24deg) translateX(5%);
  }
}

.service-detail-overview {
  display: grid;
  gap: 1rem;
}

.service-detail-card,
.package-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  background: var(--glass);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
  padding: 1.15rem;
}

.service-detail-card h2,
.packages-head h2 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  letter-spacing: -0.02em;
}

.service-detail-card p,
.packages-head p,
.package-card p {
  margin: 0;
  color: var(--muted);
}

.service-detail-card ul {
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.36rem;
}

.service-detail-card li {
  position: relative;
  padding-left: 0.92rem;
}

.service-detail-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #9fb9ff, #5271ff);
}

.packages-grid {
  display: grid;
  gap: 1rem;
}

.package-card h3 {
  margin: 0 0 0.2rem;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

.package-price {
  margin: 0.2rem 0 0.56rem;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-weight: 700;
}

.package-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.32rem;
}

.package-card li {
  position: relative;
  padding-left: 0.92rem;
  color: #d9e5ff;
}

.package-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #9fb9ff, #5271ff);
}

.package-inquire-btn {
  margin-top: 0.86rem;
}

.portfolio-grid {
  display: grid;
  gap: 1rem;
}

.work-sections {
  display: grid;
  gap: 1.25rem;
}

.work-category-block {
  display: grid;
  gap: 0.76rem;
}

.work-category-title {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.45rem);
  letter-spacing: 0.02em;
  color: #eff5ff;
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-soft);
  min-height: 240px;
  background: #071022;
}

.media-card img,
.media-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg, transparent, rgba(3, 8, 19, 0.78));
  pointer-events: none;
}

.media-label {
  position: absolute;
  left: 0.84rem;
  bottom: 0.72rem;
  z-index: 2;
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ecf3ff;
}

.media-overlay-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.venue-hero {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-soft);
}

.partners-carousel {
  display: none;
}

.partners-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.partner-circle {
  width: 100%;
  min-height: 88px;
  border-radius: 20px;
  border: 1px solid rgba(151, 175, 244, 0.54);
  background: linear-gradient(140deg, #5f7dff 0%, #4f6fff 48%, #3a59e4 100%);
  display: flex;
  align-items: center;
  gap: 0.76rem;
  padding: 0.68rem 0.8rem;
  text-decoration: none;
  color: #f4f8ff;
  box-shadow: 0 12px 24px rgba(18, 33, 73, 0.28);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.partner-circle:hover,
.partner-circle:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(236, 243, 255, 0.82);
  background: linear-gradient(140deg, #6b88ff 0%, #5674ff 52%, #4564eb 100%);
  box-shadow: 0 18px 30px rgba(18, 33, 73, 0.34);
}

.partner-circle-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(246, 250, 255, 0.94);
  display: grid;
  place-items: center;
  flex: 0 0 50px;
}

.partner-circle img {
  width: 74%;
  height: 74%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.24s ease;
}

.partner-circle-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.partner-circle-label {
  display: block;
  font-size: 0.82rem;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #f2f7ff;
  text-transform: none;
}

.partners-note {
  margin-top: 1rem;
}

.step {
  position: relative;
  overflow: hidden;
}

.step span {
  display: inline-flex;
  width: 28px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
  margin-bottom: 0.48rem;
}

.cta {
  text-align: center;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--glass);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.cta h2 {
  margin: 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
}

.cta-cursor-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0.96;
}

[data-cursor-bubbles] {
  position: relative;
  overflow: hidden;
}

.cta .button-row,
.cta h2 {
  position: relative;
  z-index: 2;
}

.page-hero {
  padding-block: 1.5rem 0.8rem;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
}

.page-hero .eyebrow {
  margin-bottom: 0.72rem;
}

.contact-card ul {
  list-style: none;
  margin: 0;
}

.contact-actions {
  margin-top: 0.95rem;
}

.direct-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0.72rem;
  justify-content: flex-start;
  align-items: center;
}

.direct-contact-card {
  display: flex;
  flex-direction: column;
}

.direct-contact-actions .btn {
  margin-top: 0;
}

.direct-contact-meet {
  grid-column: 1;
}

.direct-contact-tagline {
  margin: auto 0 0;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(2.1rem, 5.2vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: #dbe8ff;
  width: 100%;
  max-width: none;
  text-align: center;
  text-wrap: balance;
}

.business-card-panel {
  width: min(760px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 1.1rem;
  background: linear-gradient(162deg, rgba(17, 30, 63, 0.9), rgba(39, 66, 127, 0.82));
}

.business-card-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 36px rgba(7, 17, 41, 0.34);
}

.business-card-media img {
  display: block;
  width: 100%;
  height: auto;
}

.business-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.business-card-actions .btn {
  width: 100%;
}

.legal-card {
  width: min(980px, 100%);
  margin-inline: auto;
  display: grid;
  gap: 0.72rem;
}

.legal-card h2 {
  margin: 0.5rem 0 0.22rem;
  font-size: clamp(1.02rem, 2.2vw, 1.24rem);
}

.legal-card p {
  color: #d9e6ff;
}

.legal-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.32rem;
}

.legal-card li {
  position: relative;
  padding-left: 0.9rem;
  color: #d9e6ff;
}

.legal-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.35rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #9fb9ff, #5271ff);
}

.legal-card a {
  color: #c9dcff;
}

.footer-privacy-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b6cbff;
  transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
  opacity: 0.96;
}

.footer-privacy-link:hover,
.footer-privacy-link:focus-visible {
  color: #e3edff;
  transform: translateY(-1px);
  opacity: 1;
}

.contact-form {
  display: grid;
  gap: 0.58rem;
}

.contact-honeypot {
  display: none !important;
}

.contact-form label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d6e2ff;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 0.66rem 0.8rem;
  background: rgba(8, 17, 38, 0.5);
  color: #eef4ff;
  font: inherit;
}

.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #aebddc;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: none;
  border-color: rgba(122, 154, 255, 0.8);
  box-shadow: 0 0 0 3px rgba(82, 113, 255, 0.18);
}

.contact-form .btn {
  margin-top: 0.4rem;
  width: max-content;
}

.contact-form-status {
  margin: 0.12rem 0 0;
  min-height: 1.2rem;
  color: #c2d2f5;
  font-size: 0.85rem;
  font-weight: 600;
}

.contact-form-status.is-error {
  color: #ffb8c2;
}

.contact-form-status.is-success {
  color: #adf7cc;
}

.contact-form-status.is-info {
  color: #c2d2f5;
}

.admin-portal-shell {
  display: grid;
  gap: 1rem;
}

.admin-login-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(5, 11, 28, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.admin-login-overlay[hidden] {
  display: none !important;
}

.admin-login-modal {
  width: min(520px, 100%);
  display: grid;
  gap: 0.8rem;
}

.admin-login-modal h2 {
  margin: 0;
}

.admin-login-modal p {
  margin: 0;
}

.admin-portal-panel {
  display: grid;
  gap: 1rem;
}

.admin-auth-card h2,
.admin-form-card h2,
.admin-list-card h2 {
  margin: 0 0 0.35rem;
  font-family: 'Sora', 'Plus Jakarta Sans', sans-serif;
}

.admin-status {
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.85rem;
  color: #c2d2f5;
}

.admin-status.is-error {
  color: #ffb8c2;
}

.admin-status.is-success {
  color: #adf7cc;
}

.admin-status.is-info {
  color: #c2d2f5;
}

.admin-hint {
  margin: 0;
  color: #b3c6ed;
  font-size: 0.82rem;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.admin-toolbar .eyebrow {
  margin-bottom: 0.2rem;
}

.admin-section-nav-card {
  padding-block: 0.72rem;
}

.admin-section-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.54rem;
}

.admin-section-tab {
  appearance: none;
  border: 1px solid rgba(159, 185, 255, 0.38);
  border-radius: 999px;
  background: rgba(12, 24, 52, 0.48);
  color: #dfe9ff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.44rem 0.82rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.admin-section-tab:hover,
.admin-section-tab:focus-visible {
  border-color: rgba(198, 216, 255, 0.76);
  color: #ffffff;
  transform: translateY(-1px);
}

.admin-section-tab.is-active {
  border-color: rgba(221, 233, 255, 0.82);
  background: rgba(82, 113, 255, 0.36);
  color: #ffffff;
}

.admin-section-page {
  display: grid;
  gap: 1rem;
}

.admin-section-page[hidden] {
  display: none !important;
}

.admin-user-email {
  margin: 0;
  color: #f4f8ff;
  font-weight: 600;
}

.admin-grid {
  display: grid;
  gap: 0.58rem;
}

.admin-grid > div {
  display: grid;
  gap: 0.58rem;
}

.admin-section-title {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #d6e2ff;
}

.admin-file-hint {
  margin: 0;
  color: #b8cbee;
  font-size: 0.82rem;
}

.admin-file-hint a {
  color: #dce8ff;
}

.admin-partners-list {
  display: grid;
  gap: 0.7rem;
}

.admin-partner-item {
  display: grid;
  gap: 0.62rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(12, 24, 52, 0.38);
  padding: 0.82rem;
}

.admin-partner-item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.7rem;
}

.admin-partner-item-title h3 {
  margin: 0;
  font-size: 1rem;
}

.admin-item-meta {
  margin: 0;
  color: #b3c6ed;
  font-size: 0.83rem;
}

.admin-item-summary {
  margin: 0;
  color: #dce8ff;
}

.admin-item-tag {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 999px;
  border: 1px solid rgba(159, 185, 255, 0.36);
  background: rgba(82, 113, 255, 0.14);
  color: #e5eeff;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.24rem 0.52rem;
}

.admin-partner-actions {
  display: inline-flex;
  gap: 0.44rem;
}

.admin-partner-actions .btn {
  padding: 0.46rem 0.82rem;
  font-size: 0.66rem;
}

.admin-danger-btn {
  border-color: rgba(255, 146, 166, 0.38);
  color: #ffc0cf;
}

.admin-partner-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.admin-partner-links a {
  text-decoration: none;
  font-size: 0.74rem;
  color: #e7f0ff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.34rem 0.58rem;
  background: rgba(255, 255, 255, 0.06);
}

.admin-empty-state {
  margin: 0;
  color: #c2d2f5;
}

.admin-service-options {
  display: grid;
  gap: 0.48rem;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.admin-service-option {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.44rem 0.56rem;
  cursor: pointer;
}

.admin-service-option input {
  margin: 0;
}

.admin-service-option span {
  font-size: 0.83rem;
  color: #e6efff;
}

.partner-profile-shell {
  display: grid;
  gap: 1rem;
}

.partner-profile-shell[hidden] {
  display: none !important;
}

.partner-profile-card h2 {
  margin: 0;
}

.partner-profile-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.partner-profile-logo-wrap {
  width: 132px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(241, 247, 255, 0.92);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 22px rgba(8, 19, 42, 0.28);
}

.partner-profile-logo-wrap img {
  width: 74%;
  height: 74%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.partner-profile-head-copy {
  flex: 1 1 280px;
  display: grid;
  gap: 0.56rem;
}

.partner-profile-head-copy p {
  margin: 0;
}

.partner-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.partner-profile-grid {
  display: grid;
  gap: 1rem;
}

.partner-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.partner-service-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #eef4ff;
  padding: 0.34rem 0.62rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partner-detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.42rem;
}

.partner-detail-list li {
  position: relative;
  padding-left: 0.92rem;
  color: #d9e5ff;
}

.partner-detail-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(140deg, #9fb9ff, #5271ff);
}

.partner-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.partner-inline-link {
  text-decoration: none;
  font-size: 0.78rem;
  color: #e7f0ff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  padding: 0.4rem 0.68rem;
  background: rgba(255, 255, 255, 0.06);
}

.partner-profile-empty {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  gap: 0.8rem;
}

.partner-profile-empty[hidden] {
  display: none !important;
}

.partner-similar-service-card {
  display: grid;
  gap: 0.72rem;
}

body.partner-loaded #partner-profile-empty {
  display: none !important;
}

body.partner-missing #partner-profile-shell {
  display: none !important;
}

.site-footer {
  width: min(var(--max), calc(100% - 2rem));
  margin: 1.9rem auto 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  color: #becde9;
  font-size: 0.82rem;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.26rem;
}

.footer-meta p {
  margin: 0;
}

.footer-admin-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b6cbff;
  transition: color 0.22s ease, transform 0.22s ease, opacity 0.22s ease;
  opacity: 0.96;
}

.footer-admin-link:hover,
.footer-admin-link:focus-visible {
  color: #e3edff;
  transform: translateY(-1px);
  opacity: 1;
}

.meet-me-fab {
  position: fixed;
  left: max(14px, env(safe-area-inset-left));
  bottom: max(14px, env(safe-area-inset-bottom));
  z-index: 70;
  isolation: isolate;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 218, 255, 0.42);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08) 42%, rgba(82, 113, 255, 0.28)),
    rgba(13, 22, 48, 0.48);
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    0 10px 24px rgba(6, 14, 34, 0.34);
  color: #f3f8ff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.71rem;
  font-weight: 700;
  animation: meet-me-fab-float 4.2s ease-in-out infinite;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.meet-me-fab::after {
  content: '';
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(103, 134, 255, 0.38) 0%, rgba(103, 134, 255, 0.1) 46%, rgba(103, 134, 255, 0) 74%);
  opacity: 0;
  transform: scale(0.92);
  pointer-events: none;
  animation: meet-me-fab-glow 20s ease-in-out infinite;
}

.meet-me-fab:hover,
.meet-me-fab:focus-visible {
  filter: invert(1) hue-rotate(180deg) saturate(2.4) contrast(1.36) brightness(1.18);
  border-color: rgba(231, 240, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.44),
    0 14px 26px rgba(6, 14, 34, 0.42);
}

@keyframes meet-me-fab-float {
  0%,
  100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-10px);
  }
  75% {
    transform: translateY(-4px);
  }
}

@keyframes meet-me-fab-glow {
  0%,
  44%,
  100% {
    opacity: 0;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.22;
    transform: scale(1.08);
  }
  58% {
    opacity: 0.04;
    transform: scale(1.02);
  }
}

@media (min-width: 780px) {
  .admin-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .service-detail-overview {
    grid-template-columns: 1.15fr 0.85fr;
  }

  .packages-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venues-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .venues-grid .venue-hero {
    grid-column: span 2;
  }

  .portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 250px;
  }

  .media-card.wide {
    grid-column: span 2;
  }

  .media-card.tall {
    grid-row: span 2;
  }

  .partners-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
  }

  .audit-grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
  }

  .quote-summary-card {
    position: sticky;
    top: calc(var(--header-h) + 22px);
  }

  .audit-result-card {
    position: sticky;
    top: calc(var(--header-h) + 22px);
  }

  .quote-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audit-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-contact-methods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1040px) {
  .app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .partners-gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  body.home-sequence .home-flow .content-carousel {
    --carousel-items-per-view: 2;
  }
}

@media (max-width: 760px) {
  :root {
    --header-h: 48px;
  }

  .home-flow {
    padding-block: clamp(2.1rem, 9vw, 3.2rem);
  }

  .site-header {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 1.4rem);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    height: var(--header-h);
    min-height: var(--header-h);
    padding-block: 0;
    padding-inline: 0.62rem;
  }

  .brand-mark {
    width: 104px;
    height: 40px;
    flex-basis: 104px;
  }

  .brand-mark img {
    width: 104px;
    height: 40px;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .header-menu {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 0.62rem 0.62rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(8, 16, 36, 0.9);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    backdrop-filter: blur(16px) saturate(145%);
    box-shadow: 0 16px 30px rgba(7, 13, 28, 0.34);
  }

  .site-header.menu-open .header-menu {
    display: flex;
  }

  .top-nav {
    width: 100%;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem;
    overflow: visible;
  }

  .top-nav > a,
  .top-nav > .nav-dropdown > .nav-dropdown-link {
    width: 100%;
    padding: 0.58rem 0.2rem;
    font-size: 0.88rem;
    line-height: 1.15;
  }

  .top-nav > a::after,
  .top-nav > .nav-dropdown > .nav-dropdown-link::after {
    display: none;
  }

  .nav-dropdown {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.4rem;
    align-items: center;
  }

  .nav-dropdown-toggle {
    width: 28px;
    height: 28px;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin-top: 0.15rem;
    border-radius: 10px;
    box-shadow: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    display: none;
    grid-column: 1 / -1;
    background: rgba(7, 17, 40, 0.8);
  }

  .nav-dropdown.is-open .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.54rem 0.5rem;
  }

  .lang-toggle {
    width: 100%;
    margin-left: 0;
    margin-top: 0.42rem;
    padding-top: 0.46rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    justify-content: flex-start;
    display: inline-flex;
    font-size: 0.74rem;
  }

  .logo-stage {
    width: min(96vw, 360px);
  }

  .frame-sequence-title {
    top: clamp(8.4rem, 25vh, 12.4rem);
    --title-value-w: min(96vw, 24ch);
    width: min(96vw, 560px);
    font-size: clamp(1.25rem, 6.2vw, 2.05rem);
    line-height: 1.03;
    gap: clamp(0.08rem, 0.8vw, 0.34rem);
    padding-inline: 1rem;
  }

  .frame-sequence-title-value {
    min-height: 1.25em;
  }

  .frame-sequence-title-slot {
    white-space: nowrap;
  }

  .frame-sequence-section {
    height: 300vh;
    --hero-device-shift-x: clamp(-24px, -6vw, -12px);
    --hero-media-focus-x: 46%;
  }

  .frame-sequence-stage {
    width: min(124vw, 980px);
    transform: translate(var(--hero-device-shift-x), clamp(14px, 3.8vh, 42px));
  }

  .hero-orbit-chip {
    font-size: 0.58rem;
    padding: 0.4rem 0.62rem;
  }

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

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

  .admin-section-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .admin-section-tab {
    justify-content: center;
    text-align: center;
  }

  .partners-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-page-watermark {
    width: min(95vw, 560px);
    right: -10vw;
    bottom: -8vh;
    opacity: 0.42;
  }

  body.home-sequence .home-flow .maklik-definition,
  body.home-sequence .home-flow .maklik-values,
  body.home-sequence .home-flow .core-services,
  body.home-sequence .home-flow .home-partners {
    width: calc(100% - 1.2rem);
  }

  body.home-sequence .home-flow .content-carousel {
    --carousel-items-per-view: 1;
    --carousel-gap: 0.72rem;
  }

  body.home-sequence .home-flow .maklik-definition-card {
    gap: 0.55rem;
    padding: 1.2rem 0.9rem 1.35rem;
  }

  body.home-sequence .home-flow .maklik-phonetic {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
  }

  body.home-sequence .home-flow .maklik-wordmark {
    font-size: clamp(2.3rem, 14vw, 3.6rem);
  }

  body.home-sequence .home-flow .maklik-translation {
    font-size: 1.08rem;
  }

  body.home-sequence .home-flow .maklik-type {
    font-size: 1rem;
  }

  body.home-sequence .home-flow .maklik-definition-line,
  body.home-sequence .home-flow .maklik-usage-line,
  body.home-sequence .home-flow .maklik-closing {
    font-size: 0.95rem;
  }

  body.home-sequence .home-flow .maklik-values-board {
    padding: 0.95rem 0.78rem;
  }

  body.home-sequence .home-flow .maklik-values-row {
    column-gap: 0.38rem;
  }

  body.home-sequence .home-flow .maklik-key-letter {
    font-size: clamp(1.6rem, 9.2vw, 2.45rem);
  }

  body.home-sequence .home-flow .maklik-value-word {
    font-size: clamp(0.92rem, 4.9vw, 1.34rem);
    white-space: normal;
    line-height: 1.04;
    text-wrap: balance;
  }

  body.home-sequence .home-flow .content-carousel-controls {
    justify-content: center;
  }

  body.home-sequence .home-flow .home-partners .partner-circle {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 168px;
    padding: 0.9rem 0.82rem;
    border-radius: 20px;
  }

  body.home-sequence .home-flow .home-partners .partner-circle-logo {
    width: 62px;
    height: 62px;
    flex-basis: 62px;
  }

  body.home-sequence .home-flow .home-partners .partner-circle-label {
    font-size: 1.04rem;
  }

  body.home-sequence .home-flow .home-partners .partner-circle-services {
    font-size: 0.82rem;
  }

  body.home-sequence .home-flow .cta {
    width: calc(100% - 1.2rem);
    border-radius: 22px;
  }

  .quote-card {
    gap: 0.82rem;
  }

  .audit-card {
    gap: 0.82rem;
  }

  .quote-form-intro {
    font-size: 0.88rem;
  }

  .audit-form-intro {
    font-size: 0.88rem;
  }

  .quote-fieldset {
    padding: 0.72rem;
  }

  .audit-contact-grid {
    grid-template-columns: 1fr;
  }

  .quote-service-grid,
  .quote-contact-methods {
    grid-template-columns: 1fr;
  }

  .quote-option-copy small {
    font-size: 0.74rem;
  }

  .quote-summary-note,
  .quote-next-steps ol {
    font-size: 0.82rem;
  }

  .site-footer {
    padding-bottom: max(0.8rem, env(safe-area-inset-bottom));
  }

  .footer-meta {
    margin-left: auto;
    align-items: flex-end;
    text-align: right;
  }

  .direct-contact-actions {
    grid-template-columns: 1fr;
  }

  .direct-contact-actions .btn {
    width: 100%;
  }

  .direct-contact-meet {
    grid-column: auto;
  }

  .business-card-actions {
    grid-template-columns: 1fr;
  }

  .direct-contact-tagline {
    margin-top: auto;
    padding-top: 1rem;
    font-size: clamp(1.58rem, 9.8vw, 2.35rem);
    line-height: 1.02;
    max-width: none;
  }

  .meet-me-fab {
    min-height: 40px;
    padding: 0.56rem 0.9rem;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .offer-badge {
    font-size: 0.64rem;
    letter-spacing: 0.05em;
    padding: 0.3rem 0.6rem;
  }

  .offer-home-link {
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    padding: 0.3rem 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
