/*
Theme Name: SSSK Marketing LP
Theme URI: https://sssk-marketing.com/
Author: SSSK Marketing
Description: Meta広告 初期設定サポート専用の1ページ型WordPressテーマです。
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sssk-marketing
*/

:root {
  --sssk-bg: #f7fbfc;
  --sssk-paper: #ffffff;
  --sssk-text: #292929;
  --sssk-muted: #60686b;
  --sssk-pink: #08b4d7;
  --sssk-pink-dark: #078fb6;
  --sssk-blue: #69d2e4;
  --sssk-mint: #d8f4f6;
  --sssk-yellow: #e8f8fa;
  --sssk-border: rgba(41, 41, 41, 0.1);
  --sssk-shadow: 0 18px 48px rgba(70, 64, 68, 0.09);
  --sssk-radius: 22px;
  --sssk-width: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sssk-text);
  background: var(--sssk-bg);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sssk-container { width: min(calc(100% - 40px), var(--sssk-width)); margin-inline: auto; }
.sssk-narrow { width: min(100%, 760px); margin-inline: auto; }
.sssk-section { padding: 104px 0; position: relative; }
.sssk-section--white { background: var(--sssk-paper); }
.sssk-section--soft { background: linear-gradient(180deg, #fff 0%, var(--sssk-bg) 100%); }
.sssk-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 14px;
  color: #215b5e;
  background: rgba(168, 222, 208, 0.58);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.sssk-title {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-align: center;
}
.sssk-lead { margin: 0 auto 48px; color: var(--sssk-muted); text-align: center; max-width: 720px; }
.sssk-accent { color: var(--sssk-pink-dark); }

.sssk-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--sssk-border);
  backdrop-filter: blur(14px);
}
.sssk-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sssk-brand { font-size: 17px; font-weight: 800; text-decoration: none; letter-spacing: 0.02em; }
.sssk-header__nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.sssk-header__nav a { color: #47565b; font-size: 13px; font-weight: 700; text-decoration: none; }
.sssk-header__nav a:hover, .sssk-header__nav a:focus-visible { color: var(--sssk-pink-dark); }
.sssk-header__cta { flex: 0 0 auto; }

.sssk-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 30px;
  color: #fff;
  background: var(--sssk-pink);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(8, 180, 215, 0.24);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.sssk-button:hover, .sssk-button:focus-visible {
  color: #fff;
  background: var(--sssk-pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(7, 143, 182, 0.28);
}
.sssk-button--small { min-height: 44px; padding: 9px 22px; font-size: 14px; }
.sssk-button--wide { min-width: min(100%, 380px); }

.sssk-hero { overflow: hidden; padding: 82px 0 92px; background: linear-gradient(145deg, #fff 0%, var(--sssk-bg) 65%, #f2fcfd 100%); }
.sssk-hero::before, .sssk-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
.sssk-hero::before { width: 300px; height: 300px; right: -80px; top: 70px; background: rgba(143, 216, 220, 0.28); }
.sssk-hero::after { width: 220px; height: 220px; left: -90px; bottom: -80px; background: rgba(255, 224, 138, 0.26); }
.sssk-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 64px; position: relative; z-index: 1; }
.sssk-hero h1 { margin: 0 0 24px; font-size: clamp(38px, 5vw, 58px); line-height: 1.24; letter-spacing: -0.025em; }
.sssk-hero__body { margin: 0 0 26px; color: #4c5558; font-size: 18px; }
.sssk-hero__body strong { display: block; margin-top: 8px; color: var(--sssk-pink-dark); font-size: 20px; }
.sssk-price-inline { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin: 28px 0 24px; }
.sssk-price-inline__normal { color: #777; font-size: 14px; }
.sssk-price-inline__normal s { display: block; font-size: 17px; }
.sssk-price-inline__monitor { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; color: var(--sssk-pink-dark); font-weight: 800; }
.sssk-price-inline__monitor span { padding: 6px 13px; color: #fff; background: var(--sssk-pink); border-radius: 999px; font-size: 14px; }
.sssk-price-inline__monitor strong { font-size: 34px; line-height: 1; }
.sssk-note { margin: 12px 0 0; color: #6b7375; font-size: 13px; }

.sssk-visual { position: relative; min-height: 450px; }
.sssk-orb { position: absolute; border-radius: 50%; }
.sssk-orb--mint { width: 260px; height: 260px; left: 5%; top: 7%; background: rgba(168, 222, 208, 0.48); }
.sssk-orb--yellow { width: 180px; height: 180px; right: 0; top: 0; background: rgba(255, 224, 138, 0.54); }
.sssk-orb--pink { width: 160px; height: 160px; right: 9%; bottom: 3%; background: rgba(255, 120, 156, 0.16); }
.sssk-dashboard {
  position: absolute;
  z-index: 2;
  left: 9%;
  top: 16%;
  width: 78%;
  padding: 22px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(41,41,41,0.08);
  border-radius: 24px;
  box-shadow: var(--sssk-shadow);
  transform: rotate(-1.5deg);
}
.sssk-dashboard__bar { display: flex; gap: 7px; margin-bottom: 22px; }
.sssk-dashboard__bar i { width: 9px; height: 9px; border-radius: 50%; background: #bbc8cc; }
.sssk-dashboard__content { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 18px; }
.sssk-dashboard__nav { min-height: 235px; padding: 18px 12px; border-radius: 16px; background: #f3fbf9; }
.sssk-dashboard__nav span, .sssk-dashboard__line { display: block; height: 11px; margin: 0 0 15px; border-radius: 99px; background: #d6e3e6; }
.sssk-dashboard__nav span:nth-child(2) { width: 72%; background: var(--sssk-blue); }
.sssk-dashboard__main { display: flex; flex-direction: column; justify-content: space-between; }
.sssk-dashboard__line:nth-child(1) { width: 54%; height: 15px; background: #8a9aa0; }
.sssk-dashboard__line:nth-child(2) { width: 78%; }
.sssk-chart { height: 140px; display: flex; align-items: end; gap: 10px; padding: 18px; background: var(--sssk-bg); border-radius: 16px; }
.sssk-chart i { flex: 1; min-width: 8px; border-radius: 7px 7px 2px 2px; background: var(--sssk-blue); }
.sssk-chart i:nth-child(1) { height: 35%; }
.sssk-chart i:nth-child(2) { height: 55%; }
.sssk-chart i:nth-child(3) { height: 48%; }
.sssk-chart i:nth-child(4) { height: 75%; }
.sssk-chart i:nth-child(5) { height: 92%; background: var(--sssk-pink); }
.sssk-check {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #40b993;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(51, 145, 116, 0.25);
  font-size: 26px;
  font-weight: 900;
}
.sssk-check--one { right: 3%; top: 20%; }
.sssk-check--two { left: 1%; bottom: 10%; }

.sssk-ai-visual { position: relative; min-height: 450px; isolation: isolate; }
.sssk-ai-orb { position: absolute; z-index: -1; border-radius: 50%; }
.sssk-ai-orb--mint { width: 230px; height: 230px; left: 10%; top: 14%; background: rgba(105,210,228,0.20); }
.sssk-ai-orb--yellow { width: 150px; height: 150px; right: 10%; top: 3%; background: rgba(255,224,138,0.48); }
.sssk-phone { position: absolute; left: 0; top: 92px; width: 145px; height: 285px; padding: 13px 9px; background: #20282b; border: 5px solid #20282b; border-radius: 28px; box-shadow: 0 18px 36px rgba(40,62,67,0.18); }
.sssk-phone__speaker { position: absolute; z-index: 2; left: 50%; top: 6px; width: 42px; height: 5px; background: #111719; border-radius: 99px; transform: translateX(-50%); }
.sssk-phone__screen { height: 100%; padding: 14px 9px; background: #fff; border-radius: 18px; overflow: hidden; }
.sssk-phone__photo { position: relative; height: 112px; margin: 8px 0; background: linear-gradient(145deg,#f7f3ec,#e7f5f1); border-radius: 9px; overflow: hidden; }
.sssk-phone__photo::before { content: ""; position: absolute; left: 50%; bottom: 16px; width: 24px; height: 32px; background: #fff; border-radius: 5px 5px 10px 10px; box-shadow: 0 5px 10px rgba(0,0,0,0.08); transform: translateX(-50%); }
.sssk-phone__photo span::before, .sssk-phone__photo span::after { content: ""; position: absolute; left: 50%; bottom: 45px; width: 10px; height: 38px; background: #72aa81; border-radius: 100% 0 100% 0; transform-origin: bottom; }
.sssk-phone__photo span::before { transform: translateX(-2px) rotate(-35deg); }
.sssk-phone__photo span::after { transform: translateX(-8px) rotate(38deg) scaleX(-1); }
.sssk-phone__actions { color: #ff728f; font-size: 14px; }
.sssk-phone__screen > i { display: block; width: 88%; height: 7px; margin: 9px 0; background: #dce5e7; border-radius: 99px; }
.sssk-phone__screen > i:last-child { width: 58%; }
.sssk-ai-arrow { position: absolute; left: 158px; top: 210px; color: var(--sssk-pink); font-size: 38px; font-weight: 900; }
.sssk-ai-card { position: absolute; left: 205px; top: 78px; width: 165px; height: 245px; padding: 20px; background: #fff; border: 1px solid rgba(8,180,215,0.10); border-radius: 20px; box-shadow: 0 16px 34px rgba(39,81,90,0.12); }
.sssk-ai-chip { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 25px; color: #fff; background: linear-gradient(145deg,#43d1e4,#079dc5); border-radius: 50%; box-shadow: 0 9px 20px rgba(8,180,215,0.25); font-size: 21px; font-weight: 900; }
.sssk-ai-chart { display: flex; align-items: end; gap: 8px; height: 92px; padding: 10px; border-bottom: 3px solid #d9e9ec; }
.sssk-ai-chart i { flex: 1; height: 35%; background: #79d6e4; border-radius: 5px 5px 0 0; }
.sssk-ai-chart i:nth-child(2) { height: 55%; }
.sssk-ai-chart i:nth-child(3) { height: 75%; }
.sssk-ai-chart i:nth-child(4) { height: 100%; background: var(--sssk-pink); }
.sssk-ai-signals { position: absolute; right: 0; top: 78px; display: grid; gap: 13px; width: 150px; }
.sssk-ai-signals div { display: flex; align-items: center; gap: 10px; padding: 13px 14px; background: rgba(255,255,255,0.96); border: 1px solid rgba(8,180,215,0.10); border-radius: 13px; box-shadow: 0 10px 25px rgba(39,81,90,0.08); }
.sssk-ai-signals b { color: var(--sssk-pink-dark); font-size: 21px; }
.sssk-ai-signals span { color: #42545a; font-size: 12px; font-weight: 800; }
.sssk-ai-caption { position: absolute; left: 205px; right: 0; bottom: 20px; margin: 0; color: #5c6b70; font-size: 14px; text-align: center; }
.sssk-ai-caption strong { color: #26373c; }

.sssk-grid { display: grid; gap: 22px; }
.sssk-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sssk-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sssk-card { padding: 30px; background: #fff; border: 1px solid var(--sssk-border); border-radius: var(--sssk-radius); box-shadow: 0 12px 34px rgba(69, 62, 66, 0.06); }
.sssk-card h3 { margin: 14px 0 8px; font-size: 20px; line-height: 1.45; }
.sssk-card p { margin: 0; color: var(--sssk-muted); font-size: 15px; }
.sssk-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #285b5e; background: rgba(143,216,220,0.42); font-size: 25px; font-weight: 900; }
.sssk-card:nth-child(3n+2) .sssk-icon { color: #9e5d00; background: rgba(255,224,138,0.55); }
.sssk-card:nth-child(3n+3) .sssk-icon { color: #9c3f5f; background: rgba(255,120,156,0.18); }

.sssk-problem { min-height: 210px; }
.sssk-problem .sssk-icon { border-radius: 50%; }

.sssk-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 24px; }
.sssk-compare__box { padding: 38px; border-radius: var(--sssk-radius); }
.sssk-compare__box--before { background: #f3f5f6; }
.sssk-compare__box--after { background: #eafaf6; border: 1px solid rgba(64,185,147,0.18); }
.sssk-compare__label { display: inline-block; padding: 4px 14px; border-radius: 999px; color: #fff; background: #829096; font-size: 13px; font-weight: 800; }
.sssk-compare__box--after .sssk-compare__label { background: #40b993; }
.sssk-list { margin: 20px 0 0; padding: 0; list-style: none; }
.sssk-list li { position: relative; margin: 10px 0; padding-left: 28px; }
.sssk-list li::before { content: "✓"; position: absolute; left: 0; color: #2ea67f; font-weight: 900; }
.sssk-compare__box--before .sssk-list li::before { content: "•"; color: #9ba5a9; }
.sssk-compare__arrow { align-self: center; color: #49c7c8; font-size: 42px; font-weight: 900; }

.sssk-service { position: relative; padding-top: 48px; }
.sssk-service__number { position: absolute; top: 20px; right: 24px; color: rgba(41,41,41,0.08); font-size: 48px; font-weight: 900; line-height: 1; }

.sssk-audience { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.sssk-audience__box { padding: 38px; border-radius: var(--sssk-radius); }
.sssk-audience__box--yes { background: #eafaf6; }
.sssk-audience__box--no { background: #f5f5f5; }
.sssk-audience h3 { margin-top: 0; }

.sssk-pricing { position: relative; max-width: 720px; margin: 0 auto; padding: 48px; text-align: center; background: linear-gradient(155deg, #fff 0%, #edfafd 100%); border: 2px solid rgba(8,180,215,0.22); border-radius: 30px; box-shadow: var(--sssk-shadow); overflow: hidden; }
.sssk-pricing::before { content: "LIMITED"; position: absolute; right: -12px; top: 14px; color: rgba(7,143,182,0.07); font-size: 72px; font-weight: 900; }
.sssk-pricing__badge { display: inline-block; padding: 7px 16px; color: #fff; background: var(--sssk-pink); border-radius: 999px; font-size: 14px; font-weight: 800; }
.sssk-pricing__normal { margin: 20px 0 0; color: #777; }
.sssk-pricing__price { margin: 8px 0 4px; color: var(--sssk-pink-dark); font-size: clamp(44px, 7vw, 68px); font-weight: 900; line-height: 1.15; }
.sssk-pricing__price small { font-size: 16px; }
.sssk-pricing__limit { margin: 0 0 28px; font-weight: 700; }
.sssk-pricing__columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 34px 0; text-align: left; }
.sssk-pricing__columns > div { padding: 22px; background: rgba(255,255,255,0.8); border-radius: 16px; }
.sssk-pricing__columns h4 { margin: 0 0 12px; }
.sssk-pricing__columns ul { margin: 0; padding-left: 20px; color: var(--sssk-muted); font-size: 14px; }

.sssk-flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.sssk-flow__step { position: relative; text-align: center; }
.sssk-flow__step:not(:last-child)::after { content: "›"; position: absolute; right: -14px; top: 22px; color: #7aa2a5; font-size: 30px; }
.sssk-flow__number { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 16px; color: #295e60; background: var(--sssk-mint); border-radius: 50%; font-weight: 900; }
.sssk-flow__step:nth-child(even) .sssk-flow__number { color: #845b00; background: var(--sssk-yellow); }
.sssk-flow h3 { margin: 0 0 7px; font-size: 15px; line-height: 1.5; }
.sssk-flow p { margin: 0; color: var(--sssk-muted); font-size: 13px; line-height: 1.6; }

.sssk-faq { display: grid; gap: 14px; }
.sssk-faq details { background: #fff; border: 1px solid var(--sssk-border); border-radius: 16px; box-shadow: 0 8px 24px rgba(69,62,66,0.04); }
.sssk-faq summary { position: relative; padding: 22px 58px 22px 62px; font-weight: 700; cursor: pointer; list-style: none; }
.sssk-faq summary::-webkit-details-marker { display: none; }
.sssk-faq summary::before { content: "Q"; position: absolute; left: 22px; top: 19px; display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--sssk-blue); border-radius: 50%; font-size: 13px; }
.sssk-faq summary::after { content: "+"; position: absolute; right: 24px; top: 17px; color: #4e7b7d; font-size: 28px; font-weight: 400; }
.sssk-faq details[open] summary::after { content: "−"; }
.sssk-faq__answer { padding: 0 28px 24px 62px; color: var(--sssk-muted); }
.sssk-faq__answer p { margin: 0; }

.sssk-contact-wrap { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 52px; align-items: start; }
.sssk-contact-copy { position: sticky; top: 110px; }
.sssk-contact-copy .sssk-title { text-align: left; }
.sssk-contact-copy .sssk-lead { text-align: left; }
.sssk-contact-card { padding: clamp(24px, 5vw, 48px); background: #fff; border: 1px solid rgba(255,120,156,0.2); border-radius: 26px; box-shadow: var(--sssk-shadow); }
.sssk-field { margin-bottom: 24px; }
.sssk-field label, .sssk-field legend { display: block; margin: 0 0 8px; font-weight: 700; }
.sssk-fieldset { margin: 0 0 24px; padding: 0; border: 0; }
.sssk-required, .sssk-optional { display: inline-block; margin-left: 5px; padding: 1px 8px; border-radius: 999px; font-size: 11px; vertical-align: 2px; }
.sssk-required { color: #fff; background: var(--sssk-pink); }
.sssk-optional { color: #2e696b; background: #e7f7f4; }
.sssk-field input[type="text"], .sssk-field input[type="email"], .sssk-field input[type="url"], .sssk-field textarea {
  width: 100%; padding: 13px 15px; color: var(--sssk-text); background: #fff; border: 1px solid #d6dadd; border-radius: 11px;
}
.sssk-field textarea { min-height: 130px; resize: vertical; }
.sssk-field input:focus, .sssk-field textarea:focus { outline: 3px solid rgba(143,216,220,0.36); border-color: #64c5ca; }
.sssk-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.sssk-check-list label { display: flex; gap: 8px; align-items: flex-start; font-weight: 400; font-size: 14px; }
.sssk-privacy { padding: 16px; background: var(--sssk-bg); border-radius: 12px; font-size: 13px; }
.sssk-privacy label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; }
.sssk-form-message { margin: 0 0 24px; padding: 16px 18px; border-radius: 12px; }
.sssk-form-message--success { color: #155a45; background: #e4f8f1; border: 1px solid #9fddca; }
.sssk-form-message--error { color: #8b2e4b; background: #fff0f4; border: 1px solid #f3b5c6; }
.sssk-submit { text-align: center; }

.sssk-final { overflow: hidden; text-align: center; background: #fff; }
.sssk-final__card { position: relative; overflow: hidden; padding: 64px 28px; background: linear-gradient(145deg, #f7fbfc 0%, #edfbfd 100%); border-radius: 30px; }
.sssk-final__card::before, .sssk-final__card::after { content: ""; position: absolute; width: 190px; height: 190px; border-radius: 50%; }
.sssk-final__card::before { left: -80px; bottom: -90px; background: rgba(143,216,220,0.45); }
.sssk-final__card::after { right: -75px; top: -90px; background: rgba(255,224,138,0.45); }
.sssk-final__content { position: relative; z-index: 1; }

.sssk-footer { padding: 36px 0 110px; color: #687174; background: #fff; border-top: 1px solid var(--sssk-border); font-size: 13px; text-align: center; }
.sssk-footer__links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 24px; margin-bottom: 14px; }
.sssk-footer a { text-underline-offset: 4px; }
.sssk-trademark { max-width: 760px; margin: 18px auto 0; font-size: 11px; line-height: 1.7; }
.sssk-mobile-cta { display: none; }

@media (max-width: 980px) {
  .sssk-hero__grid, .sssk-contact-wrap { grid-template-columns: 1fr; }
  .sssk-visual { min-height: 390px; width: min(100%, 620px); margin: 0 auto; }
  .sssk-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .sssk-grid--3 { grid-template-columns: 1fr; }
  .sssk-flow { grid-template-columns: repeat(3, 1fr); row-gap: 34px; }
  .sssk-flow__step:nth-child(3)::after { display: none; }
  .sssk-contact-copy { position: static; }
	.sssk-ai-visual { min-height: 430px; width: min(100%, 560px); margin: 0 auto; }
}

@media (max-width: 700px) {
  body { font-size: 16px; }
  .sssk-container { width: min(calc(100% - 28px), var(--sssk-width)); }
  .sssk-section { padding: 72px 0; }
  .sssk-header__inner { min-height: 62px; }
  .sssk-brand { font-size: 14px; }
  .sssk-header__cta { display: none; }
	.sssk-header__nav { display: none; }
  .sssk-hero { padding: 56px 0 72px; }
  .sssk-hero__grid { gap: 36px; }
  .sssk-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .sssk-hero__body { font-size: 16px; }
  .sssk-hero__body strong { font-size: 18px; }
  .sssk-price-inline__monitor strong { font-size: 30px; }
  .sssk-visual { min-height: 300px; }
	.sssk-ai-visual { left: 50%; width: 500px; max-width: none; min-height: 350px; margin: 0 0 -70px; transform: translateX(-50%) scale(0.72); transform-origin: top center; }
  .sssk-dashboard { left: 4%; width: 92%; padding: 15px; }
  .sssk-dashboard__content { gap: 10px; }
  .sssk-dashboard__nav { min-height: 170px; }
  .sssk-chart { height: 105px; padding: 12px; }
  .sssk-check { width: 46px; height: 46px; border-width: 5px; font-size: 21px; }
  .sssk-grid--4, .sssk-audience, .sssk-pricing__columns { grid-template-columns: 1fr; }
  .sssk-card { padding: 24px; }
  .sssk-compare { grid-template-columns: 1fr; }
  .sssk-compare__arrow { transform: rotate(90deg); justify-self: center; line-height: 1; }
  .sssk-compare__box { padding: 28px; }
  .sssk-pricing { padding: 36px 20px; }
  .sssk-flow { grid-template-columns: 1fr 1fr; }
  .sssk-flow__step:nth-child(3)::after { display: block; }
  .sssk-flow__step:nth-child(even)::after { display: none; }
  .sssk-faq summary { padding: 19px 50px 19px 54px; font-size: 15px; }
  .sssk-faq summary::before { left: 16px; top: 17px; }
  .sssk-faq summary::after { right: 18px; top: 14px; }
  .sssk-faq__answer { padding: 0 20px 20px 54px; font-size: 14px; }
  .sssk-contact-card { padding: 26px 18px; }
  .sssk-check-list { grid-template-columns: 1fr; }
  .sssk-mobile-cta { display: block; position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,0.94); border-top: 1px solid var(--sssk-border); backdrop-filter: blur(12px); }
  .sssk-mobile-cta .sssk-button { width: 100%; min-height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
