:root {
    --aw-color-bg: #f3f7fb;
    --aw-color-bg-soft: #fbfdff;
    --aw-color-surface: #ffffff;
    --aw-color-surface-alt: #f7fbfe;
    --aw-color-surface-glass: rgba(255, 255, 255, 0.72);

    --aw-color-text: #1d2630;
    --aw-color-text-soft: #465463;
    --aw-color-text-muted: #748292;

    --aw-color-border: rgba(20, 152, 219, 0.12);
    --aw-color-border-strong: rgba(14, 118, 188, 0.22);

    --aw-color-primary: #17b7c9;
    --aw-color-primary-2: #11c3d3;
    --aw-color-primary-3: #22c7d6;

    --aw-color-blue: #1498db;
    --aw-color-blue-2: #1ea7d8;
    --aw-color-blue-3: #21b6d7;

    --aw-color-deep: #0e76bc;
    --aw-color-deep-2: #176aa4;
    --aw-color-deep-3: #1f5d8f;

    --aw-color-petrol: #053048;
    --aw-color-petrol-2: #0b4664;

    --aw-color-success: #12a57a;
    --aw-color-success-2: #0e8b66;
    --aw-color-warning: #f4a63a;
    --aw-color-danger: #d9534f;

    --aw-gradient-primary: linear-gradient(135deg, #0e76bc 0%, #1498db 38%, #17b7c9 72%, #22c7d6 100%);
    --aw-gradient-soft: linear-gradient(180deg, rgba(20, 152, 219, 0.07) 0%, rgba(34, 199, 214, 0.04) 100%);
    --aw-gradient-sidebar: linear-gradient(180deg, rgba(5, 48, 72, 0.86) 0%, rgba(11, 70, 100, 0.78) 44%, rgba(14, 118, 188, 0.5) 100%);
    --aw-gradient-success: linear-gradient(135deg, #0fa66f 0%, #16c39a 100%);

    --aw-shadow-xs: 0 4px 14px rgba(13, 63, 96, 0.06);
    --aw-shadow-sm: 0 10px 26px rgba(13, 63, 96, 0.08);
    --aw-shadow-md: 0 18px 45px rgba(10, 65, 103, 0.12);
    --aw-shadow-lg: 0 28px 60px rgba(8, 49, 76, 0.16);

    --aw-radius-xs: 10px;
    --aw-radius-sm: 14px;
    --aw-radius-md: 18px;
    --aw-radius-lg: 24px;
    --aw-radius-xl: 32px;
    --aw-radius-pill: 999px;

    --aw-space-1: 0.35rem;
    --aw-space-2: 0.5rem;
    --aw-space-3: 0.75rem;
    --aw-space-4: 1rem;
    --aw-space-5: 1.25rem;
    --aw-space-6: 1.5rem;
    --aw-space-7: 1.75rem;
    --aw-space-8: 2rem;
    --aw-space-9: 2.5rem;
    --aw-space-10: 3rem;

    --aw-font-title: "Montserrat", "Inter", "Segoe UI", sans-serif;
    --aw-font-body: "Inter", "Poppins", "Segoe UI", sans-serif;

    --aw-transition-fast: 180ms ease;
    --aw-transition-base: 260ms cubic-bezier(.2, .8, .2, 1);
    --aw-transition-slow: 420ms cubic-bezier(.2, .8, .2, 1);

    --aw-input-height: 56px;
    --aw-touch-target: 48px;
}

/* =========================
   RESET / BASE
   ========================= */
.aw-main,
.aw-sidebar,
.aw-shell-panel,
.aw-form,
.aw-wizard,
.aw-step,
.aw-card,
.aw-field,
.aw-field-row,
.aw-actions,
.aw-progress,
.aw-stepper,
.aw-city-combobox,
.aw-product-card,
.aw-success-state,
.aw-card-section,
.aw-block,
.aw-captcha,
.aw-fieldset {
    box-sizing: border-box;
    font-family: var(--aw-font-body);
    color: var(--aw-color-text);
}

.aw-main *,
.aw-sidebar *,
.aw-form * {
    box-sizing: border-box;
}

.aw-shell-panel {
    position: relative;
    border-radius: var(--aw-radius-xl);
    overflow: hidden;
}

.aw-main.aw-shell-panel,
.aw-main .aw-wizard,
.aw-main .aw-breadcrumb-wrap {
    position: relative;
    z-index: 1;
}

.aw-main {
    padding: var(--aw-space-8);
    background:
        radial-gradient(circle at top right, rgba(34, 199, 214, 0.12), transparent 26%),
        linear-gradient(180deg, #f9fcff 0%, #f2f7fb 100%);
    border-radius: var(--aw-radius-xl);
    box-shadow: var(--aw-shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.7);
    min-height: 100%;
}

.aw-row,
.aw-grid-row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1rem;
}

.aw-grid-row--contact {
    align-items: stretch;
}

.aw-col,
.aw-grid-col {
    min-width: 0;
}

.aw-stack > * + * {
    margin-top: var(--aw-space-4);
}

.aw-copy {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--aw-color-text-soft);
}

.aw-title-xl,
.aw-title-lg,
.aw-title-md,
.aw-title-sm {
    margin: 0;
    font-family: var(--aw-font-title);
    letter-spacing: -0.02em;
    line-height: 1.12;
}

.aw-title-xl {
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 800;
}

.aw-title-lg {
    font-size: clamp(1.5rem, 2.2vw, 2.15rem);
    font-weight: 800;
    color: var(--aw-color-petrol);
}

.aw-title-md {
    font-size: clamp(1.08rem, 1.6vw, 1.35rem);
    font-weight: 750;
    color: var(--aw-color-deep-3);
}

.aw-title-sm {
    font-size: 1rem;
    font-weight: 700;
    color: var(--aw-color-petrol);
}

.text-success {
    color: var(--aw-color-success) !important;
}

.text-danger {
    color: var(--aw-color-danger) !important;
}

.text-white {
    color: #fff !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.d-block {
    display: block !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* =========================
   SIDEBAR
   ========================= */
.aw-sidebar {
    min-height: 100%;
    background-position: center;
    background-size: cover;
    isolation: isolate;
}

.aw-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(34, 199, 214, 0.28), transparent 30%),
        radial-gradient(circle at bottom left, rgba(17, 195, 211, 0.22), transparent 32%),
        var(--aw-gradient-sidebar);
    z-index: 0;
}

