:root { scroll-padding-top: 90px; }

/* ======================================================
   Helpers
   ====================================================== */
.awx-full{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

.awx-ct-wrap{
  max-width:1140px;
  margin:0 auto;
  padding:0 24px;
}
@media (max-width:768px){
  .awx-ct-wrap{ padding:0 18px; }
}

/* ======================================================
   Shared "Card" look (grouped)
   ====================================================== */
.awx-ct-highlight,
.awx-ct-benefit,
.awx-ct-step,
.awx-ct-feature,
.awx-ct-license__card,
.awx-ct-compare__card,
.awx-ct-contact__card,
.awx-ct-download__card{
  background:rgba(255,255,255,.92);
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}

.awx-ct-highlight,
.awx-ct-benefit,
.awx-ct-step,
.awx-ct-feature{
  border-radius:14px;
}

.awx-ct-license__card,
.awx-ct-compare__card,
.awx-ct-contact__card,
.awx-ct-download__card{
  border-radius:16px;
}

.awx-ct-license__card,
.awx-ct-compare__card,
.awx-ct-download__card--highlight{
  box-shadow:0 14px 34px rgba(0,0,0,.08);
}

/* ======================================================
   HERO
   ====================================================== */
.awx-ct-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  text-align:center;
  overflow:hidden;
}

.awx-ct-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(1) contrast(1.12) brightness(.95);
  pointer-events:none;
}

.awx-ct-hero-bw{
  position:absolute;
  inset:0;
  z-index:1;
  background:rgba(0,0,0,.06);
  mix-blend-mode:saturation;
  pointer-events:none;
}

.awx-ct-hero-overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:rgba(0,0,0,.38);
  pointer-events:none;
}

.awx-ct-hero-inner{
  position:relative;
  z-index:3;
  width:100%;
}

.awx-ct-hero-title{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(44px,6.2vw,92px);
  line-height:.95;
  font-weight:800;
  letter-spacing:.02em;
}

.awx-ct-hero-sub{
  margin:0 0 28px;
  color:rgba(255,255,255,.92);
  font-size:clamp(18px,1.6vw,22px);
  font-weight:300;
}

.awx-ct-hero-buttons{
  display:flex;
  gap:10px;
  justify-content:center;
  flex-wrap:wrap;
}

.awx-ct-hero-meta{
  margin-top:16px;
  color:rgba(255,255,255,.85);
  font-weight:300;
}

/* ======================================================
   HERO — VERSION CHIP (final, stable, no flicker)
   ====================================================== */

/* The chip itself (also the link) */
.awx-ct-hero a.awx-ct-hero-version--link{
  margin-top: 18px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 8px 16px;
  border-radius: 999px;

  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: .01em;

  /* lock link styling */
  text-decoration: none !important;
  color: #fff !important;
  cursor: pointer;

  background: rgba(0,0,0,.42);
  backdrop-filter: blur(8px);

  border: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 6px 22px rgba(0,0,0,.28);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  transition:
    background .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

/* Theme-proof link states */
.awx-ct-hero a.awx-ct-hero-version--link:visited,
.awx-ct-hero a.awx-ct-hero-version--link:active{
  text-decoration: none !important;
  color: #fff !important;
}

/* Hover: chip contrast change */
.awx-ct-hero a.awx-ct-hero-version--link:hover{
  background: rgba(0,0,0,.58);
  box-shadow: 0 12px 34px rgba(0,0,0,.42);
  border-color: rgba(255,255,255,.10);
}

/* Keyboard focus */
.awx-ct-hero a.awx-ct-hero-version--link:focus-visible{
  outline: 2px solid rgba(255,255,255,.75);
  outline-offset: 4px;
}

/* ------------------------------------------------------
   Icon
   ------------------------------------------------------ */

.awx-ct-hero a.awx-ct-hero-version--link .awx-ct-hero-version-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: rgba(255,255,255,.95);
  opacity: .95;

  transition: color .18s ease;
}

