.agroMobileScreen {
  background: #f7faf4;
}

.agroMobileScreenshot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.phoneMockup {
  top: 16px;
  width: 306px;
  height: 582px;
  padding: 10px;
  background: linear-gradient(145deg, #725af5 0%, #a879e8 44%, #ff7774 100%);
  box-shadow: 0 30px 70px rgba(76, 56, 137, 0.3);
}

.beautyMobileSite {
  background: #f8f2ee;
}

.beautyStatus {
  height: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8px 22px 0;
  color: #3a302e;
  background: #fffaf7;
  font-size: 7px;
}

.beautyStatus span {
  letter-spacing: 2px;
}

.beautyMobileSite .phoneNav {
  height: 52px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 20px;
  color: #2d2523;
  background: #fffaf7;
}

.beautyMobileSite .phoneNav small {
  color: #b0706c;
  font-size: 6px;
  letter-spacing: 0.16em;
}

.beautyMobileSite .phoneNav b {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.11em;
}

.beautyMobileSite .phoneNav span {
  justify-self: end;
  font-size: 16px;
}

.beautyMobileHero {
  height: 270px;
  position: relative;
  overflow: hidden;
  margin: 0 12px;
  border-radius: 18px;
  background: #d8c6bc;
}

.beautyMobileHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(42, 28, 27, 0.78), transparent 72%);
}

.beautyMobileHero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 45%;
}

.beautyMobileHero > div {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 17px;
  color: #fff;
}

.beautyMobileHero small {
  display: block;
  font-size: 6px;
  letter-spacing: 0.14em;
}

.beautyMobileHero h3 {
  margin: 8px 0 12px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 0.95;
}

.beautyMobileHero > div > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 11px;
  color: #5f3537;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  font-size: 7px;
  font-weight: 700;
}

.beautyTrust {
  height: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 8px 12px 5px;
}

.beautyTrust span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 7px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 13px rgba(78, 53, 45, 0.06);
}

.beautyTrust b {
  color: #a65f5e;
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 400;
}

.beautyTrust small {
  margin-top: 2px;
  color: #8e817d;
  font-size: 5px;
}

.beautyMobileSite .phoneService {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 12px 0;
  padding: 11px 12px;
  border-radius: 13px;
}

.beautyMobileSite .phoneService > div {
  min-width: 0;
}

.beautyMobileSite .phoneService span {
  font-size: 5px;
}

.beautyMobileSite .phoneService b {
  margin: 4px 0 2px;
  font-size: 15px;
}

.beautyMobileSite .phoneService small {
  display: block;
  color: #8e817d;
  font-size: 6px;
}

.beautyMobileSite .phoneService > i {
  flex: 0 0 auto;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-left: auto;
  color: #fff;
  background: #b96e6b;
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
}

.beautyMobileSite .phoneTabs {
  height: 54px;
  padding: 2px 10px 4px;
  color: #bd7470;
}

.beautyMobileSite .phoneTabs span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.beautyMobileSite .phoneTabs i {
  font-size: 15px;
  font-style: normal;
}

.beautyMobileSite .phoneTabs small {
  color: #93827e;
  font-size: 5px;
}

.servicePreview {
  position: absolute;
  z-index: 2;
  top: 139px;
  right: -2%;
  width: 350px;
  height: 326px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #e5e4df;
  border-radius: 20px;
  box-shadow: 0 26px 65px rgba(71, 68, 52, 0.15);
  transform: rotate(1.7deg);
}

.servicePreviewBrowser {
  height: 270px;
  overflow: hidden;
  background: #f5f2ea;
}

.serviceBrowserBar {
  height: 31px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px;
  color: #929388;
  background: #fff;
  border-bottom: 1px solid #ecebe7;
}

.serviceBrowserBar > span {
  display: flex;
  gap: 5px;
}

.serviceBrowserBar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff746c;
}

.serviceBrowserBar i:nth-child(2) {
  background: #f0bd48;
}

