:root {
  --navy: #06285f;
  --slate: #0b3c78;
  --ink: #111827;
  --muted: #64748b;
  --line: #dbe3ef;
  --gold: #00b872;
  --gold-soft: #e7fff5;
  --surface: #ffffff;
  --bg: #f8fafc;
  --blue: #0070c0;
  --teal: #00a0a0;
  --shadow: 0 24px 70px rgba(6, 40, 95, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.section-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(219, 227, 239, 0.78);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: 248px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #334155;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-menu a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-menu a:hover {
  color: var(--navy);
  border-color: var(--gold);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--gold);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 184, 114, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero.section-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 76px);
  margin: 0;
  padding: 72px 0 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 40, 95, 0.96) 0%, rgba(6, 40, 95, 0.88) 42%, rgba(0, 112, 192, 0.46) 68%, rgba(0, 160, 160, 0.22) 100%),
    url("assets/professional-consulting-hero.png") center right / cover no-repeat;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 40, 95, 0.05), rgba(6, 40, 95, 0.32)),
    radial-gradient(circle at 80% 18%, rgba(0, 184, 114, 0.18), transparent 28%);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  color: #fff;
  font-size: clamp(2.65rem, 5.7vw, 5.95rem);
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
}

h3 {
  color: var(--navy);
  font-size: 1.15rem;
}

.hero-lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #d7e0ef;
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-contact-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #e2e8f0;
  font-weight: 800;
}

.hero-contact-line a,
.hero-contact-line span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.hero-social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 184, 114, 0.42);
  border-radius: 8px;
  background: rgba(0, 184, 114, 0.16);
  color: #fff;
  font-weight: 900;
}

.hero-social-links a:hover {
  background: rgba(0, 184, 114, 0.28);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin-top: 34px;
}

.trust-strip span {
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #cbd5e1;
  backdrop-filter: blur(12px);
}

.trust-strip strong {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.55rem;
}

.hero-visual {
  position: relative;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-visual img {
  width: 100%;
  border-radius: 8px;
}

.photo-visual {
  padding: 0;
  overflow: hidden;
}

.photo-visual img {
  aspect-ratio: 1.08 / 1;
  height: 100%;
  object-fit: cover;
}

.photo-visual::after {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(6, 40, 95, 0.02), rgba(6, 40, 95, 0.2));
  content: "";
  pointer-events: none;
}

.floating-card {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 156px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.2);
}

.floating-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
}

.floating-card strong {
  color: var(--navy);
}

.card-top {
  top: 11%;
  right: -18px;
}

.card-bottom {
  bottom: 12%;
  left: -20px;
}

.intro-band,
.why,
.industries,
.testimonial {
  background: #fff;
}

.intro-band {
  padding: 92px 0;
}

.split,
.why-layout,
.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: start;
}

.intro-copy p,
.why-copy p,
.portal p,
.contact-copy p,
.footer p {
  margin: 0 0 16px;
  color: #475569;
}

.credential-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.credential-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 184, 114, 0.22);
  border-radius: 8px;
  background: #f0fdfa;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}

.services,
.detail-section,
.process,
.partners,
.timeline-section,
.portal,
.resources,
.contact {
  padding: 100px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.service-grid,
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.blog-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 16px 45px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.blog-grid article:hover {
  border-color: rgba(0, 184, 114, 0.7);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
  transform: translateY(-4px);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #e6f7ff;
  color: var(--blue);
  font-weight: 900;
}

.service-card p,
.blog-grid p {
  margin: 12px 0 0;
  color: #526173;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 0.94rem;
  font-weight: 650;
}

.service-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.accent-card {
  background: linear-gradient(135deg, var(--navy), var(--blue) 58%, var(--teal));
}

.accent-card h3,
.accent-card p,
.accent-card li {
  color: #fff;
}

.accent-card .service-icon {
  background: rgba(255, 255, 255, 0.15);
  color: var(--gold);
}

.why {
  padding: 96px 0;
}

.detail-section {
  background: #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  align-items: start;
}

.detail-copy p {
  margin: 18px 0 0;
  color: #475569;
}

.detail-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 40, 95, 0.08);
}

