.carxcell-lp-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.single-post.postid-1129 .sydney-hero-area {
    display: none;
}

.single-post.postid-1129 #content.page-wrap {
    padding-top: 0;
    padding-bottom: 0;
    background: #05070b;
}

.single-post.postid-1129 .content-wrapper.container,
.single-post.postid-1129 .content-wrapper .row {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.carxcell-lp-page .site-main {
    margin: 0;
}

.carxcell-lp {
    --black: #07090d;
    --navy: #0b1220;
    --panel: #101928;
    --panel2: #162235;
    --white: #f7fbff;
    --text: #dce7f3;
    --muted: #9baabe;

    --cyan: #00d5ff;
    --cyan-soft: rgba(0, 213, 255, .18);
    --green: #3cff9e;
    --green-soft: rgba(60, 255, 158, .15);
    --amber: #ffb020;
    --amber-soft: rgba(255, 176, 32, .18);
    --red: #ff4d5e;
    --red-soft: rgba(255, 77, 94, .14);
    --metal: #94a3b8;

    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    color: var(--white);
    background:
      radial-gradient(circle at 18% 8%, rgba(0, 213, 255, .35), transparent 28rem),
      radial-gradient(circle at 80% 12%, rgba(60, 255, 158, .20), transparent 24rem),
      radial-gradient(circle at 50% 95%, rgba(255, 176, 32, .18), transparent 26rem),
      linear-gradient(180deg, #05070b 0%, #0b1220 48%, #05070b 100%);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }

  .carxcell-lp::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .18;
    background-image:
      linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 70%);
  }

  .carxcell-lp * {
    box-sizing: border-box;
  }

  .cx-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .cx-hero {
    padding: 92px 0 78px;
  }
.cx-title {
    margin: 0 0 22px;
    font-size: clamp(44px, 8vw, 96px);
    line-height: .95;
    letter-spacing: -.07em;
    font-weight: 950;
  }

  .cx-title .white {
    color: #fff;
  }

  .cx-title .grad {
    display: block;
    background: linear-gradient(90deg, var(--cyan), var(--green) 55%, var(--amber));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 34px rgba(0,213,255,.25);
  }

  .cx-lead {
    max-width: 880px;
    margin: 0;
    color: #d9e7f5;
    font-size: clamp(17px, 2.1vw, 24px);
    line-height: 1.9;
    font-weight: 650;
  }

  .cx-lead strong {
    color: #fff;
    background: linear-gradient(transparent 62%, rgba(0,213,255,.35) 62%);
  }

  .cx-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 26px;
    margin-top: 46px;
  }

  .cx-panel {
    border: 1px solid rgba(255,255,255,.13);
    background:
      linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)),
      rgba(16,25,40,.76);
    backdrop-filter: blur(14px);
    border-radius: 26px;
    padding: 30px;
    box-shadow:
      0 22px 70px rgba(0,0,0,.42),
      inset 0 1px 0 rgba(255,255,255,.08);
  }

  .cx-hero-grid > .cx-panel {
    border: 0;
    background: transparent;
    backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
  }

  .cx-hero-grid > .cx-panel:not(.cx-visual) {
    padding: 18px 0;
  }

  .cx-product {
    display: flex;
    align-items: end;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }

  .cx-product strong {
    font-size: clamp(34px, 4.5vw, 56px);
    line-height: 1;
    letter-spacing: -.055em;
    background: linear-gradient(90deg, #fff, #bff6ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .cx-product span {
    color: var(--green);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .18em;
  }

  .cx-text {
    color: var(--text);
    font-size: 16.5px;
    line-height: 2;
    margin: 0 0 18px;
  }

  .cx-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
  }

  .cx-tag {
    padding: 10px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 850;
    border: 1px solid rgba(255,255,255,.12);
  }

  .cx-tag.cyan {
    color: #bff6ff;
    background: var(--cyan-soft);
    border-color: rgba(0,213,255,.34);
  }

  .cx-tag.green {
    color: #d8ffe9;
    background: var(--green-soft);
    border-color: rgba(60,255,158,.32);
  }

  .cx-tag.amber {
    color: #fff1ce;
    background: var(--amber-soft);
    border-color: rgba(255,176,32,.36);
  }

  .cx-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
  }

  .cx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 950;
    letter-spacing: .03em;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
  }

  .cx-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
  }

  .cx-btn-main {
    color: #041014;
    background: linear-gradient(90deg, var(--cyan), var(--green));
    box-shadow: 0 0 34px rgba(0,213,255,.32);
  }

  .cx-btn-sub {
    color: #fff;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.16);
  }

  .cx-visual {
    min-height: 390px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
  }

  .cx-visual::before {
    content: "";
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background:
      radial-gradient(circle at 38% 32%, #ffffff 0 5%, #9bf1ff 6% 10%, #1b2b41 11% 38%, #02050a 39% 100%);
    box-shadow:
      0 0 0 10px rgba(255,255,255,.06),
      0 0 0 24px rgba(0,213,255,.13),
      0 0 0 42px rgba(60,255,158,.06),
      0 36px 90px rgba(0,213,255,.35);
  }

  .cx-visual::after {
    content: "CODE : SENTINEL CORE";
    position: absolute;
    left: 28px;
    bottom: 28px;
    padding: 9px 12px;
    border-radius: 10px;
    color: #fff4d5;
    background: rgba(255,176,32,.13);
    border: 1px solid rgba(255,176,32,.28);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .18em;
  }

  .cx-visual.has-image {
    min-height: 0;
    padding: 0;
  }

  .cx-visual.has-image::before,
  .cx-visual.has-image::after {
    display: none;
  }

  .cx-visual img,
  .cx-content-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
  }

  .cx-content-image {
    margin: 0 0 20px;
    border: 1px solid rgba(255,255,255,.12);
  }

  .cx-section {
    padding: 76px 0;
    position: relative;
    z-index: 1;
  }

  .cx-section.dark {
    background: rgba(0,0,0,.22);
    border-top: 1px solid rgba(255,255,255,.10);
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .cx-kicker {
    color: var(--cyan);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .18em;
    margin-bottom: 12px;
  }

  .cx-heading {
    margin: 0 0 24px;
    font-size: clamp(30px, 4.4vw, 52px);
    line-height: 1.18;
    letter-spacing: -.045em;
  }

  .cx-heading em {
    font-style: normal;
    color: var(--green);
  }

  .carxcell-lp h1,
  .carxcell-lp h2,
  .carxcell-lp h3,
  .carxcell-lp h4 {
    color: var(--white) !important;
  }

  .carxcell-lp .cx-title .grad,
  .carxcell-lp .cx-product strong,
  .carxcell-lp .cx-price {
    color: transparent !important;
    -webkit-text-fill-color: transparent;
  }

  .carxcell-lp .cx-heading em {
    color: var(--green) !important;
  }

  .cx-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 32px;
  }

  .cx-card {
    border-radius: 24px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,.13);
    background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
    box-shadow: 0 16px 42px rgba(0,0,0,.24);
  }

  .cx-card.cyan {
    border-color: rgba(0,213,255,.32);
    background: linear-gradient(180deg, rgba(0,213,255,.13), rgba(255,255,255,.035));
  }

  .cx-card.green {
    border-color: rgba(60,255,158,.30);
    background: linear-gradient(180deg, rgba(60,255,158,.11), rgba(255,255,255,.035));
  }

  .cx-card.amber {
    border-color: rgba(255,176,32,.34);
    background: linear-gradient(180deg, rgba(255,176,32,.13), rgba(255,255,255,.035));
  }

  .cx-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 24px;
    margin-bottom: 18px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.13);
  }

  .cx-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.45;
  }

  .cx-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.9;
  }

  .cx-value-outcome {
    margin-top: 48px;
  }

  .cx-value-formula {
    display: grid;
    grid-template-columns: 138px 28px 138px 28px 138px 36px minmax(220px, 1fr);
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: rgba(7,9,13,.72);
  }

  .cx-value-node {
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    gap: 7px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: inset 0 0 28px rgba(255,255,255,.04);
  }

  .cx-value-node span {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
  }

  .cx-value-node strong {
    font-size: 15px;
    line-height: 1.45;
  }

  .cx-value-node.cyan {
    color: #c8f8ff;
    border-color: rgba(0,213,255,.48);
    background: radial-gradient(circle, rgba(0,213,255,.22), rgba(0,213,255,.05) 68%);
  }

  .cx-value-node.green {
    color: #dcffeb;
    border-color: rgba(60,255,158,.46);
    background: radial-gradient(circle, rgba(60,255,158,.20), rgba(60,255,158,.04) 68%);
  }

  .cx-value-node.amber {
    color: #fff0ce;
    border-color: rgba(255,176,32,.48);
    background: radial-gradient(circle, rgba(255,176,32,.22), rgba(255,176,32,.04) 68%);
  }

  .cx-value-operator {
    color: rgba(255,255,255,.58);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
  }

  .cx-value-operator.equals {
    color: var(--green);
    font-weight: 800;
  }

  .cx-value-result {
    min-height: 138px;
    display: grid;
    place-content: center;
    gap: 9px;
    padding: 22px;
    border: 1px solid rgba(60,255,158,.42);
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(135deg, rgba(0,213,255,.15), rgba(60,255,158,.16));
    box-shadow: 0 0 36px rgba(60,255,158,.10);
  }

  .cx-value-result small {
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
  }

  .cx-value-result strong {
    color: #fff;
    font-size: clamp(19px, 2.2vw, 27px);
    line-height: 1.45;
  }

  .cx-value-image {
    width: min(840px, 100%);
    margin: 24px auto 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px;
    background: #090d12;
    box-shadow: 0 18px 50px rgba(0,0,0,.30);
  }

  .cx-value-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 590px;
    object-fit: cover;
    object-position: center;
  }

  .cx-operation-demo {
    width: min(840px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: center;
    gap: clamp(34px, 6vw, 72px);
    margin: 52px auto 0;
    padding-top: 48px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .cx-operation-copy h3 {
    margin: 8px 0 18px;
    color: #fff;
    font-size: clamp(27px, 3vw, 38px);
    line-height: 1.35;
  }

  .cx-operation-copy p {
    margin: 0;
    color: var(--muted);
    line-height: 1.95;
  }

  .cx-portrait-video {
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border: 1px solid rgba(0,213,255,.28);
    border-radius: 24px;
    background: #000;
    box-shadow: 0 20px 50px rgba(0,0,0,.34);
  }

  .cx-portrait-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .cx-story-box {
    margin-top: 30px;
    padding: 30px;
    border-radius: 26px;
    background:
      linear-gradient(90deg, rgba(0,213,255,.12), rgba(60,255,158,.06)),
      rgba(255,255,255,.04);
  }

  .cx-story-box-plain {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .cx-story-ending {
    margin: 4px 0 0;
    color: #fff;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 850;
    line-height: 1.75;
    text-align: right;
  }

  .cx-quote {
    margin: 28px 0;
    padding: 24px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 850;
    background: rgba(255,176,32,.12);
    border: 1px solid rgba(255,176,32,.28);
  }

  .cx-problems {
    counter-reset: problems;
    display: grid;
    gap: 16px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }

  .cx-problems li {
    counter-increment: problems;
    position: relative;
    padding: 23px 23px 23px 76px;
    border-radius: 20px;
    background: rgba(255,77,94,.08);
    border: 1px solid rgba(255,77,94,.22);
    color: var(--text);
    line-height: 1.9;
  }

  .cx-problems li::before {
    content: counter(problems);
    position: absolute;
    left: 22px;
    top: 24px;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--red), var(--amber));
    font-weight: 950;
  }

  .cx-feature {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 22px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .cx-feature:last-child {
    border-bottom: 0;
  }

  .cx-no {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    color: #031014;
    background: linear-gradient(135deg, var(--cyan), var(--green));
    font-size: 22px;
    font-weight: 950;
    box-shadow: 0 0 28px rgba(0,213,255,.22);
  }

  .cx-feature h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 1.45;
  }

  .cx-feature p {
    margin: 0;
    color: var(--muted);
    line-height: 1.95;
  }

  .cx-feature-image {
    width: min(720px, 100%);
    margin: 24px 0 0;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
  }

  .cx-feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    object-position: center;
  }

  .cx-feature-video {
    width: min(720px, 100%);
    margin: 28px auto 0;
  }

  .cx-feature .cx-video-label {
    margin: 0 0 10px;
    color: var(--cyan);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
  }

  .cx-video-frame {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 16px;
    background: #000;
  }

  .cx-video-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
  }

  .cx-protection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .cx-support-section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .cx-support-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: clamp(26px, 5vw, 44px);
    border: 1px solid rgba(0,213,255,.28);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(0,213,255,.10), rgba(60,255,158,.07));
  }

  .cx-support-panel h2 {
    margin: 5px 0 12px;
    color: #fff;
    font-size: clamp(25px, 3.2vw, 38px);
  }

  .cx-support-panel p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
  }

  .cx-protection span {
    padding: 11px 14px;
    border-radius: 13px;
    font-weight: 900;
    color: #eafff5;
    background: rgba(60,255,158,.11);
    border: 1px solid rgba(60,255,158,.30);
  }

  .cx-spec-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  .cx-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
  }

  .cx-list li {
    padding: 14px 15px;
    border-radius: 14px;
    color: var(--text);
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.10);
  }

  .cx-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.13);
  }

  .cx-table th,
  .cx-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    text-align: left;
    vertical-align: top;
    line-height: 1.65;
  }

  .cx-table th {
    width: 34%;
    color: #fff;
    background: rgba(0,213,255,.10);
  }

  .cx-table td {
    color: var(--text);
    background: rgba(255,255,255,.035);
  }

  .cx-table tr:last-child th,
  .cx-table tr:last-child td {
    border-bottom: 0;
  }

  .cx-buy {
    text-align: center;
    padding: 56px 28px;
    border-radius: 30px;
    border: 1px solid rgba(0,213,255,.30);
    background:
      radial-gradient(circle at 50% 0%, rgba(0,213,255,.24), transparent 24rem),
      linear-gradient(135deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
    box-shadow: 0 24px 80px rgba(0,0,0,.42);
  }

  .cx-price {
    margin: 14px 0 8px;
    font-size: clamp(36px, 5.8vw, 64px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -.055em;
    background: linear-gradient(90deg, #fff, var(--green), var(--cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .cx-faq {
    display: grid;
    gap: 16px;
    margin-top: 28px;
  }

  .cx-faq details {
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.12);
  }

  .cx-faq summary {
    cursor: pointer;
    padding: 20px 22px;
    font-weight: 950;
    line-height: 1.6;
    color: #fff;
  }

  .cx-answer {
    padding: 0 22px 22px;
    color: var(--muted);
    line-height: 1.95;
  }

  .cx-note {
    margin-top: 24px;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.85;
  }

  @media (max-width: 860px) {
    .cx-hero {
      padding: 62px 0 54px;
    }

    .cx-hero-grid,
    .cx-cards,
    .cx-spec-grid {
      grid-template-columns: 1fr;
    }

    .cx-value-formula {
      grid-template-columns: 1fr;
      justify-items: center;
      padding: 24px 18px;
    }

    .cx-value-node {
      width: min(150px, 55vw);
    }

    .cx-value-operator {
      line-height: 1;
    }

    .cx-value-result {
      width: 100%;
      min-height: 126px;
    }

    .cx-operation-demo {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 28px;
      margin-top: 40px;
      padding-top: 38px;
    }

    .cx-operation-copy {
      text-align: center;
    }

    .cx-portrait-video {
      width: min(320px, 86vw);
    }

    .cx-visual {
      min-height: 300px;
    }

    .cx-feature {
      grid-template-columns: 1fr;
    }

    .cx-support-panel {
      align-items: flex-start;
      flex-direction: column;
    }

    .cx-table th,
    .cx-table td {
      display: block;
      width: 100%;
    }

    .cx-table th {
      padding-bottom: 6px;
    }

    .cx-table td {
      padding-top: 6px;
    }
  }
