/*
Theme Name: CinCin Exchange RU Theme
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Лёгкая SEO-friendly WordPress тема для бренда CinCin: виртуальные карты, криптокошелек, обмен и white-label.
Version: 1.0.0
Tested up to: 6.6
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: cincin-ru
*/

:root{
  --ccx-bg:#0b1020;
  --ccx-bg-soft:#10182e;
  --ccx-surface:#131d38;
  --ccx-surface-2:#172445;
  --ccx-card:#ffffff;
  --ccx-card-soft:rgba(255,255,255,.06);
  --ccx-text:#eef4ff;
  --ccx-text-soft:#aab7d6;
  --ccx-heading:#ffffff;
  --ccx-border:rgba(255,255,255,.12);
  --ccx-line:rgba(102,227,255,.18);
  --ccx-accent:#66e3ff;
  --ccx-accent-2:#7c8cff;
  --ccx-accent-3:#46c9ff;
  --ccx-success:#7df0bb;
  --ccx-danger:#ff7d92;
  --ccx-shadow:0 24px 80px rgba(0,0,0,.28);
  --ccx-shadow-soft:0 12px 40px rgba(0,0,0,.16);
  --ccx-radius-xs:12px;
  --ccx-radius-sm:18px;
  --ccx-radius-md:24px;
  --ccx-radius-lg:28px;
  --ccx-container:1240px;
  --ccx-transition:all .25s ease;
}

*,
*::before,
*::after{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  color:var(--ccx-text);
  background:
    radial-gradient(circle at top right, rgba(124,140,255,.16), transparent 30%),
    radial-gradient(circle at left top, rgba(102,227,255,.12), transparent 28%),
    linear-gradient(180deg,#0b1020 0%, #0d1326 100%);
  line-height:1.65;
  font-size:16px;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a{
  color:var(--ccx-accent);
  text-decoration:none;
  transition:var(--ccx-transition);
}

a:hover{opacity:.92}

button,
input,
textarea,
select{
  font:inherit;
}

.ccx-visually-hidden{
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}

.ccx-site{
  min-height:100vh;
  overflow:hidden;
}

.ccx-container{
  width:min(100% - 32px, var(--ccx-container));
  margin:0 auto;
}

.ccx-section{
  padding:88px 0;
}

.ccx-section--tight{
  padding:64px 0;
}

.ccx-section--hero{
  padding:56px 0 80px;
}

.ccx-grid{
  display:grid;
  gap:24px;
}

.ccx-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.ccx-grid--3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.ccx-grid--4{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ccx-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border:1px solid var(--ccx-line);
  border-radius:999px;
  color:var(--ccx-accent);
  background:rgba(102,227,255,.07);
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.ccx-eyebrow::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--ccx-accent);
  box-shadow:0 0 0 6px rgba(102,227,255,.14);
}

h1,h2,h3,h4,h5,h6{
  margin:0 0 16px;
  color:var(--ccx-heading);
  line-height:1.15;
  letter-spacing:-.02em;
}

h1{font-size:clamp(2.3rem,5vw,4.55rem)}
h2{font-size:clamp(1.85rem,3.8vw,3rem)}
h3{font-size:clamp(1.25rem,2vw,1.65rem)}
h4{font-size:1.1rem}

p{
  margin:0 0 16px;
  color:var(--ccx-text-soft);
}

ul,ol{
  margin:0 0 18px;
  padding-left:20px;
  color:var(--ccx-text-soft);
}

li{margin-bottom:10px}

.ccx-lead{
  font-size:clamp(1rem,1.35vw,1.22rem);
  line-height:1.75;
  max-width:820px;
}

.ccx-muted{
  color:var(--ccx-text-soft);
}

.ccx-text-accent{
  color:var(--ccx-accent);
}

.ccx-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.ccx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border-radius:16px;
  font-weight:700;
  text-align:center;
  border:1px solid transparent;
  transition:var(--ccx-transition);
  cursor:pointer;
}

.ccx-btn:hover{
  transform:translateY(-1px);
}

