@charset "UTF-8";

:root {
    --bg: #f3f6f5;
    --bg-soft: #ffffff;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --surface-muted: #d2ebe7;
    --ink: #0c2621;
    --ink-soft: #1e4a40;
    --muted: #52817a;
    --line: rgba(13, 148, 136, 0.16);
    --accent: #0d9488;
    --accent-strong: #0f766e;
    --accent-soft: #5eead4;
    --secondary: #065f52;
    --secondary-soft: #ccfbf1;
    --success: #2e6a4f;
    --danger: #b13f2f;
    --shadow-sm: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 2px 16px rgba(0, 0, 0, 0.08), 0 4px 32px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 4px 32px rgba(0, 0, 0, 0.1), 0 8px 64px rgba(0, 0, 0, 0.06);
    --radius-lg: 14px;
    --radius-md: 9px;
    --radius-sm: 6px;
    --container: min(1120px, calc(100% - 40px));
}

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

[v-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Geeza Pro", "Cairo", "Tahoma", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ink);
    background-color: var(--bg);
    background-image:
        linear-gradient(180deg, #e8f5f3 0%, #f3f6f5 40%, #f3f6f5 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: var(--accent-strong);
    text-decoration-color: rgba(13, 148, 136, 0.3);
    text-underline-offset: 0.24em;
}

a:hover {
    text-decoration-color: currentColor;
}

p {
    margin: 0 0 1.15rem;
    color: var(--ink-soft);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--ink);
    line-height: 1.4;
}

h1 {
    font-size: clamp(1.6rem, 2.6vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.05rem;
    font-weight: 700;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

input[type="tel"] {
    direction: ltr;
    text-align: right;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #6b9b94 !important;
    opacity: 1;
}

.jynpyj5 {
    width: var(--container);
    margin: 0 auto;
}

/* ── HEADER — flat full-width sticky bar ── */
.r9raxch {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 clamp(16px, 3vw, 40px);
    height: 62px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 60;
    background: #ffffff;
    border-bottom: 2px solid rgba(13, 148, 136, 0.12);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s ease;
}

.r9raxch.sf349j {
    transform: translateY(-100%);
    transition: transform 0.28s ease;
}

.r9raxch.wocpsq,
.r9raxch.z8netv {
    transform: translateY(0);
}

.g83fi2i1 {
    display: inline-flex;
    align-items: center;
    width: 88px;
    flex: 0 0 auto;
}

.g83fi2i1 img {
    max-height: 38px;
    width: auto;
}

.zmkjh90 {
    flex: 1;
    display: flex;
    justify-content: center;
}

.zmkjh90 ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.zmkjh90 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--radius-sm);
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.zmkjh90 a:hover {
    background: rgba(13, 148, 136, 0.08);
    color: var(--accent-strong);
}

.xno2ve {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.vuqtw1o5 {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.efo2r07 {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13, 148, 136, 0.15);
    background: rgba(13, 148, 136, 0.04);
    transition: background-color 0.18s ease;
}

.efo2r07:hover {
    background: rgba(13, 148, 136, 0.1);
}

.r9raxch .xno2ve .efo2r07 svg {
    overflow: visible;
}

.r9raxch .xno2ve .efo2r07 svg path {
    stroke: var(--accent-strong);
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.efo2r07.myhkfa .vap6r6h1 {
    transform: translateY(10px) rotate(45deg);
}

.efo2r07.myhkfa .ww5862x2 {
    opacity: 0;
}

.efo2r07.myhkfa .ye1t7b {
    transform: translateY(-10px) rotate(-45deg);
}

.ku87uxk,
.av4n79 {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.dnv5lux1,
.a6yt5z3 {
    opacity: 0;
    transform: translateY(-6px);
}

/* ── MAIN LAYOUT ── */
main.jynpyj5 {
    padding: 32px 0 80px;
}

main.jynpyj5.hztqmvu {
    display: grid;
    gap: 32px;
}

/* ── HERO / PAGE BLOCK ── */
.crn326uq,
.a6sztg {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
    border-radius: var(--radius-lg);
    background: var(--secondary);
    isolation: isolate;
}

.crn326uq::before,
.a6sztg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at bottom left, rgba(94, 234, 212, 0.28) 0%, transparent 55%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
    z-index: -1;
}

.crn326uq::after,
.a6sztg::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(94, 234, 212, 0.08);
    transform: translate(60px, -80px);
    z-index: -1;
}

.crn326uq h1,
.a6sztg h1 {
    max-width: 14ch;
    color: #f0fdfa;
}

/* ── CONTENT SECTIONS ── */
.tbbd9m4,
.ps22dwq {
    display: grid;
    gap: 28px;
}

.ps22dwq > * {
    min-width: 0;
}

.tbbd9m4.hztqmvu .ps22dwq {
    gap: 36px;
}

/* ── CARDS ── */
.ugr257k,
.hvkc6ioc {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(13, 148, 136, 0.1);
    border-top: 3px solid var(--accent);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.ugr257k.r6d34v {
    padding: 22px;
}

.otvzeroe {
    font-size: 1.04rem;
    border-top-color: var(--accent-soft);
}

.u7axi0au {
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    line-height: 1.8;
    color: var(--ink);
}

/* ── SECTION HEADINGS ── */
.ezhxxj {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 4px;
}

.ezhxxj::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--line);
}

.ezhxxj::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 48px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
    z-index: 1;
}

