/*
Theme Name: Stagiora Editorial Theme
Theme URI: https://stagiora.com/
Author: Ramena OÜ
Description: Dark, trust-focused WordPress theme for Stagiora. Homepage stays editable in the normal WordPress editor.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: stagiora-editorial
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');

:root{
  --bg:#090f31;
  --bg-soft:#101947;
  --panel:#142055;
  --panel-2:#1d2a67;
  --text:#f4f7ff;
  --muted:#b9c3ef;
  --line:rgba(165,185,255,.18);
  --accent:#63d7e8;
  --accent-2:#7da3ff;
  --accent-3:#99aef6;
  --danger:#ff7f9f;
  --success:#76f0bd;
  --warning:#ffd76f;
  --shadow:0 24px 60px rgba(0,0,0,.28);
  --radius:24px;
  --container:1180px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{
  margin:0;
  color:var(--text);
  background:
    radial-gradient(circle at 15% 18%, rgba(96,215,232,.15), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(125,163,255,.12), transparent 24%),
    linear-gradient(180deg,#070b23 0%, #09113a 55%, #0a123d 100%);
  font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height:1.6;
}
button,
input,
textarea,
select{
  font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}
a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto}

.site-wrap{position:relative; overflow:hidden;}
.site-wrap:before,
.site-wrap:after{
  content:"";
  position:fixed;
  width:340px;
  height:340px;
  filter:blur(60px);
  opacity:.18;
  z-index:0;
  pointer-events:none;
}
.site-wrap:before{left:-120px; top:120px; background:var(--accent)}
.site-wrap:after{right:-120px; top:260px; background:var(--accent-2)}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(7,11,35,.88);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header-inner{
  max-width:var(--container);
  margin:0 auto;
  padding:16px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  color:var(--text);
  font-size:1.08rem;
  font-weight:800;
  letter-spacing:.03em;
}
.brand img{
  width:42px;
  height:42px;
  object-fit:contain;
  display:block;
  filter:drop-shadow(0 0 18px rgba(99,215,232,.15));
}
.brand-text small{
  display:block;
  color:var(--muted);
  font-weight:600;
  letter-spacing:.02em;
  font-size:.78rem;
  margin-top:2px;
}
.header-actions{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.app-btn,.ghost-btn,.button,.wp-element-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:0 18px;
  border-radius:999px;
  font-weight:700;
  border:1px solid transparent;
  transition:all .2s ease;
}
.app-btn{
  background:linear-gradient(135deg,var(--accent),#82ecfa);
  color:#09112b !important;
  box-shadow:0 12px 30px rgba(99,215,232,.18);
}
.app-btn:hover{
  text-decoration:none;
  transform:translateY(-1px);
}
.ghost-btn{
  border-color:rgba(255,255,255,.14);
  color:var(--text) !important;
  background:rgba(255,255,255,.04);
}
.ghost-btn:hover{
  text-decoration:none;
  background:rgba(255,255,255,.08);
}

.site-main{position:relative; z-index:1}
.content-shell{
  max-width:var(--container);
  margin:0 auto;
  padding:28px 24px 24px;
}
.edit-link{margin-top:10px}
.page-title{display:none}
.entry-content > *:first-child{margin-top:0}

.stagiora-section,
.wp-block-group.is-style-stagiora-panel{
  position:relative;
  padding:56px 48px;
  margin:0 0 20px;
  background:linear-gradient(180deg, rgba(21,32,85,.95), rgba(12,20,58,.96));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.stagiora-section:before{
  content:"";
  position:absolute;
  inset:auto -60px -80px auto;
  width:220px;
  height:220px;
  background:radial-gradient(circle, rgba(99,215,232,.18), transparent 64%);
  pointer-events:none;
}

.hero-card{
  margin-top:18px;
  padding:40px 64px;
  background:
    radial-gradient(circle at 12% 20%, rgba(99,215,232,.18), transparent 22%),
    radial-gradient(circle at 82% 18%, rgba(125,163,255,.16), transparent 18%),
    linear-gradient(180deg, rgba(23,36,94,.96), rgba(12,20,58,.98));
}
.hero-card h1{
  font-size:clamp(2.8rem, 5.8vw, 4.8rem);
  line-height:1.05;
  margin:0 0 16px;
  max-width:10ch;
  letter-spacing:-.045em;
}
.hero-card p.lead{
  max-width:760px;
  color:var(--muted);
  font-size:clamp(1.1rem,2vw,1.35rem);
  margin:0 0 28px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-kicker,
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 14px;
  border-radius:999px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#d5defc;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:18px;
}
.hero-kicker:before,
.section-kicker:before{
  content:"";
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 8px rgba(99,215,232,.12);
}

.columns-2{
  display:grid;
  grid-template-columns:55% 45%;
  gap:22px;
}
.columns-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}
.columns-4{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.metric-card,
.value-card,
.quick-card{
  padding:22px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.metric-card strong{
  display:block;
  font-size:1.95rem;
  line-height:1;
  margin:0 0 10px;
}
.value-card h3,.quick-card h3{
  margin:0 0 10px;
  font-size:1.06rem;
}
.section-title{
  margin:0 0 14px;
  font-size:clamp(1.8rem, 4vw, 3rem);
  line-height:1.08;
  letter-spacing:-.03em;
}
.section-intro{
  max-width:760px;
  color:var(--muted);
  font-size:1.08rem;
  margin:0 0 26px;
}

.check-list{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.check-list li{
  padding-left:28px;
  position:relative;
}
.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:20px;
  height:20px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#081027;
  font-weight:900;
  font-size:.8rem;
  background:linear-gradient(135deg,var(--success),#b4ffd9);
}

.comic-grid{display:grid; gap:20px;}
.comic-case{
  padding:32px;
  margin-bottom:32px;
  border-radius:26px;
  background:linear-gradient(180deg, rgba(17,26,71,.98), rgba(10,16,44,.98));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.comic-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  margin-bottom:18px;
}
.comic-head h3{margin:0 0 8px; font-size:1.45rem;}
.comic-tag{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:7px 12px;
  background:rgba(99,215,232,.12);
  color:#d8fbff;
  border:1px solid rgba(99,215,232,.18);
  font-size:.8rem;
  font-weight:700;
}
.comic-panels{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin:14px 0 18px;
}
.panel{
  padding:24px;
  border-radius:18px;
  min-height:200px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    linear-gradient(180deg, #1a275f, #121c4a);
  border:1px solid rgba(255,255,255,.08);
  position:relative;
  overflow:hidden;
}
.panel:before{
  content:"";
  position:absolute;
  right:-24px;
  top:-22px;
  width:90px;
  height:90px;
  border-radius:26px;
  background:linear-gradient(135deg, rgba(99,215,232,.18), rgba(125,163,255,.05));
  transform:rotate(20deg);
}
.panel-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent), var(--accent-2));
  color:#081027;
  font-weight:900;
  margin-bottom:12px;
}
.panel h4{margin:0 0 8px; font-size:1.06rem;}
.panel p{margin:0; color:var(--muted); font-size:.97rem;}
.case-value{
  padding:18px 20px;
  border-radius:18px;
  border:1px dashed rgba(99,215,232,.26);
  background:rgba(99,215,232,.05);
  color:#dffcff;
}

.how-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
.how-step{
  padding:18px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.how-step strong{
  display:block;
  font-size:1.6rem;
  line-height:1;
  margin-bottom:8px;
  color:var(--accent);
}

.verify-box{
  display:grid;
  gap:18px;
  align-items:stretch;
  grid-template-columns:55% 45%;
}
.verify-card,
.verify-info{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  height:100%;
  min-width:0;
}
.verify-form label{display:block; margin-bottom:10px; font-weight:700;}
.verify-form input[type="text"]{
  width:100%;
  min-height:54px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b1338;
  color:var(--text);
  padding:14px 16px;
  font-size:1rem;
}
.verify-actions{margin-top:14px; display:flex; gap:12px; flex-wrap:wrap;}
.verify-result{
  margin-top:16px;
  min-height:72px;
  border-radius:16px;
  padding:16px 18px;
  background:#0b1338;
  border:1px solid rgba(255,255,255,.08);
}
.verify-result.is-success{border-color:rgba(118,240,189,.4); background:rgba(118,240,189,.08)}
.verify-result.is-warning{border-color:rgba(255,215,111,.4); background:rgba(255,215,111,.08)}
.verify-result.is-error{border-color:rgba(255,127,159,.4); background:rgba(255,127,159,.08)}
.verify-badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:16px;}
.verify-badge{
  padding:8px 12px;
  border-radius:999px;
  font-weight:700;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  color:#d5defc;
}

.install-grid{display:grid; grid-template-columns:1fr 1fr; gap:18px;}
.install-card{
  padding:26px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(19,28,72,.96), rgba(11,18,46,.98));
  border:1px solid var(--line);
}
.install-card h3{margin:0 0 8px}
.install-card p{margin:0 0 18px; color:var(--muted)}

.pricing-card{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:26px;
  border-radius:22px;
  background:linear-gradient(135deg, rgba(99,215,232,.09), rgba(125,163,255,.08));
  border:1px solid rgba(99,215,232,.18);
}
.pricing-card strong{display:block; font-size:1.3rem; margin-bottom:8px;}

.support-wrap{display:grid; grid-template-columns:1fr .9fr; gap:18px;}
.support-card{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}
.stagiora-support-form .field{margin-bottom:14px;}
.stagiora-support-form label{display:block; margin-bottom:8px; font-weight:700;}
.stagiora-support-form input,
.stagiora-support-form textarea{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:#0b1338;
  color:var(--text);
  padding:12px 14px;
  font-size:1rem;
}
.stagiora-support-form textarea{min-height:150px; resize:vertical;}
.form-message{
  margin:0 0 16px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
}
.form-message.success{background:rgba(118,240,189,.08); border-color:rgba(118,240,189,.4)}
.form-message.error{background:rgba(255,127,159,.08); border-color:rgba(255,127,159,.4)}

.site-footer{border-top:1px solid rgba(255,255,255,.06); background:rgba(7,11,35,.9);}
.footer-inner{
  max-width:var(--container);
  margin:0 auto;
  padding:26px 24px 42px;
  color:var(--muted);
}
.footer-inner strong{color:var(--text)}
.stagiora-note{color:var(--muted); font-size:.95rem;}

/* WordPress block safety */
.wp-block-group{gap:10px;}
.wp-block-columns > .wp-block-column{min-width:0;}
.hero-card .wp-block-columns{
  gap:24px;
  align-items:center;
}
.hero-card .wp-block-column:first-child{flex-basis:55% !important;}
.hero-card .wp-block-column:last-child{flex-basis:45% !important;}
.section-intro + .wp-block-columns{
  gap:24px;
  align-items:stretch;
}
.section-intro + .wp-block-columns > .wp-block-column{
  flex:1 1 0;
  min-width:0;
}
.section-intro + .wp-block-columns .value-card{
  height:100%;
  min-width:0;
}
.section-intro + .wp-block-columns .value-card h3,
.section-intro + .wp-block-columns .value-card p{
  overflow-wrap:break-word;
  word-break:normal;
}
.hero-card .wp-block-image img{height:auto; display:block;}

