@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --gc8ac:        #5DADE2;
    --e4985:  #85C1E9;
    --kb037:   #2E86C1;
    --o97f7:         #85C1E9;
    --lafd5:         #5DADE2;
    --gad15:    #2E86C1;
    --b0f9e:         #5DADE2;
    --j4142:    #2E86C1;
    --e9f84:           #060A10;
    --ec4bf:         #0C1420;
    --ea792:         #121E30;
    --l49c6:         #18283E;
    --n9c79:        #FFFFFF;
    --lcd1e:         #B0BEC5;
    --jad52:       #78909C;
    --d97ec:       #B0BEC5;
    --fcfae:    'Quicksand', sans-serif;
    --hc18d:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --b360b:       16px;
    --k4135:    24px;
    --k61ce:    10px;
    --l386f:        1100px;
    --m81dd:       0 6px 28px rgba(0,0,0,.45);
    --n212e:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--gc8ac);
    --color-primary-light: var(--e4985);
    --color-primary-dark: var(--kb037);
    --color-accent: var(--lafd5);
    --color-accent-dark: var(--gad15);
    --color-secondary: var(--b0f9e);
    --color-secondary-dark: var(--j4142);
    --color-surface: var(--ea792);
    --color-surface-elevated: var(--l49c6);
    --color-on-surface: var(--n9c79);
    --color-on-surface-muted: var(--lcd1e);
    --color-text: var(--n9c79);
    --color-text-secondary: var(--d97ec);
    --text-heading: var(--fcfae);
    --text-body: var(--hc18d);
    --space-xs: 4px;
    --space-sm: 8px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-2xl: 48px;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--hc18d);
    background: var(--e9f84);
    color: var(--n9c79);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--e4985); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.e7b5d7 { width: 92%; max-width: var(--l386f); margin: 0 auto; }

.c041f0 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.nc2586 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--gc8ac); color: var(--n9c79);
    padding: 8px 16px; border-radius: var(--k61ce);
    z-index: 999; transition: top .2s;
}
.nc2586:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.da50c1 {
    position: sticky; top: 0; z-index: 100;
    background: rgba(6,10,16,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(93,173,226,.15);
}
.d2f750 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.g0b837 {
    font-family: var(--fcfae);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--n9c79);
    white-space: nowrap; text-decoration: none;
}
.g0b837:hover { color: var(--e4985); }

/* Main Nav */
.p4fb5c { display: flex; align-items: center; gap: 20px; }
.p26903 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.p26903 a {
    color: var(--lcd1e); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.p26903 a:hover { color: var(--e4985); }

/* Language Select */
.h63cee {
    background: var(--ea792); color: var(--n9c79);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--k61ce);
    padding: 6px 28px 6px 10px; font-size: .85rem;
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%235DADE2'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 8px center;
    transition: border-color .2s;
}
.h63cee:hover, .h63cee:focus { border-color: var(--gc8ac); outline: none; }

/* Menu Toggle */
.obde34 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.m8bc8e, .m8bc8e::before, .m8bc8e::after {
    display: block; width: 24px; height: 2px;
    background: var(--n9c79); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.m8bc8e { position: relative; }
.m8bc8e::before, .m8bc8e::after { content: ''; position: absolute; left: 0; }
.m8bc8e::before { top: -7px; }
.m8bc8e::after { top: 7px; }

/* Mobile Nav */
.e4850d {
    display: none; position: fixed; inset: 0;
    background: rgba(6,10,16,.97); z-index: 200;
    align-items: center; justify-content: center;
    flex-direction: column; padding: 60px 20px;
}
.e4850d.of4d3f { display: flex; }
.p67f06 {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.p67f06 a {
    font-size: 1.2rem; font-weight: 600; color: var(--n9c79); text-decoration: none;
}
.p67f06 a:hover { color: var(--e4985); }

/* ===== BUTTONS ===== */
.g9c43c {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--fcfae); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--b360b); border: none;
    cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
    text-decoration: none; white-space: nowrap; letter-spacing: .3px;
}
.btn-primary {
    background: linear-gradient(135deg, var(--gc8ac) 0%, var(--e4985) 100%);
    color: #060A10; box-shadow: var(--n212e);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--e4985);
    border: 2px solid var(--gc8ac);
}
.btn-secondary:hover { background: rgba(93,173,226,.1); color: var(--frost); }