.mfmvdiog {
    margin-bottom: 8px;
}

/* ── PROCESS STEPS — vertical timeline ── */
.yvozbk,
.esx6idot,
.am6oy8,
.wgprpv2 ul {
    list-style: none;
}

.rd3tmohy,
.ulfc2e9y,
.mei8ix2j {
    display: grid;
    gap: 20px;
}

.yvozbk {
    display: flex;
    flex-direction: column;
    gap: 12px;
    counter-reset: process;
}

.dx8650 {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(13, 148, 136, 0.1);
    border-radius: var(--radius-md);
    padding: 20px 22px;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: auto;
    padding-top: 20px !important;
}

.dx8650:hover {
    border-color: rgba(13, 148, 136, 0.3);
    box-shadow: var(--shadow-md);
}

.p4wk7jq {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 800;
}

.r56cm1x {
    flex: 1;
    min-width: 0;
}

.d0bdd7c {
    color: var(--ink);
    margin-bottom: 4px;
}

.vwhgjye {
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
}

/* ── PRICE CARD ── */
.evdc2ba {
    display: grid;
    justify-items: start;
    gap: 8px;
    background: var(--secondary);
    color: #f0fdfa;
    border-top: 3px solid var(--accent-soft);
}

.ku85gt,
.esu4y9nl,
.ps2a5l9 {
    color: inherit;
}

.esu4y9nl {
    font-size: clamp(1.5rem, 3vw, 1.2rem);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 2.5rem;
}

.esu4y9nl strong {
    font-weight: inherit;
}

/* ── SERVICE CATEGORIES GRID ── */
.g88opu8x {
    display: grid;
    gap: 16px;
}

.am6oy8 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.am6oy8 > li {
    min-width: 0;
}

.p3xorch3 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(13, 148, 136, 0.1);
    border-right: 4px solid var(--accent-soft);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.p3xorch3:hover,
.am6oy8 .p3xorch3.z8netv {
    border-right-color: var(--accent);
    box-shadow: var(--shadow-md);
    transform: translateX(-2px);
}

.am6oy8 .ku1hxl {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 148, 136, 0.08);
    border: 1px solid rgba(13, 148, 136, 0.12);
}

.p3xorch3 .ku1hxl svg {
    width: 28px;
    height: 28px;
}

.p3xorch3 .ku1hxl svg path {
    stroke: var(--accent-strong);
    stroke-width: 1.8;
    fill: none;
}

.p3xorch3 .ci5jr2i {
    margin: 0 0 4px;
    font-size: 0.96rem;
    color: var(--ink);
}

.p3xorch3 .l6xm086a {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.6;
}

/* ── FAQ ── */
.esx6idot {
    display: grid;
    gap: 10px;
}