.ccx-btn--primary{
  color:#091018;
  background:linear-gradient(135deg,var(--ccx-accent),var(--ccx-accent-2));
  box-shadow:0 14px 35px rgba(102,227,255,.18);
}

.ccx-btn--secondary{
  color:var(--ccx-heading);
  background:rgba(255,255,255,.04);
  border-color:var(--ccx-border);
}

.ccx-btn--ghost{
  color:var(--ccx-accent);
  background:transparent;
  border-color:rgba(102,227,255,.22);
}

.ccx-card{
  position:relative;
  padding:28px;
  border-radius:var(--ccx-radius-md);
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  border:1px solid var(--ccx-border);
  box-shadow:var(--ccx-shadow-soft);
  backdrop-filter:blur(14px);
}

.ccx-card--light{
  background:#f7fbff;
  color:#10203f;
}

.ccx-card--light h3,
.ccx-card--light h2,
.ccx-card--light h4,
.ccx-card--light p,
.ccx-card--light li{
  color:#10203f;
}

.ccx-icon-badge{
  width:52px;
  height:52px;
  border-radius:16px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(102,227,255,.18), rgba(124,140,255,.22));
  border:1px solid rgba(102,227,255,.24);
  font-size:20px;
  margin-bottom:18px;
}

.ccx-site-header{
  position:sticky;
  top:0;
  z-index:99;
  backdrop-filter:blur(14px);
  background:rgba(8,12,24,.78);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.ccx-header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:84px;
}

.ccx-brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-weight:800;
  letter-spacing:-.02em;
}

.ccx-brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--ccx-accent),var(--ccx-accent-2));
  position:relative;
  box-shadow:0 12px 30px rgba(102,227,255,.18);
}

.ccx-brand-mark::before,
.ccx-brand-mark::after{
  content:"";
  position:absolute;
  inset:10px;
  border:2px solid rgba(9,16,24,.75);
  border-radius:999px;
}

.ccx-brand-mark::after{
  inset:16px 6px 16px 18px;
  border-width:0 0 0 2px;
  border-radius:0;
}

.ccx-brand-name{
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1.1;
}

.ccx-brand-name small{
  color:var(--ccx-text-soft);
  font-weight:600;
  letter-spacing:.02em;
}

.ccx-nav-wrap{
  display:flex;
  align-items:center;
  gap:16px;
}

.ccx-main-nav .menu,
.ccx-main-nav ul{
  display:flex;
  align-items:center;
  gap:6px;
  list-style:none;
  margin:0;
  padding:0;
}

.ccx-main-nav li{
  position:relative;
  margin:0;
}

.ccx-main-nav a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:0 14px;
  color:var(--ccx-text);
  font-weight:600;
  border-radius:12px;
}

.ccx-main-nav a:hover,
.ccx-main-nav .current-menu-item > a,
.ccx-main-nav .current_page_item > a{
  background:rgba(255,255,255,.06);
  color:#fff;
}

.ccx-main-nav .menu-item-has-children > a::after{
  content:"▾";
  margin-left:8px;
  font-size:12px;
  opacity:.8;
}

.ccx-main-nav .sub-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  min-width:250px;
  display:block;
  padding:10px;
  background:#10182e;
  border:1px solid var(--ccx-border);
  border-radius:18px;
  box-shadow:var(--ccx-shadow);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:var(--ccx-transition);
  z-index:20;
}

.ccx-main-nav .sub-menu li + li{
  margin-top:4px;
}

.ccx-main-nav .sub-menu a{
  min-height:42px;
  padding:10px 12px;
}

.ccx-main-nav li:hover > .sub-menu,
.ccx-main-nav li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.ccx-header-cta{
  display:flex;
  align-items:center;
  gap:12px;
}

.ccx-burger{
  display:none;
  width:50px;
  height:50px;
  border:1px solid var(--ccx-border);
  border-radius:14px;
  background:rgba(255,255,255,.04);
  color:#fff;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.ccx-burger span,
.ccx-burger::before,
.ccx-burger::after{
  content:"";
  display:block;
  width:22px;
  height:2px;
  background:#fff;
  border-radius:999px;
  transition:var(--ccx-transition);
}

.ccx-burger::before{transform:translateY(-7px)}
.ccx-burger::after{transform:translateY(5px)}
.ccx-burger span{transform:translateY(-1px)}

.ccx-burger.is-active span{opacity:0}
.ccx-burger.is-active::before{transform:translateY(2px) rotate(45deg)}
.ccx-burger.is-active::after{transform:translateY(0) rotate(-45deg)}

.ccx-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  align-items:center;
}