.aw-sidebar::after {
    content: "";
    position: absolute;
    inset: auto -10% -25% auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
    filter: blur(8px);
    z-index: 0;
}

.aw-sidebar__inner {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: var(--aw-space-9) var(--aw-space-8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--aw-space-8);
}

.aw-logo {
    display: inline-flex;
    align-items: center;
    gap: var(--aw-space-4);
    max-width: 100%;
}

.aw-logo__icon {
    width: 84px;
    height: 84px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 18px 36px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
    display: grid;
    place-items: center;
}

.aw-logo__img {
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.18));
}

.aw-sidebar__content {
    color: #fff;
}

.aw-section-head {
    display: grid;
    gap: var(--aw-space-3);
}

.aw-sidebar .aw-copy,
.aw-sidebar .aw-title-sm,
.aw-sidebar .aw-title-xl {
    color: #fff;
}

.aw-country-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--aw-space-4);
    padding: var(--aw-space-5) var(--aw-space-6);
    border-radius: var(--aw-radius-lg);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.aw-link-button {
    appearance: none;
    border: 0;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-radius: var(--aw-radius-pill);
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    min-height: var(--aw-touch-target);
    cursor: pointer;
    transition: transform var(--aw-transition-base), background var(--aw-transition-base), box-shadow var(--aw-transition-base);
}

.aw-link-button:hover,
.aw-link-button:focus-visible {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
    outline: none;
}

/* =========================
   PROGRESS
   ========================= */
.aw-progress {
    display: grid;
    gap: var(--aw-space-2);
    padding: var(--aw-space-5);
    border-radius: var(--aw-radius-lg);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
}

.aw-progress__meta {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.aw-progress__title {
    margin: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
}

.aw-progress__track {
    width: 100%;
    height: 12px;
    border-radius: var(--aw-radius-pill);
    background: rgba(255, 255, 255, 0.2);
    overflow: hidden;
    position: relative;
}

.aw-progress__bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #22c7d6 0%, #1ea7d8 45%, #ffffff 100%);
    box-shadow: 0 0 20px rgba(34, 199, 214, 0.45);
    transition: width var(--aw-transition-slow);
    position: relative;
}

.aw-progress__bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    transform: translateX(-100%);
    animation: aw-bar-shine 2.8s linear infinite;
}

@keyframes aw-bar-shine {
    100% { transform: translateX(100%); }
}

/* =========================
   BREADCRUMB
   ========================= */
.aw-breadcrumb-wrap {
    margin-bottom: var(--aw-space-6);
}

.aw-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
    padding: 0;
    margin: 0;
    background: transparent;
    list-style: none;
}

.aw-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.55rem 0.9rem;
    border-radius: var(--aw-radius-pill);
    background: rgba(20, 152, 219, 0.06);
    border: 1px solid rgba(20, 152, 219, 0.08);
    color: var(--aw-color-text-soft);
    font-size: 0.88rem;
    font-weight: 600;
}

.aw-breadcrumb__link {
    color: var(--aw-color-deep);
    text-decoration: none;
    transition: color var(--aw-transition-fast), opacity var(--aw-transition-fast);
}

.aw-breadcrumb__link:hover,
.aw-breadcrumb__link:focus-visible {
    color: var(--aw-color-primary);
    opacity: 1;
    outline: none;
}

/* =========================
   STEPPER
   ========================= */
.aw-stepper {
    margin-bottom: var(--aw-space-7);
    padding: var(--aw-space-5);
    border-radius: var(--aw-radius-lg);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(20, 152, 219, 0.08);
    box-shadow: var(--aw-shadow-sm);
    backdrop-filter: blur(8px);
}

.aw-stepper__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--aw-space-4);
    align-items: stretch;
}