h1,h2,h3{margin-bottom:16px;}
p{line-height:1.6; margin-bottom:12px;}
.wp-block-buttons{margin-top:18px;}

/* tighter spacing between sticky header and first homepage module */
.site-main > .content-shell > article > .entry-content > .stagiora-section:first-child,
.site-main > .content-shell > .entry-content > .stagiora-section:first-child{
  margin-top:0 !important;
}

.entry-content > .stagiora-section:last-of-type,
.entry-content > .wp-block-group:last-of-type{
  margin-bottom:0 !important;
}

@media (max-width: 1060px){
  .columns-2,
  .verify-box,
  .support-wrap,
  .install-grid{grid-template-columns:1fr;}
  .columns-3{grid-template-columns:1fr;}
  .columns-4{grid-template-columns:repeat(2,1fr);}
  .how-grid{grid-template-columns:repeat(2,1fr);}
  .hero-card .wp-block-column:first-child,
  .hero-card .wp-block-column:last-child{flex-basis:100% !important;}
}

@media (max-width: 760px){
  .header-inner{padding:14px 16px;}
  .content-shell{padding:16px 16px 24px;}
  .stagiora-section,
  .wp-block-group.is-style-stagiora-panel{padding:24px;}
  .hero-card{margin-top:12px; padding:24px;}
  .hero-card h1{max-width:none; font-size:clamp(2.3rem, 9vw, 3.4rem);}
  .comic-panels{grid-template-columns:1fr;}
  .how-grid{grid-template-columns:1fr;}
  .pricing-card{display:block;}
  .columns-4{grid-template-columns:1fr;}
  .header-actions{justify-content:flex-end;}
  .brand-text small{display:none;}
}