.ccx-hero-copy{
  max-width:720px;
}

.ccx-hero-copy h1{
  margin-top:18px;
}

.ccx-hero-sublist{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:26px 0 0;
  padding:0;
  list-style:none;
}

.ccx-hero-sublist li{
  margin:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  border:1px solid var(--ccx-border);
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:#dce8ff;
}

.ccx-hero-sublist li::before{
  content:"✓";
  color:var(--ccx-success);
  font-weight:800;
}

.ccx-hero-visual{
  position:relative;
  min-height:560px;
}

.ccx-dashboard{
  position:relative;
  padding:26px;
  min-height:560px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(circle at top right, rgba(102,227,255,.2), transparent 26%),
    radial-gradient(circle at bottom left, rgba(124,140,255,.16), transparent 24%),
    linear-gradient(180deg, rgba(19,29,56,.95), rgba(11,16,32,.98));
  box-shadow:var(--ccx-shadow);
  overflow:hidden;
}

.ccx-dashboard::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  top:-70px;
  background:radial-gradient(circle, rgba(102,227,255,.22), transparent 65%);
}

.ccx-card-preview{
  position:relative;
  padding:28px;
  min-height:220px;
  border-radius:28px;
  background:linear-gradient(135deg,#1b2a53,#0d1325 65%, #273d70);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
}

.ccx-card-preview::before{
  content:"";
  position:absolute;
  right:24px;
  top:24px;
  width:62px;
  height:62px;
  border-radius:18px;
  background:linear-gradient(135deg,var(--ccx-accent),var(--ccx-accent-2));
  opacity:.95;
}

.ccx-card-preview__top,
.ccx-card-preview__bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.ccx-card-preview__top{
  margin-bottom:48px;
}

.ccx-card-chip{
  width:58px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(135deg,#e3f7ff,#9ddfff);
}

.ccx-card-number{
  margin:20px 0 8px;
  color:#fff;
  font-size:1.25rem;
  letter-spacing:.14em;
  font-weight:800;
}

.ccx-mini-panels{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:18px;
}

.ccx-mini-panel{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.ccx-mini-panel strong{
  display:block;
  margin-bottom:6px;
  color:#fff;
  font-size:1.1rem;
}

.ccx-floating-stat{
  position:absolute;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  background:rgba(10,16,28,.84);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  box-shadow:var(--ccx-shadow-soft);
}

.ccx-floating-stat--one{
  right:-18px;
  top:60px;
}

.ccx-floating-stat--two{
  left:-18px;
  bottom:88px;
}

.ccx-floating-stat__dot{
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--ccx-success);
  box-shadow:0 0 0 8px rgba(125,240,187,.14);
}

.ccx-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:28px;
}

.ccx-kpi{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}

.ccx-kpi-item{
  padding:20px;
  border-radius:22px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.04);
}

.ccx-kpi-item strong{
  display:block;
  color:#fff;
  font-size:1.4rem;
  margin-bottom:6px;
}

.ccx-steps{
  counter-reset:ccx-step;
}

.ccx-step{
  position:relative;
  padding:28px 24px 24px 86px;
  border:1px solid var(--ccx-border);
  border-radius:22px;
  background:rgba(255,255,255,.04);
}

.ccx-step::before{
  counter-increment:ccx-step;
  content:counter(ccx-step);
  position:absolute;
  left:24px;
  top:24px;
  width:42px;
  height:42px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  color:#091018;
  background:linear-gradient(135deg,var(--ccx-accent),var(--ccx-accent-2));
}

.ccx-feature-list{
  display:grid;
  gap:16px;
  margin:0;
  padding:0;
  list-style:none;
}

