.pc {
    --pc-green:var(--uicolor);
    --pc-dark:var(--uicolor3);
    --pc-soft:var(--background2);
    --pc-line:var(--diver);
    --pc-text:var(--primary-text);
    --pc-muted:var(--secondarytext);
    --pc-surface:var(--background);
    --pc-surface2:var(--background2);
    --pc-accent:var(--uicolor2);
    --pc-shadow:0 14px 35px color-mix(in srgb,var(--pc-dark) 6%,transparent);
    --pc-focus:0 0 0 3px color-mix(in srgb,var(--pc-green) 20%,transparent);
    color:var(--pc-text);
    background:linear-gradient(180deg,var(--pc-surface) 0%,var(--pc-surface2) 52%,var(--pc-surface) 100%);
}

.pc,
.pc *,
.pc *::before,
.pc *::after {
    box-sizing:border-box;
}

.pc button,
.pc input,
.pc select {
    font:inherit;
}

.pc button,
.pc a,
.pc label,
.pc input,
.pc select {
    -webkit-tap-highlight-color:transparent;
}

.pc-addons .pc-addon {
    min-width: 100%;
    flex: 1;
}

.pc .pc-hero {
    padding:0;
    border-bottom:1px solid var(--pc-line);
}

.pc-hero-wrap {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

.pc-visual,
.pc-hero-copy {
    min-width:0;
}

.pc-visual {
    width:42%;
    min-height:280px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.pc-visual.has-img::before {
    content:"";
    position:absolute;
    inset-inline-start:28px;
    bottom:4px;
    width:360px;
    max-width:88%;
    height:260px;
    border-radius:42% 58% 48% 52% / 55% 42% 58% 45%;
    background:color-mix(in srgb,var(--pc-green) 10%,var(--pc-surface2));
    pointer-events:none;
}

.pc-hero-img {
    position:relative;
    z-index:2;
    aspect-ratio:4 / 3;
    overflow:hidden;
    border:9px solid var(--pc-surface);
    border-radius:32px;
    background:var(--pc-surface2);
}

.pc-hero-img img,
.pc-hero-float-img img {
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.pc-hero-float-img {
    position:absolute;
    z-index:3;
    inset-inline-end:10px;
    bottom:18px;
    width:142px;
    height:106px;
    overflow:hidden;
    border:7px solid var(--pc-surface);
    border-radius:24px;
    background:var(--pc-surface);
    box-shadow:0 16px 35px color-mix(in srgb,var(--pc-dark) 18%,transparent);
}

.pc-calc-card {
    width:185px;
    min-height:255px;
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    padding:28px 22px 22px;
    border-radius:18px;
    background:linear-gradient(155deg,var(--pc-green),var(--pc-dark));
    box-shadow:0 24px 40px color-mix(in srgb,var(--pc-dark) 22%,transparent);
    transform:rotate(-4deg);
}

.pc-calc-card span {
    grid-column:1 / -1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    height:62px;
    margin-bottom:4px;
    border-radius:9px;
    color:var(--pc-text);
    background:var(--pc-surface);
    font-size:34px;
    font-weight:900;
}

.pc-calc-card span small {
    font-size:15px;
    font-weight:700;
}

.pc-calc-card i,
.pc-calc-card b {
    min-height:28px;
    border-radius:8px;
    background:color-mix(in srgb,var(--pc-green) 30%,var(--pc-surface));
    box-shadow:inset 0 -4px 0 color-mix(in srgb,var(--pc-text) 8%,transparent);
}

.pc-calc-card b {
    grid-row:span 2;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--pc-surface);
    background:color-mix(in srgb,var(--pc-green) 58%,var(--pc-surface));
    font-size:18px;
}

.pc-home-shape {
    position:absolute;
    z-index:3;
    inset-inline-end:55px;
    bottom:36px;
    width:96px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:18px;
    color:var(--pc-green);
    background:var(--pc-surface);
    box-shadow:0 12px 30px color-mix(in srgb,var(--pc-dark) 14%,transparent);
    font-size:38px;
}

.pc-hero-copy {
    width:58%;
    text-align:start;
}

.pc-kicker {
    width:max-content;
    max-width:100%;
    display:inline-flex;
    align-items:center;
    margin-bottom:12px;
    padding:8px 15px;
    border-radius:999px;
    color:var(--pc-green);
    background:color-mix(in srgb,var(--pc-green) 9%,var(--pc-surface));
    font-weight:800;
    overflow-wrap:anywhere;
}

.pc-hero-copy h1 {
    max-width:100%;
    margin:0;
    font-size:49px;
    line-height:1.1;
    font-weight:700;
    overflow-wrap:anywhere;
}

.pc-hero-copy p {
    max-width:660px;
    margin:18px 0 0;
    color:var(--pc-muted);
    font-size:20px;
    line-height:1.8;
    overflow-wrap:anywhere;
}

.pc-steps {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    max-width:700px;
    margin:34px 0 0;
    padding:20px 26px;
    border:1px solid var(--pc-line);
    border-radius:16px;
    background:var(--pc-surface);
    box-shadow:0 12px 30px color-mix(in srgb,var(--pc-text) 6%,transparent);
}

.pc-steps div {
    position:relative;
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
    color:var(--pc-text);
    text-align:center;
}

.pc-steps div:not(:last-child)::after {
    content:"";
    position:absolute;
    z-index:0;
    inset-inline-end:-50%;
    top:18px;
    width:90%;
    height:2px;
    border-top:2px dashed color-mix(in srgb,var(--pc-line) 70%,var(--pc-muted));
}

.pc-steps b {
    position:relative;
    z-index:1;
    width:38px;
    height:38px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:var(--pc-surface2);
    font-size:18px;
}

.pc-steps .active b,
.pc-steps div:first-child b {
    color:var(--pc-surface);
    background:var(--pc-green);
}

.pc-steps span {
    min-width:0;
    font-size:15px;
    font-weight:500;
    overflow-wrap:anywhere;
}

.pc-layout {
    display:flex;
    align-items:flex-start;
    gap:30px;
    padding:36px 0 34px;
    direction:ltr;
}

html[dir="rtl"] .pc-side,
html[dir="rtl"] .pc-main {
    direction:rtl;
}

html[dir="ltr"] .pc-side,
html[dir="ltr"] .pc-main {
    direction:ltr;
}

.pc-side,
.pc-main {
    min-width:0;
}

.pc-side {
    width:34%;
    flex:0 0 34%;
    position:sticky;
    top:100px;
}

.pc-main {
    width:auto;
    flex:1 1 0;
    display:flex;
    flex-direction:column;
    gap:22px;
}

.pc-result,
.pc-panel,
.pc-assure {
    border:1px solid var(--pc-line);
    border-radius:18px;
    background:var(--pc-surface);
    box-shadow:var(--pc-shadow);
}

.pc-result {
    overflow:hidden;
}

.pc-result h2 {
    margin:0 0 20px;
    padding:17px;
    color:var(--pc-surface);
    background:linear-gradient(135deg,var(--pc-dark),color-mix(in srgb,var(--pc-dark) 72%,var(--primary-text)));
    font-size:23px;
    text-align:center;
    overflow-wrap:anywhere;
}

.pc-lines {
    padding:0 24px;
}

.pc-lines p {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin:0;
    padding:14px 0;
    border-bottom:1px solid color-mix(in srgb,var(--pc-line) 70%,var(--pc-surface));
    color:var(--pc-text);
    font-size:16px;
}

.pc-lines p > span {
    min-width:0;
    overflow-wrap:anywhere;
}

.pc-lines strong {
    flex:none;
    white-space:nowrap;
    font-weight:900;
}

.pc-lines .pc-choice strong {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    min-width:0;
    white-space:normal;
    text-align:end;
}

.pc-lines .pc-choice em {
    max-width:180px;
    overflow:hidden;
    text-overflow:ellipsis;
    font-style:normal;
}

.pc-lines .pc-choice small {
    color:var(--pc-green);
    font-size:12px;
    font-weight:900;
}

.pc-lines .pc-discount strong {
    color:var(--pc-green);
}

.pc-total {
    margin:18px 24px 12px;
    padding-top:18px;
    border-top:1px solid var(--pc-line);
}

.pc-total span {
    display:block;
    margin-bottom:6px;
    font-weight:800;
}

.pc-total strong {
    display:block;
    color:var(--pc-green);
    font-size:clamp(30px,3vw,42px);
    line-height:1.2;
    font-weight:900;
    overflow-wrap:anywhere;
}

.pc-total em {
    font-style:normal;
}

.pc [data-pc-total] {
    display:inline-block;
    transition:transform .2s ease,color .2s ease;
}

.pc [data-pc-total].pc-price-updated {
    animation:pcPriceUpdated .32s ease;
}

@keyframes pcPriceUpdated {
    50% { transform:scale(1.08); }
}

.pc-note {
    margin:16px 24px;
    padding:16px;
    border-radius:12px;
    color:var(--pc-text);
    background:color-mix(in srgb,var(--pc-green) 8%,var(--pc-surface));
    line-height:1.7;
    text-align:center;
    overflow-wrap:anywhere;
}

.pc-book {
    min-height:52px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin:18px 24px 10px;
    padding:12px 18px;
    border-radius:12px;
    color:var(--pc-surface);
    background:linear-gradient(135deg,var(--pc-green),var(--pc-dark));
    font-size:22px;
    line-height:1.35;
    font-weight:900;
    text-align:center;
    transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;
}

.pc-book.disabled {
    opacity:.45;
    pointer-events:none;
}

.pc-result > small {
    display:block;
    padding:0 24px 25px;
    color:var(--pc-muted);
    line-height:1.6;
    text-align:center;
    overflow-wrap:anywhere;
}

.pc-panel {
    padding:28px;
}

.pc-panel-head {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:24px;
}

.pc-panel-head h2 {
    min-width:0;
    flex:1;
    margin:0;
    color:var(--pc-dark);
    font-size:28px;
    line-height:1.35;
    font-weight:700;
    overflow-wrap:anywhere;
}

.pc-panel-head small {
    color:var(--pc-muted);
    font-size:18px;
    font-weight:700;
}

.pc-panel-head b {
    width:43px;
    height:43px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:var(--pc-surface);
    background:var(--pc-green);
    font-size:22px;
}

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

.pc-services > .pc-empty {
    grid-column:1 / -1;
}

.pc-srv {
    position:relative;
    min-width:0;
    min-height:142px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:13px;
    padding:18px 12px;
    border:1px solid var(--pc-line);
    border-radius:12px;
    color:var(--pc-text);
    background:var(--pc-surface);
    cursor:pointer;
    transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.pc-srv[hidden] {
    display:none !important;
}

.pc-srv.active {
    border-color:var(--pc-green);
    background:color-mix(in srgb,var(--pc-green) 3%,var(--pc-surface));
    box-shadow:0 14px 30px color-mix(in srgb,var(--pc-green) 12%,transparent);
}

.pc-srv-ico {
    width:58px;
    height:58px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:14px;
    background:color-mix(in srgb,var(--pc-green) 6%,var(--pc-surface));
    font-size:30px;
}

.pc-srv-ico img {
    width:48px;
    height:48px;
    display:block;
    object-fit:contain;
}

.pc-srv strong {
    max-width:100%;
    font-size:16px;
    line-height:1.45;
    text-align:center;
    overflow-wrap:anywhere;
}

.pc-srv > i {
    position:absolute;
    inset-inline-end:10px;
    top:10px;
    width:24px;
    height:24px;
    display:none;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:var(--pc-surface);
    background:var(--pc-green);
    font-size:12px;
}

.pc-srv.active > i {
    display:flex;
}

.pc-selected-service {
    width:max-content;
    max-width:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:18px;
    margin:0 0 20px;
    margin-inline-end:auto;
    padding:14px 18px;
    border-radius:14px;
    background:color-mix(in srgb,var(--pc-green) 9%,var(--pc-surface));
}

.pc-selected-service > div:last-child {
    min-width:0;
}

.pc-sel-img {
    width:64px;
    height:64px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius:12px;
    background:var(--pc-surface);
}

.pc-sel-img img {
    width:54px;
    height:54px;
    display:block;
    object-fit:contain;
}

.pc-selected-service strong,
.pc-selected-service span {
    display:block;
    overflow-wrap:anywhere;
}

.pc-selected-service strong {
    margin-bottom:6px;
    color:var(--pc-dark);
    font-size:19px;
}

.pc-selected-service span {
    color:var(--pc-muted);
    line-height:1.6;
}

.pc-fields {
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.pc-field {
    min-width:280px;
    flex:1 1 280px;
    display:block;
}

.pc-field.pc-wide {
    width:100%;
    flex-basis:100%;
}

.pc-fields > .pc-soft-note,
.pc-fields > .pc-empty {
    width:100%;
}

.pc-wpf .-YC-FM-inputs-area {
    width:100%;
    margin:0;
}

.pc-wpf .-YC-FM-Label {
    margin-bottom:8px;
}

.pc-wpf .-FM-Field-title {
    color:var(--pc-muted);
    font-weight:800;
}

.pc-wpf .-FM-Field-Info {
    color:var(--pc-muted);
}

.pc-wpf .-selectbox {
    width:100%;
    min-width:0;
}

.pc-wpf .-selectbox-button {
    position:relative;
    min-height:54px;
    max-height:none;
    padding-block:0;
    padding-inline:16px 42px;
    border-color:var(--pc-line);
    border-radius:11px;
    background:var(--pc-surface);
    box-shadow:none;
}

.pc-wpf .-selectbox-button::after {
    content:"";
    position:absolute;
    inset-inline-end:16px;
    top:50%;
    width:8px;
    height:8px;
    border-inline-end:2px solid var(--pc-muted);
    border-bottom:2px solid var(--pc-muted);
    transform:translateY(-65%) rotate(45deg);
    pointer-events:none;
    transition:transform .2s ease,border-color .2s ease;
}

.pc-wpf .-selectbox.-open .-selectbox-button::after {
    border-color:var(--pc-green);
    transform:translateY(-25%) rotate(225deg);
}

.pc-wpf .-selectbox-button > p,
.pc-wpf .-selectbox-button > p > strong {
    min-width:0;
}

.pc-wpf .-selectbox-button > p > strong {
    color:var(--pc-text);
    font-size:17px;
    overflow-wrap:anywhere;
}

.pc-field-hint {
    display:block;
    margin-top:9px;
    color:var(--pc-muted);
    line-height:1.6;
    text-align:center;
    overflow-wrap:anywhere;
}

.pc-field > span {
    display:block;
    margin-bottom:8px;
    color:var(--pc-muted);
    font-weight:800;
    overflow-wrap:anywhere;
}

.pc-field input,
.pc-field select {
    width:100%;
    height:54px;
    min-width:0;
    padding:0 16px;
    border:1px solid var(--pc-line);
    border-radius:11px;
    color:var(--pc-text);
    background:var(--pc-surface);
    font-size:17px;
    outline:0;
    transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;
}

.pc-number > div {
    display:flex;
    border:1px solid var(--pc-line);
    border-radius:11px;
    overflow:hidden;
    background:var(--pc-surface);
    transition:border-color .2s ease,box-shadow .2s ease;
}

.pc-number input {
    flex:1;
    min-width:0;
    padding:0;
    border:0;
    border-radius:0;
    text-align:center;
    font-weight:900;
}

.pc-number button {
    width: 40px;
    min-height:54px;
    flex:none;
    border:0;
    color:var(--pc-green);
    background:var(--pc-surface2);
    font-size:24px;
    font-weight:900;
    cursor:pointer;
    transition:color .2s ease,background-color .2s ease,transform .2s ease;
}

.pc-number small {
    display:block;
    margin-top:9px;
    color:var(--pc-muted);
    line-height:1.6;
    text-align:center;
}

.pc-radios,
.pc-addons {
    display:flex;
    flex-wrap:wrap;
    gap:14px;
}

.pc-radios label,
.pc-addon {
    position:relative;
    min-width:0;
    min-height:84px;
    flex:1 1 150px;
    padding:16px;
    border:1px solid var(--pc-line);
    border-radius:12px;
    background:var(--pc-surface);
    cursor:pointer;
    transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease;
}

.pc-radios input,
.pc-addon input {
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.pc-radios label.checked,
.pc-addon.checked {
    border-color:var(--pc-green);
    background:color-mix(in srgb,var(--pc-green) 4%,var(--pc-surface));
    box-shadow:0 12px 28px color-mix(in srgb,var(--pc-green) 8%,transparent);
}

.pc-radios strong,
.pc-radios small,
.pc-addon strong,
.pc-addon span,
.pc-addon b {
    display:block;
    overflow-wrap:anywhere;
}

.pc-addon strong {
    font-size: 17px;
    margin-bottom: 6px;
}

.pc-radios small {
    margin-top:7px;
    color:var(--pc-muted);
    line-height:1.55;
}

.pc-addon {
    padding-inline-end:42px;
}

.pc-addon span {
    min-height:22px;
    margin: 0 0 8px;
    color:var(--pc-muted);
    font-size: 16px;
    line-height:1.55;
    grid-column: 1 / -1;
}

.pc-addon b {
    font-weight:900;
    position: absolute;
    inset-inline-end: 16px;
    color: var(--uicolor);
    top: 50%;
    transform: translateY(-50%);
    font-size: 21px;
}

.pc-addon i {
    position:absolute;
    inset-inline-end:12px;
    top:12px;
    width:22px;
    height:22px;
    display:none;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    color:var(--pc-surface);
    background:var(--pc-green);
    font-size:12px;
}

.pc-addon.checked i {
    display:flex;
}

.pc-coupon {
    display:flex;
    gap:18px;
}

.pc-coupon button {
    width:110px;
    min-height:54px;
    flex:none;
    border:0;
    border-radius:11px;
    color:var(--pc-surface);
    background:var(--pc-green);
    font-size:18px;
    font-weight:900;
    cursor:pointer;
    transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;
}

.pc-coupon button:disabled {
    opacity:.4;
    cursor:not-allowed;
}

.pc-coupon label {
    position:relative;
    min-width:0;
    flex:1;
}

.pc-coupon input {
    width:100%;
    height:58px;
    min-width:0;
    padding-block:0;
    padding-inline:52px 16px;
    border:1px solid var(--pc-line);
    border-radius:11px;
    color:var(--pc-text);
    background:var(--pc-surface);
    font-size:17px;
    outline:0;
    transition:border-color .2s ease,box-shadow .2s ease;
}

.pc-coupon i {
    position:absolute;
    inset-inline-start:18px;
    top:50%;
    transform:translateY(-50%);
    color:var(--pc-muted);
    pointer-events:none;
}

.pc-coupon-msg,
.pc-soft-note,
.pc-empty {
    margin:12px 0 0;
    padding:12px 15px;
    border-radius:10px;
    color:var(--pc-muted);
    background:var(--pc-surface2);
    line-height:1.7;
    overflow-wrap:anywhere;
}

.pc-assure {
    position:relative;
    display:flex;
    align-items:stretch;
    gap:26px;
    margin-bottom:24px;
    padding:26px;
    overflow:hidden;
    background:
        radial-gradient(circle at 8% 18%,color-mix(in srgb,var(--pc-green) 13%,transparent),transparent 30%),
        linear-gradient(135deg,var(--pc-surface),var(--pc-surface2));
}

.pc-assure::after {
    content:"";
    position:absolute;
    inset-inline-end:-80px;
    bottom:-120px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:color-mix(in srgb,var(--pc-green) 12%,transparent);
    pointer-events:none;
}

.pc-assure-copy {
    position:relative;
    z-index:1;
    width:32%;
    min-width:270px;
    padding:24px;
    border-radius:22px;
    color:var(--pc-surface);
    background:linear-gradient(145deg,var(--pc-dark),var(--pc-green));
    box-shadow:0 18px 40px color-mix(in srgb,var(--pc-dark) 18%,transparent);
}

.pc-assure-copy span,
.pc-assure-copy strong,
.pc-assure-copy p {
    display:block;
    overflow-wrap:anywhere;
}

.pc-assure-copy span {
    width:max-content;
    max-width:100%;
    margin-bottom:13px;
    padding:7px 12px;
    border-radius:999px;
    background:color-mix(in srgb,var(--pc-surface) 17%,transparent);
    font-weight:800;
}

.pc-assure-copy strong {
    font-size:30px;
    line-height:1.3;
    font-weight:900;
}

.pc-assure-copy p {
    margin:14px 0 0;
    color:color-mix(in srgb,var(--pc-surface) 86%,transparent);
    line-height:1.8;
}

.pc-assure-grid {
    position:relative;
    z-index:1;
    min-width:0;
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.pc-assure-item {
    min-width:0;
    display:flex;
    align-items:center;
    gap:15px;
    padding:18px;
    border:1px solid color-mix(in srgb,var(--pc-line) 80%,transparent);
    border-radius:18px;
    background:color-mix(in srgb,var(--pc-surface) 86%,transparent);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}

.pc-assure-item > div {
    min-width:0;
}

.pc-assure-item i {
    width:52px;
    height:52px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    color:var(--pc-green);
    background:color-mix(in srgb,var(--pc-green) 10%,var(--pc-surface));
    font-size:25px;
}

.pc-assure-item strong,
.pc-assure-item span {
    display:block;
    overflow-wrap:anywhere;
}

.pc-assure-item strong {
    margin-bottom:5px;
    color:var(--pc-text);
    font-size:18px;
    font-weight:900;
}

.pc-assure-item span {
    color:var(--pc-muted);
    line-height:1.7;
}

.pc-privacy {
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:35px;
    color:var(--pc-muted);
    line-height:1.7;
    text-align:center;
}

.pc-privacy i {
    flex:none;
    color:var(--pc-green);
}

.pc-loading .pc-main,
.ssrv-calc.pc-loading .pc-grid,
.pc-calculating .pc-result {
    opacity:.7;
    pointer-events:none;
}

.pc-loading .pc-main,
.ssrv-calc.pc-loading .pc-grid,
.pc-calculating .pc-result,
.pc-srv,
.pc-book,
.pc-number button,
.pc-coupon button,
.pc-radios label,
.pc-addon {
    transition-duration:.2s;
}

.pc-field input:focus,
.pc-field select:focus,
.pc-coupon input:focus,
.pc-number > div:focus-within,
.pc-wpf .-selectbox.-open .-selectbox-button {
    border-color:var(--pc-green);
    box-shadow:var(--pc-focus);
}

.pc-srv:focus-visible,
.pc-book:focus-visible,
.pc-number button:focus-visible,
.pc-coupon button:focus-visible,
.pc-radios label:has(input:focus-visible),
.pc-addon:has(input:focus-visible) {
    outline:2px solid var(--pc-green);
    outline-offset:3px;
}

.pc-srv:active,
.pc-book:active,
.pc-number button:active,
.pc-coupon button:active,
.pc-radios label:active,
.pc-addon:active {
    transform:scale(.98);
}

html[dir="ltr"] .pc-calc-card {
    transform:rotate(4deg);
}

/* =========================
   Desktop Hover Enhancements
========================= */

@media (hover:hover) and (pointer:fine) {
    .pc-srv:hover {
        border-color:var(--pc-green);
        box-shadow:0 14px 30px color-mix(in srgb,var(--pc-green) 12%,transparent);
        transform:translateY(-2px);
    }

    .pc-book:not(.disabled):hover,
    .pc-coupon button:not(:disabled):hover {
        box-shadow:0 12px 26px color-mix(in srgb,var(--pc-green) 20%,transparent);
        transform:translateY(-2px);
    }

    .pc-number button:hover {
        color:var(--pc-surface);
        background:var(--pc-green);
    }

    .pc-radios label:hover,
    .pc-addon:hover {
        border-color:color-mix(in srgb,var(--pc-green) 55%,var(--pc-line));
        transform:translateY(-2px);
    }
}

/* =========================
   Large Tablet Responsive
========================= */

@media only screen and (max-width:1199px) {
    .pc-hero-wrap {
        gap:42px;
    }

    .pc-hero-copy h1 {
        font-size:44px;
    }

    .pc-layout {
        gap:24px;
    }

    .pc-side {
        width:32%;
        flex-basis:32%;
    }

    .pc-services {
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:15px;
    }

    .pc-panel {
        padding:24px;
    }
}

/* =========================
   Tablet Responsive
========================= */

@media only screen and (max-width:991px) {
    .pc .pc-hero {
        padding:24px 0 10px;
    }

    .pc-hero-wrap {
        flex-direction:column;
        align-items:stretch;
        gap:18px;
    }

    .pc-hero-copy,
    .pc-visual,
    .pc-side,
    .pc-main {
        width:100%;
    }

    .pc-hero-copy {
        order:1;
    }

    .pc-visual {
        order:2;
        min-height:250px;
    }

    .pc-hero-copy p {
        max-width:780px;
    }

    .pc-steps {
        max-width:none;
    }

    .pc-layout {
        flex-direction:column;
        gap:22px;
        padding:30px 0;
    }

    .pc-main {
        order:1;
    }

    .pc-side {
        position:static;
        order:2;
        flex-basis:auto;
    }

    .pc-fields {
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .pc-field,
    .pc-field.pc-wide {
        width:auto;
        min-width:0;
    }

    .pc-field.pc-wide,
    .pc-fields > .pc-soft-note,
    .pc-fields > .pc-empty {
        grid-column:1 / -1;
    }

    .pc-assure {
        flex-wrap:wrap;
    }

    .pc-assure-copy {
        width:100%;
        min-width:0;
    }
}

/* =========================
   Mobile App Experience
========================= */

@media only screen and (max-width:767px) {
    .pc .pc-hero {
        padding:24px 0 18px;
    }

    .pc-hero-wrap {
        gap:14px;
    }

    .pc-kicker {
        margin-bottom:10px;
        padding:7px 12px;
        font-size:13px;
    }

    .pc-hero-copy h1 {
        font-size:clamp(31px,8vw,40px);
        line-height:1.2;
    }

    .pc-hero-copy p {
        margin-top:12px;
        font-size:16px;
        line-height:1.75;
    }

    .pc-visual {
        min-height:220px;
    }

    .pc-visual.has-img::before {
        inset-inline-start:6%;
        width:78%;
        height:72%;
    }

    .pc-hero-img {
        width:min(390px,92%);
        border-width:7px;
        border-radius:25px;
    }

    .pc-hero-float-img {
        inset-inline-end:4%;
        bottom:10px;
        width:112px;
        height:84px;
        border-width:5px;
        border-radius:18px;
    }

    .pc-calc-card {
        width:160px;
        min-height:220px;
        gap:10px;
        padding:23px 18px 18px;
    }

    .pc-calc-card span {
        height:54px;
        font-size:29px;
    }

    .pc-home-shape {
        inset-inline-end:calc(50% - 112px);
        bottom:25px;
        width:78px;
        height:58px;
        border-radius:15px;
        font-size:31px;
    }

    .pc-steps {
        max-width:100%;
        justify-content:flex-start;
        gap:10px;
        margin-top:22px;
        padding:11px;
        overflow-x:auto;
        overscroll-behavior-inline:contain;
        scroll-snap-type:inline mandatory;
        scrollbar-width:none;
    }

    .pc-steps::-webkit-scrollbar {
        display:none;
    }

    .pc-steps div {
        min-height:52px;
        flex:0 0 138px;
        flex-direction:row;
        justify-content:flex-start;
        gap:9px;
        padding:7px 9px;
        border-radius:12px;
        background:var(--pc-surface2);
        scroll-snap-align:start;
        text-align:start;
    }

    .pc-steps div:not(:last-child)::after {
        display:none;
    }

    .pc-steps b {
        width:34px;
        height:34px;
        font-size:15px;
    }

    .pc-steps span {
        font-size:13px;
        line-height:1.35;
    }

    .pc-steps .active,
    .pc-steps div:first-child {
        background:color-mix(in srgb,var(--pc-green) 10%,var(--pc-surface));
    }

    .pc-layout {
        gap:18px;
        padding:24px 0 28px;
    }

    .pc-main {
        gap:16px;
    }

    .pc-result,
    .pc-panel,
    .pc-assure {
        border-radius:16px;
    }

    .pc-panel {
        padding:20px 18px;
    }

    .pc-panel-head {
        align-items:flex-start;
        gap:12px;
        margin-bottom:18px;
    }

    .pc-panel-head h2 {
        font-size:23px;
    }

    .pc-panel-head small {
        font-size:15px;
    }

    .pc-panel-head b {
        width:38px;
        height:38px;
        font-size:18px;
    }

    .pc-services {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:12px;
    }

    .pc-srv {
        min-height:132px;
        gap:10px;
        padding:15px 10px;
    }

    .pc-srv-ico {
        width:52px;
        height:52px;
        font-size:26px;
    }

    .pc-srv-ico img {
        width:43px;
        height:43px;
    }

    .pc-srv strong {
        font-size:14px;
    }

    .pc-selected-service {
        width:100%;
        margin-inline-end:0;
        padding:13px;
    }

    .pc-sel-img {
        width:56px;
        height:56px;
    }

    .pc-sel-img img {
        width:46px;
        height:46px;
    }

    .pc-selected-service strong {
        font-size:17px;
    }

    .pc-fields {
        gap:14px;
    }

    .pc-radios,
    .pc-addons {
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
        gap:12px;
    }

    .pc-radios label,
    .pc-addon {
        min-height:88px;
    }

    .pc-lines {
        padding-inline:18px;
    }

    .pc-result h2 {
        margin-bottom:14px;
        padding:15px;
        font-size:21px;
    }

    .pc-total {
        margin-inline:18px;
    }

    .pc-note,
    .pc-book {
        margin-inline:18px;
    }

    .pc-result > small {
        padding-inline:18px;
    }

    .pc-assure {
        gap:16px;
        padding:18px;
    }

    .pc-assure-copy {
        padding:20px;
        border-radius:18px;
    }

    .pc-assure-copy strong {
        font-size:25px;
    }

    .pc-assure-grid {
        gap:12px;
    }

    .pc-assure-item {
        padding:15px;
    }

    .pc-assure-item i {
        width:46px;
        height:46px;
        border-radius:14px;
        font-size:22px;
    }

    .pc-assure-item strong {
        font-size:16px;
    }

    .pc-assure-item span {
        font-size:14px;
    }
}

/* =========================
   Compact Mobile Adjustments
========================= */

@media only screen and (max-width:575px) {
    .pc-visual {
        min-height:200px;
    }

    .pc-hero-img {
        width:94%;
    }

    .pc-hero-float-img {
        width:96px;
        height:72px;
    }

    .pc-steps div {
        flex-basis:128px;
        min-width: max-content;
    }

    .pc-panel {
        padding:18px 15px;
    }

    .pc-fields {
        grid-template-columns:1fr;
    }

    .pc-field.pc-wide,
    .pc-fields > .pc-soft-note,
    .pc-fields > .pc-empty {
        grid-column:auto;
    }

    .pc-field input,
    .pc-field select,
    .pc-wpf .-selectbox-button,
    .pc-number button,
    .pc-coupon button {
        min-height:52px;
    }

    .pc-coupon {
        flex-direction:column-reverse;
        gap:10px;
    }

    .pc-coupon button {
        width:100%;
    }

    .pc-coupon input {
        height:54px;
    }

    .pc-lines p {
        gap:10px;
        font-size:14px;
    }

    .pc-lines .pc-choice strong {
        flex-direction:column;
        align-items:flex-end;
        gap:3px;
    }

    .pc-lines .pc-choice em {
        max-width:135px;
    }

    .pc-total strong {
        font-size:30px;
    }

    .pc-book {
        font-size:18px;
    }

    .pc-assure-grid {
        display:flex;
        gap:12px;
        overflow-x:auto;
        overscroll-behavior-inline:contain;
        scroll-snap-type:inline mandatory;
        scrollbar-width:none;
    }

    .pc-assure-grid::-webkit-scrollbar {
        display:none;
    }

    .pc-assure-item {
        flex:0 0 min(82vw,300px);
        scroll-snap-align:start;
    }

    .pc-privacy {
        margin-bottom:28px;
        font-size:14px;
    }
}

/* =========================
   Small Mobile Adjustments
========================= */

@media only screen and (max-width:390px) {
    .pc .pc-hero {
        padding-top:18px;
    }

    .pc-hero-copy h1 {
        font-size:30px;
    }

    .pc-hero-copy p {
        font-size:15px;
    }

    .pc-visual {
        min-height:180px;
    }

    .pc-calc-card {
        width:142px;
        min-height:195px;
        gap:8px;
        padding:18px 15px 15px;
    }

    .pc-calc-card span {
        height:48px;
        font-size:25px;
    }

    .pc-calc-card span small {
        font-size:12px;
    }

    .pc-calc-card i,
    .pc-calc-card b {
        min-height:23px;
    }

    .pc-home-shape {
        inset-inline-end:calc(50% - 100px);
        width:68px;
        height:52px;
        font-size:27px;
    }

    .pc-steps {
        margin-top:18px;
    }

    .pc-steps div {
        flex-basis:122px;
    }

    .pc-panel {
        padding:16px 12px;
    }

    .pc-panel-head h2 {
        font-size:21px;
    }

    .pc-panel-head b {
        width:36px;
        height:36px;
        font-size:17px;
    }

    .pc-services {
        gap:9px;
    }

    .pc-srv {
        min-height:122px;
        padding:13px 8px;
    }

    .pc-srv-ico {
        width:46px;
        height:46px;
        border-radius:12px;
        font-size:23px;
    }

    .pc-srv-ico img {
        width:39px;
        height:39px;
    }

    .pc-srv > i {
        inset-inline-end:7px;
        top:7px;
        width:21px;
        height:21px;
        font-size:10px;
    }

    .pc-selected-service {
        gap:11px;
        padding:11px;
    }

    .pc-sel-img {
        width:50px;
        height:50px;
    }

    .pc-sel-img img {
        width:42px;
        height:42px;
    }

    .pc-radios,
    .pc-addons {
        grid-template-columns:1fr;
    }

    .pc-lines,
    .pc-result > small {
        padding-inline:14px;
    }

    .pc-total,
    .pc-note,
    .pc-book {
        margin-inline:14px;
    }

    .pc-assure {
        padding:14px;
    }

    .pc-assure-copy {
        padding:18px;
    }

    .pc-assure-copy strong {
        font-size:23px;
    }

    .pc-assure-item {
        flex-basis:88vw;
    }
}

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