/* Design-page selector: three tactile choices and a live project sheet. */
.studio-page .identity-planner .sp-planner-body{gap:11px;padding:16px;}
.identity-planner .sv-plan-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px!important;}
.identity-planner .sv-plan-options legend{font-size:13px;font-weight:600;margin-bottom:11px;}
.studio-page .identity-planner .sv-plan-options label{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:7px;min-height:112px;padding:13px 10px 11px;border:1px solid #b0bfd73b;border-radius:14px;background:linear-gradient(145deg,#fff9,#eef2f744);cursor:pointer;transition:transform .22s,background .22s,border-color .22s,box-shadow .22s;}
.identity-planner .sv-plan-options input{position:absolute;width:1px!important;height:1px!important;opacity:0;}
.identity-planner .sv-plan-options label>span{flex:none;}
.identity-planner .id-choice-icon{display:grid;place-items:center;width:32px;height:32px;border:1px solid #90a5ce30;border-radius:10px;background:#e9eef85e;color:#657aab;}
.id-choice-icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.identity-planner .id-choice-name{font-size:12px;font-weight:600;line-height:1.3;color:var(--color-text);}
.identity-planner .id-choice-note{font-size:9px!important;line-height:1.3;white-space:normal;color:var(--sp-muted);}
.identity-planner .id-choice-check{position:absolute;right:9px;top:10px;width:14px;height:14px;border:1px solid #a3b1c5;border-radius:50%;transition:background .2s,border-color .2s;}
.identity-planner .id-choice-check:after{content:'';position:absolute;left:4px;top:2px;width:3px;height:6px;border:solid white;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);opacity:0;}
.studio-page .identity-planner .sv-plan-options label:has(input:checked){background:linear-gradient(135deg,#e5edffcc,#edeafa77);border-color:#829bce;box-shadow:inset 0 1px 0 #fff,0 5px 15px #4664a014;}
.identity-planner label:has(input:checked) .id-choice-icon{background:#5673b5;color:#fff;border-color:transparent;}
.identity-planner label:has(input:checked) .id-choice-check{background:#5878bf;border-color:#5878bf;}
.identity-planner label:has(input:checked) .id-choice-check:after{opacity:1;}
.studio-page .identity-planner .sv-plan-options label:hover{transform:translateY(-3px);border-color:#849ecf;box-shadow:0 8px 18px #314a7817;}
.identity-planner label:has(input:focus-visible){outline:2px solid #6e8ed0;outline-offset:3px;}
.identity-planner .sp-summary{position:relative;flex:none;margin-top:auto;padding:14px 15px 12px;min-height:194px;background:linear-gradient(135deg,#ffffffcf,#f1f4fb6b);border-color:#a6b6d345;border-radius:16px;box-shadow:inset 0 1px 0 #fff;}
.identity-planner .id-sheet-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:10px;color:var(--sp-muted);}
.identity-planner .id-sheet-label>span:last-child{font-size:9px;color:#687fb0;letter-spacing:.03em;}
.identity-planner .sp-summary strong{font-size:18px;letter-spacing:-.025em;line-height:1.2;color:var(--color-brand-300);}
.identity-planner .sp-summary [data-plan-description]{display:none;}
.identity-planner .sp-summary ul{gap:5px;font-size:11px;margin:10px 0 12px;}
.identity-planner .sp-summary li{display:flex;align-items:center;gap:7px;line-height:1.25;}
.identity-planner .sp-summary li:before{content:'✓';display:grid;place-items:center;flex:none;width:14px;height:14px;border-radius:4px;background:#7c99ce16;color:#5275b4;font-size:10px;margin:0;}
.identity-planner .sp-price{border-top:1px solid var(--sp-edge);padding-top:10px;min-height:37px;}
.identity-planner .sp-price b{font-size:22px;}
.identity-planner .id-sheet-hint{font-size:9px;color:var(--sp-muted);margin-left:auto;max-width:105px;text-align:right;line-height:1.3;}
.identity-planner .id-send{position:relative;width:100%;min-height:46px;padding:10px 15px;gap:18px;border-radius:99px;font-size:13px;overflow:hidden;background:linear-gradient(110deg,#3569c8,#555dbb 80%,#7661b4);box-shadow:0 6px 18px #4766b525;}
.identity-planner .id-send:hover{transform:translateY(-2px);box-shadow:0 9px 23px #4766b540;}
.identity-planner .id-send>span{transition:transform .2s;}
.identity-planner .id-send:hover>span{transform:translateX(5px);}
.identity-planner .sp-art-node{transition:opacity .3s,transform .3s;}
.identity-planner[data-identity-mode=logo] .sp-art-node:last-child{opacity:.4;transform:scale(.92);}
.identity-planner[data-identity-mode=support] .sp-art-node:not(:last-child){opacity:.45;transform:scale(.92);}
.identity-planner[data-identity-mode=support] .sp-art-node:last-child i{box-shadow:0 0 22px #b9a4e426,inset 0 1px 0 #ffffff35;}
html[data-theme=dark] .studio-page .identity-planner .sv-plan-options label{background:linear-gradient(135deg,#2d37475e,#242e3f66);border-color:#879abe36;}
html[data-theme=dark] .studio-page .identity-planner .sv-plan-options label:has(input:checked){background:linear-gradient(135deg,#394d71,#3b3c5b)!important;border-color:#879fd0!important;box-shadow:inset 0 1px 0 #d0ddff10,0 5px 15px #0002;}
html[data-theme=dark] .identity-planner .id-choice-icon{background:#364563;color:#c1d2f6;border-color:#758cb736;}
html[data-theme=dark] .identity-planner label:has(input:checked) .id-choice-icon{background:#8ba7dc;color:#192b49;}
html[data-theme=dark] .identity-planner .sp-summary{background:linear-gradient(135deg,#2b3548e0,#242b3b99);border-color:#8193b53b;box-shadow:inset 0 1px 0 #ffffff08;}
html[data-theme=dark] .identity-planner .id-sheet-label>span:last-child{color:#a6bce4;}
html[data-theme=dark] .identity-planner .sp-summary li:before{color:#abc4f1;background:#8ba6d822;}
@media(min-width:1000px){.studio-page .identity-planner .sp-planner-head{height:188px;}.identity-planner .sp-art{height:86px;margin-top:11px;}.identity-planner .sp-planner-head>p{font-size:10px;}.studio-page .identity-planner .sp-planner-body{gap:9px;}}
@media(max-width:480px){.studio-page .identity-planner .sp-planner-body{padding:15px 12px;gap:13px;}.studio-page .identity-planner .sv-plan-options label{padding:12px 8px 10px;gap:7px;min-height:112px;}.identity-planner .sv-plan-options{gap:6px!important;}.identity-planner .id-choice-name{font-size:11px;}.identity-planner .id-choice-note{font-size:9px!important;}.identity-planner .id-choice-check{right:7px;top:9px;width:12px;height:12px;}.identity-planner .id-choice-check:after{left:3px;top:1px;}.identity-planner .sp-summary{margin-top:0;padding:13px;}.identity-planner .sp-price b{font-size:21px;}}
@media(prefers-reduced-motion:reduce){.identity-planner *{transition:none!important;}.identity-planner label:hover,.identity-planner .id-send:hover{transform:none!important;}}
