.pf-intro { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 65px; padding-top: 52px; padding-bottom: 44px; }
.pf-intro h1 { margin-top: 20px; font-size: clamp(36px, 4.2vw, 62px); line-height: 1.1; letter-spacing: -.045em; color: #f0f4fc; }
.pf-intro-copy p { color: #adbed2; font-size: 16px; line-height: 1.8; max-width: 475px; }
.pf-intro-copy a { margin-top: 24px; }
.pf-workflow { padding-bottom: 65px; }
.pf-workbench { border: 1px solid #34435d99; border-radius: 18px; background: radial-gradient(ellipse at 50% 48%, #43278b26, transparent 45%), #080e19; box-shadow: 0 25px 80px #0003; overflow: hidden; }
.pf-toolbar { padding: 18px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #34435d66; background: #0c1421; }
.pf-toolbar > div:first-child { display: flex; align-items: center; gap: 10px; color: #d5ddee; font-size: 13px; }
.pf-indicator { width: 6px; height: 6px; border-radius: 50%; background: #a080ff; box-shadow: 0 0 15px #8f62ff; }
.pf-tabs { display: flex; padding: 4px; gap: 4px; border: 1px solid #35405980; border-radius: 9px; background: #070c15; }
.pf-tabs button { display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 118px; min-height: 40px; padding: 8px 15px; border: 1px solid transparent; border-radius: 6px; color: #a9b8ce; font-size: 13px; cursor: pointer; }
.pf-tabs button[aria-selected="true"] { color: #d9ccff; background: #7050b528; border-color: #8c6bde60; }
.pf-example { color: #8f9db4; font-size: 11px; }
.pf-tabs button > span { min-width: 0; overflow-wrap: anywhere; }
.pf-panel { display: grid; grid-template-columns: 1fr 1.15fr 1fr; min-height: 465px; }
.pf-panel > div { padding: 26px 30px; min-width: 0; position: relative; }
.pf-process { border-inline: 1px solid #34435d44; }
.pf-step { display: flex; align-items: center; gap: 12px; color: #8e7cb6; font-size: 11px; letter-spacing: .04em; }
.pf-step span { color: #aab9ce; font-size: 12px; letter-spacing: 0; }
.pf-source-symbol { position: relative; width: 62px; height: 70px; border: 1px solid #8a6cca65; border-radius: 11px; display: grid; place-items: center; margin-top: 30px; color: #b595ff; background: linear-gradient(150deg, #52348b55, #161b2c); box-shadow: 0 0 35px #7751cf17; }
.pf-source-symbol span { position: absolute; bottom: -5px; right: -5px; width: 13px; height: 13px; border-radius: 50%; background: #64dacc; border: 3px solid #0b1220; }
.pf-input h2, .pf-output h2 { color: #e7edfa; font-size: 21px; letter-spacing: -.02em; line-height: 1.4; margin-top: 20px; }
.pf-sub { color: #9babc3; font-size: 13px; margin-top: 6px; line-height: 1.65; }
.pf-file { margin-top: 22px; padding: 15px 17px; border: 1px solid #34435d65; border-radius: 9px; background: #0d1625; }
.pf-file > span { display: block; padding-bottom: 12px; color: #9d8bc7; font-size: 10px; letter-spacing: .07em; border-bottom: 1px solid #34435d65; }
.pf-file dl { display: grid; gap: 11px; margin-top: 13px; }
.pf-file dl > div { display: flex; justify-content: space-between; gap: 15px; font-size: 12px; line-height: 1.5; }
.pf-file dt { color: #96a8c0; }
.pf-file dd { color: #dae3f1; text-align: right; }
.pf-channel { display: flex; align-items: center; gap: 8px; margin-top: 20px; color: #889eb8; font-size: 11px; line-height: 1.6; }
.pf-core { position: relative; height: 164px; margin: 12px auto 4px; display: grid; place-items: center; }
.pf-core::before, .pf-core::after { content: ''; position: absolute; height: 1px; width: calc(50% - 50px); top: 50%; background: linear-gradient(90deg, transparent, #9d70eb); }
.pf-core::before { left: -30px; }.pf-core::after { right: -30px; transform: rotate(180deg); }
.pf-core-chip { display: grid; place-items: center; width: 67px; height: 67px; color: #fff; font-size: 29px; border: 1px solid #b19bff99; border-radius: 17px; background: linear-gradient(135deg, #7139e9, #4521a0); box-shadow: 0 0 35px #9661ff80, inset 0 0 15px #ccabff40; z-index: 2; }
.pf-orbit { position: absolute; width: 132px; height: 132px; border: 1px solid #9d70eb55; border-radius: 50%; box-shadow: 0 0 25px #7e4ccc12; }
.pf-orbit-two { width: 160px; height: 160px; border-style: dashed; border-color: #6658bb60; animation: pf-orbit 55s linear infinite; }
.pf-core > i { position: absolute; height: 6px; width: 6px; background: #71dddf; border-radius: 50%; top: 22px; left: calc(50% + 40px); box-shadow: 0 0 12px #52dfef; }
.pf-core > b { position: absolute; height: 4px; width: 4px; background: #b388ff; border-radius: 50%; bottom: 33px; left: calc(50% - 50px); }
.pf-checks { display: grid; gap: 13px; margin-top: 14px; }
.pf-checks li { display: flex; align-items: start; gap: 10px; color: #c6cfe3; font-size: 13px; line-height: 1.7; }.pf-checks svg { color: #9c8adc; flex-shrink: 0; margin-top: 3px; }
.pf-review-toggle { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 44px; margin-top: 22px; padding: 9px 10px; border: 1px solid #74618c55; border-radius: 7px; color: #aa9cc5; font-size: 12px; text-align: left; cursor: pointer; }
.pf-switch { flex-shrink: 0; margin-left: auto; width: 28px; height: 16px; border-radius: 10px; background: #354157; padding: 3px; }.pf-switch::after { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background: #c1c9da; transition: transform .2s; }
.pf-review-toggle[aria-pressed="true"] { color: #e6c18b; border-color: #bc95674d; }.pf-review-toggle[aria-pressed="true"] .pf-switch { background: #a17b43; }.pf-review-toggle[aria-pressed="true"] .pf-switch::after { transform: translateX(12px); }
.pf-result { margin-top: 31px; padding: 23px 22px; border: 1px solid #429a9450; background: linear-gradient(140deg, #13323770, #0b1620); border-radius: 12px; min-height: 285px; }
.pf-result-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #53beac50; border-radius: 11px; color: #81decf; background: #35b5ac13; }
.pf-result h2 { color: #a2e5d9; margin-top: 18px; }.pf-result p { font-size: 14px; line-height: 1.75; color: #a7c3cd; margin-top: 10px; }
.pf-destination { display: flex; align-items: center; gap: 9px; color: #9fc5cc; font-size: 12px; margin-top: 24px; padding-top: 15px; border-top: 1px solid #3c7f7e40; }
.pf-result-review { border-color: #a2845350; background: linear-gradient(140deg, #42352250, #16171d); }.pf-result-review h2, .pf-result-review .pf-result-icon { color: #edc994; }.pf-result-review p { color: #c9b9a3; }
.pf-product-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #b09ae7; font-size: 13px; margin-top: 24px; }.pf-product-link:hover { color: #dbc8ff; }
.pf-workbench-footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #34435d66; padding: 17px 28px; color: #99a9c1; font-size: 12px; }.pf-workbench-footer > span { display: flex; align-items: center; gap: 9px; }
.pf-workflow [hidden] { display: none !important; }.pf-workflow button:focus-visible, .pf-workflow a:focus-visible { outline: 2px solid #a798fa; outline-offset: 4px; }
:lang(ka) .pf-intro h1 { font-size: clamp(32px, 3.5vw, 51px); line-height: 1.35; }:lang(ka) .pf-file dl > div { flex-wrap: wrap; gap: 5px 15px; }:lang(ka) .pf-file dd { margin-left: auto; }
@keyframes pf-orbit { to { transform: rotate(360deg); } }
@media (max-width: 1100px) { .pf-panel > div { padding-inline: 20px; }.pf-panel { grid-template-columns: 1fr 1.08fr 1fr; }.pf-intro { gap: 30px; }.pf-result { padding: 18px 16px; }.pf-example { display: none; } }
@media (max-width: 850px) { .pf-intro { grid-template-columns: 1fr; gap: 24px; padding-top: 32px; }.pf-intro-copy p { max-width: 630px; }.pf-toolbar { flex-wrap: wrap; }.pf-panel { grid-template-columns: 1fr 1fr; }.pf-output { grid-column: 1 / -1; border-top: 1px solid #34435d44; }.pf-result { min-height: 0; }.pf-process { border-right: 0; }.pf-workbench-footer { flex-direction: column; gap: 12px; } }
@media (max-width: 560px) { .pf-intro h1 { font-size: 38px; }.pf-toolbar { padding: 18px; gap: 16px; }.pf-tabs { width: 100%; }.pf-tabs button { min-width: 0; flex: 1; font-size: 12px; padding-inline: 8px; gap: 6px; }.pf-panel { grid-template-columns: 1fr; }.pf-panel > div { padding: 24px; }.pf-process { border: 0; border-block: 1px solid #34435d44; }.pf-output { grid-column: auto; border: 0; }.pf-result { margin-top: 22px; }.pf-intro-copy p { font-size: 15px; }.pf-file dl > div { font-size: 13px; }.pf-checks li { font-size: 14px; } }
@media (prefers-reduced-motion: reduce) { .pf-orbit-two { animation: none; }.pf-switch::after { transition: none; } }
@media (max-width: 560px) { .pf-tabs button { flex: 1 1 auto; flex-direction: column; min-height: 62px; gap: 7px; padding-inline: 6px; } }