.detail-table div {
  display: grid;
  grid-template-columns: 0.34fr 0.66fr;
  min-height: 82px;
  border-bottom: 1px solid var(--line);
}

.detail-table div:last-child {
  border-bottom: 0;
}

.detail-table strong,
.detail-table span {
  display: flex;
  align-items: center;
  padding: 18px 20px;
}

.detail-table strong {
  background: #f0fdfa;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
}

.detail-table span {
  color: #334155;
  font-weight: 650;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.reason-list span,
.industry-grid span,
.portal-features span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--slate);
  font-weight: 800;
}

.reason-list span::before,
.industry-grid span::before,
.portal-features span::before {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-right: 11px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.process {
  padding-top: 100px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(6, 40, 95, 0.06);
}

.process-grid span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  font-weight: 900;
}

.process-grid p {
  margin: 12px 0 0;
  color: #526173;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.timeline-item {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.timeline-item span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #f1f5f9;
  color: var(--slate);
  font-weight: 900;
}

.timeline-item strong,
.timeline-item small {
  display: block;
}

.timeline-item strong {
  color: var(--navy);
  font-size: 1rem;
}

.timeline-item small {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.timeline-item.active {
  border-color: var(--gold);
  background: var(--gold-soft);
}

.timeline-item.active span {
  background: var(--gold);
  color: #ffffff;
}

.timeline-detail {
  margin-top: 18px;
  padding: 22px 24px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-weight: 700;
}

.industries {
  padding: 96px 0;
}

.partners {
  padding-top: 100px;
}

.partner-grid {
  display: grid;
  gap: 22px;
}

.partner-card {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 32px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6, 40, 95, 0.08);
}

.partner-photo {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 8px;
  background: #e6f7ff;
}

.partner-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(6, 40, 95, 0.28));
  content: "";
  pointer-events: none;
}

.partner-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 8px;
}

.partner-info h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.qualification {
  margin: 10px 0 0;
  color: var(--teal);
  font-size: 1.08rem;
  font-weight: 900;
}

.partner-summary {
  margin: 18px 0 0;
  color: #475569;
  font-weight: 650;
}

.expertise-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.expertise-list li {
  position: relative;
  padding-left: 20px;
  color: #334155;
  font-weight: 800;
}

.expertise-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--gold));
  content: "";
}

.partner-links {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.partner-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--slate);
  font-weight: 800;
}

.partner-links a:hover {
  border-color: rgba(0, 184, 114, 0.7);
  color: var(--navy);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.portal-panel {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 44px;
  align-items: center;
  padding: 42px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 40, 95, 0.97), rgba(0, 112, 192, 0.9)),
    linear-gradient(90deg, rgba(0, 184, 114, 0.2), transparent);
  box-shadow: var(--shadow);
}

.portal-panel h2,
.portal-panel p {
  color: #fff;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.portal-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.portal-note {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #dbeafe;
  font-weight: 900;
}