/* Gold CTA — main call-to-action (ice-blue themed) */
@keyframes pulse-glow {
    0%,100% { box-shadow: 0 0 22px rgba(93,173,226,.35); }
    50%      { box-shadow: 0 0 50px rgba(93,173,226,.65), 0 0 90px rgba(93,173,226,.15); }
}
.j54ffb {
    background: linear-gradient(135deg, #85C1E9 0%, #5DADE2 55%, #2E86C1 100%);
    color: #060A10; font-weight: 800; font-size: 1rem;
    box-shadow: 0 0 28px rgba(93,173,226,.4);
    /* animation moved to ::after */
}
.j54ffb:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.i3a349 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--k4135); }
.c06bb6 { padding: 8px 18px; font-size: .85rem; border-radius: var(--k61ce); }

/* Nav CTA in header */
.o1733d {
    background: linear-gradient(135deg, var(--gc8ac) 0%, var(--kb037) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--k61ce);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.o1733d:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.k22432 {
    padding: clamp(52px, 8vw, 90px) 0 clamp(44px, 6vw, 70px);
    text-align: center;
    background:
        radial-gradient(ellipse 80% 55% at 50% 0%, rgba(93,173,226,.12) 0%, transparent 65%),
        radial-gradient(ellipse 50% 40% at 50% 100%, rgba(133,193,233,.06) 0%, transparent 60%),
        var(--e9f84);
    position: relative; overflow: hidden;
}
.k22432::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(93,173,226,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(236,240,241,0.02)'/%3E%3Ccircle cx='70' cy='15' r='0.8' fill='rgba(93,173,226,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.da0704 {
    font-family: var(--fcfae);
    font-size: clamp(1.9rem, 4.5vw, 3rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 16px;
    background: linear-gradient(135deg, #85C1E9 0%, #ECF0F1 50%, #5DADE2 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ec00a5 {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--lcd1e);
    max-width: 640px; margin: 0 auto 32px; line-height: 1.7;
}

/* ===== HERO ===== */
.hero {
    position: relative;
    padding: clamp(64px, 10vw, 110px) 0 clamp(52px, 8vw, 88px);
    text-align: center; overflow: hidden;
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(93,173,226,.11) 0%, transparent 70%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(236,240,241,.06) 0%, transparent 60%),
        var(--e9f84);
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(93,173,226,0.04)'/%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(236,240,241,0.025)'/%3E%3Ccircle cx='70' cy='15' r='0.8' fill='rgba(93,173,226,0.03)'/%3E%3C/svg%3E");
    pointer-events: none;
}
.hero h1 {
    font-family: var(--fcfae);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700; line-height: 1.15; margin-bottom: 18px;
    background: linear-gradient(135deg, #85C1E9 0%, #ECF0F1 45%, #5DADE2 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.15rem); color: var(--lcd1e);
    max-width: 660px; margin: 0 auto 28px; line-height: 1.7;
}
.hero-stats {
    display: flex; justify-content: center;
    gap: clamp(10px, 3vw, 32px); flex-wrap: wrap; margin-bottom: 32px;
}
.hero-stat {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: .92rem; color: var(--lcd1e);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--k61ce);
}
.hero-stat strong { color: var(--e4985); }

/* ===== SECTIONS ===== */
.o26d8a { padding: clamp(52px, 7vw, 80px) 0; }
.db89c0 { background: var(--ec4bf); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--gc8ac); margin-bottom: 10px;
}
.o26d8a h2, .n45f36 {
    font-family: var(--fcfae);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.o26d8a h3 {
    font-family: var(--fcfae); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--e4985);
}
.o26d8a p, .section-desc {
    color: var(--lcd1e); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.o26d8a ul, .o26d8a ol {
    color: var(--lcd1e); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.o26d8a li { margin-bottom: 8px; }
.o26d8a li strong { color: var(--n9c79); }

/* ===== CARDS / GRID ===== */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--b360b); padding: 28px 24px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.card:hover {
    transform: translateY(-4px);
    border-color: rgba(93,173,226,.3);
    box-shadow: var(--m81dd);
}
.a97174 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--fcfae); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--n9c79);
}
.card p { color: var(--lcd1e); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.g2f4c6 { overflow-x: auto; margin: 24px 0; border-radius: var(--k61ce); }
.gd92fd { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.gd92fd thead th {
    background: var(--l49c6); color: var(--n9c79); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.gd92fd thead th:first-child { border-radius: var(--k61ce) 0 0 0; }
.gd92fd thead th:last-child { border-radius: 0 var(--k61ce) 0 0; }
.gd92fd tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.gd92fd td { padding: 13px 16px; }
.gd92fd td:first-child { color: var(--lcd1e); font-weight: 500; width: 42%; }
.gd92fd td:last-child { color: var(--n9c79); font-weight: 600; }
.gd92fd tr:hover { background: rgba(93,173,226,.04); }

/* ===== STEPS ===== */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 24px; counter-reset: step;
}
.step {
    text-align: center; padding: 24px 16px; counter-increment: step;
}
.step::before {
    content: counter(step);
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; margin: 0 auto 16px;
    background: linear-gradient(135deg, var(--gc8ac), var(--e4985));
    border-radius: 50%; font-family: var(--fcfae);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--lcd1e); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.n00ab7 { max-width: 800px; margin: 0 auto; }
details.c17312 { border-bottom: 1px solid rgba(255,255,255,.07); }
details.c17312 summary {
    display: block; list-style: none;
    color: var(--n9c79); font-family: var(--hc18d);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.c17312 summary::-webkit-details-marker { display: none; }
details.c17312 summary::marker { display: none; content: ''; }
details.c17312 summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--gc8ac); transition: transform .3s;
}
details.c17312[open] summary::after { content: '\2212'; }
details.c17312 summary:hover { color: var(--e4985); }
details.c17312 > p { padding: 0 0 20px; color: var(--lcd1e); font-size: .9rem; line-height: 1.7; }
details.c17312 > div { padding: 0 0 20px; color: var(--lcd1e); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--ec4bf); }

/* ===== INFO GRID & CARDS ===== */
.d15308 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.gf1a5f {
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--b360b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.gf1a5f:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--m81dd);
}
.pd3f22 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.gf1a5f h3 {
    font-family: var(--fcfae); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--n9c79);
}
.gf1a5f p { color: var(--lcd1e); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.kc35ea {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.c1b593 {
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--b360b); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.c1b593:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.c1b593 h3 {
    font-family: var(--fcfae); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--e4985);
}
.c1b593 p { color: var(--lcd1e); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.lfe1fa {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.nbc462 { text-align: center; padding: 22px 14px; }
.e4c777 {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--gc8ac), var(--e4985));
    border-radius: 50%; font-family: var(--fcfae);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.nbc462 h3 {
    font-family: var(--fcfae); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--n9c79);
}
.nbc462 p { color: var(--lcd1e); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.feea47 {
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--k4135);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.d9cc08 { margin-top: 24px; }
.ba8db9 {
    display: grid; grid-template-columns: 1fr 140px auto;
    align-items: center; gap: 12px;
    padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .9rem;
}
.ba8db9 > span:first-child { color: var(--lcd1e); text-align: left; }
.gf9d01 {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.icab58 {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.ba8db9 > span:last-child { color: var(--e4985); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.i4e179 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.fd3cb2, .e54de6 {
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border-radius: var(--b360b); padding: 24px 22px;
}
.fd3cb2 { border-top: 3px solid var(--gc8ac); }
.e54de6 { border-top: 3px solid var(--coral); }
.fd3cb2 h3, .fd3cb2 h4 { color: var(--e4985); margin-bottom: 12px; font-size: 1rem; }
.e54de6 h3, .e54de6 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.fd3cb2 ul, .e54de6 ul { list-style: none; padding: 0; margin: 0; }
.fd3cb2 li::before { content: '\2713 '; color: var(--gc8ac); font-weight: 700; }
.e54de6 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.fd3cb2 li, .e54de6 li { padding: 5px 0; color: var(--lcd1e); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.a56dfa {
    text-align: center; padding: clamp(52px, 7vw, 80px) 0;
    background:
        radial-gradient(ellipse 70% 60% at 50% 50%, rgba(93,173,226,.08) 0%, transparent 65%),
        radial-gradient(ellipse 80% 50% at 50% 50%, rgba(236,240,241,.05) 0%, transparent 70%),
        var(--ec4bf);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.a56dfa h2 {
    font-family: var(--fcfae);
    font-size: clamp(1.5rem, 3.5vw, 2.3rem);
    font-weight: 700; margin-bottom: 12px;
    background: linear-gradient(135deg, #85C1E9, #ECF0F1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.a56dfa p { color: var(--lcd1e); margin-bottom: 32px; font-size: .97rem; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ===== HIGHLIGHT BOX ===== */
.highlight-box {
    background: linear-gradient(135deg, rgba(93,173,226,.08), rgba(46,134,193,.05));
    border: 1px solid rgba(93,173,226,.2); border-left: 4px solid var(--gc8ac);
    border-radius: var(--k61ce); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--lcd1e); font-size: .9rem; }
.highlight-box strong { color: var(--e4985); }

/* ===== BREADCRUMB ===== */
.a9845d { padding: 14px 0; font-size: .82rem; }
.kb1428 { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.kb1428 li + li::before { content: '\203A'; margin-right: 8px; color: var(--jad52); }
.a9845d a { color: var(--jad52); }
.a9845d a:hover { color: var(--e4985); }
.a9845d [aria-current] { color: var(--gc8ac); }

/* ===== SITE FOOTER ===== */
.a9d83d {
    background: var(--e9f84); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.b08d04 {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.b08d04 a {
    color: var(--jad52); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.b08d04 a:hover { color: var(--e4985); }

.n2f61d {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.n2f61d p {
    color: var(--jad52); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.n2f61d a { color: var(--gc8ac); }
.efde63 { text-align: center; color: var(--jad52); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.mae919 { max-width: 800px; margin: 0 auto; }
.mae919 p {
    color: var(--lcd1e); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.mae919 p:last-child { margin-bottom: 0; }
.mae919 strong { color: var(--n9c79); }
.mae919 a { color: var(--e4985); text-decoration: underline; text-underline-offset: 3px; }
.mae919 a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.haad6d {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.hdf877 { direction: rtl; }
.hdf877 > * { direction: ltr; }
.m459ab { border-radius: var(--k4135); overflow: hidden; }
.m459ab img {
    width: 100%; height: auto; display: block;
    border-radius: var(--k4135);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.d62e4b { color: var(--lcd1e); font-size: .93rem; line-height: 1.7; }
.d62e4b strong { color: var(--n9c79); }
.d62e4b a { color: var(--e4985); }
@media (max-width: 768px) {
    .haad6d { grid-template-columns: 1fr; gap: 24px; }
    .hdf877 { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--kb037);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--kb037); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.ifb5d8 {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--gc8ac);
    color: #060A10; border: none; border-radius: 50%;
    font-size: 1.2rem; cursor: pointer;
    opacity: 0; visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .2s;
    z-index: 90; box-shadow: var(--m81dd);
}
.ifb5d8.o4fbd9 { opacity: 1; visibility: visible; }
.ifb5d8:hover { transform: translateY(-3px); background: var(--kb037); }

/* ===== REVIEW SCORE (review page) ===== */
.b50f53 {
    font-family: var(--fcfae); font-size: 5rem; font-weight: 700;
    background: linear-gradient(135deg, #85C1E9, #ECF0F1);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    line-height: 1;
}
.score-stars { font-size: 1.8rem; color: var(--e4985); letter-spacing: 3px; margin: 8px 0; }
.score-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: .9rem; }
.score-table td { padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.06); }
.score-table td:first-child { color: var(--lcd1e); width: 55%; }
.score-table td:last-child { color: var(--e4985); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.p5a09d {
    display: none;
    position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
    padding: 12px 16px;
    background: rgba(6,10,16,.96);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(93,173,226,.2);
    text-align: center;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5);
}
.p5a09d .g9c43c { width: 100%; max-width: 360px; justify-content: center; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .p26903 { display: none; }
    .p4fb5c .h63cee { display: none; }
    .obde34 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .i4e179 { grid-template-columns: 1fr; }
    section, .o26d8a { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .b08d04 { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .lfe1fa { grid-template-columns: 1fr 1fr; }
    .d15308 { grid-template-columns: 1fr 1fr; }
    .ba8db9 { grid-template-columns: 1fr 100px auto; }
    .p5a09d { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .i3a349 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .lfe1fa { grid-template-columns: 1fr; }
    .d15308 { grid-template-columns: 1fr; }
    .d2f750 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .b50f53 { font-size: 3.5rem; }
    .ba8db9 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .i4e179 { grid-template-columns: 1fr; }
    .feea47 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.k0d220 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.k0d220 summary.i57076 {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    color: var(--n9c79);
    padding: 6px 11px;
    border-radius: var(--k61ce);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--hc18d);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.k0d220 summary.i57076::-webkit-details-marker { display: none; }
.k0d220 summary.i57076::marker { display: none; }
.k0d220:hover summary.i57076,
.k0d220[open] summary.i57076 {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--e4985);
}
.gfd3d7 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.k0d220[open] .gfd3d7 { transform: rotate(180deg); }

.ma92af {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--ea792);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--b360b);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.k0d220[open] .ma92af {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    max-height: 400px;
    overflow-y: auto;
    animation: fadeInDown .15s ease;
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ma92af li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--d97ec);
    border-radius: var(--k61ce);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.ma92af li a:hover,
.ma92af li a.i589c9 {
    background: rgba(255,255,255,.08);
    color: var(--e4985);
}
.ma92af li a.i589c9 { font-weight: 700; }

/* Mobile lang bar */
.bc72e9 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.bc72e9 a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--k61ce);
    color: var(--d97ec);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.bc72e9 a:hover,
.bc72e9 a.h94a69 {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--e4985);
}
.bc72e9 a.h94a69 { font-weight: 700; }

@media (max-width: 768px) {
    .k0d220 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.d15308, ul.f24af6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.h087d1 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .h087d1 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.lfe1fa, ol.cb8863 { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.cb8863 > li { counter-increment: step-counter; }
ol.cb8863 > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--gc8ac); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.c233d2 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--gc8ac); }
.o418d2 { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.k9b270 { width: 36px; height: 36px; border-radius: 50%; background: var(--gc8ac); color: var(--e9f84); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.f58b5c h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.me9c21 { display: grid; grid-template-columns: 1fr; gap: 0; }
.i37d58 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.i37d58:last-child { border-bottom: none; }
.lb1b47 { font-weight: 600; padding: .75rem 1rem; color: var(--gc8ac); }
.ae2e09 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.db736a .le9ce6 { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.db736a .e6a6e2 { display: none; }
.db736a .c17312.of4d3f .e6a6e2 { display: block; }

/* faq variant C: definition list */
dl.n00ab7 { display: grid; gap: 0; }
dl.n00ab7 dt.jcc211 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.n00ab7 dd.e6a6e2 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.g26c9f { padding: 2rem 0; }
.edaed8 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.edaed8 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--b360b); border: 1px solid var(--lafd5); color: var(--lafd5); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.edaed8 li a:hover { background: var(--lafd5); color: var(--e9f84); }


/* Promo Banner (SVG image banners) */
.n994ac { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.j1b583 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.j1b583:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.c00dc7 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.a97174 { display: inline-block; vertical-align: middle; }
.pd3f22 .a97174 { width: 32px; height: 32px; }

/* ===== KEY FACTS (AI/AEO) ===== */
.key-facts {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
    background: linear-gradient(145deg, var(--ea792), var(--l49c6));
    border-radius: var(--b360b); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--k61ce); background: var(--ec4bf); }
.fact-row dt { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--txt-2); }
.fact-row dd { margin: 0; font-size: 1.1rem; font-weight: 700; color: var(--lafd5); }
@media (max-width: 768px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .key-facts { grid-template-columns: 1fr; } }

/* ===== ACCESSIBILITY (ui-ux-pro-max) ===== */
:focus-visible { outline: 2px solid var(--lafd5); outline-offset: 2px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .j54ffb { animation: none; }
}
/* Touch targets: minimum 44x44px */
.g9c43c, .j54ffb, .i3a349, .c06bb6, .o1733d, .obde34, .le9ce6, .jcc211, .ifb5d8, .p5a09d a, .i57076 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.j54ffb { position: relative; overflow: visible; }
.j54ffb::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--lafd5); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.j54ffb:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.j54ffb::after { animation: pulse-glow 3s ease-in-out infinite; }

/* ===== TRUST BADGES (mktg-marketing-psychology) ===== */
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.hero-badge {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 4px 12px; border-radius: 20px;
    font-size: 0.75rem; font-weight: 600;
    background: rgba(255,255,255,0.08); color: var(--txt-2);
    border: 1px solid rgba(255,255,255,0.1);
}
.hero-badge.freshness { color: var(--lafd5); border-color: rgba(212,168,67,0.3); }

/* ===== PAYMENT / PROVIDER / TRUST GRIDS ===== */
.payment-grid, .provider-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 20px; }
.payment-item, .provider-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; min-width: 80px; border-radius: var(--k61ce); background: var(--ea792); transition: transform 0.2s; }
.payment-item:hover, .provider-item:hover { transform: translateY(-2px); }
.payment-item span, .provider-item span { font-size: 0.75rem; color: var(--txt-2); text-align: center; }
.trust-grid { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 16px; border-radius: var(--k61ce); background: var(--ea792); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--lafd5); }
.trust-item span { font-size: 0.7rem; color: var(--lafd5); font-weight: 600; }

/* ===== USER REVIEWS ===== */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.review-card { background: var(--ea792); border-radius: var(--b360b); padding: 20px; border: 1px solid rgba(255,255,255,0.05); }
.review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.review-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--lafd5), var(--gc8ac)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--e9f84); flex-shrink: 0; }
.review-stars { color: var(--lafd5); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--jad52); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--d97ec); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1100px; }
:root { --radius: 2px; --radius-lg: 4px; --radius-sm: 1px; }
.section { padding: clamp(52px, 7vw, 80px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.info-card:hover, .bonus-card:hover { box-shadow: 0 2px 8px rgba(0,0,0,.2); }
body { line-height: 1.6; }
body { font-size: 16.5px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: none; border-color: var(--gold); }


/* ===== USA design language: Pastel Cloud (cloud) ===== */
:root{
  --cbg:#FFF5EC; --csurf:#FFFFFF; --csurf2:#F8E8DC;
  --ctext:#2A2333; --cmuted:#6E6480; --cacc:#FFB4A2; --cacc2:#B8E0D2;
  --cbord:#F0DCD0; --cfh:'Comfortaa',cursive; --cfb:'DM Sans',sans-serif;
}
html{scroll-behavior:smooth;}
*{box-sizing:border-box;}
body{font-family:var(--cfb);color:var(--ctext)!important;line-height:1.6;}
h1,h2,h3,h4,.da0704,.n45f36{font-family:var(--cfh);}
.e7b5d7{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.o26d8a{padding:58px 0;position:relative;}
.d15308{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.d15308.h087d1{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.lfe1fa{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.i4e179{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.haad6d{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.hdf877{direction:rtl;}.hdf877>*{direction:ltr;}
.m459ab img,.m459ab svg{width:100%;height:auto;}
.d62e4b p{margin:0 0 1em;}
.n00ab7{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.jcc211{cursor:pointer;list-style:none;position:relative;}.jcc211::-webkit-details-marker{display:none;}
.trust-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;}
.trust-item{display:inline-flex;align-items:center;gap:10px;text-decoration:none;}
.trust-item img{width:30px;height:30px;}
.c00dc7{width:100%;height:auto;display:block;}
.logo-mark{vertical-align:middle;margin-right:9px;}
table{width:100%;border-collapse:collapse;}
table th,table td{padding:13px 16px;text-align:left;}
@media (prefers-reduced-motion: no-preference){
  @keyframes u-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
  .hero-art img,.hero-art svg{animation:u-float 6.5s ease-in-out infinite;}
  section.u-rev{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
  section.u-rev.u-in{opacity:1;transform:none;}
}
@media (max-width:900px){
  .k22432 .e7b5d7{grid-template-columns:1fr !important;}
  .haad6d,.i4e179{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.hdf877{direction:ltr;}
}

/* PASTEL CLOUD — мечтательный персик/мята, Comfortaa, мягкий */
body{background:
  radial-gradient(620px 480px at 4% -4%,rgba(255,180,162,0.3),transparent 60%),
  radial-gradient(560px 440px at 96% 8%,rgba(184,224,210,0.28),transparent 60%),
  radial-gradient(720px 540px at 50% 110%,rgba(255,180,162,0.18),transparent 60%),#FFF5EC!important;color:#2A2333!important;}
header,.da50c1{background:rgba(255,255,255,0.85)!important;border-bottom:1px solid #F0DCD0!important;backdrop-filter:blur(10px);}
header a,nav a{color:#6E6480!important;font-family:'Comfortaa',cursive;font-weight:600;}header a:hover{color:#FFB4A2!important;}
.k22432{padding:88px 0 60px;background:transparent!important;}.k22432::before{display:none!important;}
.k22432.has-art .e7b5d7{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;}
.da0704{font-family:'Comfortaa',cursive;font-weight:700;font-size:clamp(2.2rem,4.8vw,3.6rem);line-height:1.12;color:#2A2333!important;-webkit-text-fill-color:#2A2333!important;background:none!important;letter-spacing:-.01em;}
.ec00a5{color:#6E6480;font-family:'DM Sans',sans-serif;font-size:1.14rem;max-width:54ch;margin:20px 0 28px;}
.n45f36{text-align:center;font-family:'Comfortaa',cursive;font-weight:700;color:#2A2333!important;}
.n45f36::after{content:"";display:block;width:120px;height:14px;border-radius:14px;margin:16px auto 0;
  background:radial-gradient(closest-side,#FFB4A2 60%,transparent 70%) 0/24px 14px space,radial-gradient(closest-side,#B8E0D2 60%,transparent 70%) 12px/24px 14px space;}
.j54ffb,.o1733d{background:linear-gradient(120deg,#FFB4A2,#B8E0D2)!important;color:#2A2333!important;border:none!important;border-radius:999px;font-family:'Comfortaa',cursive;font-weight:700;box-shadow:0 14px 30px rgba(255,180,162,0.35);}
.i3a349{padding:16px 38px;}.j54ffb:hover,.o1733d:hover{transform:translateY(-3px);box-shadow:0 20px 38px rgba(255,180,162,0.5);}
.hero-trust{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.hero-badge{background:#FFFFFF!important;border:none!important;color:#6E6480!important;border-radius:999px;padding:10px 18px;font-family:'Comfortaa',cursive;font-weight:600;font-size:.84rem;box-shadow:0 6px 16px rgba(255,180,162,0.18);}
.gf1a5f,.c1b593,.nbc462,.fd3cb2,.e54de6{background:#FFFFFF!important;border:none!important;border-radius:32px;padding:30px;box-shadow:0 18px 40px rgba(255,180,162,0.15)!important;transition:transform .25s,box-shadow .25s;}
.gf1a5f:hover,.c1b593:hover,.nbc462:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 26px 52px rgba(255,180,162,0.28)!important;}
.gf1a5f h3,.c1b593 h3,.nbc462 h3{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;}
.gf1a5f p,.c1b593 p,.nbc462 p{color:#6E6480!important;font-family:'DM Sans',sans-serif;}
.e4c777,.k9b270{background:linear-gradient(120deg,#FFB4A2,#B8E0D2);color:#2A2333;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Comfortaa',cursive;font-weight:700;margin-bottom:10px;box-shadow:0 10px 22px rgba(255,180,162,0.4);}
.d62e4b{color:#6E6480;font-family:'DM Sans',sans-serif;}.d62e4b strong{color:#2A2333;}.m459ab img{border-radius:36px;box-shadow:0 22px 48px rgba(255,180,162,0.22);}
.db89c0{background:rgba(248,232,220,0.6)!important;}
.c17312{background:#FFFFFF!important;border:none!important;border-radius:24px;padding:4px 22px;box-shadow:0 10px 24px rgba(255,180,162,0.12);}
.jcc211{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;padding:16px 0;}
details.c17312 summary.jcc211::after{content:"+";position:absolute;right:0;top:14px;color:#FFB4A2;font-size:1.4rem;}details.c17312[open] summary.jcc211::after{content:"\2013";}
.e6a6e2{color:#6E6480!important;font-family:'DM Sans',sans-serif;padding-bottom:14px;}
.trust-item{background:#FFFFFF!important;border:none!important;border-radius:999px;padding:13px 20px;color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:600;box-shadow:0 8px 18px rgba(255,180,162,0.18);}
.j1b583{border-radius:36px;display:block;overflow:hidden;box-shadow:0 20px 44px rgba(255,180,162,0.25);}
footer,.a9d83d{background:rgba(248,232,220,0.7)!important;border-top:none!important;color:#6E6480!important;}footer a{color:#6E6480!important;}footer a:hover{color:#FFB4A2!important;}

.mae919 strong,.haad6d strong,.faq strong,.i4e179 strong{color:inherit !important;}
