@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap");
:root {
  --forest: #183e32;
  --deep: #102d24;
  --green: #2f6651;
  --sage: #dfe7da;
  --ivory: #f7f5ec;
  --paper: #fffef9;
  --gold: #d3ac5b;
  --ink: #213d32;
  --muted: #657268;
  --line: #dce0d5;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font:
    16px/1.65 "DM Sans",
    Arial,
    sans-serif;
}
button,
input,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #b07b28;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.08;
}
h1 {
  font-size: clamp(3.5rem, 5.4vw, 5.4rem);
}
h2 {
  font-size: clamp(2.4rem, 3.8vw, 3.75rem);
}
h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
em {
  font-weight: 400;
  color: var(--green);
}
p {
  color: var(--muted);
}
svg {
  display: block;
}
.section-wrap {
  max-width: 1320px;
  margin: auto;
  padding-left: 64px;
  padding-right: 64px;
}
.preview-bar {
  padding: 7px 20px;
  background: var(--forest);
  color: #f2e6c8;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.preview-bar span {
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 14px;
  color: #e1e8df;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 25px 48px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.25;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  white-space: nowrap;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 3px 10px #0a22421f;
}
.brand-sub {
  display: block;
  letter-spacing: 0.17em;
  font:
    600 0.6rem/1.8 "DM Sans",
    sans-serif;
  margin-top: 4px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 0.875rem;
  font-weight: 600;
}
.site-header nav > a:hover,
.text-button:hover {
  color: #946a26;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 16px 23px;
  border: 1px solid var(--forest);
  border-radius: 6px;
  background: var(--forest);
  color: white;
  font-weight: 600;
  font-size: 0.94rem;
  line-height: 1.45;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--green);
  transform: translateY(-2px);
}
.button.small {
  padding: 12px 17px;
  gap: 17px;
  font-size: 0.85rem;
}
.button.light {
  background: #eee5ce;
  color: var(--forest);
  border-color: #eee5ce;
}
.button.outline {
  background: transparent;
  color: var(--forest);
}
.button.outline:hover {
  background: var(--sage);
}
.text-button {
  border: 0;
  background: none;
  font-size: inherit;
  font-weight: 600;
  padding: 5px 0;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.7rem;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  align-items: center;
  gap: 28px;
  min-height: 650px;
  padding-top: 48px;
  padding-bottom: 85px;
}
.eyebrow {
  font-size: 0.73rem;
  letter-spacing: 0.17em;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 25px;
}
.tiny-star {
  font-size: 1.25rem;
  margin-right: 8px;
  vertical-align: middle;
  color: #aa833d;
}
.hero .lede {
  font-size: 1.07rem;
  line-height: 1.8;
  max-width: 450px;
  margin: 26px 0 30px;
}
.button-row {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.link-arrow {
  font-size: 0.9rem;
  font-weight: 650;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.link-arrow:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  font-size: 0.8rem;
  margin-top: 19px;
  max-width: 400px;
}
.platform-inline {
  display: flex;
  gap: 17px;
  margin-top: 35px;
  align-items: center;
  font-size: 0.76rem;
  color: var(--muted);
  flex-wrap: wrap;
}
.platform-inline span + span {
  border-left: 1px solid #c8cec2;
  padding-left: 17px;
}
.platform-inline small {
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  background: #e8eadf;
  padding: 2px 4px;
  border-radius: 3px;
}
.hero-art {
  height: 510px;
  position: relative;
  isolation: isolate;
  min-width: 0;
}
.art-orbit {
  position: absolute;
  border: 1px solid #dfe3d4;
  border-radius: 50%;
  width: 530px;
  height: 530px;
  left: -5px;
  top: -20px;
  z-index: -1;
  background: radial-gradient(circle, #e1e7d86b, transparent 70%);
}
.orbit-two {
  width: 405px;
  height: 405px;
  left: 62px;
  top: 38px;
}
.map-board {
  position: absolute;
  top: 49px;
  left: 0;
  width: 94%;
  height: 351px;
  border-radius: 13px;
  background: var(--paper);
  box-shadow: 0 20px 55px #17382a17;
  overflow: hidden;
  transform: rotate(-5deg);
  border: 1px solid #fefef8;
}
.board-top {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
}
.board-logo {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.board-logo > span {
  font:
    600 0.6rem "DM Sans",
    sans-serif;
  letter-spacing: 0.08em;
  border-left: 1px solid var(--line);
  padding-left: 10px;
}
.live-label {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.65rem;
  color: var(--muted);
}
.live-label i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4b926a;
}
.map-scene {
  height: 251px;
  overflow: hidden;
  background: #e4e9df;
}
.map-scene svg,
.phone-map svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-bottom {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 12px 16px;
  font-size: 0.65rem;
}
.board-bottom b {
  font-size: 0.95rem;
  margin-right: 4px;
}
.phone {
  position: absolute;
  right: 0;
  top: 110px;
  width: 215px;
  height: 385px;
  background: #fafcf7;
  border: 5px solid #263e34;
  border-radius: 34px;
  box-shadow: 10px 20px 35px #0a302b30;
  overflow: hidden;
  transform: rotate(5deg);
}
.phone-island {
  position: absolute;
  top: 7px;
  left: 67px;
  width: 72px;
  height: 17px;
  background: #243c32;
  border-radius: 20px;
}
.phone-top {
  display: flex;
  justify-content: space-between;
  padding: 11px 15px 7px;
  font-size: 0.6rem;
}
.phone-heading {
  padding: 12px 15px 11px;
  line-height: 1.5;
}
.phone-heading > span {
  font-size: 0.58rem;
  color: var(--muted);
  display: block;
}
.phone-heading strong {
  font:
    600 0.83rem "Manrope",
    sans-serif;
}
.phone-map {
  height: 125px;
  background: #e4e9df;
}
.phone-sheet {
  background: white;
  border-radius: 16px 16px 0 0;
  position: relative;
  margin-top: -12px;
  padding: 5px 12px 12px;
  box-shadow: 0 -4px 10px #2746380a;
}
.grabber {
  width: 26px;
  height: 3px;
  background: #d5dace;
  border-radius: 4px;
  margin: 0 auto 10px;
}
.active-tag {
  font-size: 0.48rem;
  letter-spacing: 0.08em;
  color: #3b7655;
}
.visit-address {
  font-size: 0.67rem;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  padding: 5px 0 10px;
}
.visit-address > span {
  color: var(--green);
  font-variant-numeric: tabular-nums;
}
.phone-actions {
  display: flex;
  gap: 7px;
}
.phone-actions > span {
  flex: 1;
  text-align: center;
  font-size: 1rem;
  border-radius: 7px;
  padding: 5px 0;
  background: #e8f0e5;
  color: #3c654d;
  line-height: 1.4;
}
.phone-actions > span:first-child {
  background: var(--forest);
  color: white;
}
.phone-actions small {
  display: block;
  font-size: 0.49rem;
}
.phone-stat {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #edf0e8;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.5rem;
}
.phone-stat > span {
  font-size: 0.43rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}
.phone-stat b {
  font-size: 0.63rem;
}
.phone-stat i {
  font-style: normal;
  margin: 0 5px;
  color: #95a090;
}
.floating-note {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--paper);
  padding: 13px 17px;
  border-radius: 10px;
  box-shadow: 0 8px 28px #14342614;
  transform: rotate(-2deg);
}
.note-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e5ecdf;
  color: var(--green);
}
.floating-note strong {
  font-size: 0.68rem;
  display: block;
}
.floating-note div > span {
  font-size: 0.6rem;
  color: var(--muted);
  display: block;
}
.art-caption {
  position: absolute;
  bottom: -10px;
  left: 15px;
  font-size: 0.7rem;
  color: var(--muted);
}
.mission-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  max-width: 1192px;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 0.85rem;
}
.mission-strip p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
}
.mission-strip > div {
  display: flex;
  gap: 40px;
}
.mission-strip > div span:before {
  content: "✳";
  color: #af914e;
  margin-right: 12px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 10px;
  background: var(--forest);
  color: white;
  padding: 12px;
  z-index: 50;
}
.skip-link:focus {
  top: 10px;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 70px;
    padding-bottom: 95px;
  }
  .hero-art {
    transform: scale(1.03);
  }
}
@media (max-width: 1100px) {
  .site-header {
    padding: 24px 28px;
  }
  .site-header nav {
    gap: 17px;
  }
  .site-header nav > a:nth-child(3) {
    display: none;
  }
  .section-wrap {
    padding-left: 36px;
    padding-right: 36px;
  }
  .hero {
    gap: 14px;
  }
  .hero-art {
    height: 450px;
  }
  .phone {
    width: 190px;
    height: 373px;
    right: -8px;
    top: 103px;
  }
  .phone-island {
    left: 55px;
  }
  .map-board {
    height: 325px;
  }
  .map-scene {
    height: 225px;
  }
  .art-orbit {
    width: 400px;
    height: 400px;
  }
  .orbit-two {
    width: 300px;
    height: 300px;
  }
  .floating-note {
    left: 10px;
  }
  .mission-strip {
    margin: 0 36px;
  }
  .mission-strip > div {
    gap: 20px;
  }
  .hero-note {
    max-width: 300px;
  }
  .hero .button-row {
    gap: 18px;
  }
  .hero .button {
    padding: 14px 18px;
    font-size: 0.86rem;
  }
  .hero .link-arrow {
    font-size: 0.8rem;
  }
}
@media (max-width: 800px) {
  .site-header {
    padding: 20px 24px;
    position: relative;
  }
  .brand {
    font-size: 1rem;
  }
  .brand-sub {
    font-size: 0.53rem;
  }
  .menu-toggle {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 85px;
    left: 20px;
    right: 20px;
    background: var(--paper);
    z-index: 10;
    padding: 22px;
    box-shadow: 0 15px 35px #183e3220;
    border-radius: 12px;
    align-items: stretch;
    gap: 20px;
  }
  .site-header nav.open {
    display: flex;
    flex-direction: column;
  }
  .site-header nav > a:nth-child(3) {
    display: block;
  }
  .site-header .text-button {
    text-align: left;
  }
  .section-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 38px;
    gap: 40px;
    padding-bottom: 55px;
  }
  .hero-copy {
    max-width: 550px;
  }
  .hero h1 {
    font-size: clamp(3.25rem, 9vw, 5rem);
  }
  .hero .lede {
    max-width: 510px;
  }
  .hero-art {
    max-width: 500px;
    width: 100%;
    height: 470px;
    margin: 0 auto;
  }
  .phone {
    width: 215px;
    height: 385px;
    right: 5px;
  }
  .map-board {
    height: 340px;
    width: 92%;
  }
  .map-scene {
    height: 240px;
  }
  .art-orbit {
    width: 450px;
    height: 450px;
    max-width: 100%;
    left: 0;
  }
  .orbit-two {
    width: 335px;
    height: 335px;
    left: 40px;
  }
  .art-caption {
    bottom: -10px;
  }
  .mission-strip {
    margin: 0 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 24px 0;
  }
  .mission-strip > div {
    gap: 20px;
    flex-wrap: wrap;
  }
  .preview-bar {
    font-size: 0.63rem;
    padding: 7px 12px;
  }
  .preview-bar span {
    font-size: 0.68rem;
    letter-spacing: 0;
    margin-left: 8px;
  }
  .platform-inline {
    margin-top: 24px;
  }
  .hero-note {
    max-width: none;
  }
}
@media (max-width: 420px) {
  .preview-bar span {
    display: block;
    margin-left: 0;
  }
  .hero-art {
    height: 455px;
  }
  .phone {
    right: 0;
    top: 106px;
    width: 195px;
    height: 379px;
  }
  .floating-note {
    left: 0;
    padding: 10px;
    max-width: 95%;
  }
  .floating-note strong {
    font-size: 0.64rem;
  }
  .map-board {
    top: 60px;
    height: 320px;
  }
  .map-scene {
    height: 220px;
  }
  .board-bottom {
    gap: 12px;
    font-size: 0.55rem;
  }
  .art-caption {
    bottom: -47px;
  }
  .hero {
    padding-bottom: 88px;
  }
  .art-orbit {
    height: 350px;
    top: 45px;
  }
  .orbit-two {
    width: 280px;
    height: 280px;
    left: 35px;
    top: 75px;
  }
  .mission-strip > div {
    gap: 8px 15px;
    font-size: 0.75rem;
  }
}
.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 38px;
}
.section-heading > p {
  max-width: 330px;
  font-size: 1rem;
  padding-bottom: 6px;
}
.section-heading .eyebrow {
  margin-bottom: 17px;
}
.feature-tabs {
  display: flex;
  border-bottom: 1px solid #d4dacd;
  gap: 27px;
  overflow-x: auto;
  scrollbar-width: thin;
  margin-bottom: 30px;
}
.feature-tabs button {
  white-space: nowrap;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  font-size: 0.84rem;
  color: var(--muted);
  padding: 17px 0;
  font-weight: 550;
}
.feature-tabs button[aria-selected="true"] {
  color: var(--forest);
  border-color: var(--forest);
  font-weight: 700;
}
.feature-tabs button:hover {
  color: var(--forest);
}
.feature-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  background: #edf0e4;
  border: 1px solid #dfe4d6;
  border-radius: 14px;
  overflow: hidden;
  min-height: 402px;
}
.feature-description {
  padding: 46px 35px;
}
.feature-number {
  font-size: 0.73rem;
  color: #84907b;
  letter-spacing: 0.13em;
  display: block;
  margin-bottom: 23px;
}
.feature-description h3 {
  font:
    400 2.1rem/1.13 Georgia,
    serif;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}