.aw-stepper__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: var(--aw-space-4);
    min-height: 78px;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 251, 254, 0.96));
    border: 1px solid rgba(20, 152, 219, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    cursor: pointer;
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        border-color var(--aw-transition-base),
        background var(--aw-transition-base);
}

.aw-stepper__item:hover {
    transform: translateY(-2px);
    box-shadow: var(--aw-shadow-sm);
    border-color: rgba(20, 152, 219, 0.18);
}

.aw-stepper__item--active,
.aw-stepper__item.active {
    background: linear-gradient(135deg, rgba(14, 118, 188, 0.12), rgba(34, 199, 214, 0.14));
    border-color: rgba(17, 195, 211, 0.35);
    box-shadow: 0 16px 40px rgba(17, 135, 180, 0.16);
}

.aw-stepper__item--done,
.aw-stepper__item.completed {
    border-color: rgba(18, 165, 122, 0.22);
    background: linear-gradient(180deg, rgba(18, 165, 122, 0.08), rgba(255, 255, 255, 0.94));
}

.aw-stepper__icon {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--aw-gradient-primary);
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 12px 24px rgba(17, 135, 180, 0.24);
}

.aw-stepper__item--done .aw-stepper__icon,
.aw-stepper__item.completed .aw-stepper__icon {
    background: linear-gradient(135deg, #12a57a, #31c79b);
}

.aw-stepper__label {
    font-size: 0.93rem;
    line-height: 1.35;
    color: var(--aw-color-petrol);
    font-weight: 700;
}

/* =========================
   WIZARD / PANELS
   ========================= */
.aw-wizard {
    position: relative;
}

.aw-step {
    animation: aw-fade-up 0.45s cubic-bezier(.2, .8, .2, 1);
}

.aw-step__panel {
    display: grid;
    gap: var(--aw-space-6);
}

.aw-step__header {
    text-align: center;
    margin-bottom: var(--aw-space-2);
}

@keyframes aw-fade-up {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   CARDS / SECTIONS / BLOCKS
   ========================= */
.aw-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
    border: 1px solid rgba(20, 152, 219, 0.08);
    border-radius: var(--aw-radius-lg);
    box-shadow: var(--aw-shadow-sm);
    overflow: hidden;
}

.aw-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8), rgba(34, 199, 214, 0.35), rgba(255, 255, 255, 0.8));
}

.aw-card--section {
    padding: var(--aw-space-7);
}

.aw-card--subsection {
    margin-top: var(--aw-space-6);
    padding: var(--aw-space-6);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(244, 251, 254, 0.95), rgba(255, 255, 255, 0.98));
}

.aw-card__header {
    margin-bottom: var(--aw-space-4);
}

.aw-contact-card__header {
    display: grid;
    gap: var(--aw-space-1);
}

.aw-card-section {
    margin-top: var(--aw-space-2);
    padding: var(--aw-space-7);
    border-radius: var(--aw-radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
    border: 1px solid rgba(20, 152, 219, 0.08);
    box-shadow: var(--aw-shadow-sm);
}

.aw-card-section--premium {
    background:
        radial-gradient(circle at top right, rgba(34, 199, 214, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 250, 254, 0.98));
    border-color: rgba(17, 195, 211, 0.14);
}

.aw-card-section__title {
    margin: 0 0 .5rem;
    font-family: var(--aw-font-title);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--aw-color-petrol);
}

.aw-group-copy {
    margin: 0 0 var(--aw-space-5);
    font-size: .92rem;
    color: var(--aw-color-text-soft);
    line-height: 1.6;
}

.aw-block {
    position: relative;
    padding: var(--aw-space-5);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.98), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(20, 152, 219, 0.08);
    box-shadow: var(--aw-shadow-xs);
}

.aw-block--compact {
    padding: var(--aw-space-5);
}

.aw-block__title {
    margin: 0 0 .45rem;
    font-family: var(--aw-font-title);
    font-size: 1rem;
    font-weight: 800;
    color: var(--aw-color-petrol);
}

.aw-block__intro {
    margin: 0 0 var(--aw-space-4);
    font-size: .9rem;
    line-height: 1.6;
    color: var(--aw-color-text-soft);
}

.aw-product-card {
    padding: var(--aw-space-6);
    margin-top: var(--aw-space-5);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(242, 249, 253, 0.96));
    border: 1px solid rgba(20, 152, 219, 0.1);
    box-shadow: var(--aw-shadow-xs);
    transition: transform var(--aw-transition-base), box-shadow var(--aw-transition-base), border-color var(--aw-transition-base);
}

.aw-product-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--aw-shadow-sm);
    border-color: rgba(17, 195, 211, 0.22);
}

/* =========================
   FIELDSETS
   ========================= */
.aw-fieldset {
    margin: 0;
    padding: var(--aw-space-7);
    border: 1px solid rgba(20, 152, 219, 0.08);
    border-radius: var(--aw-radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,255,.96));
    box-shadow: var(--aw-shadow-sm);
}