.g1guyn {
    background: #ffffff;
    border: 1px solid rgba(13, 148, 136, 0.1);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.khosxc {
    font-weight: 700;
    color: var(--ink);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(13, 148, 136, 0.08);
    background: rgba(13, 148, 136, 0.03);
}

.l89zexk8 {
    color: var(--ink-soft);
    padding: 14px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ygsqbd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    height: 26px;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.khosxc .ygsqbd {
    background: rgba(13, 148, 136, 0.12);
    color: var(--accent-strong);
}

.es43mtru {
    text-align: center;
    font-weight: 600;
    color: var(--ink);
    margin-top: 1.5rem;
}

/* ── INNER PAGES ── */
.bm6ljm .ps22dwq {
    max-width: 860px;
    margin: 0 auto;
}

.bm6ljm .ugr257k {
    font-size: 1.02rem;
}

.bm6ljm .ugr257k p:last-child {
    margin-bottom: 0;
}

/* ── FORMS ── */
.img9whc1 {
    max-width: 820px;
    margin: 0 auto;
}

.e98s46k {
    margin-bottom: 1.2rem;
    position: relative;
}

.e98s46k:last-child {
    margin-bottom: 0;
}

.s1xbhl29 {
    position: relative;
    box-sizing: border-box;
}

.e98s46k label {
    margin-bottom: 0.56rem;
    display: block;
    padding: 0 2px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.e98s46k label span {
    color: var(--accent);
}

.s1xbhl29 input,
.s1xbhl29 select,
.s1xbhl29 textarea {
    width: 100%;
    border: 1.5px solid rgba(13, 148, 136, 0.16);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    color: var(--ink);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.s1xbhl29 input,
.s1xbhl29 select {
    height: 52px;
}

.s1xbhl29 textarea {
    min-height: 150px;
    resize: vertical;
}

.s1xbhl29.z8netv input,
.s1xbhl29.z8netv select,
.s1xbhl29.z8netv textarea,
.s1xbhl29 input:focus,
.s1xbhl29 select:focus,
.s1xbhl29 textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.14);
}

form .rq50tk input,
form .rq50tk select,
form .rq50tk textarea {
    background-color: rgba(46, 106, 79, 0.04);
    border-color: rgba(46, 106, 79, 0.4);
}

form .whux9hs0 input,
form .whux9hs0 select,
form .whux9hs0 textarea {
    background-color: rgba(177, 63, 47, 0.03);
    border-color: rgba(177, 63, 47, 0.4);
}

.s1xbhl29.rop4scf input {
    padding-left: 110px;
}

.oj49zi {
    position: relative;
}

.egvoguy {
    position: absolute;
    left: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2;
    height: 40px;
    padding: 0 10px;
    direction: ltr;
    border-radius: var(--radius-sm);
    background: rgba(13, 148, 136, 0.06);
    border: 1px solid rgba(13, 148, 136, 0.1);
    pointer-events: none;
}

.egvoguy .y952wf {
    width: 18px;
}

.egvoguy span {
    font-size: 0.86rem;
    color: var(--ink);
}

.s1xbhl29 svg.yy64etkc {
    width: 11px;
    position: absolute;
    right: 14px;
    top: 22px;
    pointer-events: none;
    fill: var(--muted);
}

/* ── BUTTONS ── */
.kkif0l {
    display: grid;
    justify-content: center;
}

.kbvua4 {
    min-width: min(100%, 320px);
    min-height: 52px;
    padding: 0 32px;
    margin: 24px auto 0;
    border: 0;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #ffffff;
    background: var(--accent);
    box-shadow: 0 2px 12px rgba(13, 148, 136, 0.25);
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.kbvua4:hover {
    background: var(--accent-strong);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.3);
}

.kbvua4:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
    transform: none;
    background: #a0d4cf;
}

/* ── FORM HELPERS ── */
.do9b3uq,
.k40awgb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.84rem;
}

.gwn01ff,
.uasvkmp,
.egvoguy .pn50oj {
    color: var(--muted);
}

.k40awgb {
    justify-content: center;
    margin: 16px 0 0;
    text-align: center;
}

.k40awgb .ku1hxl,
.ksuw7mwo .gdgm9a {
    flex: 0 0 auto;
}

.k40awgb .ku1hxl {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-sm);
    background: rgba(13, 148, 136, 0.08);
}

.k40awgb .ku1hxl svg {
    width: 16px;
    fill: none;
    stroke: var(--secondary);
    stroke-width: 1.6;
}

/* ── ERROR / SUCCESS ── */
.qy2aks {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--danger);
    font-size: 0.82rem;
    line-height: 1.5;
}

.qy2aks svg {
    width: 13px;
    fill: var(--danger);
    flex: 0 0 auto;
}