/* SVG support (recommended) */
.awx-ct-hero a.awx-ct-hero-version--link .awx-ct-hero-version-icon svg{
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Hover: icon turns theme primary */
.awx-ct-hero a.awx-ct-hero-version--link:hover .awx-ct-hero-version-icon{
  color: var(--awx-primary, #ff8a00);
}

/* ------------------------------------------------------
   Text parts
   ------------------------------------------------------ */

/* Label: "Current version:" */
.awx-ct-hero a.awx-ct-hero-version--link .awx-ct-hero-version-label{
  color: #fff;
  transition: color .18s ease;
}

/* Hover: label turns orange */
.awx-ct-hero a.awx-ct-hero-version--link:hover .awx-ct-hero-version-label{
  color: var(--awx-primary, #ff8a00);
}

/* Version number stays white */
.awx-ct-hero a.awx-ct-hero-version--link .awx-ct-hero-version-number{
  color: #fff !important;
}

/* ------------------------------------------------------
   FREE badge
   ------------------------------------------------------ */

.awx-ct-hero a.awx-ct-hero-version--link .awx-ct-hero-version-tag{
  margin-left: 4px;
  padding: 3px 11px;

  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;

  border-radius: 999px;

  color: rgba(0,0,0,.86);
  background: rgba(255,255,255,.98);

  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
}

/* Hover: version number follows the accent color */
.awx-ct-hero a.awx-ct-hero-version--link:hover .awx-ct-hero-version-number{
  color: var(--awx-primary, #ff8a00) !important;
}

/* ======================================================
   BENEFITS (merged: keeps effective final values)
   ====================================================== */
.awx-ct-benefits{ padding:72px 0; }
@media (max-width:640px){ .awx-ct-benefits{ padding:56px 0; } }

.awx-ct-benefits__head{
  text-align:center;
  margin-bottom:28px; /* (was 18 in first block; later block wins -> keep 28) */
}

.awx-ct-benefits__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  line-height:1.12;
  font-weight:800;
}

.awx-ct-benefits__sub{
  margin:0 auto;
  max-width:62ch; /* (later block wins -> keep 62ch) */
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

/* Highlights */
.awx-ct-benefits__highlights{
  display:grid;
  gap:12px;
  margin:18px auto 22px;
  max-width:980px;
}

.awx-ct-highlight{
  display:grid;
  grid-template-columns:40px 1fr auto;
  gap:12px;
  align-items:center;
  padding:12px 14px;
}

.awx-ct-highlight__icon{
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.08);
  font-size:18px;
}

.awx-ct-highlight__title{ font-weight:900; margin-bottom:2px; }
.awx-ct-highlight__text{ opacity:.88; line-height:1.45; font-size:14px; }
.awx-ct-highlight__action{ display:flex; justify-content:flex-end; }
.awx-ct-highlight:nth-child(2){ grid-template-columns:40px 1fr; } /* no button */

/* Cards grid */
.awx-ct-benefits__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px; /* (later block wins -> keep 26) */
}

.awx-ct-benefits__grid--two{
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-top:18px;
}

.awx-ct-benefit{
  padding:18px 18px 16px; /* (later block wins -> keep) */
}

.awx-ct-benefit__title{
  margin:0 0 8px;         /* (later block wins -> keep) */
  font-size:18px;
  font-weight:800;        /* (later block wins -> keep) */
  line-height:1.25;
}

/* Both list + text variants supported */
.awx-ct-benefit__list{
  margin:0;
  padding-left:18px;
  line-height:1.55;
  opacity:.92;
}
.awx-ct-benefit__list li{ margin:6px 0; }

.awx-ct-benefit__text{
  margin:0;
  line-height:1.55;
  opacity:.9;
}

/* Benefits responsive */
@media (max-width:992px){
  .awx-ct-benefits__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .awx-ct-benefits__grid--two{ grid-template-columns:1fr; }
  .awx-ct-highlight{ grid-template-columns:40px 1fr; }
  .awx-ct-highlight__action{ display:none; }
}
@media (max-width:640px){
  .awx-ct-benefits__grid{ grid-template-columns:1fr; }
}

/* ======================================================
   QUICK START
   ====================================================== */
.awx-ct-quickstart{ padding:72px 0; }
@media (max-width:768px){ .awx-ct-quickstart{ padding:56px 0; } }

.awx-ct-quickstart__head{ text-align:center; margin-bottom:16px; }
.awx-ct-quickstart__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  font-weight:800;
}
.awx-ct-quickstart__sub{
  margin:0 auto;
  max-width:62ch;
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

.awx-ct-quickstart__videoWrap{
  margin:14px auto 26px;
  border-radius:14px;
  overflow:hidden;
  max-width:760px;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}

.awx-ct-quickstart__video{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#000;
}
@supports not (aspect-ratio:16/9){
  .awx-ct-quickstart__video{ padding-top:56.25%; }
}
.awx-ct-quickstart__video iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

/* Steps */
.awx-ct-steps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}
.awx-ct-steps--grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:4px;
}

.awx-ct-step{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:start;
  padding:14px;
}

.awx-ct-step__num{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-weight:900;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.08);
}
.awx-ct-step__title{ margin:0 0 6px; font-size:18px; font-weight:800; }
.awx-ct-step__text{ margin:0; line-height:1.55; opacity:.9; }

@media (min-width:1200px){
  .awx-ct-quickstart__videoWrap{ max-width:700px; }
}
@media (max-width:992px){
  .awx-ct-steps--grid{ grid-template-columns:1fr; }
}
@media (max-width:768px){
  .awx-ct-quickstart__videoWrap{ max-width:100%; }
}