.aw-fieldset-premium {
    background:
        radial-gradient(circle at top right, rgba(34, 199, 214, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(255,255,255,.99), rgba(243,250,254,.98));
}

.aw-legal-fieldset {
    margin-top: var(--aw-space-2);
}

.aw-legend {
    padding: 0 .55rem;
    font-size: .95rem;
    font-weight: 800;
    color: var(--aw-color-petrol);
}

/* =========================
   FORM LAYOUT
   ========================= */
.aw-field,
.aw-field-row,
.aw-terms,
.form-group,
.form-row-field {
    position: relative;
}

.aw-field-row {
    align-items: center;
    margin-bottom: var(--aw-space-5);
}

.aw-field-row:last-child {
    margin-bottom: 0;
}

.aw-field-label-col,
.aw-field-control-col,
.aw-field__control-col {
    min-width: 0;
}

.aw-field-label-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.aw-label,
.aw-legend,
label.aw-label {
    display: inline-block;
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--aw-color-petrol);
    line-height: 1.45;
}

.aw-help {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.79rem;
    line-height: 1.5;
    color: var(--aw-color-text-muted);
}

.aw-visually-hidden,
.aw-city-native-select.aw-visually-hidden,
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================
   INPUTS
   ========================= */
.aw-input,
.aw-select,
.aw-textarea,
.form-control.aw-select,
.form-control.aw-textarea {
    width: 100%;
    border: 1px solid rgba(14, 118, 188, 0.14);
    background: rgba(255, 255, 255, 0.94);
    color: var(--aw-color-text);
    border-radius: 18px;
    font-size: 0.97rem;
    font-weight: 500;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 18px rgba(17, 94, 141, 0.04);
    transition:
        border-color var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        background var(--aw-transition-base),
        transform var(--aw-transition-fast);
}

.aw-input,
.aw-select {
    min-height: var(--aw-input-height);
    padding: 0 1rem;
}

.aw-textarea {
    min-height: 160px;
    padding: 1rem 1rem;
    resize: vertical;
}

.aw-input::placeholder,
.aw-textarea::placeholder {
    color: #8e9cab;
}

.aw-input:hover,
.aw-select:hover,
.aw-textarea:hover {
    border-color: rgba(20, 152, 219, 0.22);
    background: #fff;
}

.aw-input:focus,
.aw-select:focus,
.aw-textarea:focus,
.aw-city-combobox__input:focus {
    outline: none;
    border-color: rgba(17, 195, 211, 0.55);
    background: #fff;
    box-shadow:
        0 0 0 5px rgba(17, 195, 211, 0.12),
        0 16px 28px rgba(20, 152, 219, 0.1);
    transform: translateY(-1px);
}

.aw-input[readonly] {
    background: rgba(244, 247, 250, 0.96);
}

.aw-input--phone,
.aw-input--range-value {
    font-variant-numeric: tabular-nums;
}

/* =========================
   RANGE FIELDS / SLIDERS
   ========================= */
.aw-range-field {
    position: relative;
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(244, 251, 254, 0.95), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(20, 152, 219, 0.08);
}

.aw-range-field .aw-input--range-value {
    text-align: center;
    font-size: 1rem;
    font-weight: 800;
    color: var(--aw-color-deep-3);
    background: rgba(255, 255, 255, 0.96);
}

.aw-range,
.aw-slider-input,
.aw-captcha__slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    border-radius: var(--aw-radius-pill);
    background: linear-gradient(90deg, rgba(20, 152, 219, 0.22), rgba(34, 199, 214, 0.36));
    outline: none;
    cursor: pointer;
    box-shadow: inset 0 1px 3px rgba(5, 48, 72, 0.14);
}

.aw-range::-webkit-slider-runnable-track,
.aw-slider-input::-webkit-slider-runnable-track,
.aw-captcha__slider::-webkit-slider-runnable-track {
    height: 12px;
    border-radius: var(--aw-radius-pill);
    background: linear-gradient(90deg, rgba(14, 118, 188, 0.35), rgba(34, 199, 214, 0.45));
}

.aw-range::-moz-range-track,
.aw-slider-input::-moz-range-track,
.aw-captcha__slider::-moz-range-track {
    height: 12px;
    border-radius: var(--aw-radius-pill);
    background: linear-gradient(90deg, rgba(14, 118, 188, 0.35), rgba(34, 199, 214, 0.45));
}

.aw-range::-webkit-slider-thumb,
.aw-slider-input::-webkit-slider-thumb,
.aw-captcha__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin-top: -7px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--aw-gradient-primary);
    box-shadow: 0 10px 18px rgba(17, 135, 180, 0.3);
    transition: transform var(--aw-transition-fast), box-shadow var(--aw-transition-fast);
}

.aw-range::-moz-range-thumb,
.aw-slider-input::-moz-range-thumb,
.aw-captcha__slider::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--aw-gradient-primary);
    box-shadow: 0 10px 18px rgba(17, 135, 180, 0.3);
    transition: transform var(--aw-transition-fast), box-shadow var(--aw-transition-fast);
}

.aw-range:hover::-webkit-slider-thumb,
.aw-range:focus::-webkit-slider-thumb,
.aw-slider-input:hover::-webkit-slider-thumb,
.aw-slider-input:focus::-webkit-slider-thumb,
.aw-captcha__slider:hover::-webkit-slider-thumb,
.aw-captcha__slider:focus::-webkit-slider-thumb {
    transform: scale(1.08);
    box-shadow: 0 14px 24px rgba(17, 135, 180, 0.38);
}