.ccx-feature-list li{
  margin:0;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:16px 18px;
  border:1px solid var(--ccx-border);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}

.ccx-feature-list li::before{
  content:"✓";
  flex:0 0 auto;
  width:26px;
  height:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#091018;
  background:linear-gradient(135deg,var(--ccx-accent),var(--ccx-accent-2));
  font-weight:800;
}

.ccx-showcase{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:22px;
}

.ccx-showcase > .ccx-card:nth-child(1){grid-column:span 7}
.ccx-showcase > .ccx-card:nth-child(2){grid-column:span 5}
.ccx-showcase > .ccx-card:nth-child(3){grid-column:span 4}
.ccx-showcase > .ccx-card:nth-child(4){grid-column:span 4}
.ccx-showcase > .ccx-card:nth-child(5){grid-column:span 4}

.ccx-logo-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.ccx-logo-chip{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.03);
  color:#dce8ff;
  font-weight:700;
}

.ccx-cta-banner{
  position:relative;
  padding:38px;
  border-radius:32px;
  overflow:hidden;
  background:
    radial-gradient(circle at top right, rgba(102,227,255,.16), transparent 32%),
    linear-gradient(135deg,#14234a,#0d1325);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:var(--ccx-shadow);
}

.ccx-cta-banner p{
  max-width:760px;
}

.ccx-faq{
  display:grid;
  gap:14px;
}

.ccx-faq-item{
  border:1px solid var(--ccx-border);
  border-radius:20px;
  background:rgba(255,255,255,.04);
  overflow:hidden;
}

.ccx-faq-question{
  width:100%;
  padding:22px 56px 22px 22px;
  text-align:left;
  border:0;
  background:transparent;
  color:#fff;
  font-size:1.03rem;
  font-weight:700;
  position:relative;
  cursor:pointer;
}

.ccx-faq-question::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:1.6rem;
  color:var(--ccx-accent);
}

.ccx-faq-item.is-open .ccx-faq-question::after{
  content:"–";
}

.ccx-faq-answer{
  display:none;
  padding:0 22px 22px;
}

.ccx-faq-item.is-open .ccx-faq-answer{
  display:block;
}

.ccx-page-hero{
  padding:54px 0 28px;
}

.ccx-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:16px;
  color:var(--ccx-text-soft);
  font-size:14px;
}

.ccx-breadcrumbs a{
  color:var(--ccx-text-soft);
}

.ccx-page-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
}

.ccx-sidebar{
  position:sticky;
  top:110px;
  align-self:start;
  padding:24px;
  border-radius:24px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.04);
}

.ccx-sidebar ul{
  list-style:none;
  padding:0;
  margin:0;
}

.ccx-sidebar li{
  margin:0;
  border-top:1px solid rgba(255,255,255,.08);
}

.ccx-sidebar li:first-child{
  border-top:0;
}

.ccx-sidebar a{
  display:block;
  padding:13px 0;
  color:#dce8ff;
}

.ccx-content-card{
  padding:32px;
  border-radius:28px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.04);
  margin-bottom:24px;
}

.ccx-content-card table{
  width:100%;
  border-collapse:collapse;
}

.ccx-content-card th,
.ccx-content-card td{
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
}

.ccx-content-card th{
  color:#fff;
}

.ccx-contact-list{
  display:grid;
  gap:16px;
  list-style:none;
  padding:0;
  margin:0;
}

.ccx-contact-list li{
  margin:0;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.04);
}

.ccx-footer{
  padding:28px 0 40px;
  border-top:1px solid rgba(255,255,255,.07);
  background:rgba(6,10,18,.55);
}

.ccx-footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr .9fr;
  gap:26px;
  margin-bottom:24px;
}

.ccx-footer-title{
  color:#fff;
  margin-bottom:12px;
  font-size:1rem;
  font-weight:800;
}

.ccx-footer ul{
  margin:0;
  padding:0;
  list-style:none;
}

.ccx-footer li{
  margin:0 0 10px;
}

.ccx-footer a{
  color:var(--ccx-text-soft);
}

.ccx-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.07);
  color:var(--ccx-text-soft);
  font-size:14px;
}

