:root {
    --tow-red: #c61f2e;
    --tow-red-dark: #941623;
    --tow-ink: #17202a;
    --tow-muted: #65717e;
    --tow-soft: #f5f6f8;
    --tow-line: #e5e8ec;
    --tow-green: #1ea362;
}

.tow-page { background: #fff; color: var(--tow-ink); overflow: hidden; }
.tow-hero { position: relative; padding: 20px 0 44px; background: linear-gradient(145deg, #fff 0%, #fff 55%, #f7f2f2 100%); }
.tow-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; font-size: .82rem; color: var(--tow-muted); }
.tow-breadcrumb a { color: inherit; text-decoration: none; }
.tow-breadcrumb i { font-size: .65rem; }
[dir="ltr"] .tow-breadcrumb i, [dir="ltr"] .tow-primary i { transform: rotate(180deg); }
.tow-copy { max-width: 590px; position: relative; z-index: 2; }
.tow-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; color: var(--tow-red-dark); background: #fff0f2; font-size: .82rem; font-weight: 800; }
.tow-copy h1 { margin: 16px 0 10px; font-size: clamp(2.1rem, 4.7vw, 4rem); line-height: 1.06; font-weight: 800; letter-spacing: -.035em; }
.tow-copy > p { color: var(--tow-muted); font-size: 1.05rem; line-height: 1.8; max-width: 540px; }
.tow-trust { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 18px; color: #3f4a55; font-size: .86rem; font-weight: 700; }
.tow-trust span { display: inline-flex; align-items: center; gap: 6px; }
.tow-trust i { color: var(--tow-red); }
.tow-image { position: relative; z-index: 1; margin-top: 22px; border-radius: 24px; overflow: hidden; height: 220px; box-shadow: 0 18px 45px rgba(23,32,42,.13); }
.tow-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,25,30,.05), transparent 60%); }
.tow-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }

.tow-order-card { position: relative; z-index: 3; max-width: 560px; margin-inline-start: auto; padding: 26px; background: rgba(255,255,255,.98); border: 1px solid rgba(205,210,216,.9); border-radius: 26px; box-shadow: 0 22px 65px rgba(20,25,32,.14); }
.tow-card-head { display: flex; align-items: center; justify-content: space-between; }
.tow-card-head span { color: var(--tow-red); font-size: .78rem; font-weight: 800; }
.tow-card-head h2 { margin: 2px 0 0; font-size: 1.55rem; font-weight: 800; }
.tow-secure { display: flex; gap: 5px; align-items: center; color: #4a5763; background: #f2f4f6; border-radius: 999px; padding: 7px 10px; font-size: .72rem; font-weight: 700; }
.tow-progress { list-style: none; padding: 0; margin: 22px 0 25px; display: grid; grid-template-columns: repeat(3, 1fr); }
.tow-progress li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #a0a7ae; font-size: .74rem; font-weight: 700; text-align: center; }
.tow-progress li::after { content: ""; position: absolute; z-index: 0; top: 14px; inset-inline-start: calc(50% + 15px); width: calc(100% - 30px); height: 2px; background: #eceef1; }
.tow-progress li:last-child::after { display: none; }
.tow-progress span { position: relative; z-index: 1; display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 auto; border-radius: 50%; background: #eceef1; color: #7d8790; }
.tow-progress small { position: relative; z-index: 1; display: block; line-height: 1.35; }
.tow-progress li.is-active, .tow-progress li.is-done { color: var(--tow-ink); }
.tow-progress li.is-active span { background: var(--tow-red); color: #fff; box-shadow: 0 0 0 5px #fff0f2; }
.tow-progress li.is-done span { background: var(--tow-green); color: #fff; }
.tow-progress li.is-done::after { background: #8ed8b5; }
.tow-step { display: none; animation: towFade .24s ease; }
.tow-step.is-active { display: block; }
@keyframes towFade { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.tow-step label, .tow-step legend { display: block; margin: 0 0 7px; color: #313c46; font-size: .84rem; font-weight: 800; }
.tow-step input, .tow-step select, .tow-step textarea { width: 100%; border: 1.5px solid #dfe3e7; border-radius: 12px; padding: 12px 13px; color: var(--tow-ink); background: #fff; outline: 0; transition: border-color .15s, box-shadow .15s; }
.tow-step input:focus, .tow-step select:focus, .tow-step textarea:focus { border-color: var(--tow-red); box-shadow: 0 0 0 4px rgba(198,31,46,.09); }
.tow-step select, .tow-step textarea { margin-bottom: 16px; }
.tow-phone-wrap { position: relative; margin-bottom: 16px; }
.tow-phone-wrap i { position: absolute; top: 50%; inset-inline-start: 13px; transform: translateY(-50%); color: #8e979f; }
.tow-phone-wrap input { padding-inline-start: 39px; direction: ltr; text-align: start; }
.tow-primary { width: 100%; min-height: 49px; border: 0; border-radius: 12px; padding: 12px 18px; background: linear-gradient(135deg, var(--tow-red), var(--tow-red-dark)); color: #fff; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 9px; transition: transform .15s, box-shadow .15s; }
.tow-primary:hover { transform: translateY(-1px); box-shadow: 0 9px 22px rgba(198,31,46,.25); }
.tow-primary:disabled { opacity: .65; cursor: wait; transform: none; }
.tow-fine { margin: 12px 0 0; color: #7b858e; font-size: .72rem; line-height: 1.6; text-align: center; }
.tow-fine i { color: var(--tow-green); margin-inline-end: 4px; }
.tow-fine a { color: var(--tow-red-dark); font-weight: 800; text-underline-offset: 2px; }
.tow-alert { margin-bottom: 14px; border: 1px solid #f1b8bf; border-radius: 11px; padding: 10px 12px; background: #fff2f3; color: #8c1420; font-size: .82rem; }
.tow-alert.is-info { border-color: #b8d8ef; background: #eff8ff; color: #215b83; }
.tow-choice { position: relative; display: grid !important; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 13px; margin-bottom: 10px !important; border: 1.5px solid #e1e5e9; border-radius: 14px; cursor: pointer; transition: .15s; }
.tow-choice:hover, .tow-choice:has(input:checked) { border-color: var(--tow-red); background: #fff7f8; }
.tow-choice input { position: absolute; opacity: 0; pointer-events: none; }
.tow-choice-icon { width: 39px; height: 39px; border-radius: 11px; display: grid; place-items: center; color: var(--tow-red); background: #ffe9ec; font-size: 1.1rem; }
.tow-choice-icon.wa { color: #128c4a; background: #e8f8ef; }
.tow-choice strong, .tow-choice small { display: block; }
.tow-choice strong { font-size: .84rem; }
.tow-choice small { margin-top: 2px; color: #7c858e; font-size: .7rem; font-weight: 500; }
.tow-choice > i { opacity: 0; color: var(--tow-red); }
.tow-choice:has(input:checked) > i { opacity: 1; }
.tow-segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 15px; }
.tow-segmented label { margin: 0 !important; position: relative; }
.tow-segmented input { position: absolute; opacity: 0; }
.tow-segmented span { display: flex; justify-content: center; align-items: center; gap: 7px; padding: 11px; border: 1px solid #dfe3e7; border-radius: 11px; cursor: pointer; }
.tow-segmented input:checked + span { border-color: var(--tow-red); background: #fff0f2; color: var(--tow-red-dark); }
.tow-timing-fieldset { margin-bottom: 19px; padding-bottom: 17px; border-bottom: 1px solid var(--tow-line); }
.tow-timing-options { margin-bottom: 10px; }
.tow-schedule-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 10px; border-radius: 12px; background: #f7f8f9; }
.tow-schedule-fields[hidden] { display: none; }
.tow-schedule-fields label { font-size: .73rem; }
.tow-schedule-fields input { margin: 0; padding: 10px; font-size: .8rem; }
.tow-actions { display: grid; grid-template-columns: .35fr 1fr; gap: 9px; margin-top: 8px; }
.tow-back { min-height: 49px; border: 1px solid #dfe3e7; border-radius: 12px; background: #fff; color: #65717c; font-weight: 700; }
.tow-location-block { margin-bottom: 14px; padding: 10px; border: 1px solid #e2e5e9; border-radius: 14px; background: #fafbfc; }
.tow-location-title { display: flex; align-items: center; justify-content: space-between; gap: 9px; margin-bottom: 8px; font-size: .79rem; font-weight: 800; }
.tow-location-title span { display: flex; align-items: center; gap: 6px; }
.tow-location-title i { color: var(--tow-red); }
.tow-locate { border: 0; background: transparent; color: var(--tow-red); font-size: .7rem; font-weight: 800; }
.tow-map { height: 145px; border-radius: 10px; overflow: hidden; background: #e9ecef; }
.tow-location-block input { margin-top: 8px; padding: 9px 10px; font-size: .76rem; }
.tow-success { text-align: center; padding: 10px 0 2px; }
.tow-success-icon { width: 68px; height: 68px; margin: 0 auto 13px; border-radius: 50%; display: grid; place-items: center; background: #e9f8f0; color: var(--tow-green); font-size: 2rem; }
.tow-success h3 { font-size: 1.55rem; font-weight: 800; }
.tow-success p { color: var(--tow-muted); font-size: .86rem; }
.tow-success > div:last-of-type { margin: 15px 0; padding: 11px; border-radius: 10px; background: #f4f5f6; }
.tow-success > div span, .tow-success > div strong { display: block; }
.tow-success > div span { color: #7c858c; font-size: .7rem; }
.tow-success > div strong { direction: ltr; font-size: 1.05rem; letter-spacing: .06em; }
.tow-success a { display: inline-flex; align-items: center; gap: 7px; color: #fff; background: #159957; text-decoration: none; padding: 10px 16px; border-radius: 10px; font-weight: 800; }

.tow-assurance { border-block: 1px solid var(--tow-line); background: #fff; }
.tow-assurance .container { display: grid; grid-template-columns: repeat(3,1fr); }
.tow-assurance .container > div { display: flex; align-items: center; gap: 12px; padding: 22px 18px; }
.tow-assurance .container > div + div { border-inline-start: 1px solid var(--tow-line); }
.tow-assurance i { font-size: 1.35rem; color: var(--tow-red); }
.tow-assurance strong, .tow-assurance small { display: block; }
.tow-assurance strong { font-size: .85rem; }
.tow-assurance small { color: var(--tow-muted); font-size: .72rem; margin-top: 3px; }
.tow-seo { padding: 42px 0 30px; }
.tow-seo .container > div { max-width: 790px; }
.tow-seo span { color: var(--tow-red); font-size: .75rem; font-weight: 800; }
.tow-seo h2 { margin: 6px 0 9px; font-size: clamp(1.55rem,3vw,2.25rem); font-weight: 800; }
.tow-seo p { margin: 0; color: var(--tow-muted); line-height: 1.9; }
.tow-links { padding: 10px 0 50px; }
.tow-links h2 { margin-bottom: 14px; font-size: 1rem; font-weight: 800; }
.tow-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tow-tags a { padding: 8px 13px; border: 1px solid #dfe3e7; border-radius: 999px; color: #45515c; text-decoration: none; font-size: .78rem; font-weight: 700; transition: .15s; }
.tow-tags a:hover, .tow-tags a.is-current { color: #fff; border-color: var(--tow-red); background: var(--tow-red); }
.tow-wassilha-banner { padding: 8px 0 52px; background: #fff; }
.tow-wassilha-card { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 18px; max-width: 1040px; margin: 0 auto; padding: 23px 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: linear-gradient(135deg,#12243f 0%,#1b2a4a 68%,#203657 100%); box-shadow: 0 18px 42px rgba(18,36,63,.16); color: #fff; }
.tow-wassilha-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px; background: rgba(31,190,115,.14); color: #54d49a; font-size: 1.65rem; }
.tow-wassilha-content > span { display: block; margin-bottom: 3px; color: #62d9a4; font-size: .74rem; font-weight: 800; }
.tow-wassilha-content h2 { margin: 0 0 5px; color: #fff; font-size: 1.25rem; font-weight: 800; }
.tow-wassilha-content p { max-width: 690px; margin: 0; color: rgba(255,255,255,.76); font-size: .82rem; line-height: 1.75; }
.tow-wassilha-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 11px 17px; border-radius: 12px; background: linear-gradient(135deg,#1eaa68,#168a55); box-shadow: 0 8px 20px rgba(22,138,85,.25); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 800; white-space: nowrap; transition: transform .15s,box-shadow .15s; }
.tow-wassilha-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(22,138,85,.32); color: #fff; }
[dir="ltr"] .tow-wassilha-cta i { transform: rotate(180deg); }

@media (max-width: 991.98px) {
    .tow-hero { padding-bottom: 32px; }
    .tow-image { height: 190px; margin-bottom: 2px; }
    .tow-order-card { margin: 0 auto; max-width: 620px; }
}
@media (max-width: 767.98px) {
    .tow-hero { padding-top: 10px; background: linear-gradient(180deg,#fff,#f8f5f5); }
    .tow-breadcrumb { margin-bottom: 12px; }
    .tow-copy h1 { font-size: 2.15rem; }
    .tow-copy > p { font-size: .92rem; line-height: 1.7; }
    .tow-trust { font-size: .74rem; gap: 8px 12px; }
    .tow-image { height: 150px; border-radius: 18px; }
    .tow-order-card { padding: 19px 16px; border-radius: 20px; box-shadow: 0 12px 35px rgba(20,25,32,.12); }
    .tow-progress { margin-bottom: 22px; }
    .tow-map { height: 132px; }
    .tow-schedule-fields { grid-template-columns: 1fr 1fr; }
    .tow-assurance .container { grid-template-columns: 1fr; padding-block: 8px; }
    .tow-assurance .container > div { padding: 13px 4px; }
    .tow-assurance .container > div + div { border-inline-start: 0; border-top: 1px solid var(--tow-line); }
    .tow-seo { padding: 32px 0 22px; }
    .tow-links { padding-bottom: 35px; }
    .tow-wassilha-banner { padding: 4px 12px 32px; }
    .tow-wassilha-card { grid-template-columns: 46px minmax(0,1fr); gap: 13px; padding: 18px; border-radius: 18px; }
    .tow-wassilha-icon { width: 46px; height: 46px; border-radius: 14px; font-size: 1.3rem; }
    .tow-wassilha-content h2 { font-size: 1.08rem; }
    .tow-wassilha-content p { font-size: .76rem; }
    .tow-wassilha-cta { grid-column: 1 / -1; width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    .tow-step { animation: none; }
    .tow-primary, .tow-choice, .tow-step input, .tow-step select, .tow-step textarea { transition: none; }
}