.aw-range:hover::-moz-range-thumb,
.aw-range:focus::-moz-range-thumb,
.aw-slider-input:hover::-moz-range-thumb,
.aw-slider-input:focus::-moz-range-thumb,
.aw-captcha__slider:hover::-moz-range-thumb,
.aw-captcha__slider:focus::-moz-range-thumb {
    transform: scale(1.08);
    box-shadow: 0 14px 24px rgba(17, 135, 180, 0.38);
}

/* =========================
   SWITCH CARDS / TOGGLES
   ========================= */
.aw-switch-card {
    height: 100%;
    padding: var(--aw-space-5);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(244, 251, 254, 0.92), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(20, 152, 219, 0.09);
    box-shadow: var(--aw-shadow-xs);
    display: flex;
    align-items: center;
}

.aw-switch-card__content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--aw-space-4);
}

.aw-switch-card__copy {
    display: grid;
    gap: 0.3rem;
}

.aw-switch-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--aw-color-petrol);
}

.aw-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-height: var(--aw-touch-target);
    cursor: pointer;
    user-select: none;
}

.aw-switch--inline {
    justify-content: flex-end;
}

.aw-switch__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aw-switch__ui {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 32px;
    border-radius: var(--aw-radius-pill);
    background: rgba(14, 118, 188, 0.18);
    box-shadow: inset 0 1px 4px rgba(4, 36, 55, 0.14);
    transition: background var(--aw-transition-base), box-shadow var(--aw-transition-base);
}

.aw-switch__ui::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 14px rgba(4, 36, 55, 0.18);
    transition: transform var(--aw-transition-base);
}

.aw-switch__input:checked + .aw-switch__ui {
    background: var(--aw-gradient-primary);
    box-shadow: 0 8px 18px rgba(17, 135, 180, 0.22);
}

.aw-switch__input:checked + .aw-switch__ui::before {
    transform: translateX(24px);
}

.aw-switch__input:focus-visible + .aw-switch__ui {
    outline: none;
    box-shadow:
        0 0 0 5px rgba(17, 195, 211, 0.14),
        0 8px 18px rgba(17, 135, 180, 0.22);
}

.aw-switch__label {
    font-size: 0.92rem;
    line-height: 1.4;
    font-weight: 700;
    color: var(--aw-color-text-soft);
}

/* =========================
   RADIO CHOICE CARDS
   ========================= */
.aw-choice-cards .row {
    row-gap: 1rem;
}

.aw-choice-card {
    width: 100%;
    min-height: 72px;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 254, 0.96));
    border: 1px solid rgba(20, 152, 219, 0.1);
    box-shadow: var(--aw-shadow-xs);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform var(--aw-transition-base), border-color var(--aw-transition-base), box-shadow var(--aw-transition-base), background var(--aw-transition-base);
    cursor: pointer;
}

.aw-choice-card:hover {
    transform: translateY(-2px);
    border-color: rgba(17, 195, 211, 0.24);
    box-shadow: var(--aw-shadow-sm);
}

.aw-choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.aw-choice-card__label,
.aw-choice-card span {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--aw-color-petrol);
}

.aw-choice-card:has(input:checked) {
    background: linear-gradient(135deg, rgba(14, 118, 188, 0.1), rgba(34, 199, 214, 0.16));
    border-color: rgba(17, 195, 211, 0.38);
    box-shadow: 0 16px 34px rgba(17, 135, 180, 0.14);
}

/* =========================
   CITY COMBOBOX
   ========================= */
.aw-city-combobox {
    position: relative;
}

.aw-city-combobox__control {
    position: relative;
    display: flex;
    align-items: center;
}

.aw-city-combobox__input {
    padding-right: 3.8rem;
}

.aw-city-combobox__toggle {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(20, 152, 219, 0.08);
    color: var(--aw-color-deep);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background var(--aw-transition-fast), transform var(--aw-transition-fast), color var(--aw-transition-fast);
}

.aw-city-combobox__toggle:hover,
.aw-city-combobox__toggle:focus-visible {
    background: rgba(20, 152, 219, 0.14);
    color: var(--aw-color-primary);
    outline: none;
}

.aw-city-combobox.is-open .aw-city-combobox__toggle {
    transform: translateY(-50%) rotate(180deg);
}

.form#step2, .form#step3 {
    padding-left: 10px;
}

.aw-city-combobox__panel {
    position: relative;
    top: calc(62% + 0.65rem);
    left: 0;
    right: 0;
    z-index: 16;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(20, 152, 219, 0.12);
    box-shadow: 0 24px 48px rgba(10, 65, 103, 0.18);
    overflow: hidden;
    backdrop-filter: blur(12px);
    animation: aw-dropdown-in 0.22s ease;
}