.serviceBrowserBar i:nth-child(3) {
  background: #65bd70;
}

.serviceBrowserBar small {
  padding: 4px 16px;
  background: #f4f4f1;
  border-radius: 20px;
  font-size: 6px;
}

.serviceBrowserBar > b {
  justify-self: end;
  font-size: 7px;
  letter-spacing: 2px;
}

.servicePreviewBrowser > img {
  width: 100%;
  height: 239px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.servicePreview footer {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 15px;
  background: #fff;
}

.servicePreview footer > span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.servicePreview footer small {
  color: #85886f;
  font-size: 5px;
  letter-spacing: 0.12em;
}

.servicePreview footer b {
  color: #31342d;
  font-size: 8px;
}

.servicePreview footer > i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  margin-left: auto;
  color: #fff;
  background: #888b70;
  border-radius: 50%;
  font-size: 11px;
  font-style: normal;
}

@media (max-width: 1200px) {
  .phoneMockup {
    left: 41%;
    transform: scale(0.92);
    transform-origin: center top;
  }

  .servicePreview {
    right: -10%;
    transform: rotate(1.7deg) scale(0.9);
    transform-origin: right center;
  }
}

@media (max-width: 980px) {
  .phoneMockup {
    left: 43%;
    transform: none;
  }

  .servicePreview {
    right: 3%;
    transform: rotate(1.7deg);
  }
}

@media (max-width: 700px) {
  .phoneMockup {
    left: 50%;
    top: 17px;
    width: 245px;
    height: 478px;
    transform: translateX(-50%);
  }

  .beautyMobileHero {
    height: 212px;
    margin: 0 9px;
  }

  .beautyMobileHero h3 {
    font-size: 22px;
  }

  .beautyTrust {
    height: 48px;
    padding-inline: 9px;
  }

  .beautyMobileSite .phoneService {
    min-height: 62px;
    margin-inline: 9px;
    padding: 8px 10px;
  }

  .beautyMobileSite .phoneTabs {
    height: 48px;
  }

  .servicePreview {
    top: 145px;
    right: -72px;
    width: 270px;
    height: 250px;
    transform: rotate(2deg);
  }

  .servicePreviewBrowser {
    height: 207px;
  }

  .servicePreviewBrowser > img {
    height: 176px;
  }

  .servicePreview footer {
    height: 43px;
    padding-inline: 11px;
  }

  .servicePreview footer b {
    display: none;
  }

  .servicePreview footer > i {
    width: 24px;
    height: 24px;
  }
}

/* Distinct process stages */
.stepGrid article:nth-child(1) {
  --step-accent: #6f59df;
  --step-soft: #e9e4ff;
  --step-card: #f6f3ff;
  --step-card-end: #ebe6ff;
}

.stepGrid article:nth-child(2) {
  --step-accent: #3f8b69;
  --step-soft: #dcefe4;
  --step-card: #f4fbf7;
  --step-card-end: #e0f2e7;
}

.stepGrid article:nth-child(3) {
  --step-accent: #d66c4f;
  --step-soft: #ffe1d6;
  --step-card: #fff8f3;
  --step-card-end: #ffe6da;
}

.stepGrid article:nth-child(4) {
  --step-accent: #a34e72;
  --step-soft: #f3dce6;
  --step-card: #fff6fa;
  --step-card-end: #f4dfE8;
}

.stepGrid article {
  color: #2d2d3d;
  background: linear-gradient(155deg, var(--step-card), var(--step-card-end));
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 4px 0 var(--step-accent),
    0 24px 55px rgba(54, 37, 118, 0.2);
  backdrop-filter: none;
}