.bcf5nul8 {
    justify-content: center;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    background: rgba(177, 63, 47, 0.06);
    border: 1px solid rgba(177, 63, 47, 0.15);
}

.h5u2cmw.ugr257k,
.tbbd9m4.h5u2cmw .ugr257k {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.h5u2cmw h2,
.wnllpqqm {
    color: var(--accent-strong);
}

.wnllpqqm {
    font-weight: 800;
}

/* ── GRID UTILITIES ── */
.ntatlp5 {
    display: grid;
    gap: 18px;
}

.ntatlp5.i18ve50 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ntatlp5.utdh98p {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
}

.wkpih2xl {
    min-width: 0;
}

.ib6kzbne {
    display: block;
    height: 4px;
}

/* ── FOOTER ── */
.wgprpv2 {
    width: var(--container);
    margin: 0 auto 32px;
    padding: 32px 36px;
    border-radius: var(--radius-lg);
    background: var(--secondary);
    color: #e2faf6;
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--accent);
}

.wgprpv2 a,
.wgprpv2 p {
    color: inherit;
}

.wgprpv2 ul {
    display: grid;
    gap: 10px;
}

.wgprpv2 a {
    text-decoration: none;
    font-size: 0.93rem;
    opacity: 0.9;
    transition: opacity 0.15s ease;
}

.wgprpv2 a:hover {
    opacity: 1;
    color: var(--accent-soft);
}

.fsldes,
.vw8bzxd {
    margin: 0;
}

.vw8bzxd {
    opacity: 0.65;
    font-size: 0.88rem;
    margin-top: 12px;
}

/* ── WHATSAPP FLOAT — icon only circle ── */
.y2rf9l9h {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 50;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1aab6d;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(26, 171, 109, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.y2rf9l9h:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 28px rgba(26, 171, 109, 0.5);
}

.y2rf9l9h svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.y2rf9l9h span {
    display: none;
}

/* ── LOADING OVERLAY ── */
.f0z0f4 {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
}

.f0z0f4::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(243, 246, 245, 0.85);
    backdrop-filter: blur(4px);
}

.qfoidlz {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    justify-items: center;
}

.wmgt39 {
    width: 46px;
    height: 46px;
    border: 3px solid rgba(13, 148, 136, 0.15);
    border-top-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: tx8qj 0.75s linear infinite;
}

@keyframes tx8qj {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
    .yvozbk {
        grid-template-columns: 1fr;
    }

    .am6oy8,
    .ntatlp5.i18ve50,
    .ntatlp5.utdh98p {
        grid-template-columns: 1fr;
    }

    .crn326uq h1,
    .a6sztg h1 {
        max-width: none;
    }
}

@media (max-width: 760px) {
    :root {
        --container: calc(100% - 24px);
    }

    .r9raxch {
        padding: 0 16px;
        height: 58px;
    }

    .zmkjh90 {
        position: absolute;
        top: 58px;
        right: 0;
        left: 0;
        background: #ffffff;
        border-bottom: 1px solid rgba(13, 148, 136, 0.1);
        box-shadow: var(--shadow-md);
        flex: none;
        justify-content: flex-start;
    }

    .zmkjh90 ul {
        padding: 10px 16px;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .zmkjh90 a {
        justify-content: flex-start;
        padding: 0 12px;
    }

    main.jynpyj5 {
        padding-top: 20px;
    }

    .crn326uq,
    .a6sztg,
    .ugr257k,
    .hvkc6ioc,
    .wgprpv2 {
        padding: 22px;
        border-radius: var(--radius-lg);
    }

    .ugr257k.r6d34v {
        padding: 18px;
    }

    .do9b3uq {
        flex-direction: column;
        align-items: flex-start;
    }

    .kbvua4 {
        width: 100%;
        min-width: 0;
    }

    .p3xorch3 {
        flex-direction: column;
    }
}

.ps2a5l9 {
    margin-bottom: 0.6rem;
}

@media (min-width: 990px) {
    .g83fi2i1 img {
        max-height: 42px;
    }

    .g83fi2i1 {
        width: 110px;
    }
}

.qqj5iop {
    background: rgba(13, 148, 136, 0.06);
    border: 1px solid rgba(13, 148, 136, 0.14);
    border-right: 4px solid var(--accent);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    font-size: 0.93rem;
    color: var(--ink-soft);
}