@keyframes aw-dropdown-in {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.aw-city-combobox__meta {
    padding: 0.9rem 1rem 0.5rem;
    border-bottom: 1px solid rgba(20, 152, 219, 0.08);
    background: linear-gradient(180deg, rgba(244, 251, 254, 0.9), rgba(255, 255, 255, 0.98));
}

.aw-city-combobox__list {
    max-height: 280px;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    overflow: auto;
}

.aw-city-combobox__option {
    display: grid;
    gap: 0.15rem;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    cursor: pointer;
    transition: background var(--aw-transition-fast), transform var(--aw-transition-fast);
}

.aw-city-combobox__option:hover,
.aw-city-combobox__option.is-active {
    background: rgba(20, 152, 219, 0.08);
}

.aw-city-combobox__option.is-selected {
    background: linear-gradient(135deg, rgba(14, 118, 188, 0.1), rgba(34, 199, 214, 0.12));
}

.aw-city-combobox__option-main {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--aw-color-petrol);
}

.aw-city-combobox__option-meta {
    font-size: 0.79rem;
    color: var(--aw-color-text-muted);
}

.aw-city-combobox__empty {
    padding: 1rem;
    text-align: center;
    font-size: 0.88rem;
    color: var(--aw-color-text-muted);
}

.aw-city-combobox__selected {
    margin-top: 0.6rem;
    min-height: 24px;
    font-size: .86rem;
    font-weight: 700;
    color: var(--aw-color-deep);
}

/* =========================
   CAPTCHA
   ========================= */
.aw-captcha {
    position: relative;
    padding: 1.1rem;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(34, 199, 214, 0.09), transparent 24%),
        linear-gradient(180deg, rgba(248, 252, 255, 1), rgba(244, 250, 254, 0.98));
    border: 1px solid rgba(20, 152, 219, 0.1);
    box-shadow: var(--aw-shadow-xs);
}

.aw-captcha__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.aw-captcha__header-copy {
    display: grid;
    gap: .2rem;
}

.aw-captcha__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: .4rem .7rem;
    border-radius: 999px;
    background: rgba(20, 152, 219, 0.08);
    color: var(--aw-color-deep);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.aw-captcha__helper {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: var(--aw-color-text-soft);
}

.aw-captcha__visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .95rem;
    flex-wrap: wrap;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,.8);
    border: 1px dashed rgba(20,152,219,.14);
    margin-bottom: 1rem;
}

.aw-captcha__visual--compact {
    min-height: 94px;
}

.aw-captcha__cluster {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
    justify-content: center;
    max-width: 42%;
}

.aw-captcha__token {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,248,253,.98));
    border: 1px solid rgba(20,152,219,.1);
    box-shadow: var(--aw-shadow-xs);
}

.aw-captcha__item {
    color: var(--aw-color-blue);
    font-size: .95rem;
}

.aw-captcha__operator {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--aw-gradient-primary);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(17, 135, 180, 0.22);
}

.aw-captcha__slider-wrap {
    display: grid;
    gap: .7rem;
}

.aw-captcha__value-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.aw-captcha__value-label {
    font-size: .85rem;
    font-weight: 700;
    color: var(--aw-color-text-soft);
}

.aw-captcha__value {
    min-width: 56px;
    text-align: center;
    padding: .5rem .7rem;
    border-radius: 14px;
    background: rgba(20, 152, 219, 0.08);
    color: var(--aw-color-deep-3);
    font-size: 1rem;
    font-weight: 800;
}

.aw-captcha__range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    font-size: .77rem;
    font-weight: 700;
    color: var(--aw-color-text-muted);
}

/* =========================
   LEGAL SWITCH
   ========================= */
.affirmative-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.switch-affirmative {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    width: 58px;
    height: 34px;
    margin: 0;
    cursor: pointer;
}

.switch-affirmative input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.slider-round {
    position: relative;
    width: 58px;
    height: 34px;
    border-radius: 999px;
    background: rgba(14, 118, 188, 0.18);
    box-shadow: inset 0 1px 4px rgba(4, 36, 55, 0.14);
    transition: background var(--aw-transition-base), box-shadow var(--aw-transition-base);
}

.slider-round::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 6px 14px rgba(4, 36, 55, 0.18);
    transition: transform var(--aw-transition-base);
}

.switch-affirmative input:checked + .slider-round {
    background: var(--aw-gradient-success);
    box-shadow: 0 8px 18px rgba(16, 166, 111, 0.22);
}

.switch-affirmative input:checked + .slider-round::before {
    transform: translateX(24px);
}

.switch-affirmative input:focus-visible + .slider-round {
    outline: none;
    box-shadow:
        0 0 0 5px rgba(17, 195, 211, 0.14),
        0 8px 18px rgba(17, 135, 180, 0.22);
}

.confirm-label-text {
    display: inline-block;
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--aw-color-petrol);
}

/* =========================
   FORM ROWS SPECIAL
   ========================= */
.form-row-field {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1rem 1.15rem;
    align-items: start;
}

.form-label-col,
.form-input-col {
    min-width: 0;
}

/* =========================
   BUTTONS / ACTIONS
   ========================= */
.aw-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--aw-space-4);
    margin-top: var(--aw-space-7);
    padding-top: var(--aw-space-3);
}