.ccx-article{
  padding:32px;
  border-radius:28px;
  border:1px solid var(--ccx-border);
  background:rgba(255,255,255,.04);
}

.ccx-article + .ccx-article{
  margin-top:24px;
}

.ccx-404{
  text-align:center;
  padding:120px 0;
}

.ccx-badge-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.ccx-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid var(--ccx-border);
  color:#dce8ff;
  font-size:14px;
  font-weight:700;
}

.ccx-editor-content > *:first-child{
  margin-top:0;
}

.ccx-editor-content > *:last-child{
  margin-bottom:0;
}

.ccx-editor-content h2,
.ccx-editor-content h3,
.ccx-editor-content h4{
  margin-top:26px;
}

.ccx-editor-content .wp-block-group,
.ccx-editor-content .wp-block-columns{
  margin-bottom:24px;
}

.ccx-editor-content .wp-block-image img{
  border-radius:18px;
}

@media (max-width: 1100px){
  .ccx-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ccx-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ccx-hero,
  .ccx-page-shell,
  .ccx-footer-grid{
    grid-template-columns:1fr;
  }
  .ccx-showcase > .ccx-card{
    grid-column:span 12!important;
  }
  .ccx-sidebar{
    position:static;
  }
}

@media (max-width: 980px){
  .ccx-burger{
    display:inline-flex;
  }

  .ccx-main-nav{
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% + 10px);
    display:none;
    padding:14px;
    border-radius:24px;
    background:#0f1830;
    border:1px solid var(--ccx-border);
    box-shadow:var(--ccx-shadow);
  }

  .ccx-main-nav.is-open{
    display:block;
  }

  .ccx-main-nav .menu,
  .ccx-main-nav ul{
    display:block;
  }

  .ccx-main-nav li + li{
    margin-top:6px;
  }

  .ccx-main-nav a{
    min-height:46px;
    padding:10px 14px;
    border-radius:14px;
  }

  .ccx-main-nav .sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    display:none;
    min-width:0;
    margin:8px 0 0 14px;
    box-shadow:none;
    background:rgba(255,255,255,.03);
  }

  .ccx-main-nav .menu-item-has-children.is-open > .sub-menu{
    display:block;
  }

  .ccx-main-nav .menu-item-has-children > a::after{
    margin-left:auto;
  }

  .ccx-header-cta .ccx-btn--secondary{
    display:none;
  }
}

@media (max-width: 767px){
  .ccx-section{
    padding:64px 0;
  }

  .ccx-section--hero{
    padding:36px 0 56px;
  }

  .ccx-container{
    width:min(100% - 20px, var(--ccx-container));
  }

  .ccx-header-inner{
    min-height:76px;
  }

  .ccx-brand-name small{
    display:none;
  }

  .ccx-header-cta .ccx-btn{
    min-height:46px;
    padding:0 16px;
    font-size:14px;
  }

  .ccx-hero-sublist,
  .ccx-kpi,
  .ccx-grid--2,
  .ccx-grid--3,
  .ccx-grid--4,
  .ccx-mini-panels,
  .ccx-logo-row{
    grid-template-columns:1fr;
  }

  .ccx-dashboard{
    min-height:auto;
  }

  .ccx-hero-visual{
    min-height:auto;
  }

  .ccx-floating-stat{
    position:static;
    margin-top:16px;
  }

  .ccx-section-head,
  .ccx-footer-bottom{
    display:block;
  }

  .ccx-content-card,
  .ccx-article,
  .ccx-cta-banner,
  .ccx-card,
  .ccx-sidebar{
    padding:22px;
    border-radius:22px;
  }

  .ccx-card-preview{
    padding:22px;
    border-radius:24px;
  }

  .ccx-card-number{
    font-size:1.05rem;
    letter-spacing:.11em;
  }
}

@media (max-width: 520px){
  body{font-size:15px}
  .ccx-actions{
    flex-direction:column;
  }
  .ccx-btn{
    width:100%;
  }
  .ccx-step{
    padding:78px 18px 18px;
  }
  .ccx-step::before{
    left:18px;
    top:18px;
  }
}