/* Speechex Public Design System v4.15.0 */
:root{
  --spx-ink:#07152f;
  --spx-ink-2:#14233d;
  --spx-muted:#667792;
  --spx-muted-2:#8795aa;
  --spx-blue:#1769ff;
  --spx-blue-2:#4b8dff;
  --spx-indigo:#4b5ee8;
  --spx-violet:#8d6cff;
  --spx-cyan:#56c6ff;
  --spx-surface:#ffffff;
  --spx-surface-2:#f6f9ff;
  --spx-line:rgba(151,177,214,.30);
  --spx-line-strong:rgba(116,151,203,.42);
  --spx-shadow-sm:0 12px 30px rgba(16,42,86,.08);
  --spx-shadow-md:0 24px 72px rgba(19,47,96,.12);
  --spx-shadow-lg:0 36px 100px rgba(24,55,113,.16);
  --spx-radius:28px;
  --spx-radius-lg:40px;
  --spx-max:1240px;
  --spx-font:"Segoe UI Variable Text","Segoe UI Variable","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
}

html{scroll-behavior:smooth;scroll-padding-top:104px}
body.public-v415{
  margin:0;
  color:var(--spx-ink);
  background:
    radial-gradient(circle at 8% 4%,rgba(86,198,255,.12),transparent 26rem),
    radial-gradient(circle at 92% 10%,rgba(141,108,255,.10),transparent 30rem),
    linear-gradient(180deg,#f8fbff 0%,#fff 24%,#f8fbff 100%);
  font-family:var(--spx-font);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body.public-v415::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  opacity:.52;
  background-image:
    linear-gradient(rgba(79,126,201,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(79,126,201,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to bottom,black,transparent 80%);
}
body.public-v415 *{box-sizing:border-box}
body.public-v415 img{display:block;max-width:100%}
body.public-v415 a{text-decoration:none;color:inherit}
body.public-v415 button,
body.public-v415 input,
body.public-v415 textarea,
body.public-v415 select{font:inherit}
body.public-v415 .container{width:min(var(--spx-max),calc(100% - 48px));margin-inline:auto}
body.public-v415 main{position:relative}
body.public-v415 :focus-visible{outline:3px solid rgba(23,105,255,.28);outline-offset:3px}
body.public-v415 ::selection{background:rgba(23,105,255,.18);color:var(--spx-ink)}

/* Header */
body.public-v415 .site-header{
  position:sticky;
  top:0;
  z-index:100;
  padding:10px 0;
  border:0;
  background:transparent;
  transition:padding .24s ease,background .24s ease;
}
body.public-v415 .site-header::before{
  content:"";
  position:absolute;
  inset:8px max(12px,calc((100vw - var(--spx-max))/2 - 18px));
  z-index:-1;
  border:1px solid rgba(181,201,230,.62);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 34px rgba(25,56,105,.07);
  backdrop-filter:blur(20px) saturate(145%);
  -webkit-backdrop-filter:blur(20px) saturate(145%);
  transition:box-shadow .24s ease,background .24s ease;
}
body.public-v415 .site-header.is-scrolled::before{background:rgba(255,255,255,.92);box-shadow:0 18px 46px rgba(25,56,105,.12)}
body.public-v415 .header-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}
body.public-v415 .brand{display:inline-flex;align-items:center;gap:12px;min-width:max-content}
body.public-v415 .brand-mark{display:flex;align-items:center;gap:3px;height:24px}
body.public-v415 .brand-mark i{display:block;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--spx-blue),var(--spx-cyan));box-shadow:0 3px 9px rgba(23,105,255,.18)}
body.public-v415 .brand-mark i:nth-child(1){height:10px}
body.public-v415 .brand-mark i:nth-child(2){height:17px}
body.public-v415 .brand-mark i:nth-child(3){height:24px}
body.public-v415 .brand-mark i:nth-child(4){height:14px}
body.public-v415 .brand-copy{display:flex;flex-direction:column}
body.public-v415 .brand-copy b{font-size:23px;line-height:.95;letter-spacing:-.06em;color:var(--spx-ink)}
body.public-v415 .brand-copy span{margin-top:4px;font-size:9.5px;font-weight:600;line-height:1;color:#718099;letter-spacing:.01em;white-space:nowrap}
body.public-v415 .nav{display:flex;align-items:center;gap:4px;margin-left:auto}
body.public-v415 .nav>a:not(.nav-mobile-action){position:relative;display:flex;align-items:center;min-height:42px;padding:0 12px;border-radius:12px;color:#43536c;font-size:13px;font-weight:700;transition:color .18s ease,background .18s ease}
body.public-v415 .nav>a:not(.nav-mobile-action):hover,
body.public-v415 .nav>a:not(.nav-mobile-action):focus-visible{color:var(--spx-blue);background:#f0f5ff}
body.public-v415 .header-actions{display:flex;align-items:center;gap:9px}
body.public-v415 .btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:48px;
  padding:0 22px;
  border:1px solid transparent;
  border-radius:15px;
  background:linear-gradient(135deg,var(--spx-blue),var(--spx-blue-2) 60%,var(--spx-indigo));
  color:#fff;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  cursor:pointer;
  box-shadow:0 13px 30px rgba(23,105,255,.23);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,border-color .2s ease,background .2s ease;
  overflow:hidden;
}
body.public-v415 .btn::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.24) 48%,transparent 76%);transform:translateX(-130%);transition:transform .55s ease}
body.public-v415 .btn:hover::after{transform:translateX(130%)}
body.public-v415 .btn:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(23,105,255,.30);filter:saturate(1.08)}
body.public-v415 .btn.secondary{background:rgba(255,255,255,.82);color:#1f3657;border-color:rgba(163,186,219,.55);box-shadow:none;backdrop-filter:blur(12px)}
body.public-v415 .btn.secondary:hover{color:var(--spx-blue);border-color:rgba(23,105,255,.38);background:#fff;box-shadow:0 12px 28px rgba(23,105,255,.10)}
body.public-v415 .btn.dark{background:var(--spx-ink);box-shadow:0 14px 32px rgba(7,21,47,.18)}
body.public-v415 .mobile-menu-toggle{display:none}
body.public-v415 .nav-mobile-action{display:none!important}

/* Global typography and section rhythm */
body.public-v415 .section{padding:104px 0}
body.public-v415 .section.compact{padding:76px 0}
body.public-v415 .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  color:var(--spx-blue);
  font-size:12px;
  font-weight:850;
  line-height:1.25;
  letter-spacing:.13em;
  text-transform:uppercase;
}
body.public-v415 .eyebrow::before{content:"";width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--spx-blue),var(--spx-violet));box-shadow:0 0 0 5px rgba(23,105,255,.08)}
body.public-v415 h1,
body.public-v415 h2,
body.public-v415 h3{color:var(--spx-ink);text-wrap:balance}
body.public-v415 h1{margin:0;font-size:clamp(48px,6.2vw,84px);line-height:.94;letter-spacing:-.072em;font-weight:800}
body.public-v415 h2{margin:0;font-size:clamp(34px,4.6vw,58px);line-height:1.01;letter-spacing:-.06em;font-weight:800}
body.public-v415 h3{margin:0;font-size:22px;line-height:1.18;letter-spacing:-.035em}
body.public-v415 p{color:var(--spx-muted);line-height:1.72}
body.public-v415 .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:42px;margin-bottom:40px}
body.public-v415 .section-head.center{display:block;max-width:870px;margin:0 auto 44px;text-align:center}
body.public-v415 .section-head>div{max-width:780px}
body.public-v415 .section-head>p,
body.public-v415 .section-head.center>p{max-width:620px;margin:14px 0 0;font-size:17px;line-height:1.7}
body.public-v415 .section-head.center>p{margin-inline:auto}
body.public-v415 .lead{max-width:820px;margin:22px 0 0;color:#455773;font-size:19px;line-height:1.72}
body.public-v415 .note{color:#7a889d;font-size:13px;line-height:1.65}
body.public-v415 .breadcrumbs{padding-top:24px;color:#7d8ca2;font-size:13px}
body.public-v415 .breadcrumbs a{color:var(--spx-blue);font-weight:700}

/* Premium cards */
body.public-v415 .card,
body.public-v415 .use-card,
body.public-v415 .result-card,
body.public-v415 .analysis-card,
body.public-v415 .tariff-page-card,
body.public-v415 .about-panel,
body.public-v415 .faq-item,
body.public-v415 .article-list a{
  position:relative;
  border:1px solid var(--spx-line);
  border-radius:var(--spx-radius);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(247,250,255,.88));
  box-shadow:var(--spx-shadow-sm);
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
body.public-v415 .card::before,
body.public-v415 .use-card::before,
body.public-v415 .result-card::before,
body.public-v415 .tariff-page-card::before,
body.public-v415 .about-panel::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.95),transparent);
}
@media (hover:hover){
  body.public-v415 .card:hover,
  body.public-v415 .use-card:hover,
  body.public-v415 .result-card:hover,
  body.public-v415 .tariff-page-card:hover,
  body.public-v415 .article-list a:hover{transform:translateY(-5px);border-color:rgba(23,105,255,.27);box-shadow:var(--spx-shadow-md)}
}
body.public-v415 .card{padding:28px}
body.public-v415 .card .icon,
body.public-v415 .icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border-radius:16px;background:linear-gradient(145deg,#edf4ff,#f7f3ff);color:var(--spx-blue);font-weight:850;box-shadow:inset 0 0 0 1px rgba(23,105,255,.08)}
body.public-v415 .card p{margin:11px 0 0;font-size:14.5px}
body.public-v415 .card-grid{display:grid;gap:18px}
body.public-v415 .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
body.public-v415 .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
body.public-v415 .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
body.public-v415 .wide-cta{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:26px;
  padding:22px 24px;
  border:1px solid rgba(147,177,218,.36);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(246,250,255,.94),rgba(238,244,255,.88));
  box-shadow:0 16px 44px rgba(20,55,108,.07);
}
body.public-v415 .wide-cta>span{color:#3f5370;font-size:14px;line-height:1.65}

/* Home hero */
body.public-v415 .hero{position:relative;padding:94px 0 66px;isolation:isolate}
body.public-v415 .hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at var(--mx,72%) var(--my,28%),rgba(80,141,255,.17),transparent 34%),radial-gradient(circle at 16% 28%,rgba(86,198,255,.11),transparent 32%)}
body.public-v415 .hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(410px,.85fr);gap:64px;align-items:center}
body.public-v415 .hero h1{max-width:800px}
body.public-v415 .hero-text{max-width:710px;margin:24px 0 0;color:#435570;font-size:19px;line-height:1.7}
body.public-v415 .hero-audience{display:inline-flex;align-items:center;max-width:680px;margin-top:20px;padding:12px 15px;border:1px solid rgba(151,181,222,.42);border-radius:999px;background:rgba(255,255,255,.72);color:#37506f;font-size:13px;font-weight:700;box-shadow:0 10px 26px rgba(24,55,113,.06);backdrop-filter:blur(12px)}
body.public-v415 .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
body.public-v415 .hero-visual{position:relative;min-width:0}
body.public-v415 .expert-card{position:relative;display:block;min-height:580px;border:1px solid rgba(166,190,226,.52);border-radius:var(--spx-radius-lg);overflow:hidden;background:#dfe9f6;box-shadow:var(--spx-shadow-lg);transform:perspective(1200px) rotateY(-1.5deg)}
body.public-v415 .expert-card::before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 48%,rgba(3,13,31,.55));pointer-events:none}
body.public-v415 .expert-card img{width:100%;height:580px;object-fit:cover;object-position:center}
body.public-v415 .expert-caption{position:absolute;left:22px;right:22px;bottom:22px;z-index:3;padding:18px;border:1px solid rgba(255,255,255,.38);border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 16px 44px rgba(7,21,47,.16);backdrop-filter:blur(18px)}
body.public-v415 .expert-caption b{display:block;font-size:16px}
body.public-v415 .expert-caption span{display:block;margin-top:5px;color:#64758d;font-size:12px;line-height:1.5}
body.public-v415 .hero-motion-bg{position:absolute;inset:0;z-index:-3;overflow:hidden;pointer-events:none}
body.public-v415 .hero-motion-bg .motion-orb{position:absolute;border-radius:999px;filter:blur(8px);opacity:.42;animation:spxFloat 14s ease-in-out infinite}
body.public-v415 .hero-motion-bg .motion-orb:nth-last-child(1){width:220px;height:220px;right:5%;top:12%;background:rgba(96,111,255,.17)}
body.public-v415 .hero-motion-bg .motion-orb:nth-last-child(2){width:150px;height:150px;left:7%;top:18%;background:rgba(83,202,255,.18);animation-delay:-5s}
body.public-v415 .hero-motion-bg .motion-orb:nth-last-child(3){width:190px;height:190px;right:34%;bottom:2%;background:rgba(147,104,255,.12);animation-delay:-9s}
body.public-v415 .motion-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(23,105,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(23,105,255,.03) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 75%)}
body.public-v415 .motion-lines,
body.public-v415 .motion-wave{display:none}
@keyframes spxFloat{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(0,-24px,0) scale(1.06)}}