.aw-btn {
    position: relative;
    appearance: none;
    border: 0;
    min-height: 52px;
    padding: 0.95rem 1.35rem;
    border-radius: 18px;
    font-family: var(--aw-font-body);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform var(--aw-transition-base),
        box-shadow var(--aw-transition-base),
        background var(--aw-transition-base),
        opacity var(--aw-transition-fast);
    box-shadow: var(--aw-shadow-sm);
}

.aw-btn:hover {
    transform: translateY(-2px);
}

.aw-btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 5px rgba(17, 195, 211, 0.14),
        var(--aw-shadow-md);
}

.aw-btn:disabled,
.aw-btn[disabled] {
    opacity: 0.66;
    cursor: not-allowed;
    transform: none;
}

.aw-btn--primary {
    color: #fff;
    background: var(--aw-gradient-primary);
}

.aw-btn--ghost {
    color: var(--aw-color-petrol);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 251, 254, 0.98));
    border: 1px solid rgba(20, 152, 219, 0.12);
}

.aw-btn--success {
    color: #fff;
    background: linear-gradient(135deg, #0c9d71 0%, #17b7c9 100%);
}

.aw-btn.is-loading {
    pointer-events: none;
}

.aw-btn__loader {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.aw-btn__loader::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-top-color: #fff;
    animation: aw-spin 0.7s linear infinite;
}

@keyframes aw-spin {
    to { transform: rotate(360deg); }
}

/* =========================
   MODAL
   ========================= */
.aw-modal__dialog {
    max-width: 560px;
}

.aw-modal__content {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 253, 0.98));
    box-shadow: var(--aw-shadow-lg);
}

.aw-modal__header,
.aw-modal__footer {
    border: 0;
    padding: 1.2rem 1.4rem;
}

.aw-modal__header {
    background: linear-gradient(180deg, rgba(14, 118, 188, 0.08), rgba(255, 255, 255, 0.96));
}

.aw-modal__body {
    padding: 1rem 1.4rem 1.4rem;
}

.aw-modal__title {
    margin: 0;
    font-family: var(--aw-font-title);
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--aw-color-petrol);
}

.aw-modal__close {
    border: 0;
    background: rgba(20, 152, 219, 0.08);
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background var(--aw-transition-fast), transform var(--aw-transition-fast);
}

.aw-modal__close:hover {
    background: rgba(20, 152, 219, 0.14);
    transform: scale(1.04);
}

/* =========================
   SUCCESS / STATES
   ========================= */
.aw-success-state {
    margin-top: var(--aw-space-8);
    padding: var(--aw-space-8);
    border-radius: var(--aw-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 252, 249, 0.98));
    border: 1px solid rgba(18, 165, 122, 0.12);
    box-shadow: var(--aw-shadow-md);
    text-align: center;
}

.aw-success-state .aw-btn {
    min-width: min(100%, 260px);
}

.aw-step-valid .aw-step__header .aw-title-lg,
.aw-step-valid .aw-title-lg {
    color: var(--aw-color-deep);
}

.aw-step-invalid .aw-step__header .aw-title-lg,
.aw-step-invalid .aw-title-lg {
    color: var(--aw-color-danger);
}

/* =========================
   ERRORS / VALIDATION
   ========================= */
.aw-error,
.aw-field-error {
    display: block;
    margin-top: 0.55rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: var(--aw-color-danger);
    font-weight: 700;
}

.aw-field-error[hidden] {
    display: none !important;
}

.aw-has-error .aw-label,
.aw-has-error .aw-legend,
.aw-has-error .confirm-label-text,
.aw-is-invalid + .aw-switch__ui + .aw-switch__label {
    color: var(--aw-color-danger);
}

.aw-input.aw-is-invalid,
.aw-select.aw-is-invalid,
.aw-textarea.aw-is-invalid,
.aw-city-combobox .aw-is-invalid,
.aw-has-error .aw-city-combobox__input {
    border-color: rgba(217, 83, 79, 0.55);
    background: rgba(255, 249, 249, 0.98);
    box-shadow:
        0 0 0 5px rgba(217, 83, 79, 0.08),
        0 12px 24px rgba(170, 50, 48, 0.07);
}

.aw-has-error .aw-switch__ui,
.aw-has-error .slider-round {
    background: rgba(217, 83, 79, 0.24);
}

.aw-has-error .aw-choice-card,
.aw-choice-card.aw-has-error {
    border-color: rgba(217, 83, 79, 0.38);
}

.aw-has-error .aw-range-field,
.aw-range-field.aw-has-error,
.aw-has-error .aw-captcha {
    border-color: rgba(217, 83, 79, 0.22);
    background: linear-gradient(180deg, rgba(255, 248, 248, 0.98), rgba(255, 255, 255, 0.98));
}

/* =========================
   MICRO ANIMATIONS
   ========================= */
.aw-card,
.aw-stepper__item,
.aw-btn,
.aw-input,
.aw-select,
.aw-textarea,
.aw-choice-card,
.aw-product-card,
.aw-switch-card,
.aw-city-combobox__panel,
.aw-block,
.aw-captcha,
.aw-card-section {
    will-change: transform;
}

.aw-card:hover,
.aw-card-section:hover {
    box-shadow: 0 20px 42px rgba(10, 65, 103, 0.12);
}