.feature-description > p {
  font-size: 0.93rem;
  line-height: 1.8;
}
.feature-description .check-list {
  margin: 20px 0 0;
  gap: 9px;
  font-size: 0.8rem;
}
.tour-visual {
  padding: 30px 30px 20px 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.preview-caption {
  font-size: 0.69rem;
  text-align: center;
  margin-top: 12px;
  color: #737e6e;
}
.tour-window {
  background: var(--paper);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 26px #183e3210;
  border: 1px solid #dfe4d8;
}
.window-bar {
  border-bottom: 1px solid #e9ece1;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.67rem;
  font-weight: 600;
  gap: 10px;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d9cd;
  border-radius: 50%;
}
.window-label {
  background: #eef2e9;
  color: #467055;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.57rem;
  white-space: nowrap;
}
.tour-map {
  height: 210px;
  position: relative;
  overflow: hidden;
}
.tour-map > svg {
  width: 100%;
  height: 100%;
}
.tour-map-label {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: var(--paper);
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.6rem;
  box-shadow: 0 5px 14px #183e3220;
}
.tour-map-label b {
  margin-left: 10px;
}
.map-legend {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 16px;
  font-size: 0.6rem;
}
.map-legend > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.legend-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #38694c;
}
.legend-dot.gold {
  background: #b98742;
}
.legend-dot.pale {
  background: #73957d;
}
.sample-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.69rem;
  text-align: left;
}
.sample-table td,
.sample-table th {
  padding: 12px 14px;
  border-bottom: 1px solid #edf0e7;
}
.sample-table th {
  font-size: 0.59rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 500;
}
.sample-table tr:last-child td {
  border-bottom: none;
}
.sample-table td:first-child {
  font-weight: 600;
}
.sample-table .state {
  font-size: 0.55rem;
  background: #eaf0e5;
  color: #456948;
  padding: 4px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.sample-table .state.amber {
  background: #f4eddc;
  color: #86612b;
}
.sample-table td > small {
  display: block;
  color: var(--muted);
  font-weight: 400;
  font-size: 0.59rem;
  margin-top: 2px;
}
.window-summary {
  padding: 17px 16px;
  display: flex;
  gap: 28px;
  border-top: 1px solid #ecefe5;
  background: #f8faf3;
}
.window-summary > div {
  display: flex;
  flex-direction: column;
}
.window-summary span {
  font-size: 0.59rem;
  color: var(--muted);
}
.window-summary strong {
  font-size: 1.3rem;
  font-weight: 550;
  line-height: 1.7;
}
.contact-flow {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-top: 1px solid #edf0e7;
  background: #f9faf5;
}
.contact-flow > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 650;
}
.contact-flow small {
  font-size: 0.56rem;
  font-weight: 400;
  color: var(--muted);
  margin-top: 4px;
}
.contact-flow > b {
  font-size: 1.4rem;
  color: #b38b45;
}
.contact-flow .contact-icon {
  background: #e6ecdf;
  border-radius: 7px;
  padding: 8px;
  margin-bottom: 7px;
}
.contact-icon svg {
  width: 22px;
  height: 22px;
}
.mini-chart {
  height: 132px;
  padding: 15px 24px 0;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  border-bottom: 1px solid #edf0e7;
  background: repeating-linear-gradient(
    to top,
    transparent 0,
    transparent 31px,
    #eff1e8 32px
  );
}
.mini-chart > span {
  height: var(--height);
  background: #54755b;
  flex: 1;
  border-radius: 3px 3px 0 0;
}
.mini-chart > span:nth-child(2n) {
  background: #b7c6a8;
}
.conference-section {
  background: var(--forest);
  color: #f6f4e8;
  padding: 82px 0 62px;
  position: relative;
}
.conference-section .eyebrow {
  color: #ccb77e;
}
.conference-section h2 em {
  color: #d7c898;
}
.conference-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.conference-top > div > p:not(.eyebrow) {
  color: #c0cec1;
  max-width: 435px;
}
.conference-top .button {
  margin-top: 25px;
}
.conference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 55px;
  margin-bottom: 47px;
}
.line-icon {
  display: block;
  color: var(--green);
  margin-bottom: 17px;
}
.line-icon svg {
  width: 28px;
  height: 28px;
}
.conference-grid .line-icon {
  color: #ddc382;
}
.conference-grid h3 {
  font-size: 1.03rem;
  margin-bottom: 12px;
}
.conference-grid p {
  color: #bdcbbf;
  font-size: 0.88rem;
  line-height: 1.8;
}
.payroll-callout {
  border-top: 1px solid #466051;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-top: 33px;
}
.payroll-mark {
  padding: 16px;
  border: 1px solid #617358;
  border-radius: 12px;
  color: #d9c58c;
}
.payroll-mark svg {
  width: 34px;
  height: 34px;
}
.payroll-callout > div:nth-child(2) {
  max-width: 690px;
}
.payroll-callout .eyebrow {
  font-size: 0.64rem;
  margin-bottom: 5px;
}
.payroll-callout h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.payroll-callout p:not(.eyebrow) {
  font-size: 0.85rem;
  color: #c0cec1;
}
.fine-print {
  font-size: 0.68rem;
  color: #b9c6b8;
  display: block;
  margin-top: 8px;
}
.payroll-callout .link-arrow {
  flex-shrink: 0;
  margin-left: auto;
  background: none;
  border: none;
  font-size: 0.85rem;
  color: #e3cf95;
}
.personal-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 100px;
  padding-top: 110px;
  padding-bottom: 85px;
}
.personal-visual {
  padding: 35px 35px 23px;
  background: #e8ecdf;
  border-radius: 50% 50% 14px 14px;
  max-width: 475px;
}
.personal-dashboard {
  max-width: 350px;
  margin: auto;
  border: 1px solid #dde2d4;
  border-radius: 12px;
  background: var(--paper);
  padding: 20px 23px;
  box-shadow: 0 18px 40px #24453212;
  transform: rotate(-3deg);
}
.mini-header {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.57rem;
  letter-spacing: 0.06em;
}
.mini-monogram {
  font:
    400 1.2rem Georgia,
    serif;
  color: var(--forest);
}
.avatar {
  display: inline-grid;
  place-items: center;
  background: #e3e9d8;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 0.6rem;
  margin-left: auto;
  color: #486140;
}
.personal-greeting {
  margin: 25px 0;
}
.personal-greeting p {
  font-size: 0.65rem;
}
.personal-greeting h3 {
  font:
    400 1.7rem Georgia,
    serif;
  margin: 5px 0;
}
.personal-greeting > span {
  font-size: 0.65rem;
  color: var(--muted);
}
.personal-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.personal-stats > div {
  padding: 12px;
  background: #f0f2e9;
  border-radius: 6px;
}
.personal-stats span {
  font-size: 0.63rem;
  display: block;
  color: var(--muted);
}
.personal-stats strong {
  font:
    400 1.7rem Georgia,
    serif;
}
.weekly-chart {
  height: 135px;
  display: flex;
  gap: 15px;
  padding: 15px 5px 0;
  border-bottom: 1px solid #e4e8dd;
  margin-bottom: 17px;
}
.weekly-chart > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}
.weekly-chart i {
  display: block;
  height: var(--bar);
  min-height: 3px;
  width: 100%;
  background: #8fa781;
  border-radius: 3px 3px 0 0;
}
.weekly-chart > div:nth-child(4) i {
  background: var(--forest);
}
.weekly-chart span {
  font-size: 0.57rem;
  color: var(--muted);
}
.personal-followup {
  display: flex;
  align-items: center;
  gap: 10px;
}
.personal-followup svg {
  height: 24px;
  width: 24px;
  color: #a98a43;
}
.personal-followup b {
  font-size: 0.61rem;
}
.personal-followup p {
  font-size: 0.56rem;
}
.personal-copy > p:not(.eyebrow) {
  font-size: 1rem;
  margin-top: 23px;
  line-height: 1.8;
}
.check-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.87rem;
  margin: 25px 0 29px;
  color: #50624e;
}
.check-list li {
  position: relative;
  padding-left: 23px;
}
.check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #557250;
  font-size: 0.8rem;
  font-weight: 700;
}
.center-heading {
  text-align: center;
  margin-bottom: 45px;
}
.center-heading .eyebrow {
  margin-bottom: 17px;
}
.center-heading > p:last-child:not(.eyebrow) {
  margin-top: 20px;
}
.detail-section {
  padding-top: 30px;
  padding-bottom: 95px;
}
.detail-section h2 {
  font-size: 2.9rem;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 45px;
  row-gap: 35px;
}
.detail-grid article {
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
}
.detail-grid h3 {
  font-size: 1rem;
  margin-bottom: 11px;
}
.detail-grid p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.detail-grid .line-icon {
  margin-bottom: 16px;
}
.inventory-details {
  margin-top: 45px;
  border: 1px solid #dce2d3;
  background: #eff1e7;
  border-radius: 10px;
  padding: 0 24px;
}
.inventory-details summary {
  padding: 19px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.87rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.inventory-details summary::-webkit-details-marker {
  display: none;
}
.inventory-details[open] summary > span {
  transform: rotate(45deg);
}
.inventory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 35px;
  padding: 8px 0 20px;
}
.inventory-grid h3 {
  font-size: 0.93rem;
  margin-bottom: 8px;
}
.inventory-grid p {
  font-size: 0.84rem;
  line-height: 1.8;
}
.inventory-note {
  font-size: 0.76rem;
  border-top: 1px solid var(--line);
  padding: 17px 0;
}
.platform-section {
  background: #e9eddf;
  padding: 78px 0;
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 45px;
}
.platform-grid article {
  padding-left: 25px;
  border-left: 1px solid #cbd4c0;
}
.platform-grid article:first-child {
  padding-left: 0;
  border: 0;
}
.platform-grid article > span:first-child {
  display: block;
  margin-bottom: 19px;
}
.platform-grid svg {
  width: 34px;
  height: 34px;
  color: #49654a;
}
.platform-grid h3 {
  font-size: 1.08rem;
  margin-bottom: 12px;
}
.platform-grid p {
  font-size: 0.86rem;
  line-height: 1.8;
  min-height: 100px;
}
.platform-tag {
  font-size: 0.62rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-top: 18px;
  color: #486245;
}
.platform-footnote {
  font-size: 0.75rem;
  margin-top: 38px;
}
.pricing-section {
  padding-top: 100px;
  padding-bottom: 85px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 890px;
  margin: auto;
}
.price-card {
  padding: 37px;
  background: var(--paper);
  border: 1px solid #dce2d4;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-audience {
  font-size: 0.67rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 10px;
}
.price-card h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.price-card > p:not([class]) {
  font-size: 0.9rem;
  max-width: 320px;
  min-height: 48px;
}
.price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.price strong {
  font:
    400 3.9rem/1.2 Georgia,
    serif;
  letter-spacing: -0.06em;
}
.price > span {
  font-size: 0.8rem;
  color: var(--muted);
}
.trial-label {
  font-size: 0.76rem;
  color: var(--green);
  margin-top: 8px;
}
.price-card .check-list {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-top: 25px;
  font-size: 0.85rem;
  gap: 13px;
}
.price-card .button {
  width: 100%;
  margin-top: auto;
  font-size: 0.86rem;
}
.personal-plan-options {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.personal-plan {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 14px 16px;
  background: #fff;
}
.personal-plan.best-value {
  border: 1.5px solid var(--gold);
  background: #fbf7e9;
  padding-top: 19px;
}
.personal-plan .price {
  margin-top: 0;
}
.personal-plan .price strong {
  font-size: 2.65rem;
}
.personal-plan > p {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 3px;
}
.personal-plan.best-value > p {
  color: #6f5425;
  font-weight: 650;
}
.plan-badge {
  position: absolute;
  right: 12px;
  top: -10px;
  border-radius: 4px;
  background: var(--gold);
  color: #1f382e;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding: 3px 8px;
}
.program-price {
  border: 1.5px solid var(--forest);
  background: #f5f7ee;
}
.price-ribbon {
  position: absolute;
  top: -13px;
  left: 30px;
  border-radius: 4px;
  background: var(--forest);
  color: #f0e8d2;
  font-size: 0.61rem;
  letter-spacing: 0.1em;
  padding: 5px 11px;
}
.pricing-note {
  text-align: center;
  max-width: 670px;
  margin: 27px auto 0;
  font-size: 0.75rem;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-top: 30px;
  padding-bottom: 105px;
}
.faq-section .eyebrow {
  font-size: 0.63rem;
}
.faq-section h2 {
  font-size: 3rem;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.91rem;
  font-weight: 550;
  padding: 20px 32px 20px 0;
  position: relative;
  line-height: 1.55;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 17px;
  color: #58704f;
  font-size: 1.3rem;
  font-weight: 400;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 0.87rem;
  padding: 0 25px 20px 0;
  line-height: 1.8;
}
.closing-section {
  background: var(--forest);
  text-align: center;
  padding: 72px 0 77px;
  color: var(--ivory);
}
.closing-section .eyebrow {
  color: #d0bd89;
}
.closing-section h2 {
  font-size: clamp(2.5rem, 4vw, 3.7rem);
}
.closing-section h2 em {
  color: #dccb98;
}
.closing-section p:not(.eyebrow) {
  color: #c6d0c1;
  margin: 23px 0 28px;
}
.closing-section .button {
  font-size: 0.89rem;
}
.footer-brand {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.footer-brand > span {
  display: block;
  font:
    400 0.76rem/1.6 "DM Sans",
    sans-serif;
  color: var(--muted);
  margin-top: 6px;
}
footer.section-wrap {
  padding-top: 40px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
}
footer > div {
  display: flex;
  gap: 25px;
  font-size: 0.8rem;
}
footer > p {
  flex-basis: 100%;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 0.7rem;
  margin-top: 10px;
}
dialog {
  border: 1px solid #d7dfce;
  border-radius: 16px;
  background: var(--paper);
  color: var(--ink);
  max-width: 610px;
  width: calc(100% - 32px);
  padding: 42px;
  max-height: 90dvh;
  overflow-y: auto;
  box-shadow: 0 30px 100px #0d251f40;
}
dialog::backdrop {
  background: #10291ed1;
  backdrop-filter: blur(5px);
}
dialog .eyebrow {
  font-size: 0.66rem;
  margin-bottom: 13px;
}
dialog h2 {
  font-size: 2.6rem;
}
dialog .dialog-notice {
  font-size: 0.78rem;
  line-height: 1.65;
  padding: 13px 15px;
  border-radius: 6px;
  background: #f0efe2;
  margin: 19px 0;
  color: #6c705b;
}
.dialog-close {
  position: absolute;
  right: 16px;
  top: 10px;
  border: none;
  background: none;
  font-size: 1.8rem;
  color: var(--muted);
  padding: 0 7px;
}
.step-indicator {
  display: flex;
  gap: 0;
  margin: 24px 0 25px;
  font-size: 0.76rem;
  color: #929a8a;
}
.step-indicator span {
  flex: 1;
  border-bottom: 2px solid #e1e6d8;
  padding-bottom: 9px;
}
.step-indicator span.current {
  border-color: var(--forest);
  color: var(--forest);
  font-weight: 600;
}
.trial-option {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 18px 16px;
  border: 1px solid #dce2d3;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
}
.trial-option:has(input:checked) {
  background: #eff3e8;
  border-color: #6c875e;
}
.trial-option input {
  accent-color: var(--forest);
  margin-top: 5px;
}
.trial-option strong {
  font-size: 1rem;
  display: block;
}
.trial-option small {
  font-size: 0.78rem;
  display: block;
  color: var(--muted);
  margin-top: 5px;
}
.trial-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
}
.trial-actions .button {
  font-size: 0.84rem;
  padding: 12px 18px;
}
.trial-actions .text-button {
  font-size: 0.83rem;
}
#trial-body h3 {
  font-size: 1.14rem;
  margin-bottom: 13px;
}
#trial-body .form-label {
  display: block;
  font-size: 0.83rem;
  font-weight: 550;
  margin: 16px 0 7px;
}
#trial-body input[type="text"],
#trial-body select {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd4c2;
  background: white;
  border-radius: 6px;
  color: var(--forest);
  font-size: 0.9rem;
}
.trial-success {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e3ecda;
  color: #527247;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.trial-result {
  background: #eff3e8;
  border: 1px solid #d8e1ce;
  border-radius: 8px;
  padding: 18px;
  margin: 20px 0;
}
.trial-result div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 7px 0;
  font-size: 0.82rem;
}
.trial-result span {
  color: var(--muted);
}
.trial-result b {
  font-weight: 550;
  text-align: right;
}
.dialog-intro {
  margin: 20px 0;
  font-size: 0.94rem;
}
.trial-message {
  font-size: 0.88rem;
  line-height: 1.8;
}
.trial-helper {
  font-size: 0.74rem;
  margin-top: 8px;
}
@media (max-width: 1100px) {
  .feature-tabs {
    gap: 22px;
  }
  .feature-description {
    padding: 35px 25px;
  }
  .tour-visual {
    padding: 25px 20px 15px 0;
  }
  .conference-top {
    gap: 60px;
  }
  .personal-section {
    gap: 60px;
  }
  .personal-visual {
    padding: 30px 25px;
  }
  .payroll-callout .link-arrow {
    max-width: 100px;
    line-height: 1.8;
  }
  .platform-grid {
    gap: 20px;
  }
  .platform-grid article {
    padding-left: 20px;
  }
  .platform-grid p {
    min-height: 125px;
  }
  .faq-section {
    gap: 45px;
  }
  .sample-table td,
  .sample-table th {
    padding: 11px 10px;
  }
}
@media (max-width: 800px) {
  .feature-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading > p {
    max-width: 500px;
    margin-top: 23px;
  }
  .feature-tabs {
    gap: 24px;
  }
  .feature-panel {
    grid-template-columns: 1fr;
  }
  .feature-description {
    padding: 30px 25px;
  }
  .feature-number {
    margin-bottom: 13px;
  }
  .feature-description h3 {
    font-size: 2rem;
  }
  .feature-description .check-list {
    font-size: 0.86rem;
  }
  .tour-visual {
    padding: 0 25px 23px;
  }
  .tour-map {
    height: 250px;
  }
  .window-bar {
    font-size: 0.8rem;
  }
  .sample-table {
    font-size: 0.77rem;
  }
  .sample-table th {
    font-size: 0.65rem;
  }
  .sample-table td > small {
    font-size: 0.65rem;
  }
  .sample-table .state {
    font-size: 0.61rem;
  }
  .window-label {
    font-size: 0.65rem;
  }
  .map-legend {
    font-size: 0.7rem;
  }
  .conference-section {
    padding: 55px 0 45px;
  }
  .conference-top {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .conference-grid {
    gap: 25px;
    margin-top: 38px;
  }
  .conference-grid h3 {
    font-size: 0.94rem;
  }
  .conference-grid p {
    font-size: 0.84rem;
  }
  .payroll-callout {
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-start;
  }
  .payroll-mark {
    padding: 10px;
  }
  .payroll-callout > div:nth-child(2) {
    flex: 1;
    min-width: 200px;
  }
  .payroll-callout .link-arrow {
    max-width: none;
    margin-left: 70px;
  }
  .personal-section {
    padding-top: 70px;
    padding-bottom: 60px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .personal-visual {
    max-width: 450px;
    width: 100%;
    margin: auto;
    order: 2;
  }
  .personal-copy {
    max-width: 550px;
  }
  .detail-section {
    padding-bottom: 65px;
    padding-top: 20px;
  }
  .detail-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 28px;
  }
  .detail-section h2 {
    font-size: 2.5rem;
  }
  .inventory-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .platform-section {
    padding: 55px 0;
  }
  .platform-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .platform-grid article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #cbd4c0;
    padding-top: 20px;
  }
  .platform-grid article:first-child {
    border-top: 1px solid #cbd4c0;
  }
  .platform-grid p {
    min-height: 0;
  }
  .platform-tag {
    margin-top: 12px;
  }
  .pricing-section {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .pricing-grid {
    gap: 20px;
  }
  .price-card {
    padding: 28px 23px;
  }
  .price-card h3 {
    font-size: 1.3rem;
  }
  .price {
    gap: 5px;
  }
  .price strong {
    font-size: 3.25rem;
  }
  .price > span {
    font-size: 0.7rem;
  }
  .price-card .check-list {
    font-size: 0.8rem;
  }
  .price-card .button {
    padding: 14px 12px;
    gap: 12px;
    font-size: 0.77rem;
  }
  .trial-label {
    font-size: 0.7rem;
  }
  .price-card > p:not([class]) {
    min-height: 73px;
    font-size: 0.83rem;
  }
  .price-ribbon {
    left: 20px;
    font-size: 0.55rem;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 15px;
    padding-bottom: 65px;
  }
  .faq-section h2 {
    font-size: 2.7rem;
  }
  .closing-section {
    padding: 55px 0 60px;
  }
  .footer-brand {
    font-size: 1.1rem;
  }
  footer.section-wrap {
    padding-top: 30px;
  }
  footer > div {
    gap: 20px;
    flex-wrap: wrap;
  }
  dialog {
    padding: 35px 24px;
  }
  dialog h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 520px) {
  .conference-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 35px 0;
  }
  .conference-grid article {
    padding-left: 48px;
    position: relative;
  }
  .conference-grid .line-icon {
    position: absolute;
    left: 0;
    top: 0;
  }
  .conference-grid h3 {
    font-size: 1rem;
  }
  .conference-grid p {
    font-size: 0.88rem;
  }
  .detail-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .detail-grid article {
    padding-top: 23px;
    padding-bottom: 10px;
  }
  .detail-grid .line-icon {
    float: left;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .detail-grid h3 {
    padding-top: 3px;
  }
  .detail-grid p {
    clear: both;
    padding-top: 6px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .price-card {
    padding: 32px 27px;
  }
  .price-card > p:not([class]) {
    min-height: 0;
    font-size: 0.91rem;
  }
  .price-card .check-list {
    font-size: 0.85rem;
  }
  .price-card .button {
    font-size: 0.9rem;
  }
  .price > span {
    font-size: 0.78rem;
  }
  .price strong {
    font-size: 3.7rem;
  }
  .trial-label {
    font-size: 0.77rem;
  }
  .pricing-note {
    font-size: 0.76rem;
  }
  .platform-grid {
    gap: 25px;
  }
  .platform-grid h3 {
    font-size: 1rem;
  }
  .platform-grid p {
    font-size: 0.8rem;
  }
  .platform-tag {
    font-size: 0.55rem;
  }
  .personal-visual {
    padding: 30px 22px 20px;
  }
  .tour-visual {
    padding: 0 12px 20px;
  }
  .feature-description {
    padding: 29px 22px;
  }
  .tour-map {
    height: 205px;
  }
  .sample-table td,
  .sample-table th {
    padding: 11px 8px;
  }
  .sample-table {
    font-size: 0.66rem;
  }
  .sample-table th {
    font-size: 0.56rem;
  }
  .sample-table td > small {
    font-size: 0.56rem;
  }
  .sample-table .state {
    font-size: 0.52rem;
    padding: 4px 5px;
  }
  .window-bar {
    font-size: 0.69rem;
  }
  .window-label {
    font-size: 0.59rem;
  }
  .map-legend {
    gap: 14px;
    font-size: 0.63rem;
  }
  .window-summary {
    gap: 22px;
  }
  .contact-flow {
    gap: 12px;
    padding: 18px 12px;
  }
  .contact-flow > span {
    font-size: 0.63rem;
  }
  .contact-flow small {
    font-size: 0.52rem;
  }
  .trial-result div {
    font-size: 0.76rem;
    gap: 10px;
  }
  .step-indicator {
    font-size: 0.71rem;
  }
  .trial-option strong {
    font-size: 0.92rem;
  }
  .trial-option small {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Real, unaltered iOS screenshots replace the first-draft illustrations. */
.real-ios-hero {
  height: 590px;
}
.ios-hero-shot {
  position: absolute;
  display: block;
  border: 5px solid #233d32;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 22px 48px #163c322a;
  background: #fff;
}
.ios-hero-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.ios-territory-shot {
  width: 245px;
  left: 8px;
  top: 7px;
  transform: rotate(-7deg);
}
.ios-student-shot {
  width: 238px;
  right: 0;
  top: 67px;
  transform: rotate(6deg);
}
.real-ios-hero .art-caption {
  bottom: -13px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
}
.real-ios-hero .art-orbit {
  top: 20px;
}
.real-screen-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.real-screen-figure figcaption {
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.ios-screenshot-link {
  display: block;
  border-radius: 26px;
  line-height: 0;
  box-shadow: 0 12px 30px #183e321c;
  overflow: hidden;
  border: 1px solid #c4cebf;
  background: #fff;
  max-width: 100%;
}
.ios-screenshot {
  display: block;
  height: auto;
  width: 248px;
  max-width: 100%;
}
.screenshot-expand {
  font-size: 0.78rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
}
.screenshot-expand:hover {
  text-decoration: underline;
}
.feature-panel {
  align-items: center;
  min-height: 650px;
}
.tour-visual {
  padding: 30px 25px;
}
.feature-description {
  padding-top: 40px;
  padding-bottom: 40px;
}
.real-personal-visual {
  padding: 32px 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.real-personal-visual .ios-screenshot {
  width: 240px;
}
.platform-tag {
  max-width: 100%;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .real-ios-hero {
    height: 530px;
  }
  .ios-territory-shot {
    width: 205px;
    left: 0;
    top: 25px;
  }
  .ios-student-shot {
    width: 210px;
    right: -5px;
    top: 80px;
  }
  .real-ios-hero .art-caption {
    bottom: -25px;
  }
  .feature-panel {
    min-height: 610px;
  }
  .ios-screenshot {
    width: 225px;
  }
}
@media (max-width: 800px) {
  .real-ios-hero {
    height: 565px;
    max-width: 470px;
  }
  .ios-territory-shot {
    width: 235px;
    left: 12px;
    top: 0;
  }
  .ios-student-shot {
    width: 225px;
    right: 5px;
    top: 65px;
  }
  .real-ios-hero .art-caption {
    bottom: -20px;
  }
  .feature-panel {
    min-height: 0;
  }
  .tour-visual {
    padding: 0 22px 26px;
  }
  .ios-screenshot {
    width: 245px;
  }
  .real-personal-visual {
    max-width: 450px;
  }
  .real-personal-visual .ios-screenshot {
    width: 255px;
  }
  .feature-description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .real-ios-hero {
    height: 455px;
  }
  .ios-territory-shot {
    width: 178px;
    left: 4px;
    top: 4px;
  }
  .ios-student-shot {
    width: 176px;
    right: 0;
    top: 50px;
  }
  .ios-hero-shot {
    border-width: 4px;
    border-radius: 27px;
  }
  .real-ios-hero .art-caption {
    bottom: 0;
    font-size: 0.68rem;
  }
  .hero {
    padding-bottom: 50px;
  }
  .ios-screenshot {
    width: 220px;
  }
  .real-personal-visual {
    padding: 28px 25px;
  }
  .real-personal-visual .ios-screenshot {
    width: 230px;
  }
}
