:root {
  --navy: #062d40;
  --paper: #f4ecdd;
  --cream: #fffaf0;
  --coral: #bd3e4f;
  --aqua: #76bfbd;
  --gold: #ffd06b;
  --rule: 1px solid rgba(6, 45, 64, 0.24);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding-bottom: 68px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--navy);
  font:
    1rem/1.7 Arial,
    sans-serif;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 8px;
  top: 8px;
  z-index: 100;
  padding: 9px;
  background: white;
}
.shell {
  width: min(1100px, calc(100% - 36px));
  margin-inline: auto;
}
.top {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 18px;
  background: var(--coral);
  color: white;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.top a {
  font-size: 0.86rem;
}
header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  background: var(--paper);
  border-bottom: 1px solid var(--navy);
}
.brand {
  display: flex;
  max-width: 330px;
  flex-direction: column;
  text-decoration: none;
  line-height: 1.05;
}
.brand b {
  font:
    700 1.05rem Georgia,
    serif;
}
.brand small {
  margin-top: 6px;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
header nav,
.head-call {
  display: none;
}
.tampa-hero {
  background: var(--navy);
  color: white;
}
.hero-copy {
  padding: 54px 18px 42px;
}
.eyebrow {
  margin: 0 0 13px;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tampa-hero .eyebrow {
  color: var(--gold);
}
.tampa-hero h1 {
  max-width: 760px;
  margin: 0 0 22px;
  font:
    700 clamp(3rem, 12vw, 7.4rem)/0.88 Georgia,
    serif;
  letter-spacing: -0.065em;
}
.tampa-hero p:not(.eyebrow) {
  max-width: 620px;
  font-family: Georgia, serif;
  font-size: 1.08rem;
}
.hero-photo {
  border-top: 6px solid var(--aqua);
}
.hero-photo img {
  height: 285px;
}
.call {
  display: inline-flex;
  min-height: 61px;
  flex-direction: column;
  justify-content: center;
  margin: 14px 0 7px;
  padding: 11px 19px;
  background: var(--gold);
  color: var(--navy);
  border: 2px solid var(--navy);
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
}
.call b {
  font-size: 1.16rem;
}
.hero-copy small {
  display: block;
  font-size: 0.68rem;
}
.tampa-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--navy);
  background: var(--gold);
}
.tampa-strip span {
  padding: 12px 3px;
  border-right: 1px solid var(--navy);
  font-size: 0.55rem;
  font-weight: 900;
  text-align: center;
}
.tampa-ledger {
  background: var(--cream);
  border-bottom: 1px solid var(--navy);
}
.standard {
  display: grid;
  gap: 34px;
  padding-block: 72px;
}
.standard aside {
  padding: 25px;
  border: 5px double var(--aqua);
  text-align: center;
}
.standard aside span {
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}
.standard aside strong {
  display: block;
  margin-top: 17px;
  font:
    700 1.5rem/1.18 Georgia,
    serif;
}
h2,
.guide h1,
.legal h1 {
  margin: 0 0 23px;
  font:
    700 clamp(2.3rem, 9vw, 4.7rem)/0.94 Georgia,
    serif;
  letter-spacing: -0.045em;
}
.lead {
  font:
    700 1.14rem/1.55 Georgia,
    serif;
}
.process-section {
  padding: 72px 0;
  background: var(--aqua);
}
.process-section .eyebrow {
  color: var(--navy);
}
.process {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  counter-reset: step;
  list-style: none;
  border-top: 1px solid var(--navy);
}
.process li {
  position: relative;
  padding: 22px 12px 22px 54px;
  border-bottom: 1px solid var(--navy);
}
.process li > b {
  position: absolute;
  left: 0;
  top: 24px;
  font:
    700 1.6rem Georgia,
    serif;
}
.process h3 {
  margin: 0;
  font:
    700 1.28rem Georgia,
    serif;
}
.compare {
  padding: 72px 0;
  background: var(--coral);
  color: white;
}
.compare .eyebrow {
  color: white;
}
.compare-grid {
  display: grid;
  gap: 14px;
}
.compare article {
  padding: 23px;
  background: var(--paper);
  color: var(--navy);
  border: 1px solid var(--navy);
}
.compare article > b {
  font:
    700 1.15rem Georgia,
    serif;
}
.compare li {
  margin-block: 10px;
}
.scope-depth,
.situations,
.prep,
.answer,
.faq {
  padding-block: 72px;
}
.scope-grid,
.scenario-grid {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.scope-grid article,
.scenario-grid article {
  padding: 22px;
  background: var(--cream);
  border-left: 5px solid var(--aqua);
}
.scope-grid b,
.scenario-grid h3 {
  font-family: Georgia, serif;
}
.scenario-grid article > b {
  color: var(--coral);
  font-size: 0.64rem;
  letter-spacing: 0.07em;
}
.scope-note {
  margin-top: 25px;
  padding: 18px;
  border: 1px solid var(--coral);
  font-weight: 800;
}
.local {
  padding: 72px 0;
  background: var(--navy);
  color: white;
}
.local .shell,
.sources .shell {
  display: grid;
  gap: 24px;
}
.local .eyebrow,
.sources .eyebrow {
  color: var(--navy);
}
.local .eyebrow {
  color: var(--gold);
}
.text-link {
  display: inline-block;
  margin-top: 24px;
  font-weight: 900;
}
.prep {
  display: grid;
  gap: 28px;
}
.prep ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prep li {
  display: grid;
  grid-template-columns: 95px 1fr;
  padding: 14px 0;
  border-top: var(--rule);
}
.prep b,
.prep span {
  display: block;
}
.answer {
  background: var(--gold);
}
.answer .eyebrow {
  color: var(--navy);
}
.answer > div {
  display: grid;
  gap: 6px;
}
.sources {
  padding: 72px 0;
  background: var(--aqua);
}
.faq details {
  padding: 17px 0;
  border-top: 1px solid var(--navy);
}
.faq summary {
  font-weight: 900;
  cursor: pointer;
}
.close {
  padding: 82px 18px;
  background: var(--cream);
  text-align: center;
  border-block: 1px solid var(--navy);
}
.close > p {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.guide,
.legal {
  width: min(820px, calc(100% - 36px));
  margin-inline: auto;
  padding: 70px 0 110px;
}
.guide h2,
.legal h2 {
  margin-top: 42px;
  font-family: Georgia, serif;
}
.guide li {
  margin-block: 10px;
}
.guide-call {
  margin-top: 45px;
  padding: 25px;
  background: var(--navy);
  color: white;
}
footer {
  padding: 48px 18px 30px;
  background: #041f2c;
  color: white;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  font-size: 0.78rem;
}
.credit {
  margin-top: 25px;
  font-size: 0.63rem;
  opacity: 0.78;
}
.sticky {
  position: fixed;
  z-index: 80;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  height: 68px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background: var(--gold);
  color: var(--navy);
  border-top: 2px solid var(--navy);
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 840px) {
  body {
    padding-bottom: 0;
  }
  .top {
    justify-content: space-between;
    padding-inline: max(32px, calc((100vw - 1180px) / 2));
  }
  header {
    padding-inline: max(32px, calc((100vw - 1180px) / 2));
  }
  header nav {
    display: flex;
    gap: 28px;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }
  .head-call {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid var(--navy);
    font-weight: 900;
    text-decoration: none;
  }
  .tampa-hero {
    display: grid;
    min-height: 700px;
    grid-template-columns: 1.15fr 0.85fr;
  }
  .hero-copy {
    align-self: center;
    padding: 100px 7vw;
  }
  .hero-photo {
    border-top: 0;
    border-left: 7px solid var(--aqua);
  }
  .hero-photo img {
    height: 100%;
  }
  .standard {
    grid-template-columns: 270px 1fr;
    gap: 84px;
    padding-block: 105px;
  }
  .standard aside {
    position: sticky;
    top: 28px;
    align-self: start;
  }
  .process {
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid var(--navy);
  }
  .process li {
    min-height: 230px;
    padding: 64px 24px 24px;
    border-right: 1px solid var(--navy);
  }
  .process li > b {
    top: 20px;
    left: 24px;
  }
  .compare-grid,
  .local .shell,
  .sources .shell {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
  }
  .scope-depth {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 74px;
  }
  .scope-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  .scope-note {
    grid-column: 2;
  }
  .scenario-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .prep {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 75px;
  }
  .answer > div {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
  .faq {
    max-width: 900px;
  }
  footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    padding-inline: max(32px, calc((100vw - 1100px) / 2));
  }
  footer nav {
    justify-content: flex-end;
  }
  .credit {
    grid-column: 1 / -1;
  }
  .sticky {
    display: none;
  }
}
@media (max-width: 390px) {
  .top span {
    display: none;
  }
  .brand b {
    font-size: 0.9rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