/* Ühtlusta kõigi sektsioonide siselaius */
.stagiora-section > .wp-block-group__inner-container,
.stagiora-section.wp-block-group-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 960px !important;
  /* margin-left: auto !important;
  margin-right: auto !important; */
  padding-left: 32px;
  padding-right: 32px;
}

/* Kui sektsioon on alignfull wrapperi sees, hoia ka seal sama laius */
.entry-content > .wp-block-group.alignfull > .stagiora-section,
.entry-content > .wp-block-group.alignfull > .wp-block-group.stagiora-section {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Eemalda erinevate WP constrained-layout klasside laiuse kõikumine */
[class*="wp-container-core-group-is-layout-"] > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 960px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Verified */

.verify-textarea {
  width: 100%;
  min-height: 132px;
  height: 132px;
  max-height: 132px;
  resize: none;
  overflow: hidden;
  padding: 22px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: #09114c;
  color: #f2f4ff;
  box-sizing: border-box;

  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: 0.01em;

  white-space: pre-wrap;
  word-break: break-all;
  overflow-wrap: anywhere;

  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.verify-textarea::placeholder {
  color: rgba(255,255,255,0.42);
  font-weight: 500;
}

.verify-textarea:focus {
  border-color: rgba(126, 219, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(126, 219, 255, 0.10);
}

.verify-result {
  margin-top: 22px;
  padding: 22px 24px;   /* ↓ väiksem */
  border-radius: 22px;
}

.verify-result {
  backdrop-filter: blur(6px);
}

.verify-result__head {
  display: flex;
  align-items: center;
  gap: 12px;     /* ↓ kompaktsem */
  margin-bottom: 8px;
}

.verify-result__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;

  display: flex;                 /* ← oluline */
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  font-size: 16px;               /* ↓ mitte 22px */
  font-weight: 700;
  line-height: 1;
}

.verify-result__title {
  font-size: 20px;      /* ↓ oli liiga suur */
  font-weight: 600;
}

.verify-result__text {
  font-size: 16px;      /* ↓ loetavam */
  line-height: 1.5;
  opacity: 0.9;
}

.verify-result__extra {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0.95;
}

.verify-result--neutral {
  background: rgba(126, 146, 255, 0.10);
  border-color: rgba(126, 146, 255, 0.22);
}

.verify-result--neutral .verify-result__icon {
  background: rgba(126, 146, 255, 0.22);
  color: #cdd6ff;
}

.verify-result--loading {
  background: rgba(100, 120, 255, 0.12);
  border-color: rgba(100, 120, 255, 0.26);
}

.verify-result--loading .verify-result__icon {
  background: rgba(100, 120, 255, 0.22);
  color: #d9e0ff;
}

.verify-result--trusted {
  background: rgba(26, 127, 86, 0.20);
  border-color: rgba(73, 201, 138, 0.45);
}

.verify-result--trusted .verify-result__icon {
  background: rgba(73, 201, 138, 0.24);
  color: #8ff0bd;
}

.verify-result--unverified {
  background: rgba(123, 82, 22, 0.24);
  border-color: rgba(214, 161, 74, 0.42);
}

.verify-result--unverified .verify-result__icon {
  background: rgba(214, 161, 74, 0.22);
  color: #ffd27a;
}

.verify-result--rejected {
  background: rgba(125, 32, 52, 0.22);
  border-color: rgba(224, 91, 122, 0.42);
}

.verify-result--rejected .verify-result__icon {
  background: rgba(224, 91, 122, 0.22);
  color: #ff9ab0;
}

.verify-textarea {
  font-size: 18px;        /* ↓ väiksem */
  font-weight: 500;       /* ↓ vähem paks */
}

.verify-textarea::placeholder {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.38);
}

/*SVG */

/* Proof flow */

.stagiora-proof-flow {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.stagiora-proof-flow .proof-svg-holder {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stagiora-proof-flow .proof-svg {
  width: 100%;
  max-width: 1180px;
  min-width: 0;
  height: auto;
  display: block;
  margin: 0 auto;
}

.stagiora-proof-flow .proof-node {
  opacity: 0.72;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transform-origin: center;
  outline: none;
}

.stagiora-proof-flow .proof-node:hover,
.stagiora-proof-flow .proof-node:focus,
.stagiora-proof-flow .proof-node.is-active {
  opacity: 1;
}

.stagiora-proof-flow .proof-node .proof-active-ring {
  display: none;
}

.stagiora-proof-flow .proof-node.is-active .proof-active-ring {
  display: block;
}

.stagiora-proof-flow .proof-node text {
  fill: #f3f6ff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.stagiora-proof-flow .proof-description {
  margin-top: 6px;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(123, 231, 255, 0.16);
  position: relative;
}

.stagiora-proof-flow .proof-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(123, 231, 255, 0.14);
  border: 1px solid rgba(123, 231, 255, 0.22);
  color: #7be7ff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 0 24px rgba(123, 231, 255, 0.14);
}

.stagiora-proof-flow .proof-description h3 {
  margin: 0 0 8px;
  color: #7be7ff;
  font-size: 22px;
  font-weight: 700;
}

.stagiora-proof-flow .proof-description p {
  margin: 0;
  color: #dce4ff;
  font-size: 17px;
  line-height: 1.65;
  max-width: 760px;
}

.stagiora-proof-flow .proof-travel-dot {
  animation: stagioraProofTravel 4.8s ease-in-out infinite;
}

@keyframes stagioraProofTravel {
  0% {
    transform: translateX(0);
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateX(520px);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(1040px);
    opacity: 0.2;
  }
}

@media (max-width: 900px) {
  .stagiora-proof-flow {
    max-width: 100%;
  }

  .stagiora-proof-flow .proof-svg-holder {
    overflow: hidden;
  }

  .stagiora-proof-flow .proof-svg {
    max-width: 100%;
  }

  .stagiora-proof-flow .proof-description {
    margin-top: 2px;
    padding: 18px 18px 16px;
  }

  .stagiora-proof-flow .proof-description h3 {
    font-size: 20px;
  }

  .stagiora-proof-flow .proof-description p {
    font-size: 16px;
  }
}

.stagiora-proof-flow .proof-panel[hidden] {
  display: none !important;
}

.stagiora-proof-flow .proof-panel.is-active {
  display: block;
}