.stepGrid article:hover {
  background: linear-gradient(155deg, #fff, var(--step-card-end));
  box-shadow:
    inset 0 4px 0 var(--step-accent),
    0 31px 65px rgba(48, 32, 108, 0.26);
}

.stepGrid article > header span {
  color: #fff;
  background: var(--step-accent);
  box-shadow: 0 10px 22px color-mix(in srgb, var(--step-accent) 28%, transparent);
}

.stepGrid article > header em {
  color: var(--step-accent);
  background: color-mix(in srgb, var(--step-soft) 72%, #fff);
  border-color: color-mix(in srgb, var(--step-accent) 24%, transparent);
  font-weight: 750;
}

.stepGrid h3 {
  color: #292939;
}

.stepGrid p {
  color: #666778;
}

.stepGrid li {
  color: #424353;
  border-top-color: color-mix(in srgb, var(--step-accent) 15%, transparent);
}

.stepGrid li::before {
  background: var(--step-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--step-soft) 78%, transparent);
}

.stepGrid article > footer {
  background: color-mix(in srgb, var(--step-soft) 76%, #fff);
  border: 1px solid color-mix(in srgb, var(--step-accent) 14%, transparent);
}

.stepGrid article > footer small {
  color: var(--step-accent);
  font-weight: 800;
}

.stepGrid article > footer b {
  color: #363644;
}

/* Readability pass */
.siteNav a {
  font-size: 15px;
}

.primaryButton,
.secondaryButton,
.lightButton {
  font-size: 15px;
}

.eyebrow {
  font-size: 12px;
}

.sectionTop > p {
  font-size: 16px;
  line-height: 1.65;
}

.heroStats small {
  font-size: 12px;
  line-height: 1.4;
}

.typeGrid b {
  font-size: 15px;
}

.typeGrid small {
  font-size: 12px;
  line-height: 1.35;
}

.techBadge span {
  font-size: 12px;
}

.techBadge > i {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: #6b5ce7;
  background: #f0edff;
  border-radius: 12px;
}

.techBadge > i svg {
  width: 25px;
  height: 25px;
}

.projectCategory {
  font-size: 10px;
  font-weight: 800;
}

.projectInfo p {
  font-size: 15px;
  line-height: 1.65;
}

.projectTags span {
  padding: 7px 10px;
  font-size: 10px;
}

.projectOpen {
  font-size: 12px;
}

.processHighlights span {
  min-height: 42px;
  font-size: 13px;
}

.stepGrid article {
  min-height: 445px;
}

.stepGrid article > header em {
  font-size: 9px;
}

.stepGrid p {
  font-size: 14px;
  line-height: 1.55;
}

.stepGrid li {
  font-size: 12px;
  line-height: 1.45;
}

.stepGrid article > footer small {
  font-size: 8px;
}

.stepGrid article > footer b {
  font-size: 12px;
}

.wordpressCopy li b {
  font-size: 15px;
}

.wordpressCopy li small {
  font-size: 13px;
  line-height: 1.5;
}

.priceGrid article > em {
  font-size: 9px;
}

.priceGrid h3 {
  font-size: 24px;
}

.priceGrid article > span,
.priceGrid li {
  font-size: 14px;
}

.faqList article > p {
  font-size: 15px;
  line-height: 1.65;
}

.siteFooter p,
.siteFooter > div a {
  font-size: 13px;
}

.siteFooter small {
  font-size: 11px;
}

.modal form > p {
  font-size: 14px;
}

.modal label {
  font-size: 13px;
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: clip;
  }

  .siteNav a {
    font-size: 14px;
  }

  .eyebrow {
    font-size: 11px;
  }

  .heroStats small {
    font-size: 10px;
  }

  .projectInfo p {
    font-size: 14px;
  }

  .stepGrid article {
    min-height: 420px;
  }

  .wordpressCopy li small {
    font-size: 12px;
  }

  .faqList article > p {
    font-size: 14px;
  }

  .portfolioSection {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .projectGrid,
  .projectCard,
  .portfolioScene,
  .projectInfo,
  .projectDetails {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .projectGrid {
    gap: 20px;
  }

  .portfolioScene {
    overflow: hidden;
  }

  .caseDesktop {
    max-width: 100%;
  }

  .projectTags {
    max-width: 100%;
  }

  .projectOpen {
    width: fit-content;
    max-width: 100%;
    white-space: normal;
  }

  .technologySection {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding: 64px 20px 76px;
    overflow: hidden;
  }

  .techCopy {
    order: 1;
    max-width: none;
    padding: 0;
  }

  .techCopy h2 {
    margin: 17px 0 20px;
    font-size: 38px;
    line-height: 1.06;
  }

  .techCopy > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .techCopy .heroActions {
    margin-top: 27px;
  }

  .techVisual {
    order: 2;
    width: 100%;
    height: auto;
    min-height: 390px;
    margin: 0;
    padding: 25px 16px;
    overflow: hidden;
    border: 1px solid rgba(112, 86, 221, 0.09);
    border-radius: 32px;
    background: linear-gradient(145deg, #f4f0ff 0%, #fff 46%, #fff2e9 100%);
    box-shadow: 0 24px 55px rgba(62, 43, 132, 0.12);
    transform: none;
  }

  .techCircle.purple {
    top: -85px;
    left: -78px;
    width: 235px;
    height: 235px;
    opacity: 0.82;
  }

  .techCircle.pale {
    top: 64px;
    right: -92px;
    left: auto;
    width: 245px;
    height: 245px;
    opacity: 0.72;
  }

  .techCircle.warm {
    right: 25px;
    bottom: -72px;
    left: auto;
    width: 165px;
    height: 165px;
    opacity: 0.7;
  }

  .codeMark {
    top: auto;
    right: 20px;
    bottom: 15px;
    left: auto;
    z-index: 1;
    color: rgba(49, 39, 88, 0.08);
    font-size: 48px;
    transform: none;
  }

  .techOrbit {
    position: relative;
    z-index: 4;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    height: 100%;
    align-content: center;
  }

  .techBadge,
  .badge1,
  .badge2,
  .badge3,
  .badge4,
  .badge5,
  .badge6,
  .badge7 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
    height: 82px;
    border: 1px solid rgba(94, 72, 182, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(48, 38, 101, 0.1);
  }

  .techBadge img {
    width: 30px;
    height: 30px;
  }

  .techBadge span {
    font-size: 11px;
  }

  .techBadge.badge1,
  .techBadge.badge2 {
    grid-column: span 3;
    height: 105px;
    flex-direction: row;
    gap: 12px;
    border-radius: 24px;
  }

  .techBadge.badge1 img,
  .techBadge.badge2 img {
    width: 42px;
    height: 42px;
  }

  .techBadge.badge1 span,
  .techBadge.badge2 span {
    font-size: 14px;
    font-weight: 750;
  }

  .techBadge.badge3,
  .techBadge.badge4,
  .techBadge.badge5 {
    grid-column: span 2;
  }

  .techBadge.badge6 {
    grid-column: 2 / span 2;
  }

  .techBadge.badge7 {
    grid-column: 4 / span 2;
  }

  /* Mobile typography */
  body {
    font-size: 16px;
  }

  .logo {
    font-size: 23px;
  }

  .eyebrow {
    font-size: 12px;
    line-height: 1.4;
  }

  .primaryButton,
  .secondaryButton,
  .lightButton {
    min-height: 58px;
    font-size: 16px;
  }

  .heroCopy > p,
  .techCopy > p,
  .sectionTop > p,
  .wordpressCopy > p,
  .faqSection > div > p,
  .contactSection > p {
    font-size: 16px;
    line-height: 1.7;
  }

  .heroStats b {
    font-size: 24px;
  }

  .heroStats small {
    font-size: 11px;
    line-height: 1.35;
  }

  .typeGrid button {
    min-height: 98px;
  }

  .typeGrid b {
    font-size: 17px;
  }

  .typeGrid small {
    font-size: 14px;
    line-height: 1.4;
  }

  .techCopy h2,
  .sectionTop h2,
  .wordpressCopy h2,
  .faqSection h2 {
    font-size: 42px;
    line-height: 1.06;
  }

  .techBadge span {
    font-size: 12px;
  }

  .techBadge.badge1 span,
  .techBadge.badge2 span {
    font-size: 15px;
  }

  .projectCategory {
    font-size: 11px;
    line-height: 1.4;
  }

  .projectInfo h3 {
    margin-top: 9px;
    font-size: 29px;
    line-height: 1.08;
  }

  .projectInfo p {
    font-size: 16px;
    line-height: 1.65;
  }

  .projectTags span {
    padding: 8px 11px;
    font-size: 11px;
  }

  .projectOpen {
    font-size: 14px;
  }

  .processHighlights span {
    min-height: 46px;
    font-size: 14px;
  }

  .stepGrid article {
    min-height: 455px;
    padding: 27px 25px;
  }

  .stepGrid article > header em {
    font-size: 10px;
  }

  .stepGrid h3 {
    font-size: 27px;
  }

  .stepGrid p {
    font-size: 16px;
    line-height: 1.6;
  }

  .stepGrid li {
    padding-block: 11px;
    font-size: 14px;
    line-height: 1.45;
  }

  .stepGrid article > footer small {
    font-size: 9px;
  }

  .stepGrid article > footer b {
    font-size: 14px;
  }

  .wordpressCopy li b {
    font-size: 17px;
  }

  .wordpressCopy li small {
    font-size: 14px;
    line-height: 1.55;
  }

  .priceGrid article {
    min-height: 525px;
  }

  .priceGrid article > em {
    font-size: 10px;
  }

  .priceGrid h3 {
    font-size: 27px;
  }

  .priceGrid article > span,
  .priceGrid li {
    font-size: 16px;
    line-height: 1.5;
  }

  .promiseSection h3 {
    font-size: 27px;
  }

  .promiseSection p {
    font-size: 16px;
    line-height: 1.7;
  }

  .faqList button {
    font-size: 18px;
    line-height: 1.35;
  }

  .faqList article > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .contactSection h2 {
    font-size: 45px;
    line-height: 1.05;
  }

  .siteFooter p,
  .siteFooter > div a {
    font-size: 14px;
    line-height: 1.55;
  }

  .siteFooter small {
    font-size: 12px;
  }

  .modal form > p,
  .modal label,
  .modal input,
  .modal select {
    font-size: 15px;
  }
}

/* Expanded portfolio */
@media (min-width: 981px) {
  .projectGrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .projectCard:nth-child(1),
  .projectCard:nth-child(2) {
    grid-column: span 3;
  }

  .projectCard:nth-child(n + 3) {
    grid-column: span 2;
  }
}

.compactScene {
  height: 390px;
  padding: 33px 22px 24px;
  isolation: isolate;
}

.flagmanScene {
  background: linear-gradient(145deg, #202329 0%, #3a3e45 52%, #db3338 100%);
}

.astrScene {
  background: linear-gradient(145deg, #dff9f1 0%, #80ddc4 48%, #f1c951 100%);
}

.bartbagScene {
  background: linear-gradient(145deg, #f4eadc 0%, #d6b58d 52%, #805136 100%);
}

.compactOrb {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.compactOrbOne {
  top: -90px;
  right: -70px;
  width: 230px;
  height: 230px;
  border: 42px solid rgba(255, 255, 255, 0.13);
}

.compactOrbTwo {
  bottom: -75px;
  left: -65px;
  width: 170px;
  height: 170px;
  background: rgba(255, 255, 255, 0.12);
}

.compactBrowser {
  width: 94%;
  height: 292px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 50px rgba(30, 29, 40, 0.27);
  transform: rotate(-1deg);
}

.astrScene .compactBrowser {
  transform: rotate(1deg);
}

.bartbagScene .compactBrowser {
  transform: rotate(-0.6deg);
}

.compactBrowserBar {
  height: 25px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 9px;
  color: #92939b;
  background: #f7f7f9;
}

.compactBrowserBar > span {
  display: flex;
  gap: 4px;
}

.compactBrowserBar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef6f65;
}

.compactBrowserBar i:nth-child(2) {
  background: #efba3d;
}

.compactBrowserBar i:nth-child(3) {
  background: #68bc70;
}

.compactBrowserBar small {
  padding: 3px 13px;
  border-radius: 20px;
  background: #fff;
  font-size: 6px;
}

.compactBrowserBar b {
  justify-self: end;
  font-size: 7px;
  letter-spacing: 1px;
}

.compactPage {
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
}

.compactScreenshot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.bartbagScene .compactScreenshot {
  object-position: top center;
}

.compactIdentity {
  position: relative;
  z-index: 3;
  flex: none;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 13px rgba(22, 25, 35, 0.08);
}

.compactIdentity > img {
  width: 100%;
  height: auto;
  display: block;
}

.compactFullPage {
  display: block;
}

.compactFullScreenshot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: top center;
  background: #fff;
}

.compactPage > .compactHero {
  height: auto;
  min-height: 0;
  flex: 1;
}

.bartbagScene .compactHero::after {
  background: linear-gradient(270deg, rgba(65, 38, 24, 0.55), rgba(65, 38, 24, 0.02) 72%);
}

.bartbagScene .compactHero > div {
  right: 18px;
  left: auto;
  width: 48%;
}

.bartbagScene .compactHero strong {
  font-family: inherit;
  font-weight: 750;
}

.compactHeader {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  color: #272934;
  background: rgba(255, 255, 255, 0.97);
}

.compactHeader b {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.compactHeader b i {
  width: 18px;
  height: 18px;
  border: 5px solid #e33136;
  border-radius: 5px;
  transform: rotate(45deg);
}

.astrScene .compactHeader b i {
  border: 0;
  border-radius: 50% 38% 48% 42%;
  background: linear-gradient(135deg, #33caa2, #f2cf4b);
  transform: rotate(-14deg);
}

.bartbagScene .compactHeader b i {
  border: 2px solid #6c4533;
  border-radius: 50%;
  transform: none;
}

.compactHeader > span {
  margin-left: auto;
  color: #858690;
  font-size: 6px;
}

.compactHeader > em {
  display: none;
  margin-left: auto;
  font-size: 14px;
  font-style: normal;
}

.compactHero {
  height: 166px;
  position: relative;
  overflow: hidden;
}

.compactHero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 19, 26, 0.66), rgba(16, 19, 26, 0.04) 76%);
}

.astrScene .compactHero::after {
  background: linear-gradient(90deg, rgba(17, 44, 39, 0.63), rgba(17, 44, 39, 0.02) 72%);
}

.bartbagScene .compactHero::after {
  background: linear-gradient(270deg, rgba(65, 38, 24, 0.55), rgba(65, 38, 24, 0.02) 72%);
}

.compactHero > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.flagmanScene .compactHero > img {
  object-position: center 48%;
}

.astrScene .compactHero > img {
  object-position: center 48%;
}

.bartbagScene .compactHero > img {
  object-position: center 52%;
}

.compactHero > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 18px;
  width: 67%;
  color: #fff;
  transform: translateY(-50%);
}

.compactHero small {
  display: block;
  margin-bottom: 8px;
  font-size: 5px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.compactHero strong {
  display: block;
  max-width: 290px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.04;
}

.astrScene .compactHero strong {
  font-family: inherit;
  font-weight: 750;
}

.compactHero div > span {
  display: inline-flex;
  margin-top: 13px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #fff;
  background: #e53136;
  font-size: 6px;
  font-weight: 700;
}

.astrScene .compactHero div > span {
  color: #18382f;
  background: #5ee0ba;
}

.bartbagScene .compactHero div > span {
  background: #9c6844;
}

.compactSections {
  height: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e9e9ed;
}

.compactSections > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 0 10px;
  background: #fff;
}

.compactSections i {
  color: #df3439;
  font-size: 5px;
  font-style: normal;
}

.astrScene .compactSections i {
  color: #27b991;
}

.bartbagScene .compactSections i {
  color: #9a6747;
}

.compactSections b {
  overflow: hidden;
  font-size: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.compactBadge {
  position: absolute;
  z-index: 5;
  right: 16px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 13px 26px rgba(31, 31, 41, 0.2);
}

.compactBadge > i {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #de3439;
  font-size: 9px;
  font-style: normal;
}

.astrScene .compactBadge > i {
  background: #27b991;
}

.bartbagScene .compactBadge > i {
  background: #986445;
}

.compactBadge > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.compactBadge small {
  color: #92939c;
  font-size: 5px;
  letter-spacing: 0.1em;
}

.compactBadge b {
  color: #343640;
  font-size: 8px;
}

.flagmanProject .projectCategory {
  color: #d93a40;
}

.astrProject .projectCategory {
  color: #229f7e;
}

.bartbagProject .projectCategory {
  color: #9a6747;
}

@media (min-width: 981px) {
  .flagmanProject .projectInfo,
  .astrProject .projectInfo,
  .bartbagProject .projectInfo {
    min-height: 245px;
    padding: 25px 24px 27px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .flagmanProject .projectOpen,
  .astrProject .projectOpen,
  .bartbagProject .projectOpen {
    margin-top: 22px;
  }
}

@media (max-width: 700px) {
  .compactScene {
    height: 330px;
    padding: 28px 13px 20px;
  }

  .compactBrowser {
    width: 97%;
    height: 250px;
    border-width: 4px;
    border-radius: 13px;
  }

  .compactHeader {
    height: 36px;
    padding-inline: 11px;
  }

  .compactHeader > span {
    display: none;
  }

  .compactHeader > em {
    display: block;
  }

  .compactHero {
    height: 140px;
  }

  .compactHero > div {
    left: 15px;
    width: 72%;
  }

  .compactHero strong {
    font-size: 16px;
  }

  .compactSections {
    height: 45px;
  }

  .compactSections > span {
    padding-inline: 7px;
  }

  .compactBadge {
    right: 10px;
    bottom: 10px;
  }
}

/* Refined FAQ accordion */
.faqSection {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: start;
}

.faqSection > div:first-child {
  padding: 30px;
  border: 1px solid rgba(112, 86, 221, 0.12);
  border-radius: 26px;
  background: linear-gradient(145deg, #f5f2ff 0%, #fff 62%, #fff4eb 100%);
  box-shadow: 0 18px 48px rgba(53, 42, 109, 0.07);
}

.faqSection > div:first-child h2 {
  margin-bottom: 18px;
}

.faqList {
  display: grid;
  gap: 12px;
  border: 0;
}

.faqList article {
  overflow: hidden;
  border: 1px solid #e8e6f1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(37, 38, 72, 0.035);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.faqList article.open {
  border-color: rgba(112, 86, 221, 0.28);
  background: linear-gradient(120deg, #f7f5ff 0%, #fff 70%);
  box-shadow: 0 18px 38px rgba(83, 65, 166, 0.1);
}

.faqList button,
.faqList article.open button {
  min-height: 82px;
  gap: 24px;
  padding: 0 22px;
  background: transparent;
}

.faqList button span {
  font-size: 19px;
  line-height: 1.35;
}

.faqList button i {
  width: 38px;
  height: 38px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--violet);
  background: #f0edff;
  font-size: 23px;
  line-height: 1;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.faqList article.open button i {
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #9479ff);
  transform: rotate(180deg);
}

.faqList article > p,
.faqList article.open > p {
  margin: -4px 72px 0 22px;
  padding: 0 0 25px;
  color: #646b80;
  background: transparent;
  font-size: 16px;
  line-height: 1.65;
}

@media (max-width: 700px) {
  .faqSection {
    gap: 26px;
  }

  .faqSection > div:first-child {
    padding: 24px 22px;
    border-radius: 21px;
  }

  .faqList {
    gap: 9px;
  }

  .faqList article {
    border-radius: 16px;
  }

  .faqList button,
  .faqList article.open button {
    min-height: 70px;
    gap: 14px;
    padding: 0 16px;
  }

  .faqList button span {
    font-size: 16px;
    line-height: 1.35;
  }

  .faqList button i {
    width: 33px;
    height: 33px;
    font-size: 20px;
  }

  .faqList article > p,
  .faqList article.open > p {
    margin: -2px 49px 0 16px;
    padding: 0 0 19px;
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Stronger final contact block */
.contactSection {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(370px, 0.94fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  padding: 74px clamp(42px, 7vw, 110px);
  text-align: left;
  background:
    radial-gradient(circle at 7% 10%, rgba(255, 255, 255, 0.18) 0 9%, transparent 9.3%),
    radial-gradient(circle at 88% 88%, rgba(255, 188, 148, 0.22) 0 18%, transparent 18.3%),
    linear-gradient(135deg, #5947d7 0%, #7559ee 52%, #a16fff 100%);
}

.contactCopy,
.contactPlan {
  position: relative;
  z-index: 2;
}

.contactCopy {
  max-width: 680px;
}

.contactCopy h2 {
  max-width: 650px;
  margin: 20px 0 21px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.contactCopy > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.7;
}

.contactActions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 31px;
}

.contactSection .lightButton {
  min-width: 225px;
  margin: 0;
  box-shadow: 0 16px 32px rgba(31, 19, 99, 0.22);
}

.contactActions > span {
  max-width: 145px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.45;
}

.contactDirect {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 28px;
}

.contactDirect a {
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.contactPlan {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 65px rgba(34, 21, 97, 0.23);
  backdrop-filter: blur(16px);
}

.contactPlan header {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e8e7f0;
}

.contactPlan header > span,
.contactPlan footer > span,
.contactPlan li > span {
  display: flex;
  flex-direction: column;
}

.contactPlan header small {
  color: var(--violet);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.contactPlan header b {
  max-width: 310px;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.2;
}

.contactPlan header em {
  margin-left: auto;
  padding: 8px 10px;
  border-radius: 20px;
  color: var(--violet);
  background: var(--violet-soft);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.contactPlan ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}

.contactPlan li {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 13px;
  min-height: 67px;
  border-bottom: 1px solid #efedf4;
}

.contactPlan li:last-child {
  border: 0;
}

.contactPlan li > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--violet);
  background: #f1eeff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.contactPlan li b {
  font-size: 14px;
}

.contactPlan li small,
.contactPlan footer small {
  margin-top: 4px;
  color: #747b8e;
  font-size: 11px;
  line-height: 1.4;
}

.contactPlan footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 19px;
}

.contactPlan footer > i {
  width: 34px;
  height: 34px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #2aba83;
  font-size: 13px;
  font-style: normal;
}

.contactPlan footer b {
  font-size: 13px;
}

@media (max-width: 900px) {
  .contactSection {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contactPlan {
    width: min(620px, 100%);
  }
}

@media (max-width: 700px) {
  .contactSection {
    min-height: 0;
    margin: 0 20px;
    padding: 48px 22px 24px;
    gap: 34px;
    border-radius: 26px;
  }

  .contactCopy h2 {
    margin-top: 17px;
    font-size: 42px;
    line-height: 1;
  }

  .contactCopy > p {
    font-size: 15px;
    line-height: 1.65;
  }

  .contactActions {
    display: grid;
    gap: 12px;
    margin-top: 25px;
  }

  .contactSection .lightButton {
    width: 100%;
  }

  .contactActions > span {
    max-width: none;
    text-align: center;
  }

  .contactDirect {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .contactPlan {
    padding: 21px 18px;
    border-radius: 21px;
  }

  .contactPlan header b {
    font-size: 18px;
  }

  .contactPlan li {
    min-height: 72px;
  }
}