/* ======================================================
   FEATURES
   ====================================================== */
.awx-ct-features{ padding:72px 0; }
@media (max-width:640px){ .awx-ct-features{ padding:56px 0; } }

.awx-ct-features__head{ text-align:center; margin-bottom:28px; }
.awx-ct-features__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  font-weight:800;
}
.awx-ct-features__sub{
  margin:0 auto;
  max-width:62ch;
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

.awx-ct-features__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.awx-ct-feature{ padding:16px 16px 14px; }

.awx-ct-feature__icon{
  width:44px;
  height:44px;
  border-radius:12px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.08);
  color:rgba(0,0,0,.78);
}
.awx-ct-feature__title{ margin:0 0 6px; font-size:18px; font-weight:800; }
.awx-ct-feature__text{ margin:0; line-height:1.55; opacity:.9; }

.awx-ct-features__cta{
  margin-top:22px;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

@media (max-width:992px){
  .awx-ct-features__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px){
  .awx-ct-features__grid{ grid-template-columns:1fr; }
}

/* ======================================================
   LICENSE CTA
   ====================================================== */
.awx-ct-license{ padding:72px 0; }
@media (max-width:768px){ .awx-ct-license{ padding:56px 0; } }

.awx-ct-license__card{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  padding:28px 28px 24px;
}

@media (max-width:768px){
  .awx-ct-license__card{ padding:22px 20px 20px; }
}

.awx-ct-license__head{ margin-bottom:18px; }
.awx-ct-license__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  font-weight:800;
}
.awx-ct-license__sub{
  margin:0 auto;
  max-width:60ch;
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

.awx-ct-license__points{
  list-style:none;
  padding:0;
  margin:18px auto 22px;
  max-width:560px;
  display:grid;
  gap:10px;
}
.awx-ct-license__points li{
  position:relative;
  padding-left:26px;
  text-align:left;
  line-height:1.45;
  opacity:.9;
}
.awx-ct-license__points li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  opacity:.75;
}
.awx-ct-license__actions{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
}

/* ======================================================
   COMPARE
   ====================================================== */
.awx-ct-compare{ padding:72px 0; }
@media (max-width:768px){ .awx-ct-compare{ padding:56px 0; } }

.awx-ct-compare__head{ text-align:left; margin-bottom:18px; }
.awx-ct-compare__title{
  margin:0 0 10px;
  font-size:clamp(26px,3vw,38px);
  font-weight:800;
}
.awx-ct-compare__sub{
  margin:0;
  max-width:70ch;
  font-size:16px;
  line-height:1.55;
  opacity:.85;
}

.awx-ct-compare__card{ overflow:hidden; }
.awx-ct-compare__tableWrap{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.awx-ct-compare__table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:760px;
}
.awx-ct-compare__table thead th{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(6px);
  z-index:1;
  text-align:left;
  font-weight:800;
  padding:14px;
  border-bottom:1px solid rgba(0,0,0,.08);
}
.awx-ct-compare__table tbody th,
.awx-ct-compare__table tbody td{
  padding:14px;
  vertical-align:top;
  border-bottom:1px solid rgba(0,0,0,.06);
  font-size:14px;
}
.awx-ct-compare__table tbody tr:nth-child(even){
  background:rgba(0,0,0,.015);
}

.awx-ct-compare__colFeature{ width:46%; }
.awx-ct-compare__colPlan{ width:18%; }

/* Center plan headers (Free / Plus / Pro) */
.awx-ct-compare__table thead th.awx-ct-compare__colPlan{
  text-align:center;
}


.awx-ct-compare__note{
  display:block;
  margin-top:6px;
  font-weight:400;
  opacity:.75;
  line-height:1.45;
}

.awx-ct-compare__table tbody td{
  text-align:center;
}

/* Yes / No indicators (robust against theme defaults) */
.awx-ct-compare__table td.awx-ct-yes,
.awx-ct-compare__table td.awx-ct-no{
  text-align:center;
  font-size:16px;
  line-height:1;
}

.awx-ct-compare__table td.awx-ct-yes{
  color:#1f9d55 !important; /* clean green */
  font-weight:900;
  opacity:1;
}

.awx-ct-compare__table td.awx-ct-no{
  color:#222 !important;    /* neutral black */
  font-weight:700;
  opacity:.65;
}

.awx-ct-compare__goodtoknow{
  display:grid;
  gap:6px;
  padding:14px 16px;
  background:rgba(80,180,120,.1);
  border-top:1px solid rgba(0,0,0,.06);
}
.awx-ct-compare__goodtoknowTitle{ font-weight:900; }
.awx-ct-compare__goodtoknowText{ opacity:.9; line-height:1.55; }