/* =========================
   RESPONSIVE — LARGE
   ========================= */
@media (max-width: 1199.98px) {
    .aw-main {
        padding: var(--aw-space-7);
    }

    .aw-sidebar__inner {
        padding: var(--aw-space-8) var(--aw-space-6);
    }

    .aw-stepper__inner {
        gap: 0.85rem;
    }

    .aw-stepper__item {
        padding: 0.95rem;
    }

    .aw-card--section,
    .aw-card-section,
    .aw-fieldset {
        padding: var(--aw-space-6);
    }
}

/* =========================
   RESPONSIVE — TABLET
   ========================= */
@media (max-width: 991.98px) {
    .aw-shell-panel,
    .aw-main {
        border-radius: 24px;
    }

    .aw-sidebar {
        margin-bottom: var(--aw-space-6);
        min-height: auto;
    }

    .aw-sidebar__inner {
        min-height: auto;
        gap: var(--aw-space-6);
    }

    .aw-country-summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .aw-stepper__inner {
        grid-template-columns: 1fr;
    }

    .aw-stepper__item {
        min-height: 68px;
    }

    .aw-field-row {
        align-items: flex-start;
    }

    .aw-field-label-col {
        justify-content: flex-start;
        margin-bottom: 0.55rem;
    }

    .aw-actions {
        flex-wrap: wrap;
    }

    .aw-actions .aw-btn {
        flex: 1 1 220px;
    }

    .aw-switch-card__content {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-row-field {
        grid-template-columns: 1fr;
    }

    .affirmative-wrapper {
        align-items: flex-start;
    }
}

/* =========================
   RESPONSIVE — MOBILE
   ========================= */
@media (max-width: 767.98px) {
    .aw-main {
        padding: var(--aw-space-5);
        border-radius: 22px;
    }

    .aw-sidebar__inner {
        padding: var(--aw-space-6) var(--aw-space-5);
    }

    .aw-title-xl {
        font-size: 1.85rem;
    }

    .aw-title-lg {
        font-size: 1.35rem;
    }

    .aw-breadcrumb__item {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
    }

    .aw-stepper {
        padding: 1rem;
    }

    .aw-stepper__item {
        gap: 0.85rem;
        min-height: 64px;
        padding: 0.9rem;
        border-radius: 18px;
    }

    .aw-stepper__icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 1rem;
    }

    .aw-stepper__label {
        font-size: 0.89rem;
    }

    .aw-card--section,
    .aw-card--subsection,
    .aw-product-card,
    .aw-success-state,
    .aw-card-section,
    .aw-fieldset,
    .aw-block {
        padding: var(--aw-space-5);
        border-radius: 20px;
    }

    .aw-input,
    .aw-select {
        min-height: 52px;
        padding: 0 0.9rem;
        border-radius: 16px;
    }

    .aw-textarea {
        min-height: 140px;
        border-radius: 16px;
    }

    .aw-range-field,
    .aw-captcha {
        padding: 0.9rem;
        border-radius: 16px;
    }

    .aw-switch {
        width: 100%;
        justify-content: space-between;
    }

    .aw-city-combobox__panel {
        border-radius: 18px;
    }

    .aw-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .aw-actions .aw-btn {
        width: 100%;
    }

    .aw-link-button {
        width: 100%;
        justify-content: center;
    }

    .aw-modal__header,
    .aw-modal__body,
    .aw-modal__footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .aw-captcha__cluster {
        max-width: 100%;
    }

    .aw-captcha__value-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .affirmative-wrapper {
        flex-direction: column;
        gap: .75rem;
    }
}

/* =========================
   RESPONSIVE — SMALL MOBILE
   ========================= */
@media (max-width: 479.98px) {
    .aw-main {
        padding: 1rem;
    }

    .aw-sidebar__inner {
        padding: 1.15rem;
    }

    .aw-logo__icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
    }

    .aw-logo__img {
        max-width: 54px;
        max-height: 54px;
    }

    .aw-title-xl {
        font-size: 1.65rem;
    }

    .aw-copy {
        font-size: 0.92rem;
    }

    .aw-stepper__item {
        align-items: flex-start;
    }

    .aw-stepper__label {
        line-height: 1.3;
    }

    .aw-progress,
    .aw-country-summary {
        padding: 1rem;
    }

    .aw-btn {
        min-height: 50px;
        border-radius: 16px;
    }

    .aw-switch__label,
    .confirm-label-text {
        font-size: 0.88rem;
    }

    .aw-captcha__token {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }
}

/* =========================
   ACCESSIBILITY / REDUCED MOTION
   ========================= */
@media (prefers-reduced-motion: reduce) {
    .aw-progress__bar,
    .aw-step,
    .aw-btn,
    .aw-card,
    .aw-stepper__item,
    .aw-city-combobox__panel,
    .aw-input,
    .aw-select,
    .aw-textarea,
    .aw-choice-card,
    .aw-product-card,
    .aw-switch__ui,
    .aw-switch__ui::before,
    .slider-round,
    .slider-round::before {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        scroll-behavior: auto !important;
    }
}