.root360-page {
  --r360-dark: #061016;
  --r360-ink: #0b2a36;
  --r360-teal: #0b8083;
  --r360-cyan: #25d4cc;
  --r360-paper: #f8f7f4;
  color: #0b2732;
  font-family: "Manrope", "Plus Jakarta Sans", Arial, sans-serif;
}

.root360-page h1,
.root360-page h2,
.root360-page h3,
.root360-page p {
  margin: 0;
}

.r360-icon-sprite {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.root360-page svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.r360-nav {
  background: #040b10;
  display: grid;
  grid-template-columns: 350px 1fr;
  min-height: 132px;
}

.r360-brand {
  align-content: center;
  border-right: 1px solid rgba(255,255,255,.18);
  display: grid;
  padding-left: 28px;
  text-decoration: none;
}

.r360-brand img {
  filter: brightness(0) invert(1);
  height: 80px;
  object-fit: contain;
  object-position: left;
  width: 295px;
}

.r360-brand span {
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  margin-left: 75px;
  margin-top: -13px;
  text-transform: uppercase;
}

.r360-menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.r360-menu a {
  border-right: 1px solid rgba(255,255,255,.18);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
}

.r360-menu strong {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.r360-menu a.active strong {
  color: var(--r360-cyan);
}

.r360-menu strong::after {
  content: "v";
  font-size: 11px;
  margin-left: 5px;
}

.r360-menu span {
  color: rgba(255,255,255,.84);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.r360-hero {
  background:
    radial-gradient(circle at 76% 50%, rgba(37, 212, 204, .14), transparent 28%),
    radial-gradient(circle at 18% 42%, rgba(37, 212, 204, .08), transparent 32%),
    radial-gradient(circle at 68% 42%, rgba(17, 197, 193, .12), transparent 34%),
    linear-gradient(90deg, #061016 0%, #06151d 43%, #041018 100%);
  border-top: 1px solid rgba(37,212,204,.18);
  display: grid;
  grid-template-columns: 43% 57%;
  min-height: 405px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.r360-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 22px 34px 66px;
  position: relative;
  z-index: 1;
}

.r360-hero-copy h1 {
  color: #f7f1e9;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.05;
  text-shadow: 0 4px 14px rgba(0,0,0,.5);
}

.r360-hero-copy h2 {
  color: var(--r360-cyan);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 7px;
}

.r360-hero-copy p {
  color: rgba(255,255,255,.92);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.62;
  margin-top: 38px;
  max-width: 610px;
}

.r360-quote {
  background: rgba(2, 19, 27, .34);
  border: 1px solid rgba(37,212,204,.78);
  border-radius: 5px;
  box-shadow: inset 0 0 22px rgba(37,212,204,.08), 0 14px 30px rgba(0,0,0,.16);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  margin-top: 24px;
  max-width: 510px;
  padding: 16px 20px;
}

.r360-hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.r360-hero-visual img {
  box-shadow: 0 24px 54px rgba(0,0,0,.22);
  display: block;
  height: 370px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  width: 100%;
}

.r360-paper {
  background: var(--r360-paper);
  padding: 0 18px 30px;
}

.r360-panel,
.r360-diagnostic-panel {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,45,54,.25);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(8,38,46,.08);
  margin: 0 auto 22px;
  max-width: 1220px;
}

.r360-diagnostic-panel {
  background: rgba(255,255,255,.94);
  margin-top: -46px;
  max-width: 1360px;
  padding: 0 34px 30px;
  position: relative;
  z-index: 2;
}

.r360-inputs {
  position: relative;
}

.r360-title {
  padding-top: 24px;
  text-align: center;
}

.r360-title h2 {
  color: #132b35;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.r360-title p {
  color: #173541;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}

.r360-title::after {
  background: #1fb7b1;
  content: "";
  display: block;
  height: 2px;
  margin: 13px auto 0;
  width: 58px;
}

.r360-input-grid {
  border: 1px solid rgba(8,45,54,.22);
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 18px 0 22px;
  text-align: center;
}

.r360-input-grid div {
  border-left: 1px solid rgba(8,45,54,.13);
  padding: 24px 18px;
}

.r360-input-grid div:first-child {
  border-left: 0;
}

.r360-input-grid svg {
  color: #0a6570;
  display: block;
  height: 70px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  stroke-width: 2.25;
  width: 70px;
}

.r360-input-grid strong {
  color: #0b3d4c;
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.r360-input-grid p {
  color: #112f39;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 10px;
}

.r360-modules {
  margin: 0;
  max-width: none;
  padding-top: 2px;
}

.r360-module-grid {
  display: grid;
  gap: 10px 20px;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 96px);
  margin-top: 18px;
}

.r360-module {
  align-items: stretch;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(8,45,54,.2);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 44px 110px 1fr;
  min-height: 96px;
  overflow: hidden;
}

.r360-module > span {
  align-self: center;
  background: #064b5a;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  margin-left: 10px;
  width: 32px;
}

.r360-module > i {
  align-items: center;
  background: linear-gradient(145deg, #082b35, #03131b);
  color: #fff;
  display: flex;
  justify-content: center;
}

.r360-module-icon {
  align-self: stretch;
  background: linear-gradient(145deg, #082b35, #03131b);
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: auto;
  min-height: 96px;
  padding: 18px 20px;
  stroke-width: 2.7;
  width: 100%;
}

.r360-module div {
  align-self: center;
  padding: 12px 20px;
}

.r360-module strong {
  color: #0b6470;
  display: block;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.r360-module p {
  color: #112f39;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 6px;
}

.r360-output-row {
  align-items: start;
  display: grid;
  gap: 26px;
  grid-template-columns: .88fr 1.28fr;
  margin: 24px 18px 0;
  max-width: none;
}

.r360-clarity {
  background: linear-gradient(145deg, #06323d, #041820);
  border: 1px solid rgba(7, 47, 58, .55);
  border-radius: 8px;
  box-shadow: inset 0 0 34px rgba(29,151,156,.1);
  color: #fff;
  min-height: 238px;
  padding: 28px 34px 24px;
}

.r360-clarity h3,
.r360-blueprint h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.r360-clarity p {
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 18px;
  max-width: 420px;
}

.r360-clarity-flow {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  margin-top: 28px;
  text-align: center;
}

.r360-clarity-flow svg {
  color: #fff;
  display: block;
  height: 48px;
  margin: 0 auto;
  stroke-width: 2.1;
  width: 48px;
}

.r360-clarity-flow strong {
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: uppercase;
}

.r360-clarity-flow em {
  color: #49dcd6;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}

.r360-blueprint {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,45,54,.25);
  border-radius: 8px;
  box-shadow: inset 0 0 26px rgba(8,45,54,.04);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 190px;
  min-height: 238px;
  overflow: hidden;
  padding: 26px 24px 22px 30px;
  position: relative;
}

.r360-blueprint h3 {
  color: #173541;
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.18;
  white-space: nowrap;
}

.r360-blueprint p {
  align-items: flex-start;
  color: #17313b;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 10px;
  line-height: 1.25;
  margin-top: 11px;
}

.r360-blueprint i {
  color: #0b8083;
  font-size: 15px;
  line-height: 1.1;
}

.r360-report {
  align-self: center;
  background: transparent;
  box-shadow: none;
  height: 230px;
  justify-self: center;
  padding: 0;
  position: relative;
  transform: none;
  width: 220px;
  z-index: 1;
}

.r360-report img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.r360-safety {
  align-items: center;
  background: rgba(255,255,255,.86);
  border: 1px solid #dc2b2b;
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: 120px 1fr 270px;
  margin: 0 auto;
  max-width: 1220px;
  padding: 24px 36px;
}

.r360-safety > i {
  color: #d71919;
  font-size: 82px;
  text-align: center;
}

.r360-safety h2 {
  color: #d71919;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.r360-safety p {
  color: #132f39;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.r360-safety aside {
  align-items: center;
  border-left: 1px solid rgba(8,45,54,.2);
  display: grid;
  gap: 20px;
  grid-template-columns: 76px 1fr;
  padding-left: 26px;
}

.r360-safety aside i {
  color: #5b7479;
  font-size: 58px;
}

.r360-safety aside p {
  font-size: 17px;
}

.r360-footer {
  background: linear-gradient(90deg, #052a35, #03151d);
  color: #fff;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  padding: 30px 48px;
}

.r360-footer blockquote {
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
  margin: 0;
  padding-left: 34px;
  position: relative;
}

.r360-footer blockquote::before {
  content: "\"";
  font-size: 48px;
  left: 0;
  position: absolute;
  top: -10px;
}

.r360-footer div {
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 24px;
}

.r360-footer i {
  color: #fff;
  display: block;
  font-size: 35px;
}

.r360-footer strong {
  color: #7de8e2;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 8px;
  text-transform: uppercase;
}

.r360-footer span {
  color: rgba(255,255,255,.75);
  display: block;
  font-size: 11px;
  line-height: 1.35;
  margin-top: 8px;
}

.r360-bottom {
  align-items: center;
  background: #041018;
  color: #fff;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: space-between;
  padding: 18px 52px;
}

@media (max-width: 900px) {
  .r360-nav,
  .r360-hero,
  .r360-output-row,
  .r360-safety,
  .r360-footer {
    grid-template-columns: 1fr;
  }

  .r360-menu,
  .r360-input-grid,
  .r360-module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .r360-module-grid {
    grid-auto-flow: row;
    grid-template-rows: none;
  }

  .r360-inputs {
    margin-top: 0;
  }
}

@media (max-width: 720px) {
  .r360-menu {
    display: none;
  }

  .r360-brand {
    padding: 18px;
  }

  .r360-hero-copy {
    padding: 42px 22px;
  }

  .r360-input-grid,
  .r360-module-grid,
  .r360-module,
  .r360-blueprint,
  .r360-clarity-flow {
    grid-template-columns: 1fr;
  }

  .r360-diagnostic-panel {
    padding: 0 16px 24px;
  }
}

/* Reference-style ROOT360 hero */
.root360-page .r360-nav {
  align-items: center;
  background: linear-gradient(180deg, #071017 0%, #03090e 100%);
  border-bottom: 2px solid rgba(18, 49, 56, 0.9);
  display: flex;
  gap: clamp(22px, 2.2vw, 34px);
  min-height: 106px;
  padding: 0 clamp(16px, 2.2vw, 30px);
  position: relative;
  z-index: 5;
}

.root360-page .r360-brand {
  border-right: 0;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  min-height: 106px;
  min-width: clamp(305px, 28vw, 350px);
  padding-left: 0;
}

.root360-page .r360-brand img {
  filter: brightness(0) invert(1) contrast(1.12);
  height: 78px;
  width: clamp(285px, 25vw, 325px);
}

.root360-page .r360-brand span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-left: 88px;
  margin-top: -13px;
}

.root360-page .r360-menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: clamp(22px, 2.9vw, 46px);
  justify-content: flex-start;
  min-width: 0;
}

.root360-page .r360-menu a {
  align-items: center;
  border-right: 0;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  flex-direction: row;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 900;
  gap: 8px;
  line-height: 1.25;
  max-width: 150px;
  padding: 0;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
}

.root360-page .r360-menu a.active,
.root360-page .r360-menu a:hover {
  color: #18d6cf;
}

.root360-page .r360-menu i {
  color: currentColor;
  font-size: 10px;
  opacity: 0.72;
}

.root360-page .r360-nav-cta {
  align-items: center;
  border: 2px solid rgba(19, 200, 196, 0.78);
  border-radius: 7px;
  color: #19ccc7;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.root360-page .r360-nav-cta i {
  border: 1px solid rgba(24, 214, 207, 0.55);
  border-radius: 4px;
  font-size: 17px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 24px;
}

.root360-page .r360-nav-cta:hover {
  background: rgba(24, 214, 207, 0.12);
  color: #fff;
}

.root360-page .r360-hero {
  background:
    radial-gradient(circle at 72% 46%, rgba(25, 211, 205, 0.16), transparent 32%),
    linear-gradient(90deg, #071016 0%, #07151c 42%, #061820 62%, #031016 100%);
  border-top: 0;
  border-bottom: 2px solid rgba(92, 77, 50, 0.42);
  display: grid;
  grid-template-columns: minmax(640px, 50%) minmax(0, 50%);
  min-height: 540px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.root360-page .r360-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 58px 20px 112px clamp(42px, 4.6vw, 74px);
  position: relative;
  z-index: 2;
}

.root360-page .r360-hero-copy h1 {
  color: #f7f0e8;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(56px, 5vw, 82px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.18), 0 8px 20px rgba(0, 0, 0, 0.78);
}

.root360-page .r360-hero-copy h2 {
  color: #16c8c4;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 600;
  line-height: 1.22;
  margin-top: 18px;
  text-shadow: 0 0 18px rgba(20, 211, 207, 0.22);
}

.root360-page .r360-hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.28vw, 20px);
  font-weight: 600;
  line-height: 1.58;
  margin-top: 22px;
  max-width: 690px;
}

.root360-page .r360-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.root360-page .r360-primary-btn,
.root360-page .r360-secondary-btn {
  align-items: center;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.root360-page .r360-primary-btn {
  background: linear-gradient(90deg, #24c4c2 0%, #43d5cf 100%);
  box-shadow: 0 0 0 1px rgba(122, 255, 249, 0.25) inset, 0 12px 28px rgba(22, 207, 201, 0.24);
  color: #fff;
  width: 354px;
}

.root360-page .r360-primary-btn i {
  font-size: 21px;
}

.root360-page .r360-secondary-btn {
  background: rgba(3, 12, 16, 0.45);
  border: 2px solid rgba(75, 207, 202, 0.72);
  color: #fff;
  width: 260px;
}

.root360-page .r360-primary-btn:hover,
.root360-page .r360-secondary-btn:hover {
  color: #fff;
  transform: translateY(-1px);
}

.root360-page .r360-hero-pillars {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  bottom: 26px;
  left: clamp(42px, 4.6vw, 74px);
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  right: 22px;
}

.root360-page .r360-hero-pillars div {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  display: inline-flex;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
}

.root360-page .r360-hero-pillars div:first-child {
  border-left: 0;
  padding-left: 0;
}

.root360-page .r360-hero-pillars i {
  color: #24c8c0;
  font-size: 31px;
}

.root360-page .r360-hero-pillars strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.root360-page .r360-hero-visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 540px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.root360-page .r360-hero-visual img {
  box-shadow: none;
  filter: contrast(1.08) saturate(1.12) brightness(0.9);
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 48%;
  opacity: 1;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 100%);
}

.root360-page .r360-diagnostic-panel {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .root360-page .r360-nav {
    flex-wrap: wrap;
    min-height: auto;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .root360-page .r360-brand {
    min-height: auto;
    min-width: 270px;
  }

  .root360-page .r360-brand img {
    height: 68px;
    width: 270px;
  }

  .root360-page .r360-brand span {
    font-size: 10px;
    margin-left: 72px;
    margin-top: -11px;
  }

  .root360-page .r360-menu {
    flex-basis: 100%;
    order: 3;
  }

  .root360-page .r360-hero {
    grid-template-columns: minmax(430px, 50%) minmax(0, 50%);
  }

  .root360-page .r360-hero-pillars {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}

@media (max-width: 900px) {
  .root360-page .r360-hero {
    grid-template-columns: 1fr;
  }

  .root360-page .r360-hero-visual {
    min-height: 420px;
  }
}

@media (max-width: 720px) {
  .root360-page .r360-nav {
    justify-content: space-between;
    padding: 14px 16px;
  }

  .root360-page .r360-menu {
    display: none;
  }

  .root360-page .r360-brand {
    min-width: 0;
    padding: 0;
  }

  .root360-page .r360-brand img {
    height: 54px;
    width: 218px;
  }

  .root360-page .r360-brand span {
    font-size: 8px;
    margin-left: 58px;
    margin-top: -8px;
  }

  .root360-page .r360-nav-cta {
    font-size: 0;
    min-height: 44px;
    padding: 0 12px;
  }

  .root360-page .r360-hero-copy {
    padding: 42px 22px 28px;
  }

  .root360-page .r360-hero-copy h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .root360-page .r360-primary-btn,
  .root360-page .r360-secondary-btn {
    min-width: 100%;
    width: 100%;
  }

  .root360-page .r360-hero-pillars {
    gap: 14px 0;
  }

  .root360-page .r360-hero-pillars div {
    border-left: 0;
    flex: 1 1 50%;
    padding: 0 12px 0 0;
  }

  .root360-page .r360-hero-visual {
    min-height: 330px;
  }
}

/* Reference-style ROOT360 lower CTA and footer */
.root360-page .r360-lower {
  background: #fbfaf6;
  padding: 24px clamp(18px, 3.8vw, 58px) 0;
}

.root360-page .r360-lower-cta {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 52, 63, 0.18);
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(6, 38, 46, 0.1);
  display: grid;
  gap: 22px;
  grid-template-columns: 64px minmax(280px, 1fr) minmax(250px, 340px) minmax(220px, 280px);
  margin: 0 auto 26px;
  max-width: 1360px;
  min-height: 112px;
  padding: 18px 28px;
}

.root360-page .r360-lower-cta > i {
  color: #087b7d;
  font-size: 46px;
  line-height: 1;
}

.root360-page .r360-lower-cta h2 {
  color: #122c36;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 1.55vw, 26px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 8px;
}

.root360-page .r360-lower-cta p {
  color: #36505a;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}

.root360-page .r360-lower-primary,
.root360-page .r360-lower-secondary {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  gap: 14px;
  justify-content: center;
  min-height: 58px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.root360-page .r360-lower-primary {
  background: linear-gradient(90deg, #028584 0%, #13b3ad 100%);
  box-shadow: 0 10px 20px rgba(4, 125, 124, 0.22);
  color: #fff;
}

.root360-page .r360-lower-secondary {
  background: #fff;
  border: 2px solid rgba(8, 119, 126, 0.5);
  color: #12333d;
}

.root360-page .r360-lower-secondary i {
  color: #07898a;
  font-size: 22px;
}

.root360-page .r360-trust-strip {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 12px 28px;
}

.root360-page .r360-trust-strip div {
  align-items: center;
  border-left: 1px solid rgba(8, 58, 68, 0.15);
  display: grid;
  gap: 8px 18px;
  grid-template-columns: 58px 1fr;
  padding: 2px 34px;
}

.root360-page .r360-trust-strip div:first-child {
  border-left: 0;
}

.root360-page .r360-trust-strip i {
  align-self: start;
  color: #11888a;
  font-size: 43px;
  grid-row: span 2;
  line-height: 1;
}

.root360-page .r360-trust-strip strong {
  color: #17313b;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.22;
}

.root360-page .r360-trust-strip span {
  color: #36515b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
}

.root360-page .r360-site-footer {
  background:
    radial-gradient(circle at 12% 5%, rgba(22, 196, 188, 0.14), transparent 28%),
    linear-gradient(90deg, #06252e 0%, #03141c 48%, #04131a 100%);
  border-top: 1px solid rgba(34, 211, 202, 0.16);
  color: #fff;
  padding: 30px clamp(18px, 3.8vw, 58px) 20px;
}

.root360-page .r360-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(300px, 1.35fr) repeat(3, minmax(160px, 0.78fr)) minmax(230px, 0.9fr);
  margin: 0 auto;
  max-width: 1560px;
}

.root360-page .r360-footer-grid > div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 28px;
}

.root360-page .r360-footer-grid > div:first-child {
  border-left: 0;
  padding-left: 0;
}

.root360-page .r360-footer-brand img {
  filter: brightness(0) invert(1) contrast(1.1);
  height: auto;
  max-width: 310px;
  width: 100%;
}

.root360-page .r360-footer-brand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  margin: 18px 0 0;
  max-width: 360px;
}

.root360-page .r360-site-footer h3 {
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.root360-page .r360-site-footer a:not(.r360-footer-appointment) {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-top: 11px;
  text-decoration: none;
}

.root360-page .r360-site-footer a:hover {
  color: #1ed6cf;
}

.root360-page .r360-socials {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.root360-page .r360-site-footer .r360-socials a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  margin: 0;
  width: 42px;
}

.root360-page .r360-footer-appointment {
  align-items: center;
  background: linear-gradient(90deg, #08a8a4, #28c4bd);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 58px;
  padding: 0 26px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.root360-page .r360-footer-appointment i {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  font-size: 22px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}

.root360-page .r360-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: space-between;
  margin: 28px auto 0;
  max-width: 1560px;
  padding-top: 18px;
}

.root360-page .r360-footer-bottom strong {
  color: #18d6cf;
}

@media (max-width: 1180px) {
  .root360-page .r360-lower-cta {
    grid-template-columns: 54px 1fr;
  }

  .root360-page .r360-lower-primary,
  .root360-page .r360-lower-secondary {
    width: 100%;
  }

  .root360-page .r360-trust-strip,
  .root360-page .r360-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .root360-page .r360-lower {
    padding: 18px 14px 0;
  }

  .root360-page .r360-lower-cta,
  .root360-page .r360-trust-strip,
  .root360-page .r360-footer-grid {
    grid-template-columns: 1fr;
  }

  .root360-page .r360-lower-cta {
    padding: 20px;
    text-align: center;
  }

  .root360-page .r360-lower-cta > i {
    margin: 0 auto;
  }

  .root360-page .r360-lower-primary,
  .root360-page .r360-lower-secondary {
    white-space: normal;
  }

  .root360-page .r360-trust-strip div,
  .root360-page .r360-footer-grid > div {
    border-left: 0;
    border-top: 1px solid rgba(8, 58, 68, 0.15);
    padding: 22px 8px;
  }

  .root360-page .r360-trust-strip div:first-child,
  .root360-page .r360-footer-grid > div:first-child {
    border-top: 0;
  }

  .root360-page .r360-site-footer {
    padding: 28px 20px 20px;
  }

  .root360-page .r360-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 720px) {
  .root360-page .r360-paper {
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
  }

  .root360-page .r360-diagnostic-panel {
    padding-left: 14px;
    padding-right: 14px;
  }

  .root360-page .r360-output-row {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .root360-page .r360-clarity,
  .root360-page .r360-blueprint {
    min-width: 0;
    width: 100%;
  }

  .root360-page .r360-blueprint {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .root360-page .r360-blueprint h3 {
    white-space: normal;
  }

  .root360-page .r360-report {
    height: 190px;
    margin-top: 18px;
    width: min(220px, 100%);
  }

  .root360-page .r360-clarity-flow {
    grid-template-columns: 1fr;
  }

  .root360-page .r360-clarity-flow em {
    transform: rotate(90deg);
  }
}