.portal-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.portal-features span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.blog-grid article span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-feature {
  background: linear-gradient(135deg, #ffffff, #f0fdfa);
  border-color: rgba(0, 184, 114, 0.35);
}

.taxledger-mini-feed {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.taxledger-mini-item {
  display: grid;
  gap: 3px;
  padding: 12px;
  border: 1px solid rgba(0, 160, 160, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.taxledger-mini-item strong {
  color: var(--teal);
  font-size: 0.75rem;
  text-transform: uppercase;
}

.taxledger-mini-item span {
  color: var(--navy);
  font-weight: 850;
}

.taxledger-mini-item small {
  color: #64748b;
  font-weight: 750;
}

.article-link {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 900;
}

.article-link:hover {
  color: var(--navy);
}

.testimonial {
  padding: 92px 0;
}

.testimonial-inner {
  max-width: 920px;
  text-align: center;
}

blockquote {
  margin: 0;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.18;
}

.testimonial p {
  margin: 20px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.contact {
  align-items: stretch;
}

.contact-methods {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.contact-methods a {
  color: var(--navy);
  font-weight: 800;
}

.office-address {
  margin-top: 24px;
  padding: 18px;
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: #fff;
  color: #334155;
  font-style: normal;
  font-weight: 750;
}

.consult-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.consult-form label {
  display: grid;
  gap: 7px;
}

.consult-form span {
  color: var(--slate);
  font-size: 0.88rem;
  font-weight: 800;
}

.consult-form input,
.consult-form select,
.consult-form textarea,
.newsletter input {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.consult-form input,
.consult-form select {
  height: 48px;
  padding: 0 14px;
}

.consult-form textarea {
  resize: vertical;
  padding: 12px 14px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-weight: 800;
}

.footer {
  padding: 60px 0 70px;
  background: var(--navy);
  color: #cbd5e1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr 1fr;
  gap: 42px;
}

.footer .brand strong,
.footer h3 {
  color: #fff;
}

.footer p {
  color: #cbd5e1;
}

.footer-meta {
  color: #fff;
  font-weight: 800;
}

.footer .brand-logo {
  width: 202px;
  height: 192px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #fff;
  object-position: center;
}

.footer h3 {
  margin: 0 0 16px;
  font-size: 1rem;
}

.footer a {
  display: block;
  margin-bottom: 10px;
}

.newsletter {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.newsletter input {
  min-width: 0;
  height: 44px;
  padding: 0 12px;
}

.newsletter button {
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #ffffff;
  font-weight: 900;
  padding: 0 16px;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(22, 163, 74, 0.38);
}

@media (max-width: 980px) {
  .nav-menu,
  .nav-cta {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu.open {
    position: fixed;
    inset: 76px 16px auto 16px;
    display: grid;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .nav-menu.open a {
    padding: 14px 4px;
    border-bottom: 1px solid #eef2f7;
  }

  .hero,
  .split,
  .why-layout,
  .detail-layout,
  .partner-card,
  .portal-panel,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 52px;
  }

  .hero.section-shell {
    min-height: auto;
    padding: 70px 0;
    background:
      linear-gradient(90deg, rgba(6, 40, 95, 0.98) 0%, rgba(6, 40, 95, 0.92) 58%, rgba(0, 112, 192, 0.52) 100%),
      url("assets/professional-consulting-hero.png") center / cover no-repeat;
  }

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

  .service-grid,
  .trust-strip,
  .blog-grid,
  .process-grid,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .section-shell {
    width: min(100% - 24px, 1160px);
  }

  .nav {
    width: min(100% - 24px, 1180px);
  }

  .brand-logo {
    width: 188px;
    height: 54px;
  }

  .hero::before {
    height: auto;
  }

  .trust-strip,
  .service-grid,
  .reason-list,
  .blog-grid,
  .process-grid,
  .partner-card,
  .timeline,
  .industry-grid,
  .portal-features,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    padding: 12px;
  }

  .photo-visual {
    padding: 0;
  }

  .partner-photo,
  .partner-photo img {
    min-height: 340px;
  }

  .expertise-list {
    grid-template-columns: 1fr;
  }

  .detail-table div {
    grid-template-columns: 1fr;
  }

  .floating-card {
    position: static;
    margin-top: 10px;
  }

  .intro-band,
  .why,
  .industries,
  .testimonial,
  .services,
  .detail-section,
  .process,
  .partners,
  .timeline-section,
  .portal,
  .resources,
  .contact {
    padding: 68px 0;
  }

  .portal-panel {
    padding: 26px;
  }

  .newsletter {
    display: grid;
  }
}