/* Required visual blocks */
body.public-v415 .analysis-example,
body.public-v415 #analysis-example,
body.public-v415 #process{position:relative}
body.public-v415 .analysis-visual,
body.public-v415 .process-visual{
  position:relative;
  padding:12px;
  border:1px solid rgba(159,184,220,.42);
  border-radius:36px;
  background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(241,246,255,.90));
  box-shadow:var(--spx-shadow-md);
  overflow:hidden;
}
body.public-v415 .analysis-visual::before,
body.public-v415 .process-visual::before{content:"";position:absolute;inset:-25%;background:radial-gradient(circle at 16% 20%,rgba(81,171,255,.13),transparent 30%),radial-gradient(circle at 85% 80%,rgba(141,108,255,.10),transparent 32%);pointer-events:none}
body.public-v415 .analysis-visual img,
body.public-v415 .process-visual img{position:relative;width:100%;height:auto;border-radius:25px}
body.public-v415 .visual-mobile-summary{display:none}
body.public-v415 .visual-expand-btn{display:none}

/* Cases and result sections */
body.public-v415 .use-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.public-v415 .use-card{padding:25px}
body.public-v415 .use-card b{display:block;font-size:18px;line-height:1.35;letter-spacing:-.025em}
body.public-v415 .use-card p{margin:10px 0 0;font-size:14px}
body.public-v415 .result-table{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.public-v415 .result-card{padding:27px}
body.public-v415 .result-card b{display:block;font-size:19px;line-height:1.28}
body.public-v415 .result-card p{margin:10px 0 0;font-size:14px}
body.public-v415 .formats{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
body.public-v415 .formats span,
body.public-v415 .meta span{padding:9px 13px;border:1px solid rgba(23,105,255,.10);border-radius:999px;background:linear-gradient(145deg,#edf4ff,#f6f2ff);color:#245eb8;font-size:12px;font-weight:800}
body.public-v415 .report-block{position:relative;display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center;padding:40px;border-radius:36px;background:linear-gradient(135deg,#07152f,#102d68 58%,#3048c9);color:#fff;box-shadow:var(--spx-shadow-lg);overflow:hidden}
body.public-v415 .report-block::before{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-90px;border-radius:50%;background:rgba(94,164,255,.18);filter:blur(2px)}
body.public-v415 .report-block h2{color:#fff;font-size:clamp(32px,4vw,52px)}
body.public-v415 .report-block p{color:#c6d3e8}
body.public-v415 .report-meta{position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
body.public-v415 .report-meta>div{padding:20px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}
body.public-v415 .report-meta b{display:block;color:#fff;font-size:30px;letter-spacing:-.05em}
body.public-v415 .report-meta span{display:block;margin-top:5px;color:#c9d6ea;font-size:12px}
body.public-v415 .expert-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:56px;align-items:center}
body.public-v415 .expert-photo{position:relative;border-radius:36px;overflow:hidden;box-shadow:var(--spx-shadow-lg)}
body.public-v415 .expert-photo::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3);border-radius:inherit;pointer-events:none}
body.public-v415 .expert-photo img{width:100%;min-height:540px;object-fit:cover}
body.public-v415 .expert-section p{font-size:16px}

/* Pricing */
body.public-v415 .price-grid,
body.public-v415 .price-grid-v385{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.public-v415 .price-card{position:relative;padding:28px;border:1px solid var(--spx-line);border-radius:30px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:var(--spx-shadow-sm);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}
body.public-v415 .price-card.featured{border-color:rgba(23,105,255,.36);background:linear-gradient(145deg,#f6f9ff,#f2efff);box-shadow:0 24px 70px rgba(44,84,170,.15)}
body.public-v415 .price-card.featured::after{content:"Рекомендуем";position:absolute;right:18px;top:18px;padding:7px 10px;border-radius:999px;background:var(--spx-blue);color:#fff;font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
body.public-v415 .price-card h3{padding-right:90px}
body.public-v415 .price{margin:18px 0 4px;color:var(--spx-ink);font-size:34px;font-weight:850;letter-spacing:-.055em}
body.public-v415 .price-card ul{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}
body.public-v415 .price-card li{position:relative;padding-left:24px;color:#53657f;font-size:13px;line-height:1.55}
body.public-v415 .price-card li::before{content:"✓";position:absolute;left:0;top:0;color:var(--spx-blue);font-weight:900}
body.public-v415 .price-more{margin-top:20px;border:1px solid var(--spx-line);border-radius:26px;background:rgba(255,255,255,.78);box-shadow:var(--spx-shadow-sm)}
body.public-v415 .price-more summary{cursor:pointer;padding:22px 24px;font-weight:800;list-style:none}
body.public-v415 .price-more summary::-webkit-details-marker{display:none}
body.public-v415 .price-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 20px 22px}
body.public-v415 .price-mini{padding:18px;border-radius:20px;background:#f7faff;border:1px solid rgba(151,177,214,.26)}

/* Process + security */
body.public-v415 .trust-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
body.public-v415 .trust-card{padding:28px;border:1px solid var(--spx-line);border-radius:28px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .trust-card.is-muted{background:linear-gradient(145deg,#f7faff,#f4f1ff)}
body.public-v415 .trust-card ul{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}
body.public-v415 .trust-card li{position:relative;padding-left:24px;color:#53657e;font-size:14px;line-height:1.58}
body.public-v415 .trust-card li::before{content:"";position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--spx-blue),var(--spx-violet))}
body.public-v415 .nohelp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* FAQ and forms */
body.public-v415 .faq-list{display:grid;gap:12px;max-width:920px;margin:0 auto}
body.public-v415 .faq-list details{border:1px solid var(--spx-line);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 10px 28px rgba(18,45,90,.05);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}
body.public-v415 .faq-list details[open]{border-color:rgba(23,105,255,.25);box-shadow:0 18px 42px rgba(23,105,255,.08)}
body.public-v415 .faq-list summary{position:relative;padding:20px 58px 20px 22px;cursor:pointer;font-size:15px;font-weight:800;list-style:none}
body.public-v415 .faq-list summary::-webkit-details-marker{display:none}
body.public-v415 .faq-list summary::after{content:"+";position:absolute;right:20px;top:50%;display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#edf4ff;color:var(--spx-blue);font-size:20px;transform:translateY(-50%);transition:transform .2s ease}
body.public-v415 .faq-list details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
body.public-v415 .faq-list details>div{padding:0 22px 22px;color:#60718a;font-size:14px;line-height:1.72}
body.public-v415 .contact-section{position:relative;padding:108px 0;background:linear-gradient(145deg,#07152f,#102d67 54%,#3347c9);color:#fff;overflow:hidden}
body.public-v415 .contact-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(84,198,255,.18),transparent 34%),radial-gradient(circle at 86% 72%,rgba(151,111,255,.19),transparent 32%);pointer-events:none}
body.public-v415 .contact-grid{position:relative;display:grid;grid-template-columns:.88fr 1.12fr;gap:56px;align-items:start}
body.public-v415 .contact-section h2{color:#fff}
body.public-v415 .contact-section p{color:#c5d3e8;font-size:16px}
body.public-v415 .benefits{display:grid;gap:12px;margin-top:26px}
body.public-v415 .benefit{display:flex;gap:12px;align-items:flex-start;color:#d4def0;font-size:14px;line-height:1.55}
body.public-v415 .benefit i{display:grid;place-items:center;flex:0 0 auto;width:23px;height:23px;border-radius:8px;background:rgba(82,169,255,.18);color:#91c2ff;font-style:normal;font-weight:900}
body.public-v415 .form-card{position:relative;padding:30px;border:1px solid rgba(255,255,255,.18);border-radius:32px;background:rgba(255,255,255,.96);box-shadow:0 30px 90px rgba(3,14,36,.28);color:var(--spx-ink)}
body.public-v415 .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.public-v415 .field.full{grid-column:1/-1}
body.public-v415 .field label{display:block;margin-bottom:7px;color:#3d4f69;font-size:12px;font-weight:800}
body.public-v415 .field input,
body.public-v415 .field textarea,
body.public-v415 .field select{width:100%;min-height:50px;padding:13px 14px;border:1px solid #d9e3f1;border-radius:14px;background:#f9fbff;color:var(--spx-ink);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.public-v415 .field textarea{min-height:126px;resize:vertical}
body.public-v415 .field input:focus,
body.public-v415 .field textarea:focus,
body.public-v415 .field select:focus{outline:none;border-color:rgba(23,105,255,.55);background:#fff;box-shadow:0 0 0 4px rgba(23,105,255,.09)}
body.public-v415 .consent{display:flex;align-items:flex-start;gap:10px;margin:17px 0;color:#6b7b91;font-size:12px;line-height:1.55}
body.public-v415 .consent input{margin-top:3px}
body.public-v415 .consent a{color:var(--spx-blue);text-decoration:underline}
body.public-v415 .form-card>.btn{width:100%}
body.public-v415 .form-message{margin-top:12px;font-size:13px}
body.public-v415 .form-message.ok{color:#0b7d54}
body.public-v415 .form-message.err{color:#c03945}

/* About page */
body.public-v415 .about-hero{position:relative;padding:92px 0 54px;overflow:hidden}
body.public-v415 .about-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:56px;align-items:center}
body.public-v415 .about-lead{font-size:19px;line-height:1.72}
body.public-v415 .about-profile-card{position:relative;border:1px solid rgba(154,181,220,.42);border-radius:38px;overflow:hidden;background:#e6eef9;box-shadow:var(--spx-shadow-lg)}
body.public-v415 .about-profile-card img{width:100%;min-height:590px;object-fit:cover}
body.public-v415 .about-profile-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:18px 20px;border:1px solid rgba(255,255,255,.48);border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px)}
body.public-v415 .about-profile-caption b{font-size:16px}
body.public-v415 .about-profile-caption span{display:block;margin-top:4px;color:#66768e;font-size:12px}
body.public-v415 .about-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
body.public-v415 .about-metric{padding:18px;border:1px solid var(--spx-line);border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 12px 28px rgba(18,45,90,.05)}
body.public-v415 .about-metric b{display:block;font-size:25px;letter-spacing:-.05em}
body.public-v415 .about-metric span{display:block;margin-top:4px;color:#718099;font-size:11px;line-height:1.45}
body.public-v415 .about-main-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
body.public-v415 .about-main-grid-single{grid-template-columns:1fr}
body.public-v415 .about-panel{padding:34px}
body.public-v415 .about-timeline{display:grid;gap:14px}
body.public-v415 .timeline-item{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:17px;border:1px solid rgba(151,177,214,.26);border-radius:20px;background:#f8fbff}
body.public-v415 .timeline-number{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#eaf2ff;color:var(--spx-blue);font-weight:850}
body.public-v415 .about-quote{padding:24px;border-radius:24px;background:linear-gradient(145deg,#0b1d3f,#2442a4);color:#fff;font-size:18px;line-height:1.6;box-shadow:var(--spx-shadow-md)}
body.public-v415 .help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.public-v415 .help-card{min-height:220px}

/* Tariffs */
body.public-v415 .tariffs-hero{position:relative;padding:92px 0 62px;overflow:hidden}
body.public-v415 .tariffs-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}
body.public-v415 .tariffs-hero-visual,
body.public-v415 .tariff-visual-card{position:relative;min-height:420px;border:1px solid rgba(151,177,214,.35);border-radius:38px;background:linear-gradient(145deg,#f7faff,#eef2ff);box-shadow:var(--spx-shadow-lg);overflow:hidden}
body.public-v415 .tariff-visual-card{padding:28px}
body.public-v415 .tariff-visual-chart{position:absolute;inset:auto 28px 28px;display:grid;grid-template-columns:repeat(4,1fr);align-items:end;gap:12px;height:220px}
body.public-v415 .tariff-visual-chart span{display:block;border-radius:16px 16px 6px 6px;background:linear-gradient(180deg,var(--spx-blue-2),var(--spx-indigo));box-shadow:0 10px 28px rgba(34,89,208,.18)}
body.public-v415 .tariff-visual-chart span:nth-child(1){height:35%}
body.public-v415 .tariff-visual-chart span:nth-child(2){height:55%}
body.public-v415 .tariff-visual-chart span:nth-child(3){height:76%}
body.public-v415 .tariff-visual-chart span:nth-child(4){height:100%}
body.public-v415 .tariff-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.public-v415 .tariff-page-card{display:flex;flex-direction:column;min-height:100%;padding:28px}
body.public-v415 .tariff-page-card.is-featured{border-color:rgba(23,105,255,.37);background:linear-gradient(145deg,#f5f8ff,#f2efff);box-shadow:0 26px 74px rgba(44,84,170,.15)}
body.public-v415 .tariff-page-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
body.public-v415 .tariff-page-info{display:grid;gap:10px;margin-top:18px}
body.public-v415 .tariff-page-card .btn{margin-top:auto}
body.public-v415 .mini-price-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.public-v415 .mini-price{padding:22px;border:1px solid var(--spx-line);border-radius:24px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .compare-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--spx-line);border-radius:24px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .compare-table th,
body.public-v415 .compare-table td{padding:16px;border-bottom:1px solid #edf2f8;text-align:left;font-size:13px;line-height:1.5}
body.public-v415 .compare-table th{background:#f6f9ff;color:#42536d;font-weight:850}
body.public-v415 .compare-table tr:last-child td{border-bottom:0}

/* Cases */
body.public-v415 .cases-page-hero{position:relative;padding:92px 0 58px;overflow:hidden}
body.public-v415 .cases-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center}
body.public-v415 .cases-hero-visual{position:relative;min-height:430px;border:1px solid rgba(151,177,214,.38);border-radius:38px;overflow:hidden;background:#eef4ff;box-shadow:var(--spx-shadow-lg)}
body.public-v415 .cases-hero-visual img{width:100%;height:430px;object-fit:cover}
body.public-v415 .case-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.public-v415 .case-grid-v2>*{min-width:0}
body.public-v415 .case-card-v2,
body.public-v415 [data-case-card]{position:relative;border:1px solid var(--spx-line);border-radius:28px;background:#fff;box-shadow:var(--spx-shadow-sm);overflow:hidden;transition:transform .24s ease,box-shadow .24s ease}
body.public-v415 .case-disclaimer-box{margin-top:24px;padding:18px 20px;border:1px solid rgba(230,188,92,.35);border-radius:20px;background:#fff9ec;color:#74531d;font-size:13px;line-height:1.65}
body.public-v415 .cases-final-cta{margin-top:30px}

/* SEO, articles and case details */
body.public-v415 .hero:not(.home-hero){padding:80px 0 50px}
body.public-v415 .hero:not(.home-hero) h1{max-width:1020px;font-size:clamp(42px,5.8vw,72px)}
body.public-v415 .grid{display:grid;gap:20px}
body.public-v415 .prose{max-width:860px}
body.public-v415 .prose p,
body.public-v415 .prose li{font-size:16px;line-height:1.75}
body.public-v415 .prose ul{display:grid;gap:8px;padding-left:22px}
body.public-v415 .case-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
body.public-v415 .metric{padding:20px;border:1px solid var(--spx-line);border-radius:22px;background:linear-gradient(145deg,#f7faff,#f3f0ff)}
body.public-v415 .metric b{display:block;margin-top:5px;font-size:28px;letter-spacing:-.05em}
body.public-v415 .disclaimer{padding:20px;border:1px solid rgba(230,188,92,.35);border-radius:22px;background:#fff9ec;color:#74531d;font-size:14px;line-height:1.7}
body.public-v415 .article-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.public-v415 .article-list a{display:grid;gap:9px;padding:25px}
body.public-v415 .article-list b{font-size:21px;letter-spacing:-.035em}
body.public-v415 .article-list span{color:var(--spx-muted);line-height:1.65}
body.public-v415 .shell{max-width:940px;margin:60px auto;padding:38px;border:1px solid var(--spx-line);border-radius:30px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .notice{padding:18px;border-radius:18px;background:#f4f8ff;color:#52647d}

/* Footer */
body.public-v415 .footer{position:relative;padding:64px 0 26px;border-top:1px solid rgba(151,177,214,.28);background:rgba(255,255,255,.78);backdrop-filter:blur(16px)}
body.public-v415 .footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:44px}
body.public-v415 .footer p,
body.public-v415 .footer a{color:#66768d;font-size:13px;line-height:1.65}
body.public-v415 .footer a:hover{color:var(--spx-blue)}
body.public-v415 .footer-title{margin-bottom:13px;color:#243650;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.09em}
body.public-v415 .footer-links{display:grid;gap:9px}
body.public-v415 .legal{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:22px;border-top:1px solid rgba(151,177,214,.25);color:#8895a9;font-size:11px;line-height:1.5}
body.public-v415 .legal-links{display:flex;flex-wrap:wrap;gap:15px}
body.public-v415 .legal a{color:#8895a9;font-size:11px}

/* Reveal animation */
html.js body.public-v415 [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .66s cubic-bezier(.2,.7,.2,1),transform .66s cubic-bezier(.2,.7,.2,1)}
html.js body.public-v415 [data-reveal].is-visible{opacity:1;transform:none}
html.js body.public-v415 [data-reveal-delay="1"]{transition-delay:.08s}
html.js body.public-v415 [data-reveal-delay="2"]{transition-delay:.16s}
html.js body.public-v415 [data-reveal-delay="3"]{transition-delay:.24s}

/* Image lightbox */
.spx-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:26px;background:rgba(4,12,28,.88);backdrop-filter:blur(16px)}
.spx-lightbox.is-open{display:flex}
.spx-lightbox img{max-width:min(1500px,96vw);max-height:88vh;border-radius:20px;box-shadow:0 34px 110px rgba(0,0,0,.42)}
.spx-lightbox button{position:absolute;right:22px;top:22px;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:15px;background:rgba(255,255,255,.12);color:#fff;font-size:25px;cursor:pointer}

@media(max-width:1120px){
  body.public-v415 .container{width:min(var(--spx-max),calc(100% - 36px))}
  body.public-v415 .header-inner{height:60px}
  body.public-v415 .mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:44px;margin-left:auto;border:1px solid rgba(151,177,214,.42);border-radius:14px;background:rgba(255,255,255,.84);box-shadow:0 9px 24px rgba(18,45,90,.06);cursor:pointer}
  body.public-v415 .mobile-menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:var(--spx-ink);transition:transform .2s ease,opacity .2s ease}
  body.public-v415 .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.public-v415 .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
  body.public-v415 .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  body.public-v415 .site-header .nav{display:none!important}
  body.public-v415 .site-header .nav.is-open{display:grid!important;position:absolute;left:18px;right:18px;top:78px;gap:4px;padding:12px;border:1px solid rgba(151,177,214,.45);border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 26px 70px rgba(14,40,85,.18);backdrop-filter:blur(20px)}
  body.public-v415 .site-header .nav.is-open>a{display:flex!important;min-height:44px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:750;color:#263a57}
  body.public-v415 .site-header .nav.is-open>a:hover{background:#eef4ff;color:var(--spx-blue)}
  body.public-v415 .site-header .nav.is-open .nav-mobile-action{display:flex!important;justify-content:center;margin-top:5px}
  body.public-v415 .site-header .nav.is-open .nav-mobile-secondary{border:1px solid #d8e3f1;background:#fff}
  body.public-v415 .site-header .nav.is-open .nav-mobile-primary{background:linear-gradient(135deg,var(--spx-blue),var(--spx-indigo));color:#fff}
  body.public-v415 .header-actions .btn{display:none!important}
  body.public-v415 .hero-grid,
  body.public-v415 .about-hero-grid,
  body.public-v415 .tariffs-hero-grid,
  body.public-v415 .cases-hero-grid{grid-template-columns:1fr;gap:40px}
  body.public-v415 .hero-visual{max-width:720px}
  body.public-v415 .expert-card{min-height:520px;transform:none}
  body.public-v415 .expert-card img{height:520px}
  body.public-v415 .grid-4,
  body.public-v415 .result-table{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .price-grid,
  body.public-v415 .price-grid-v385,
  body.public-v415 .tariff-page-grid,
  body.public-v415 .case-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .mini-price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .contact-grid{grid-template-columns:1fr;gap:36px}
  body.public-v415 .about-main-grid{grid-template-columns:1fr}
  body.public-v415 .help-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .footer-grid{grid-template-columns:1.2fr 1fr 1fr}
}

@media(max-width:760px){
  html{scroll-padding-top:86px}
  body.public-v415 .container{width:min(100% - 28px,var(--spx-max))}
  body.public-v415::before{background-size:42px 42px}
  body.public-v415 .site-header{padding:6px 0}
  body.public-v415 .site-header::before{inset:4px 8px;border-radius:18px}
  body.public-v415 .header-inner{height:58px;gap:10px}
  body.public-v415 .brand-copy b{font-size:21px}
  body.public-v415 .brand-copy span{display:none}
  body.public-v415 .mobile-menu-toggle{width:42px;height:42px;border-radius:13px}
  body.public-v415 .site-header .nav.is-open{left:14px;right:14px;top:70px;max-height:calc(100vh - 88px);overflow:auto}
  body.public-v415 .section{padding:72px 0}
  body.public-v415 .section.compact{padding:54px 0}
  body.public-v415 h1{font-size:clamp(40px,12vw,58px);line-height:.96;letter-spacing:-.065em}
  body.public-v415 h2{font-size:clamp(30px,9.5vw,42px);line-height:1.04}
  body.public-v415 .section-head{display:block;margin-bottom:28px}
  body.public-v415 .section-head>p{margin-top:12px;font-size:15px}
  body.public-v415 .hero{padding:62px 0 42px}
  body.public-v415 .hero-grid{gap:30px}
  body.public-v415 .hero-text,
  body.public-v415 .lead,
  body.public-v415 .about-lead{font-size:16px;line-height:1.68}
  body.public-v415 .hero-audience{border-radius:18px;font-size:12px;line-height:1.5}
  body.public-v415 .hero-actions{display:grid;grid-template-columns:1fr}
  body.public-v415 .hero-actions .btn{width:100%}
  body.public-v415 .expert-card{min-height:420px;border-radius:28px}
  body.public-v415 .expert-card img{height:420px}
  body.public-v415 .expert-caption{left:14px;right:14px;bottom:14px;padding:15px;border-radius:18px}
  body.public-v415 .wide-cta{display:grid;gap:16px;padding:18px;border-radius:20px}
  body.public-v415 .wide-cta .btn{width:100%}
  body.public-v415 .analysis-visual,
  body.public-v415 .process-visual{padding:8px;border-radius:24px;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity}
  body.public-v415 .analysis-visual img,
  body.public-v415 .process-visual img{width:900px;max-width:none;border-radius:17px;scroll-snap-align:start}
  body.public-v415 .visual-expand-btn{display:flex;width:100%;margin-top:12px}
  body.public-v415 .visual-mobile-summary{display:grid;gap:10px;margin-top:14px}
  body.public-v415 .visual-mobile-summary article{padding:17px;border:1px solid var(--spx-line);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(18,45,90,.05)}
  body.public-v415 .visual-mobile-summary b{display:block;font-size:15px}
  body.public-v415 .visual-mobile-summary p{margin:6px 0 0;font-size:13px;line-height:1.55}
  body.public-v415 .grid-2,
  body.public-v415 .grid-3,
  body.public-v415 .grid-4,
  body.public-v415 .use-grid,
  body.public-v415 .result-table,
  body.public-v415 .price-grid,
  body.public-v415 .price-grid-v385,
  body.public-v415 .price-more-grid,
  body.public-v415 .tariff-page-grid,
  body.public-v415 .mini-price-grid,
  body.public-v415 .case-grid-v2,
  body.public-v415 .trust-panel,
  body.public-v415 .nohelp-grid,
  body.public-v415 .help-grid,
  body.public-v415 .case-metrics,
  body.public-v415 .article-list,
  body.public-v415 .footer-grid{grid-template-columns:1fr}
  body.public-v415 .card,
  body.public-v415 .use-card,
  body.public-v415 .result-card,
  body.public-v415 .tariff-page-card,
  body.public-v415 .about-panel{padding:22px;border-radius:22px}
  body.public-v415 .report-block{grid-template-columns:1fr;gap:26px;padding:25px;border-radius:26px}
  body.public-v415 .report-meta{grid-template-columns:repeat(2,1fr)}
  body.public-v415 .expert-section{grid-template-columns:1fr;gap:28px}
  body.public-v415 .expert-photo img{min-height:410px}
  body.public-v415 .form-card{padding:20px;border-radius:24px}
  body.public-v415 .form-grid{grid-template-columns:1fr}
  body.public-v415 .field.full{grid-column:auto}
  body.public-v415 .contact-section{padding:76px 0}
  body.public-v415 .about-hero,
  body.public-v415 .tariffs-hero,
  body.public-v415 .cases-page-hero{padding:62px 0 40px}
  body.public-v415 .about-profile-card img{min-height:440px}
  body.public-v415 .about-metrics{grid-template-columns:1fr 1fr}
  body.public-v415 .about-metric:last-child{grid-column:1/-1}
  body.public-v415 .cases-hero-visual,
  body.public-v415 .cases-hero-visual img{min-height:260px;height:260px;border-radius:26px}
  body.public-v415 .tariffs-hero-visual,
  body.public-v415 .tariff-visual-card{min-height:330px;border-radius:28px}
  body.public-v415 .compare-table{display:block;overflow-x:auto;white-space:nowrap}
  body.public-v415 .shell{margin:38px 14px;padding:22px;border-radius:24px}
  body.public-v415 .legal{display:grid;gap:12px}
  .spx-lightbox{padding:10px}
  .spx-lightbox button{right:12px;top:12px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  body.public-v415 *,body.public-v415 *::before,body.public-v415 *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
  html.js body.public-v415 [data-reveal]{opacity:1;transform:none}
}

/* Case cards generated by cases-render.js */
body.public-v415 .case-card-v2{position:relative;min-height:100%;padding:27px;border:1px solid var(--spx-line);border-radius:28px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:var(--spx-shadow-sm);overflow:hidden;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}
body.public-v415 .case-card-v2::before{content:"";position:absolute;width:180px;height:180px;right:-100px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(72,126,255,.13),transparent 68%);pointer-events:none}
body.public-v415 .case-card-link{position:absolute;inset:0;z-index:4}
body.public-v415 .case-home-top,
body.public-v415 .case-catalog-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}
body.public-v415 .case-home-number,
body.public-v415 .case-catalog-number{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:linear-gradient(145deg,#eaf2ff,#f4efff);color:var(--spx-blue);font-size:13px;font-weight:900}
body.public-v415 .case-tag{display:inline-flex;padding:8px 11px;border:1px solid rgba(23,105,255,.12);border-radius:999px;background:#f0f5ff;color:#3462a8;font-size:10px;font-weight:850;line-height:1.2;text-transform:uppercase;letter-spacing:.075em}
body.public-v415 .case-card-v2 h3{position:relative;z-index:1;margin-bottom:18px;font-size:22px;line-height:1.25}
body.public-v415 .case-home-lines{display:grid;gap:15px}
body.public-v415 .case-home-lines>div{padding-top:14px;border-top:1px solid rgba(151,177,214,.23)}
body.public-v415 .case-home-lines b,
body.public-v415 .case-preview-metrics>strong{display:block;color:#335277;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
body.public-v415 .case-home-lines p,
body.public-v415 .case-catalog-summary{margin:7px 0 0;color:#687994;font-size:13px;line-height:1.62}
body.public-v415 .case-home-more,
body.public-v415 .case-catalog-more{display:inline-flex;margin-top:22px;color:var(--spx-blue);font-size:13px;font-weight:850}
body.public-v415 .case-home-more::after,
body.public-v415 .case-catalog-more::after{content:"→";margin-left:8px;transition:transform .2s ease}
body.public-v415 .case-preview-metrics{display:grid;gap:10px;margin-top:18px;padding:15px;border-radius:18px;background:#f5f8ff}
body.public-v415 .case-preview-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#65768f;font-size:12px}
body.public-v415 .case-preview-row b{color:#253c5d;font-size:12px}
body.public-v415 .case-preview-row em{color:#8593a7;font-style:normal;font-weight:600}
@media(hover:hover){body.public-v415 .case-card-v2:hover{transform:translateY(-6px);border-color:rgba(23,105,255,.27);box-shadow:var(--spx-shadow-md)}body.public-v415 .case-card-v2:hover .case-home-more::after,body.public-v415 .case-card-v2:hover .case-catalog-more::after{transform:translateX(4px)}}
body.public-v415 .case-detail{display:grid;gap:28px;padding:36px;border:1px solid var(--spx-line);border-radius:34px;background:#fff;box-shadow:var(--spx-shadow-md)}
body.public-v415 .case-detail-head{max-width:900px}
body.public-v415 .case-detail-head h2{margin-top:14px;font-size:clamp(30px,4vw,48px)}
body.public-v415 .case-detail-head p{font-size:15px}
body.public-v415 .case-insight{padding:22px;border-radius:22px;background:linear-gradient(145deg,#eef5ff,#f5f0ff);border:1px solid rgba(23,105,255,.11)}
body.public-v415 .case-insight b{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--spx-blue)}
body.public-v415 .case-insight p{margin:8px 0 0;color:#435873}
body.public-v415 .case-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.public-v415 .case-detail-grid article{padding:22px;border:1px solid var(--spx-line);border-radius:22px;background:#f9fbff}
body.public-v415 .case-detail-grid h3{font-size:18px}
body.public-v415 .case-detail-grid ul{display:grid;gap:8px;margin:14px 0 0;padding-left:20px;color:#5c6d85;font-size:13px;line-height:1.6}
body.public-v415 .case-detail-bottom{display:grid;gap:22px}
body.public-v415 .metric-chart{display:grid;gap:12px;padding:22px;border:1px solid var(--spx-line);border-radius:24px;background:#f8fbff}
body.public-v415 .metric-chart>strong{font-size:15px}
body.public-v415 .metric-row{display:grid;gap:8px}
body.public-v415 .metric-title{font-size:12px;font-weight:800;color:#425570}
body.public-v415 .metric-chart-lines{display:grid;gap:7px}
body.public-v415 .metric-chart-line{display:grid;grid-template-columns:48px 1fr 64px;gap:10px;align-items:center;font-size:11px;color:#7a899e}
body.public-v415 .metric-track{height:8px;border-radius:999px;background:#e4ebf5;overflow:hidden}
body.public-v415 .metric-track i{display:block;width:var(--w);height:100%;border-radius:inherit;background:#9db0cc}
body.public-v415 .metric-chart-line.after .metric-track i{background:linear-gradient(90deg,var(--spx-blue),var(--spx-indigo))}
body.public-v415 .metric-chart-line b{color:#273e5f;text-align:right}
body.public-v415 .metric-chart-head{display:flex;justify-content:space-between;gap:20px;align-items:end}
body.public-v415 .metric-chart-head span{color:#7a899e;font-size:12px}
body.public-v415 .metric-large-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.public-v415 .metric-large-card{padding:18px;border:1px solid rgba(151,177,214,.25);border-radius:20px;background:#fff}
body.public-v415 .metric-number-grid{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin-top:12px}
body.public-v415 .metric-number-grid span{display:grid;gap:3px}
body.public-v415 .metric-number-grid small{color:#8b98aa;font-size:10px}
body.public-v415 .metric-number-grid b{font-size:20px}
body.public-v415 .metric-number-grid em{color:#13865f;font-size:12px;font-style:normal;font-weight:850}
body.public-v415 .metric-large-bars{display:grid;gap:8px;margin-top:14px}
body.public-v415 .metric-large-bars>div{display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:center;color:#8492a5;font-size:10px}
body.public-v415 .metric-large-bars i{display:block;width:var(--w);height:8px;border-radius:999px;background:#aab8cd}
body.public-v415 .metric-large-bars i.after{background:linear-gradient(90deg,var(--spx-blue),var(--spx-indigo))}
@media(max-width:760px){body.public-v415 .case-detail{padding:22px;border-radius:24px}body.public-v415 .case-detail-grid,body.public-v415 .metric-large-grid{grid-template-columns:1fr}body.public-v415 .metric-chart-head{display:grid;gap:4px}}

/* Tariffs hero stack: override legacy absolute card rules */
body.public-v415 .tariffs-hero-visual{position:relative!important;display:block!important;min-height:440px!important;padding:0!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card{position:absolute!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:5px 16px!important;width:72%!important;min-height:0!important;padding:22px 24px!important;border:1px solid rgba(151,177,214,.38)!important;border-radius:24px!important;background:rgba(255,255,255,.93)!important;box-shadow:0 18px 48px rgba(24,55,113,.11)!important;transform:none!important;backdrop-filter:blur(14px)!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(1){left:28px!important;top:28px!important;z-index:3!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(2){right:28px!important;top:160px!important;z-index:2!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(3){left:46px!important;bottom:28px!important;z-index:1!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card span{grid-column:1!important;color:var(--spx-blue)!important;font-size:10px!important;font-weight:900!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.09em!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card b{grid-column:1!important;color:var(--spx-ink)!important;font-size:28px!important;line-height:1!important;letter-spacing:-.055em!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-card em{grid-column:2!important;grid-row:1/3!important;align-self:center!important;color:#74839a!important;font-size:12px!important;font-style:normal!important;font-weight:700!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-chart{position:absolute!important;right:42px!important;bottom:42px!important;z-index:0!important;display:flex!important;align-items:flex-end!important;gap:8px!important;width:150px!important;height:100px!important;opacity:.34!important}
body.public-v415 .tariffs-hero-visual>.tariff-visual-chart i{display:block!important;flex:1!important;border-radius:9px 9px 3px 3px!important;background:linear-gradient(180deg,var(--spx-blue-2),var(--spx-indigo))!important}
@media(max-width:760px){body.public-v415 .tariffs-hero-visual{min-height:360px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card{width:78%!important;padding:18px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(1){left:18px!important;top:18px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(2){right:18px!important;top:128px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card:nth-child(3){left:30px!important;bottom:18px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card b{font-size:23px!important}body.public-v415 .tariffs-hero-visual>.tariff-visual-card em{font-size:10px!important}}

/* Cases hero composition */
body.public-v415 .cases-hero-grid>.section-head{display:block!important;align-self:center!important;margin:0!important}
body.public-v415 .cases-hero-grid>.section-head h1{max-width:760px;font-size:clamp(42px,5.4vw,70px)!important;line-height:.98!important}
body.public-v415 .cases-hero-grid>.section-head p{max-width:660px;margin:20px 0 0!important;font-size:17px!important;line-height:1.68!important}
body.public-v415 .cases-back-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:var(--spx-blue);font-size:13px;font-weight:850}
body.public-v415 .cases-back-link:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){body.public-v415 .cases-hero-grid>.section-head h1{font-size:clamp(38px,11vw,52px)!important}body.public-v415 .cases-hero-grid>.section-head p{font-size:15px!important}}
@media(max-width:760px){body.public-v415.public-about h1{font-size:clamp(38px,11.2vw,50px);line-height:.98}}


/* Speechex Public Refinement v4.15.1 */
:root{
  --spx-reading:760px;
  --spx-reading-wide:900px;
}
body.public-v415 .section{padding:88px 0}
body.public-v415 .section.compact{padding:64px 0}
body.public-v415 h1{font-size:clamp(42px,5.2vw,68px);line-height:.98;letter-spacing:-.062em}
body.public-v415 h2{font-size:clamp(30px,3.7vw,48px);line-height:1.04;letter-spacing:-.052em}
body.public-v415 .section-head{margin-bottom:34px}
body.public-v415 .section-head.center{margin-bottom:36px}
body.public-v415 .lead{font-size:18px;line-height:1.68}

/* Main-page security section: restore contrast and reduce empty space. */
body.public-v415 .security{
  position:relative;
  padding:88px 0;
  background:
    radial-gradient(circle at 12% 16%,rgba(58,126,255,.16),transparent 28rem),
    radial-gradient(circle at 88% 76%,rgba(114,83,255,.14),transparent 30rem),
    linear-gradient(145deg,#07152f,#0c1d3d 62%,#101f44);
  color:#fff;
  overflow:hidden;
}
body.public-v415 .security .section-head{
  display:grid;
  grid-template-columns:minmax(260px,.78fr) minmax(380px,1.22fr);
  align-items:end;
  gap:48px;
  margin-bottom:32px;
}
body.public-v415 .security .section-head>div{max-width:620px}
body.public-v415 .security .section-head>p{max-width:650px;margin:0;color:#c6d3e7;font-size:16px;line-height:1.7}
body.public-v415 .security h2{color:#fff}
body.public-v415 .security .grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.public-v415 .security .card{
  min-height:180px;
  padding:22px;
  border-color:rgba(255,255,255,.13)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.055))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
  backdrop-filter:blur(12px);
}
body.public-v415 .security .card .icon{
  background:rgba(255,255,255,.94)!important;
  color:var(--spx-blue)!important;
}
body.public-v415 .security .card h3{color:#fff!important;font-size:19px}
body.public-v415 .security .card p{color:#cbd7e9!important;font-size:14px;line-height:1.58}

/* About page: a balanced editorial first screen. */
body.public-v415.public-about .about-hero{padding:72px 0 54px}
body.public-v415.public-about .about-hero-grid{
  grid-template-columns:minmax(0,1fr) minmax(390px,.88fr);
  gap:48px;
  align-items:start;
}
body.public-v415.public-about .about-hero h1{
  max-width:720px;
  font-size:clamp(42px,4.7vw,60px);
  line-height:.99;
  letter-spacing:-.06em;
}
body.public-v415.public-about .about-lead{max-width:680px;margin-top:20px;font-size:17px;line-height:1.65}
body.public-v415.public-about .about-actions{margin-top:22px}
body.public-v415.public-about .about-profile-card{margin-top:4px;border-radius:32px}
body.public-v415.public-about .about-profile-card img{min-height:500px;height:500px;object-position:center 22%}
body.public-v415.public-about .about-profile-caption{left:16px;right:16px;bottom:16px;padding:14px 16px;border-radius:18px}
body.public-v415.public-about .about-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}
body.public-v415.public-about .about-metric{padding:14px;border-radius:17px}
body.public-v415.public-about .about-metric b{font-size:20px}
body.public-v415.public-about .about-metric span{font-size:10px;line-height:1.35}

/* Cases: denser cards and an intentional final row. */
body.public-v415.public-cases .case-list-section{padding-top:48px!important}
body.public-v415.public-cases .case-grid-v2{gap:16px!important}
body.public-v415.public-cases .case-catalog-card{padding:22px!important}
body.public-v415.public-cases .case-catalog-card h3{font-size:20px!important;line-height:1.2!important}
body.public-v415.public-cases .case-catalog-summary{font-size:13.5px;line-height:1.56}
body.public-v415.public-cases .case-preview-metrics{margin-top:15px;padding:14px}
body.public-v415.public-cases .case-grid-v2>:last-child:nth-child(3n+1){grid-column:1/-1}
body.public-v415.public-cases .case-grid-v2>:last-child:nth-child(3n+1) h3,
body.public-v415.public-cases .case-grid-v2>:last-child:nth-child(3n+1) .case-catalog-summary{max-width:800px}
body.public-v415.public-cases .case-grid-v2>:last-child:nth-child(3n+1) .case-preview-metrics{max-width:720px}

/* Limits section: compact 2 x 2 grid. */
body.public-v415 #not-help .section-head.center{max-width:780px;margin-bottom:32px}
body.public-v415 #not-help .section-head.center h2{font-size:clamp(34px,4vw,52px)}
body.public-v415 #not-help .nohelp-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1040px;margin:0 auto}
body.public-v415 #not-help .use-card{min-height:0;padding:24px}

/* Mid-page lead form. */
body.public-v415 .mid-contact{padding:66px 0}
body.public-v415 .mid-contact-shell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);
  gap:34px;
  align-items:center;
  padding:34px;
  border:1px solid rgba(139,171,216,.34);
  border-radius:34px;
  background:
    radial-gradient(circle at 8% 8%,rgba(86,198,255,.14),transparent 24rem),
    linear-gradient(135deg,rgba(248,251,255,.97),rgba(238,244,255,.94));
  box-shadow:0 24px 70px rgba(19,47,96,.10);
  overflow:hidden;
}
body.public-v415 .mid-contact-copy h2{max-width:620px}
body.public-v415 .mid-contact-copy p{max-width:600px;margin:15px 0 0;font-size:16px;line-height:1.65}
body.public-v415 .mid-contact-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}
body.public-v415 .mid-contact-points span{padding:8px 11px;border:1px solid rgba(23,105,255,.12);border-radius:999px;background:rgba(255,255,255,.75);color:#426080;font-size:12px;font-weight:750}
body.public-v415 .mid-form-card{padding:23px;border:1px solid rgba(166,190,226,.46);border-radius:26px;background:rgba(255,255,255,.92);box-shadow:0 18px 48px rgba(18,45,90,.08);backdrop-filter:blur(14px)}
body.public-v415 .mid-form-card .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.public-v415 .mid-form-card .field textarea{min-height:96px}
body.public-v415 .mid-form-card .consent{margin:13px 0}
body.public-v415 .mid-form-card>.btn{width:100%}

/* Legal documents: reading first, marketing second. */
body.public-v415.public-legal .shell{
  width:min(1160px,calc(100% - 48px));
  max-width:none;
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:28px;
  align-items:start;
  padding:48px 0 72px;
}
body.public-v415.public-legal .shell>.card{
  min-width:0;
  margin:0;
  padding:clamp(30px,4vw,52px);
  border-radius:30px;
}
body.public-v415.public-legal .card h1{
  max-width:820px;
  margin-bottom:14px;
  font-size:clamp(38px,4.2vw,52px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
}
body.public-v415.public-legal .card .lead{max-width:780px;margin-bottom:30px;font-size:17px;line-height:1.65}
body.public-v415.public-legal .card h2{
  margin:38px 0 12px;
  font-size:clamp(24px,2.4vw,30px)!important;
  line-height:1.18!important;
  letter-spacing:-.035em!important;
  scroll-margin-top:110px;
}
body.public-v415.public-legal .card p,
body.public-v415.public-legal .card li{font-size:15.5px;line-height:1.72;color:#465975}
body.public-v415.public-legal .card ul{display:grid;gap:7px;margin:14px 0;padding-left:22px}
body.public-v415.public-legal .meta{margin-bottom:16px}
body.public-v415 .legal-toc{
  position:sticky;
  top:102px;
  padding:18px;
  border:1px solid var(--spx-line);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:var(--spx-shadow-sm);
  backdrop-filter:blur(14px);
}
body.public-v415 .legal-toc b{display:block;margin-bottom:11px;font-size:13px}
body.public-v415 .legal-toc nav{display:grid;gap:4px}
body.public-v415 .legal-toc a{padding:8px 9px;border-radius:10px;color:#60728d;font-size:12px;line-height:1.35}
body.public-v415 .legal-toc a:hover,body.public-v415 .legal-toc a:focus-visible{background:#eef5ff;color:var(--spx-blue)}
body.public-v415 .legal-toc-toggle{display:none}

/* Article catalogue. */
body.public-v415.public-articles .hero{padding:62px 0 34px}
body.public-v415.public-articles .hero h1{max-width:920px;font-size:clamp(42px,5vw,64px)}
body.public-v415.public-articles .article-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.public-v415.public-articles .article-list a{display:flex;flex-direction:column;min-height:285px;padding:24px}
body.public-v415 .article-card-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;color:#70819a;font-size:11px;font-weight:750}
body.public-v415 .article-card-category{display:inline-flex;padding:7px 9px;border-radius:999px;background:#eef5ff;color:var(--spx-blue);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
body.public-v415.public-articles .article-list b{font-size:20px;line-height:1.24}
body.public-v415.public-articles .article-list span.article-card-summary{margin-top:12px;color:#64758f;font-size:14px;line-height:1.62}
body.public-v415 .article-card-more{margin-top:auto;padding-top:20px;color:var(--spx-blue);font-size:13px;font-weight:850}

/* Full editorial article pages. */
body.public-v415.public-article-detail .article-hero{padding:54px 0 34px}
body.public-v415.public-article-detail .article-hero-inner{max-width:920px}
body.public-v415.public-article-detail .article-hero h1{font-size:clamp(40px,5vw,64px)}
body.public-v415 .article-meta{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 0;color:#6f8098;font-size:12px;font-weight:700}
body.public-v415 .article-meta span{padding:8px 11px;border:1px solid var(--spx-line);border-radius:999px;background:rgba(255,255,255,.72)}
body.public-v415 .article-layout{display:grid;grid-template-columns:230px minmax(0,var(--spx-reading-wide));gap:34px;align-items:start;justify-content:center}
body.public-v415 .article-toc{position:sticky;top:104px;padding:18px;border:1px solid var(--spx-line);border-radius:22px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .article-toc b{display:block;margin-bottom:11px;font-size:13px}
body.public-v415 .article-toc a{display:block;padding:7px 8px;border-radius:9px;color:#677993;font-size:12px;line-height:1.35}
body.public-v415 .article-toc a:hover{background:#eef5ff;color:var(--spx-blue)}
body.public-v415 .article-body{min-width:0;padding:34px;border:1px solid var(--spx-line);border-radius:30px;background:#fff;box-shadow:var(--spx-shadow-sm)}
body.public-v415 .article-body .article-summary{padding:23px;border:1px solid rgba(23,105,255,.15);border-radius:22px;background:linear-gradient(145deg,#f3f7ff,#f8f5ff)}
body.public-v415 .article-body .article-summary h2{margin:0 0 12px;font-size:25px}
body.public-v415 .article-body h2{margin:46px 0 15px;font-size:clamp(27px,3vw,36px);scroll-margin-top:110px}
body.public-v415 .article-body h3{margin:28px 0 10px;font-size:21px}
body.public-v415 .article-body p,body.public-v415 .article-body li{font-size:16px;line-height:1.75;color:#4c5f7a}
body.public-v415 .article-body p{margin:0 0 17px}
body.public-v415 .article-body ul,body.public-v415 .article-body ol{display:grid;gap:9px;margin:16px 0 22px;padding-left:24px}
body.public-v415 .article-callout{margin:26px 0;padding:22px 24px;border-left:4px solid var(--spx-blue);border-radius:0 20px 20px 0;background:#f3f7ff;color:#314968;font-size:17px;font-weight:650;line-height:1.62}
body.public-v415 .article-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin:20px 0}
body.public-v415 .article-checklist span{position:relative;padding:14px 14px 14px 42px;border:1px solid var(--spx-line);border-radius:15px;background:#f9fbff;color:#465975;font-size:14px;line-height:1.5}
body.public-v415 .article-checklist span::before{content:'✓';position:absolute;left:15px;top:13px;color:var(--spx-blue);font-weight:900}
body.public-v415 .related-articles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}
body.public-v415 .related-articles a{padding:17px;border:1px solid var(--spx-line);border-radius:17px;background:#f8fbff;color:#263e60;font-size:14px;font-weight:750;line-height:1.45}
body.public-v415 .article-end-cta{margin-top:34px}

@media (max-width:1120px){
  body.public-v415 .security .section-head{grid-template-columns:1fr;gap:18px}
  body.public-v415 .security .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415.public-about .about-hero-grid{grid-template-columns:1fr 420px;gap:34px}
  body.public-v415.public-about .about-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .mid-contact-shell{grid-template-columns:1fr}
  body.public-v415.public-legal .shell{grid-template-columns:1fr}
  body.public-v415 .legal-toc{position:relative;top:auto}
  body.public-v415.public-articles .article-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415 .article-layout{grid-template-columns:1fr;max-width:900px;margin:0 auto}
  body.public-v415 .article-toc{position:relative;top:auto}
}
@media (max-width:760px){
  body.public-v415 .section{padding:62px 0}
  body.public-v415 .section.compact{padding:48px 0}
  body.public-v415 h1{font-size:clamp(36px,10.8vw,48px)}
  body.public-v415 h2{font-size:clamp(29px,8.6vw,39px)}
  body.public-v415 .security{padding:62px 0}
  body.public-v415 .security .grid-4{grid-template-columns:1fr}
  body.public-v415 .security .card{min-height:0}
  body.public-v415.public-about .about-hero{padding:42px 0 34px}
  body.public-v415.public-about .about-hero-grid{grid-template-columns:1fr;gap:26px}
  body.public-v415.public-about .about-hero h1{font-size:clamp(36px,10.6vw,48px)}
  body.public-v415.public-about .about-profile-card{order:2}
  body.public-v415.public-about .about-profile-card img{height:auto;min-height:0;aspect-ratio:4/5}
  body.public-v415.public-about .about-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.public-v415.public-cases .case-grid-v2>:last-child:nth-child(3n+1){grid-column:auto}
  body.public-v415 #not-help .nohelp-grid{grid-template-columns:1fr}
  body.public-v415 .mid-contact{padding:48px 0}
  body.public-v415 .mid-contact-shell{padding:22px;border-radius:25px}
  body.public-v415 .mid-form-card{padding:18px;border-radius:20px}
  body.public-v415 .mid-form-card .form-grid{grid-template-columns:1fr}
  body.public-v415.public-legal .shell{width:min(100% - 28px,1160px);padding:28px 0 52px}
  body.public-v415.public-legal .shell>.card{padding:24px 20px;border-radius:22px}
  body.public-v415.public-legal .card h1{font-size:clamp(34px,10.5vw,44px)!important}
  body.public-v415.public-legal .card h2{font-size:25px!important;margin-top:32px}
  body.public-v415.public-legal .card p,body.public-v415.public-legal .card li{font-size:15px}
  body.public-v415 .legal-toc{padding:14px;border-radius:18px}
  body.public-v415 .legal-toc nav{display:none;margin-top:10px}
  body.public-v415 .legal-toc.is-open nav{display:grid}
  body.public-v415 .legal-toc-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--spx-ink);font-weight:800;cursor:pointer}
  body.public-v415 .legal-toc>b{display:none}
  body.public-v415.public-articles .article-list{grid-template-columns:1fr}
  body.public-v415.public-articles .article-list a{min-height:0}
  body.public-v415 .article-body{padding:22px 19px;border-radius:23px}
  body.public-v415 .article-body h2{margin-top:38px;font-size:29px}
  body.public-v415 .article-body p,body.public-v415 .article-body li{font-size:15.5px}
  body.public-v415 .article-checklist,body.public-v415 .related-articles{grid-template-columns:1fr}
}

/* v4.15.1 final responsive polish */
body.public-v415.public-about .about-hero h1{font-size:clamp(40px,4.35vw,56px)}
@media (max-width:760px){
  body.public-v415.public-legal .card h1{
    max-width:100%;
    font-size:clamp(31px,8.7vw,37px)!important;
    line-height:1.05!important;
    letter-spacing:-.045em!important;
    overflow-wrap:anywhere;
    hyphens:auto;
  }
}


/* Speechex v4.17.5 unified public typography */
body.public-v415 :where(h1,h2,h3,h4,h5,h6,p,a,button,input,textarea,select,label,summary,small,strong,b,span,li,th,td){font-family:var(--spx-font)!important}
body.public-v415 :where(button,input,textarea,select){font-size:15px;line-height:1.4}
body.public-v415 :where(input,textarea,select)::placeholder{font-family:var(--spx-font)!important;font-size:inherit;line-height:inherit}
@media(max-width:640px){body.public-v415 :where(input,textarea,select){font-size:16px}}
