:root {
  --pro-blue: #667eea;
  --pro-purple: #6c5ce7;
  --pro-yellow: #ffd700;
  --pro-ink: #181a35;
  --pro-muted: #687076;
  --pro-line: #dde1ed;
  --pro-bg: #f4f5fa;
  --pro-soft: #f3f1ff;
}

* { box-sizing: border-box; }
.pro-page { margin: 0; background: var(--pro-bg); color: var(--pro-ink); }
.pro-shell { max-width: 1540px; margin: 0 auto; padding: 126px 28px 82px; }
.annual-campaign-banner { position:relative; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:24px; overflow:hidden; margin:0 0 18px; padding:22px 28px; border:1px solid rgba(255,215,47,.6); border-radius:20px; color:#fff; background:radial-gradient(circle at 80% 20%,rgba(255,217,47,.24),transparent 28%),linear-gradient(115deg,#27233f,#5b3c9b 58%,#7a4fc0); box-shadow:0 18px 45px rgba(75,53,139,.22); }
.annual-campaign-banner::after { content:""; position:absolute; right:-45px; bottom:-75px; width:230px; height:230px; border:1px solid rgba(255,223,40,.28); border-radius:50%; }
.campaign-discount { position:relative; z-index:1; display:grid; place-items:center; width:106px; height:106px; border:2px solid #ffe34c; border-radius:50%; color:#27233f; background:linear-gradient(145deg,#fff7a8,#ffcf2f); box-shadow:0 0 0 8px rgba(255,222,60,.12),0 12px 30px rgba(0,0,0,.2); transform:rotate(-5deg); }
.campaign-discount strong { font-size:36px; line-height:.9; }
.campaign-discount span { font-size:9px; font-weight:950; letter-spacing:.08em; }
.campaign-copy { position:relative; z-index:1; }
.campaign-copy small { color:#ffe34c; font-weight:950; letter-spacing:.12em; }
.campaign-copy h3 { margin:6px 0 4px; font-size:31px; line-height:1.05; }
.campaign-copy p { margin:0; color:rgba(255,255,255,.83); }
.campaign-badge { position:relative; z-index:1; display:inline-flex; align-items:center; gap:8px; padding:12px 16px; border:1px solid rgba(255,255,255,.25); border-radius:999px; background:rgba(255,255,255,.13); font-size:13px; font-weight:950; white-space:nowrap; }
.campaign-spark { position:absolute; color:#ffe34c; animation:campaignSpark 1.8s ease-in-out infinite; }
.campaign-spark-one { top:12px; right:30%; font-size:20px; }
.campaign-spark-two { right:18%; bottom:8px; font-size:13px; animation-delay:.7s; }
@keyframes campaignSpark { 0%,100% { opacity:.35; transform:scale(.75) rotate(0deg); } 50% { opacity:1; transform:scale(1.25) rotate(25deg); } }
@media (prefers-reduced-motion:reduce) { .campaign-spark { animation:none; } }
.pro-hero {
  min-height: 290px; display: flex; justify-content: space-between; gap: 42px; align-items: flex-end;
  padding: 48px; color: #fff; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 26px; overflow: hidden; position: relative;
}
.pro-hero::after {
  content: ""; position: absolute; width: 410px; height: 410px; right: -90px; top: -175px;
  border: 1px solid rgba(255, 215, 0, .32); transform: rotate(35deg);
}
.pro-hero > * { position: relative; z-index: 1; }
.pro-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #ffed72; font-size: 12px; font-weight: 900; letter-spacing: 1.5px; }
.pro-hero h1 { max-width: 900px; margin: 20px 0 14px; font-size: clamp(38px, 5vw, 66px); line-height: 1.02; letter-spacing: -2.7px; }
.pro-hero p { max-width: 820px; margin: 0; color: #f2efff; font-size: 17px; line-height: 1.65; }
.pro-hero-note { min-width: 270px; display: flex; align-items: center; gap: 14px; padding: 19px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); border-radius: 17px; }
.pro-hero-note > i { color: var(--pro-yellow); font-size: 24px; }
.pro-hero-note strong, .pro-hero-note span { display: block; }
.pro-hero-note span { margin-top: 4px; color: #eeeaff; font-size: 12px; }
.pro-alert { display: flex; gap: 10px; align-items: center; margin: 22px 0; padding: 16px 18px; border-radius: 12px; font-weight: 750; }
.pro-alert.success { background: #e7f5ed; color: #11633e; }
.pro-alert.error { background: #fff0ed; color: #9b2d22; }

.active-plan-card {
  display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 26px 0;
  padding: 30px; border: 1px solid #dcdff0; background: #fff; border-radius: 20px;
  box-shadow: 0 12px 30px rgba(74,65,145,.08);
}
.active-plan-card h2 { margin: 10px 0 7px; font-size: 28px; }
.active-plan-card p { margin: 0; color: var(--pro-muted); }
.active-limit-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.active-limit-pills span { padding: 9px 12px; background: var(--pro-soft); border-radius: 999px; font-size: 12px; font-weight: 750; }
.active-limit-pills i { margin-right: 7px; color: var(--pro-purple); }
.open-workspace-button, .pro-summary button {
  border: 0; border-radius: 12px; padding: 16px 22px; background: var(--pro-purple);
  color: #fff; font-weight: 850; font-size: 14px; cursor: pointer;
}

.comparison-section { margin-top: 26px; padding: 32px; background: #fff; border: 1px solid var(--pro-line); border-radius: 22px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; margin-bottom: 25px; }
.section-heading span { color: var(--pro-purple); font-size: 11px; font-weight: 900; letter-spacing: 1.6px; }
.section-heading h2 { margin: 7px 0 0; font-size: 30px; }
.section-heading p { max-width: 520px; margin: 0; color: var(--pro-muted); text-align: right; line-height: 1.5; }
.pricing-period-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 0 20px; padding: 16px 18px; border: 1px solid #dcdff0; border-radius: 14px; background: #f7f6ff; }
.pricing-period-bar strong, .pricing-period-bar span { display: block; }
.pricing-period-bar strong { font-size: 15px; }
.pricing-period-bar span { margin-top: 4px; color: var(--pro-muted); font-size: 12px; }
.pricing-period-bar .billing-period-toggle { margin: 0; flex: 0 0 auto; }
.pricing-table-scroll { overflow-x: auto; border: 1px solid var(--pro-line); border-radius: 18px; }
.pricing-table { width: 100%; min-width: 1420px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.pricing-table th, .pricing-table td { border-right: 1px solid var(--pro-line); border-bottom: 1px solid var(--pro-line); }
.pricing-table tr > *:last-child { border-right: 0; }
.pricing-table tbody tr:last-child > * { border-bottom: 0; }
.pricing-table thead th { padding: 0; vertical-align: top; background: #fff; }
.pricing-table .feature-heading { width: 215px; padding: 28px 24px; text-align: left; background: #f7f8fb; }
.feature-heading strong, .feature-heading span { display: block; }
.feature-heading strong { font-size: 21px; }
.feature-heading span { margin-top: 8px; color: var(--pro-muted); font-size: 12px; line-height: 1.45; }
.pricing-plan-head { min-height: 365px; display: flex; flex-direction: column; align-items: stretch; position: relative; padding: 28px 23px 24px; text-align: left; cursor: pointer; transition: .2s; }
.pricing-plan-head input { position: absolute; opacity: 0; pointer-events: none; }
.pricing-plan-head.popular { background: #f5f3ff; }
.pricing-plan-head:hover { background: #faf9ff; }
.popular-badge { align-self: flex-start; margin-bottom: 12px; padding: 6px 9px; color: #25202f; background: #dfff55; border-radius: 6px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .8px; }
.plan-name { font-size: 22px; font-weight: 850; }
.plan-description { min-height: 76px; margin-top: 11px; color: #5f6867; font-size: 12px; line-height: 1.55; }
.plan-price-block { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.plan-price-block del { color: #89908f; font-size: 16px; }
.plan-price-block strong { font-size: 38px; line-height: 1; letter-spacing: -1.8px; }
.plan-price-block small { color: var(--pro-muted); font-size: 12px; }
.plan-billed-total { flex-basis: 100%; margin-top: 5px; color: #687076; font-size: 12px; font-weight: 700; }
.plan-price-block [hidden] { display: none !important; }
.price-note { margin-top: 7px; color: #4d5754; font-size: 11px; font-weight: 700; }
.select-plan-button { display: inline-flex; justify-content: center; align-items: center; gap: 7px; margin-top: auto; padding: 13px 15px; border: 1px solid #cfd3df; border-radius: 10px; font-size: 12px; font-weight: 850; }
.selected-column .pricing-plan-head, th.selected-column .pricing-plan-head { box-shadow: inset 0 0 0 3px var(--pro-purple); background: #f5f3ff; }
.selected-column .select-plan-button { border-color: var(--pro-purple); color: #fff; background: var(--pro-purple); }
.pricing-table tbody th { padding: 16px 20px; background: #fafbfc; text-align: left; font-size: 12px; }
.pricing-table tbody td { padding: 16px 18px; text-align: center; color: #323a38; font-size: 12px; font-weight: 700; transition: .15s; }
.pricing-table tbody td.selected-column { background: #faf9ff; }
.pricing-table tbody td i { margin-right: 6px; color: var(--pro-purple); }
.pricing-table tbody td.feature-negative { color: #8a918f; font-weight: 600; }
.pricing-table tbody td.feature-negative i { color: #aeb3b1; }
.mobile-pricing-cards { display: none; }
.mobile-plan-card { position: relative; overflow: hidden; border: 1px solid var(--pro-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(36,38,76,.07); }
.mobile-plan-card.popular { border-color: #b9b0ff; background: linear-gradient(180deg,#f7f5ff 0,#fff 42%); }
.mobile-plan-card.selected-column { border-color: var(--pro-purple); box-shadow: 0 0 0 2px var(--pro-purple), 0 12px 30px rgba(84,69,205,.14); }
.mobile-plan-card-header { display: flex; justify-content: space-between; gap: 14px; padding: 20px 18px 10px; }
.mobile-plan-card-header h3 { margin: 0; font-size: 23px; line-height: 1.15; }
.mobile-plan-card-header p { margin: 9px 0 0; color: var(--pro-muted); font-size: 14px; line-height: 1.55; }
.mobile-plan-card-header .popular-badge { display: inline-flex; margin-bottom: 9px; }
.mobile-plan-check { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid #d9dbea; border-radius: 50%; color: transparent; background: #fff; }
.mobile-plan-card.selected-column .mobile-plan-check { border-color: var(--pro-purple); color: #fff; background: var(--pro-purple); }
.mobile-plan-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; padding: 8px 18px 18px; border-bottom: 1px solid #eceef4; }
.mobile-plan-price .plan-price-value { font-size: 36px; line-height: 1; letter-spacing: -1.4px; }
.mobile-plan-price .plan-price-old { color: #89908f; font-size: 15px; }
.mobile-plan-price .plan-price-period { color: var(--pro-muted); font-size: 13px; }
.mobile-plan-price .plan-billed-total, .mobile-plan-price .price-note { flex-basis: 100%; display: block; margin-top: 5px; color: #59615f; font-size: 12px; font-weight: 700; }
.mobile-plan-price [hidden] { display: none !important; }
.mobile-plan-features { margin: 0; padding: 5px 18px; list-style: none; }
.mobile-plan-features li { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid #eff0f5; font-size: 13px; }
.mobile-plan-features li:last-child { border-bottom: 0; }
.mobile-plan-features li > span { color: #626a68; }
.mobile-plan-features li > strong { color: #252743; text-align: right; }
.mobile-plan-features li i { margin-right: 6px; color: var(--pro-purple); }
.mobile-plan-features li.feature-negative strong, .mobile-plan-features li.feature-negative i { color: #929997; }
.mobile-select-plan { width: calc(100% - 36px); margin: 12px 18px 18px; padding: 14px 16px; border: 1px solid #d4d6e2; border-radius: 11px; color: var(--pro-ink); background: #fff; font-size: 14px; font-weight: 850; cursor: pointer; }
.mobile-plan-card.selected-column .mobile-select-plan { border-color: var(--pro-purple); color: #fff; background: var(--pro-purple); }
.pro-phone-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--pro-purple); font-weight: 800; text-decoration: none; white-space: nowrap; }
.pro-phone-link:hover { text-decoration: underline; }
.all-modules-note { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 20px; padding: 20px 22px; background: #f6f5ff; border-radius: 15px; }
.all-modules-note > div:first-child { display: flex; align-items: center; gap: 13px; }
.all-modules-note > div:first-child > i { color: var(--pro-purple); font-size: 22px; }
.all-modules-note strong, .all-modules-note span { display: block; }
.all-modules-note span { color: var(--pro-muted); font-size: 12px; line-height: 1.45; }
.module-mini-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.module-mini-list span { padding: 8px 10px; color: var(--pro-ink); background: #fff; border: 1px solid #e1dff0; border-radius: 999px; font-size: 11px; font-weight: 750; }
.module-mini-list i { margin-right: 6px; color: var(--pro-purple); }
.pro-summary {
  position: static; display: grid; grid-template-columns: 1.1fr .7fr .7fr auto;
  align-items: center; gap: 22px; margin-top: 20px; padding: 20px 24px; color: #fff;
  background: rgba(30,31,58,.97); border-radius: 17px; box-shadow: 0 16px 38px rgba(24,26,53,.25);
}
.pro-summary div span, .pro-summary div strong { display: block; }
.pro-summary div span { color: #bfc1d9; font-size: 10px; letter-spacing: .8px; text-transform: uppercase; }
.pro-summary div strong { margin-top: 5px; font-size: 16px; }
.pro-terms-checkbox { display: flex; align-items: flex-start; gap: 9px; grid-column: 1 / -1; color: #e8e9f5; font-size: 11px; line-height: 1.45; }
.pro-terms-checkbox[hidden] { display: none !important; }
.pro-terms-checkbox input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #8d7cff; flex: 0 0 auto; }
.pro-terms-checkbox a { color: #c6beff; font-weight: 800; }
.pro-summary button:disabled { opacity: .5; cursor: not-allowed; }
.billing-period-toggle { display: flex; gap: 8px; margin: 16px 0; }
.billing-period-toggle button { border: 1px solid #d8d9e9; background: #fff; color: #252743; border-radius: 999px; padding: 9px 14px; font-weight: 700; cursor: pointer; }
.billing-period-toggle button.active { background: #6657e8; border-color: #6657e8; color: #fff; }
.payment-unavailable-modal[hidden] { display: none !important; }
.payment-unavailable-modal { position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center; padding: 20px; }
.payment-unavailable-backdrop { position: absolute; inset: 0; background: rgba(17,18,42,.68); backdrop-filter: blur(4px); }
.payment-unavailable-card { position: relative; z-index: 1; width: min(520px,100%); padding: 34px; border: 1px solid #dedcf0; border-radius: 22px; background: #fff; box-shadow: 0 30px 80px rgba(20,22,55,.32); text-align: center; }
.payment-unavailable-card .pro-eyebrow { margin-top: 18px; color: var(--pro-purple); }
.payment-unavailable-card h2 { margin: 12px 0 10px; font-size: 27px; line-height: 1.15; }
.payment-unavailable-card > p { margin: 0; color: var(--pro-muted); font-size: 14px; line-height: 1.65; }
.payment-unavailable-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto; border-radius: 18px; color: var(--pro-purple); background: var(--pro-soft); font-size: 25px; }
.payment-modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #5f6470; background: #f1f2f6; cursor: pointer; }
.payment-contact-box { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 14px; margin: 22px 0; padding: 15px; border-radius: 13px; background: #f6f5ff; }
.payment-contact-box strong { flex-basis: 100%; font-size: 13px; }
.payment-contact-box a { color: var(--pro-purple); font-size: 13px; font-weight: 800; text-decoration: none; }
.payment-modal-confirm { width: 100%; border: 0; border-radius: 11px; padding: 14px 18px; color: #fff; background: var(--pro-purple); font-size: 14px; font-weight: 850; cursor: pointer; }
body.payment-modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .pro-shell { padding: 112px 15px 60px; }
  .pro-hero { align-items: flex-start; flex-direction: column; padding: 34px 26px; }
  .pro-hero-note { min-width: 0; width: 100%; }
  .active-plan-card, .section-heading, .all-modules-note { align-items: flex-start; flex-direction: column; }
  .pricing-period-bar { align-items: stretch; flex-direction: column; }
  .annual-campaign-banner { grid-template-columns:auto 1fr; }
  .campaign-badge { grid-column:1/-1; justify-self:start; }
  .pricing-period-bar .billing-period-toggle { width: 100%; }
  .pricing-period-bar .billing-period-toggle button { flex: 1; }
  .section-heading p { text-align: left; }
  .active-plan-card form, .open-workspace-button { width: 100%; }
  .comparison-section { padding: 20px 14px; }
  .pricing-table-scroll { display: none; }
  .mobile-pricing-cards { display: grid; gap: 16px; }
  .module-mini-list { justify-content: flex-start; }
  .pro-summary { grid-template-columns: 1fr 1fr; bottom: 8px; }
  .pro-summary button { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  .pro-shell { padding-right: 10px; padding-left: 10px; }
  .comparison-section { margin-top: 14px; padding: 18px 10px; border-radius: 16px; }
  .section-heading { margin-bottom: 18px; }
  .section-heading h2 { font-size: 25px; line-height: 1.15; }
  .section-heading p { font-size: 13px; }
  .pricing-period-bar { padding: 14px; }
  .annual-campaign-banner { grid-template-columns:1fr; gap:15px; padding:20px; text-align:center; }
  .campaign-discount { width:88px; height:88px; margin:auto; }
  .campaign-discount strong { font-size:30px; }
  .campaign-copy h3 { font-size:25px; }
  .campaign-copy p { font-size:13px; }
  .campaign-badge { grid-column:auto; justify-self:center; }
  .pricing-period-bar .billing-period-toggle { gap: 6px; }
  .pricing-period-bar .billing-period-toggle button { padding: 10px 8px; font-size: 12px; }
  .pro-hero h1 { font-size: 38px; }
  .pro-summary { grid-template-columns: 1fr; }
  .pro-summary button { grid-column: auto; }
  .all-modules-note { padding: 17px 15px; }
}

/* Taseret kabuğu içinde açılan tam ekran ProPlan çalışma alanı */
html:has(body.pro-workspace-page),
body.pro-workspace-page {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #f4f5fa;
}

/* Kurum kodu girişini Taseret alan adı içinde tutan ekip giriş kabuğu */
body.pro-team-login-page {
  min-height: 100vh;
  margin: 0;
  background: #f4f5fa;
}
.pro-team-login-shell {
  display: grid;
  min-height: 100vh;
  box-sizing: border-box;
  place-items: start center;
  padding: 128px 20px 56px;
}
.pro-team-login-card {
  width: min(760px, 100%);
  padding: 30px;
  border: 1px solid #dfe2eb;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(43,39,96,.12);
}
.pro-team-login-heading { display:flex; align-items:flex-start; gap:16px; }
.pro-team-login-icon { display:grid; width:48px; height:48px; flex:0 0 48px; place-items:center; color:#fff; background:linear-gradient(135deg,#637ce9,#7850ad); border-radius:14px; font-size:21px; }
.pro-team-login-heading h1 { margin:5px 0 0; color:var(--pro-ink); font-size:clamp(24px,4vw,34px); }
.pro-team-login-heading p { margin:7px 0 0; color:var(--pro-muted); }
.pro-team-login-frame-wrap { height:390px; margin-top:24px; overflow:hidden; border:1px solid #e1e3eb; border-radius:16px; background:#f8f9fc; }
#proTeamLoginFrame { display:block; width:100%; height:100%; border:0; background:#f8f9fc; }
.pro-team-login-back { display:inline-flex; align-items:center; gap:8px; margin-top:18px; color:var(--pro-purple); font-weight:800; text-decoration:none; }
@media (max-width: 640px) {
  .pro-team-login-shell { padding:96px 12px 38px; }
  .pro-team-login-card { padding:20px 14px; border-radius:16px; }
  .pro-team-login-frame-wrap { height:430px; margin-top:18px; }
}
.pro-workspace-support { position:fixed; right:18px; bottom:18px; z-index:30; display:flex; align-items:center; gap:10px; padding:11px 15px; border-radius:14px; color:#fff; background:linear-gradient(110deg,#637ce9,#7850ad); box-shadow:0 12px 30px rgba(43,39,96,.25); text-decoration:none; }
.pro-workspace-support > i { font-size:18px; }
.pro-workspace-support span { display:grid; gap:2px; }
.pro-workspace-support strong { font-size:13px; }
.pro-workspace-support small { font-size:10px; opacity:.84; }

.pro-workspace-shell {
  position: fixed;
  top: var(--pro-workspace-top, 110px);
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f4f5fa;
}

.pro-workspace-frame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

#proPlanWorkspace {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f4f5fa;
  opacity: 0;
  transition: opacity 180ms ease;
}

.pro-workspace-loading {
  position: fixed;
  inset: 0;
  z-index: 12050;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  color: var(--pro-ink);
  background: rgba(245, 246, 255, 0.98);
  text-align: left;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.pro-workspace-loading.pro-workspace-transition {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.pro-workspace-loading > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 48px;
  color: #fff;
  background: var(--pro-purple);
  border-radius: 14px;
}

.pro-workspace-loading strong,
.pro-workspace-loading small,
.pro-workspace-loading a {
  display: block;
}

.pro-workspace-loading small {
  margin-top: 5px;
  color: var(--pro-muted);
}

.pro-workspace-loading a {
  width: max-content;
  margin-top: 14px;
  color: var(--pro-purple);
  font-weight: 800;
}

.pro-workspace-ready #proPlanWorkspace {
  opacity: 1;
}

.pro-workspace-ready .pro-workspace-loading {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.pro-workspace-error #proPlanWorkspace {
  visibility: hidden;
}

.pro-workspace-error .pro-workspace-loading {
  color: #9b2d22;
  background: #fff7f5;
}
.unlimited-module-choice {
  margin: 24px 0;
  padding: 24px;
  border: 1px solid #d9ddea;
  border-radius: 18px;
  background: #fff;
}

.unlimited-module-choice[hidden] {
  display: none;
}

.unlimited-module-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.unlimited-module-options label {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  min-height: 126px;
  padding: 16px;
  border: 1px solid #d9ddea;
  border-radius: 12px;
  cursor: pointer;
}

.unlimited-module-options label > input {
  margin-top: 3px;
}

.unlimited-module-options label > i {
  margin-top: 2px;
}

.unlimited-module-options label > span,
.unlimited-module-options label strong,
.unlimited-module-options label small {
  display: block;
}

.unlimited-module-options label strong {
  color: #171a35;
  font-size: 15px;
}

.unlimited-module-options label small {
  margin-top: 8px;
  color: #69716f;
  font-size: 12px;
  line-height: 1.55;
}

.unlimited-module-options label:has(input:checked) {
  border-color: #6557e8;
  background: #f3f1ff;
  box-shadow: 0 0 0 2px rgba(101, 87, 232, .12);
}

.testimonial-section {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid #dfe3ef;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(39, 42, 78, .07);
}
.testimonial-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.testimonial-heading > div > span {
  color: #6657e8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.testimonial-heading h2 {
  margin: 8px 0 0;
  color: #171a35;
  font-size: 25px;
  line-height: 1.2;
}

.testimonial-heading p {
  max-width: 520px;
  margin: 0;
  color: #707786;
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.testimonial-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid #e2e5ee;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff 0%, #f8f7ff 100%);
}

.testimonial-card-top {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

.testimonial-card-top img {
  width: 52px;
  height: 52px;
  grid-row: 1 / 3;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 5px 14px rgba(46, 41, 91, .18);
}

.testimonial-card-top div { display: grid; gap: 3px; }
.testimonial-card-top strong { color: #171a35; font-size: 15px; }
.testimonial-card-top div span { color: #69716f; font-size: 11px; }
.testimonial-card-top small {
  grid-column: 2;
  width: max-content;
  padding: 4px 7px;
  color: #6254d8;
  background: #ebe9ff;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  margin: 16px 0 11px;
  color: #f4b740;
  font-size: 13px;
}

.testimonial-card > p {
  margin: 0;
  color: #4f5664;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 1150px) {
  .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .testimonial-section { padding: 20px 14px; }
  .testimonial-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .testimonial-heading p { text-align: left; }
  .testimonial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .unlimited-module-options {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .unlimited-module-options {
    grid-template-columns: 1fr;
  }
}