/* ======================================================
   CONTACT
   ====================================================== */
.awx-ct-contact{ padding:72px 0; }
@media (max-width:768px){ .awx-ct-contact{ padding:56px 0; } }

.awx-ct-contact__head{ text-align:center; margin-bottom:22px; }
.awx-ct-contact__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  font-weight:800;
}
.awx-ct-contact__sub{
  margin:0 auto;
  max-width:70ch;
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

.awx-ct-contact__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
  align-items:start;
}
@media (max-width:992px){
  .awx-ct-contact__grid{ grid-template-columns:1fr; }
}

.awx-ct-contact__card{ padding:18px 18px 16px; }
.awx-ct-contact__cardTitle{ margin:0 0 10px; font-size:18px; font-weight:900; }
.awx-ct-contact__text{ margin:0 0 12px; line-height:1.55; opacity:.9; }
.awx-ct-contact__list{ margin:0 0 14px; padding-left:18px; line-height:1.55; opacity:.9; }
.awx-ct-contact__actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.awx-ct-contact__hint{ margin-top:14px; font-size:13px; opacity:.75; }

.awx-ct-contact__form{ margin-top:10px; }
.awx-ct-contact__row{ display:grid; gap:6px; margin-bottom:12px; }
.awx-ct-contact__label{ font-size:13px; font-weight:800; opacity:.85; }

.awx-ct-contact__input,
.awx-ct-contact__textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.85);
  padding:12px;
  outline:none;
  box-shadow:0 1px 0 rgba(0,0,0,.02);
}
.awx-ct-contact__textarea{ resize:vertical; min-height:120px; }
.awx-ct-contact__input:focus,
.awx-ct-contact__textarea:focus{ border-color:rgba(0,0,0,.28); }
.awx-ct-contact__submit{ width:100%; padding:12px 16px; border-radius:12px; }
.awx-ct-contact__fineprint{ margin:12px 0 0; font-size:12px; line-height:1.45; opacity:.7; }

/* ======================================================
   DOWNLOAD
   ====================================================== */
.awx-ct-download{ padding:72px 0; }
@media (max-width:768px){ .awx-ct-download{ padding:56px 0; } }

.awx-ct-download__head{ text-align:center; margin-bottom:22px; }
.awx-ct-download__title{
  margin:0 0 10px;
  font-size:clamp(28px,3vw,40px);
  font-weight:800;
}
.awx-ct-download__sub{
  margin:0 auto;
  max-width:70ch;
  font-size:18px;
  line-height:1.5;
  opacity:.85;
}

.awx-ct-download__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:22px;
  align-items:start;
}
@media (max-width:992px){
  .awx-ct-download__grid{ grid-template-columns:1fr; }
}

.awx-ct-download__card{ padding:18px 18px 16px; }
.awx-ct-download__card--highlight{ border-color:rgba(0,0,0,.1); }

.awx-ct-download__badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  background:rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.08);
  margin-bottom:10px;
}
.awx-ct-download__badge--pro{ background:rgba(0,0,0,.1); }

.awx-ct-download__cardTitle{ margin:0 0 10px; font-size:18px; font-weight:900; }
.awx-ct-download__text{ margin:0 0 14px; line-height:1.55; opacity:.9; }
.awx-ct-download__actions{ display:flex; flex-wrap:wrap; gap:10px; margin-top:6px; }
.awx-ct-download__list{ margin:0 0 14px; padding-left:18px; line-height:1.55; opacity:.9; }
.awx-ct-download__fineprint{ margin-top:14px; font-size:12px; line-height:1.45; opacity:.7; }

/* ======================================================
   AWX CT — Compare table: WP emoji-safe YES/NO
   ====================================================== */

/* WordPress may convert symbols like ✔/✖ into emoji <img>. 
   We render stable glyphs via pseudo-elements instead. */

/* Hide WP emoji images only inside yes/no cells */
.awx-ct-compare__table td.awx-ct-yes img.emoji,
.awx-ct-compare__table td.awx-ct-no  img.emoji{
  display:none !important;
}

/* Normalize yes/no cells and suppress any remaining inline text */
.awx-ct-compare__table td.awx-ct-yes,
.awx-ct-compare__table td.awx-ct-no{
  text-align:center;
  position:relative;
  line-height:1;
  font-size:0; /* hides the original character if still present */
}

/* YES: always show a green check */
.awx-ct-compare__table td.awx-ct-yes::before{
  content:"✓";
  font-size:16px;
  font-weight:900;
  color:#1f9d55 !important;
}

/* NO: show a neutral dash instead of X */
.awx-ct-compare__table td.awx-ct-no::before{
  content:"–";
  font-size:16px;
  font-weight:700;
  color:#222 !important;
  opacity:.65;
}
