@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');
/* ===== ARCTIC FROST — Design System ===== */
:root {
    --k7e25:        #5DADE2;
    --g897c:  #85C1E9;
    --lb461:   #2E86C1;
    --efb59:         #85C1E9;
    --g249f:         #5DADE2;
    --dbd78:    #2E86C1;
    --kc4e0:         #5DADE2;
    --f589d:    #2E86C1;
    --df420:           #060A10;
    --h57a2:         #0C1420;
    --p9401:         #121E30;
    --l0baa:         #18283E;
    --d2c3e:        #FFFFFF;
    --g710f:         #B0BEC5;
    --l38ae:       #78909C;
    --h48d4:       #B0BEC5;
    --m99b1:    'Quicksand', sans-serif;
    --lc097:    'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --k0e26:       16px;
    --fbc35:    24px;
    --i49a1:    10px;
    --mc4ea:        1100px;
    --oc27a:       0 6px 28px rgba(0,0,0,.45);
    --h08c8:         0 0 32px rgba(93,173,226,.25);
    --frost:        #ECF0F1;
    --silver:       #D5DBDB;
    --coral:        #E74C3C;
}
/* ===== SEMANTIC TOKENS (design-system layer 2) ===== */
:root {
    --color-primary: var(--k7e25);
    --color-primary-light: var(--g897c);
    --color-primary-dark: var(--lb461);
    --color-accent: var(--g249f);
    --color-accent-dark: var(--dbd78);
    --color-secondary: var(--kc4e0);
    --color-secondary-dark: var(--f589d);
    --color-surface: var(--p9401);
    --color-surface-elevated: var(--l0baa);
    --color-on-surface: var(--d2c3e);
    --color-on-surface-muted: var(--g710f);
    --color-text: var(--d2c3e);
    --color-text-secondary: var(--h48d4);
    --text-heading: var(--m99b1);
    --text-body: var(--lc097);
    --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(--lc097);
    background: var(--df420);
    color: var(--d2c3e);
    line-height: 1.7;
    font-size: 16px;
    overflow-x: hidden;
}
a { color: var(--g897c); text-decoration: none; transition: color .2s; }
a:hover { color: var(--frost); }
img { max-width: 100%; height: auto; display: block; }

.d5d2df { width: 92%; max-width: var(--mc4ea); margin: 0 auto; }

.jeb013 {
    position: absolute; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0,0,0,0); border: 0;
}

/* ===== SKIP LINK ===== */
.n2c384 {
    position: absolute; top: -100px; left: 50%;
    transform: translateX(-50%);
    background: var(--k7e25); color: var(--d2c3e);
    padding: 8px 16px; border-radius: var(--i49a1);
    z-index: 999; transition: top .2s;
}
.n2c384:focus { top: 10px; }

/* ===== SITE HEADER ===== */
.dd77ea {
    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);
}
.p2e950 {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 0; gap: 16px;
}
.o08a49 {
    font-family: var(--m99b1);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 700; color: var(--d2c3e);
    white-space: nowrap; text-decoration: none;
}
.o08a49:hover { color: var(--g897c); }

/* Main Nav */
.b0a887 { display: flex; align-items: center; gap: 20px; }
.cf8095 {
    display: flex; gap: 24px; list-style: none;
    font-size: .92rem; font-weight: 500; align-items: center;
}
.cf8095 a {
    color: var(--g710f); padding: 4px 0;
    position: relative; transition: color .2s; text-decoration: none;
}
.cf8095 a:hover { color: var(--g897c); }

/* Language Select */
.c0808c {
    background: var(--p9401); color: var(--d2c3e);
    border: 1px solid rgba(93,173,226,.25);
    border-radius: var(--i49a1);
    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;
}
.c0808c:hover, .c0808c:focus { border-color: var(--k7e25); outline: none; }

/* Menu Toggle */
.a4a098 {
    display: none; background: none; border: none;
    cursor: pointer; padding: 6px; width: 36px; height: 36px;
    align-items: center; justify-content: center; position: relative;
}
.e4637d, .e4637d::before, .e4637d::after {
    display: block; width: 24px; height: 2px;
    background: var(--d2c3e); border-radius: 2px; transition: transform .3s, opacity .3s;
}
.e4637d { position: relative; }
.e4637d::before, .e4637d::after { content: ''; position: absolute; left: 0; }
.e4637d::before { top: -7px; }
.e4637d::after { top: 7px; }

/* Mobile Nav */
.n36994 {
    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;
}
.n36994.jb4137 { display: flex; }
.p2cfed {
    list-style: none; display: flex; flex-direction: column;
    align-items: center; gap: 24px;
}
.p2cfed a {
    font-size: 1.2rem; font-weight: 600; color: var(--d2c3e); text-decoration: none;
}
.p2cfed a:hover { color: var(--g897c); }

/* ===== BUTTONS ===== */
.a5136e {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    font-family: var(--m99b1); font-weight: 700; font-size: .95rem;
    padding: 12px 28px; border-radius: var(--k0e26); 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(--k7e25) 0%, var(--g897c) 100%);
    color: #060A10; box-shadow: var(--h08c8);
}
.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 40px rgba(93,173,226,.5);
    color: #060A10;
}
.btn-secondary {
    background: transparent; color: var(--g897c);
    border: 2px solid var(--k7e25);
}
.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); }
}
.a7417b {
    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 */
}
.a7417b:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 56px rgba(93,173,226,.65);
    color: #060A10; animation: none;
}

.n04908 { padding: 17px 42px; font-size: 1.1rem; border-radius: var(--fbc35); }
.nafd70 { padding: 8px 18px; font-size: .85rem; border-radius: var(--i49a1); }

/* Nav CTA in header */
.j1427e {
    background: linear-gradient(135deg, var(--k7e25) 0%, var(--lb461) 100%);
    color: #060A10 !important; font-weight: 700;
    padding: 9px 22px; border-radius: var(--i49a1);
    box-shadow: 0 0 16px rgba(93,173,226,.3);
    transition: transform .2s, box-shadow .2s;
}
.j1427e:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(93,173,226,.55);
    color: #060A10 !important;
}

/* ===== PAGE HERO (subpages) ===== */
.kb4ea6 {
    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(--df420);
    position: relative; overflow: hidden;
}
.kb4ea6::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;
}
.f5bdd6 {
    font-family: var(--m99b1);
    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;
}
.c0b75c {
    font-size: clamp(.97rem, 2vw, 1.12rem); color: var(--g710f);
    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(--df420);
}
.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(--m99b1);
    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(--g710f);
    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(--g710f);
    padding: 7px 14px;
    background: rgba(93,173,226,.06);
    border: 1px solid rgba(93,173,226,.15);
    border-radius: var(--i49a1);
}
.hero-stat strong { color: var(--g897c); }

/* ===== SECTIONS ===== */
.g437f1 { padding: clamp(52px, 7vw, 80px) 0; }
.bc87a2 { background: var(--h57a2); }
.section-tag {
    display: inline-block; font-size: .75rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--k7e25); margin-bottom: 10px;
}
.g437f1 h2, .p751b0 {
    font-family: var(--m99b1);
    font-size: clamp(1.5rem, 3.5vw, 2.1rem);
    font-weight: 700; margin-bottom: 16px; line-height: 1.25;
}
.g437f1 h3 {
    font-family: var(--m99b1); font-size: 1.1rem; font-weight: 600;
    margin: 28px 0 8px; color: var(--g897c);
}
.g437f1 p, .section-desc {
    color: var(--g710f); font-size: .95rem; line-height: 1.7; margin-bottom: 12px;
}
.section-desc { max-width: 700px; margin-bottom: 36px; }
.g437f1 ul, .g437f1 ol {
    color: var(--g710f); font-size: .93rem; line-height: 1.7;
    padding-left: 20px; margin-bottom: 16px;
}
.g437f1 li { margin-bottom: 8px; }
.g437f1 li strong { color: var(--d2c3e); }

/* ===== 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(--p9401), var(--l0baa));
    border: 1px solid rgba(93,173,226,.1);
    border-radius: var(--k0e26); 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(--oc27a);
}
.nb7b76 { font-size: 2rem; margin-bottom: 14px; display: block; }
.card h3 {
    font-family: var(--m99b1); font-size: 1.05rem; font-weight: 600;
    margin-bottom: 8px; color: var(--d2c3e);
}
.card p { color: var(--g710f); font-size: .9rem; line-height: 1.6; }

/* ===== INFO TABLE ===== */
.icb161 { overflow-x: auto; margin: 24px 0; border-radius: var(--i49a1); }
.ef6512 { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.ef6512 thead th {
    background: var(--l0baa); color: var(--d2c3e); font-weight: 600;
    font-size: .88rem; text-align: left; padding: 14px 16px;
    border-bottom: 2px solid rgba(93,173,226,.2);
}
.ef6512 thead th:first-child { border-radius: var(--i49a1) 0 0 0; }
.ef6512 thead th:last-child { border-radius: 0 var(--i49a1) 0 0; }
.ef6512 tr { border-bottom: 1px solid rgba(255,255,255,.06); }
.ef6512 td { padding: 13px 16px; }
.ef6512 td:first-child { color: var(--g710f); font-weight: 500; width: 42%; }
.ef6512 td:last-child { color: var(--d2c3e); font-weight: 600; }
.ef6512 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(--k7e25), var(--g897c));
    border-radius: 50%; font-family: var(--m99b1);
    font-size: 1.2rem; font-weight: 700; color: #060A10;
}
.step h3 { font-size: .95rem; font-weight: 600; margin-bottom: 6px; }
.step p { color: var(--g710f); font-size: .85rem; line-height: 1.5; }

/* ===== FAQ — details/summary ===== */
.dbaa4f { max-width: 800px; margin: 0 auto; }
details.j5b06e { border-bottom: 1px solid rgba(255,255,255,.07); }
details.j5b06e summary {
    display: block; list-style: none;
    color: var(--d2c3e); font-family: var(--lc097);
    font-size: .97rem; font-weight: 600;
    padding: 20px 40px 20px 0;
    cursor: pointer; position: relative; transition: color .2s;
}
details.j5b06e summary::-webkit-details-marker { display: none; }
details.j5b06e summary::marker { display: none; content: ''; }
details.j5b06e summary::after {
    content: '+'; position: absolute; right: 0; top: 50%;
    transform: translateY(-50%); font-size: 1.4rem;
    color: var(--k7e25); transition: transform .3s;
}
details.j5b06e[open] summary::after { content: '\2212'; }
details.j5b06e summary:hover { color: var(--g897c); }
details.j5b06e > p { padding: 0 0 20px; color: var(--g710f); font-size: .9rem; line-height: 1.7; }
details.j5b06e > div { padding: 0 0 20px; color: var(--g710f); font-size: .9rem; line-height: 1.7; }
.faq-section { background: var(--h57a2); }

/* ===== INFO GRID & CARDS ===== */
.a24efe {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.lcd3b4 {
    background: linear-gradient(145deg, var(--p9401), var(--l0baa));
    border: 1px solid rgba(93,173,226,.12); border-radius: var(--k0e26); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.lcd3b4:hover {
    transform: translateY(-5px);
    border-color: rgba(93,173,226,.35);
    box-shadow: var(--oc27a);
}
.a50449 { font-size: 2.2rem; margin-bottom: 14px; display: block; }
.lcd3b4 h3 {
    font-family: var(--m99b1); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--d2c3e);
}
.lcd3b4 p { color: var(--g710f); font-size: .9rem; line-height: 1.6; }

/* ===== BONUS GRID & CARDS ===== */
.p553a1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px; margin-top: 24px;
}
.i41c0b {
    background: linear-gradient(145deg, var(--p9401), var(--l0baa));
    border: 1px solid rgba(93,173,226,.15); border-radius: var(--k0e26); padding: 28px 22px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
}
.i41c0b:hover { transform: translateY(-5px); border-color: rgba(93,173,226,.38); }
.i41c0b h3 {
    font-family: var(--m99b1); font-size: 1.05rem; font-weight: 700;
    margin-bottom: 8px; color: var(--g897c);
}
.i41c0b p { color: var(--g710f); font-size: .9rem; line-height: 1.6; }

/* ===== STEPS GRID & CARDS ===== */
.kf6788 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px; margin-top: 24px;
}
.jbadf2 { text-align: center; padding: 22px 14px; }
.ed3a2d {
    display: flex; align-items: center; justify-content: center;
    width: 50px; height: 50px; margin: 0 auto 14px;
    background: linear-gradient(135deg, var(--k7e25), var(--g897c));
    border-radius: 50%; font-family: var(--m99b1);
    font-size: 1.15rem; font-weight: 800; color: #060A10;
    box-shadow: 0 0 22px rgba(93,173,226,.35);
}
.jbadf2 h3 {
    font-family: var(--m99b1); font-size: .97rem; font-weight: 600;
    margin-bottom: 6px; color: var(--d2c3e);
}
.jbadf2 p { color: var(--g710f); font-size: .87rem; line-height: 1.5; }

/* ===== REVIEW SCORE CARD ===== */
.h8d047 {
    background: linear-gradient(145deg, var(--p9401), var(--l0baa));
    border: 1px solid rgba(93,173,226,.18); border-radius: var(--fbc35);
    padding: 36px 32px; text-align: center;
    max-width: 560px; margin: 0 auto 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,.4);
}
.c9949a { margin-top: 24px; }
.f51d83 {
    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;
}
.f51d83 > span:first-child { color: var(--g710f); text-align: left; }
.e5651e {
    height: 7px; background: rgba(255,255,255,.08);
    border-radius: 4px; overflow: hidden;
}
.ec9e49 {
    height: 100%;
    background: linear-gradient(90deg, #2E86C1 0%, #85C1E9 100%);
    border-radius: 4px;
}
.f51d83 > span:last-child { color: var(--g897c); font-weight: 700; min-width: 28px; text-align: right; }

/* ===== PROS / CONS ===== */
.f0b068 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 28px; }
.m4d988, .a0ec99 {
    background: linear-gradient(145deg, var(--p9401), var(--l0baa));
    border-radius: var(--k0e26); padding: 24px 22px;
}
.m4d988 { border-top: 3px solid var(--k7e25); }
.a0ec99 { border-top: 3px solid var(--coral); }
.m4d988 h3, .m4d988 h4 { color: var(--g897c); margin-bottom: 12px; font-size: 1rem; }
.a0ec99 h3, .a0ec99 h4 { color: #F1948A; margin-bottom: 12px; font-size: 1rem; }
.m4d988 ul, .a0ec99 ul { list-style: none; padding: 0; margin: 0; }
.m4d988 li::before { content: '\2713 '; color: var(--k7e25); font-weight: 700; }
.a0ec99 li::before { content: '\2717 '; color: var(--coral); font-weight: 700; }
.m4d988 li, .a0ec99 li { padding: 5px 0; color: var(--g710f); font-size: .9rem; line-height: 1.5; }

/* ===== CTA BANNER ===== */
.bea91e {
    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(--h57a2);
    border-top: 1px solid rgba(93,173,226,.1);
    border-bottom: 1px solid rgba(93,173,226,.1);
}
.bea91e h2 {
    font-family: var(--m99b1);
    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;
}
.bea91e p { color: var(--g710f); 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(--k7e25);
    border-radius: var(--i49a1); padding: 20px 24px; margin: 24px 0;
}
.highlight-box p { color: var(--g710f); font-size: .9rem; }
.highlight-box strong { color: var(--g897c); }

/* ===== BREADCRUMB ===== */
.k44274 { padding: 14px 0; font-size: .82rem; }
.i29e9e { display: flex; list-style: none; gap: 8px; flex-wrap: wrap; }
.i29e9e li + li::before { content: '\203A'; margin-right: 8px; color: var(--l38ae); }
.k44274 a { color: var(--l38ae); }
.k44274 a:hover { color: var(--g897c); }
.k44274 [aria-current] { color: var(--k7e25); }

/* ===== SITE FOOTER ===== */
.acd317 {
    background: var(--df420); border-top: 1px solid rgba(255,255,255,.06);
    padding: 48px 0 28px; font-size: .85rem;
}
.footer-nav { margin-bottom: 24px; }
.o57d1b {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 10px 24px; list-style: none;
}
.o57d1b a {
    color: var(--l38ae); transition: color .2s;
    text-decoration: none; font-size: .88rem;
}
.o57d1b a:hover { color: var(--g897c); }

.o25b29 {
    text-align: center; padding: 24px 0 16px;
    border-top: 1px solid rgba(255,255,255,.06); margin-top: 8px;
}
.o25b29 p {
    color: var(--l38ae); font-size: .8rem; line-height: 1.6;
    max-width: 700px; margin: 10px auto 0;
}
.o25b29 a { color: var(--k7e25); }
.e37a76 { text-align: center; color: var(--l38ae); font-size: .78rem; margin-top: 14px; }

/* ===== TEXT-CONTENT (SEO long-form) ===== */
.o1355c { max-width: 800px; margin: 0 auto; }
.o1355c p {
    color: var(--g710f); font-size: .95rem; line-height: 1.8;
    margin-bottom: 18px;
}
.o1355c p:last-child { margin-bottom: 0; }
.o1355c strong { color: var(--d2c3e); }
.o1355c a { color: var(--g897c); text-decoration: underline; text-underline-offset: 3px; }
.o1355c a:hover { color: var(--frost); }

/* ===== IMAGE-TEXT (image + text side by side) ===== */
.g20d3a {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    align-items: center; margin-top: 24px;
}
.n1d53c { direction: rtl; }
.n1d53c > * { direction: ltr; }
.p041bb { border-radius: var(--fbc35); overflow: hidden; }
.p041bb img {
    width: 100%; height: auto; display: block;
    border-radius: var(--fbc35);
    border: 1px solid rgba(93,173,226,.15);
    box-shadow: 0 8px 32px rgba(0,0,0,.4);
}
.j6348b { color: var(--g710f); font-size: .93rem; line-height: 1.7; }
.j6348b strong { color: var(--d2c3e); }
.j6348b a { color: var(--g897c); }
@media (max-width: 768px) {
    .g20d3a { grid-template-columns: 1fr; gap: 24px; }
    .n1d53c { direction: ltr; }
}

/* ===== AGE BADGE ===== */
.age-badge {
    display: inline-flex; align-items: center; justify-content: center;
    width: 36px; height: 36px; border: 2px solid var(--lb461);
    border-radius: 50%; font-weight: 700; font-size: .8rem;
    color: var(--lb461); margin: 0 6px; vertical-align: middle;
}

/* ===== SCROLL TO TOP ===== */
.nc7d9c {
    position: fixed; bottom: 28px; right: 28px;
    width: 44px; height: 44px; background: var(--k7e25);
    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(--oc27a);
}
.nc7d9c.be7adc { opacity: 1; visibility: visible; }
.nc7d9c:hover { transform: translateY(-3px); background: var(--lb461); }

/* ===== REVIEW SCORE (review page) ===== */
.k0d195 {
    font-family: var(--m99b1); 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(--g897c); 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(--g710f); width: 55%; }
.score-table td:last-child { color: var(--g897c); font-weight: 600; text-align: right; }

/* ===== STICKY MOBILE CTA ===== */
.i19996 {
    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);
}
.i19996 .a5136e { 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) {
    .cf8095 { display: none; }
    .b0a887 .c0808c { display: none; }
    .a4a098 { display: flex; }
    .grid-3 { grid-template-columns: 1fr; }
    .grid-2 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr; }
    .f0b068 { grid-template-columns: 1fr; }
    section, .g437f1 { padding: clamp(36px, 6vw, 56px) 0; }
    .hero { padding: clamp(48px, 8vw, 80px) 0 clamp(36px, 6vw, 56px); }
    .o57d1b { gap: 8px 14px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .kf6788 { grid-template-columns: 1fr 1fr; }
    .a24efe { grid-template-columns: 1fr 1fr; }
    .f51d83 { grid-template-columns: 1fr 100px auto; }
    .i19996 { display: block; }
    body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
    body { font-size: 15px; }
    .n04908 { padding: 15px 30px; font-size: 1rem; }
    .steps { grid-template-columns: 1fr; }
    .kf6788 { grid-template-columns: 1fr; }
    .a24efe { grid-template-columns: 1fr; }
    .p2e950 { padding: 10px 0; }
    .hero-stat { font-size: .83rem; padding: 5px 10px; }
    .k0d195 { font-size: 3.5rem; }
    .f51d83 { grid-template-columns: 1fr 80px auto; gap: 8px; }
    .f0b068 { grid-template-columns: 1fr; }
    .h8d047 { padding: 24px 18px; }
}

/* ===== LANGUAGE SWITCHER ===== */
.o64381 {
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}
.o64381 summary.df05f2 {
    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(--d2c3e);
    padding: 6px 11px;
    border-radius: var(--i49a1);
    cursor: pointer;
    font-size: .82rem;
    font-family: var(--lc097);
    white-space: nowrap;
    transition: background .2s, border-color .2s;
    user-select: none;
}
.o64381 summary.df05f2::-webkit-details-marker { display: none; }
.o64381 summary.df05f2::marker { display: none; }
.o64381:hover summary.df05f2,
.o64381[open] summary.df05f2 {
    background: rgba(255,255,255,.13);
    border-color: rgba(93,173,226,.35);
    color: var(--g897c);
}
.o6f9f8 { font-size: .7rem; opacity: .7; transition: transform .2s; }
.o64381[open] .o6f9f8 { transform: rotate(180deg); }

.c9e8cc {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: var(--p9401);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--k0e26);
    padding: 6px;
    list-style: none;
    z-index: 300;
    box-shadow: 0 8px 32px rgba(0,0,0,.6);
    min-width: 160px;
}
.o64381[open] .c9e8cc {
    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); }
}
.c9e8cc li a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: var(--h48d4);
    border-radius: var(--i49a1);
    font-size: .82rem;
    white-space: nowrap;
    transition: background .15s, color .15s;
}
.c9e8cc li a:hover,
.c9e8cc li a.ee27c6 {
    background: rgba(255,255,255,.08);
    color: var(--g897c);
}
.c9e8cc li a.ee27c6 { font-weight: 700; }

/* Mobile lang bar */
.oed2d3 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 16px 20px 20px;
    border-top: 1px solid rgba(255,255,255,.07);
    margin-top: 8px;
}
.oed2d3 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(--i49a1);
    color: var(--h48d4);
    font-size: .78rem;
    transition: background .15s, color .15s;
}
.oed2d3 a:hover,
.oed2d3 a.hb62b6 {
    background: rgba(93,173,226,.12);
    border-color: rgba(93,173,226,.3);
    color: var(--g897c);
}
.oed2d3 a.hb62b6 { font-weight: 700; }

@media (max-width: 768px) {
    .o64381 { display: none; }
}


/* ===== STRUCTURAL VARIANT STYLES ===== */

/* info-grid variant B: list */
ul.a24efe, ul.g2baf6 { list-style: none; padding: 0; margin: 0; }

/* info-grid variant C: 2-column wider */
.c70b86 { grid-template-columns: repeat(2, 1fr) !important; }
@media (max-width: 600px) { .c70b86 { grid-template-columns: 1fr !important; } }

/* steps-grid variant B: ordered list */
ol.kf6788, ol.oa531a { list-style: none; padding: 0; margin: 0; counter-reset: step-counter; }
ol.oa531a > li { counter-increment: step-counter; }
ol.oa531a > li::before { content: counter(step-counter); font-weight: 700; font-size: 1.5rem; color: var(--k7e25); display: block; margin-bottom: .5rem; }

/* steps-grid variant C: timeline */
.idfc37 { display: flex; flex-direction: column; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--k7e25); }
.b3b4ba { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.b8b653 { width: 36px; height: 36px; border-radius: 50%; background: var(--k7e25); color: var(--df420); display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; margin-left: -2.55rem; }
.n238c8 h3 { margin-bottom: .25rem; }

/* info-table variant B: definition list */
dl.l44234 { display: grid; grid-template-columns: 1fr; gap: 0; }
.pd8411 { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(255,255,255,.08); }
.pd8411:last-child { border-bottom: none; }
.h7cd01 { font-weight: 600; padding: .75rem 1rem; color: var(--k7e25); }
.a0cc94 { padding: .75rem 1rem; }

/* faq variant B: accordion (div-based) */
.n1a7dc .lb711b { cursor: pointer; width: 100%; text-align: left; background: none; border: none; color: inherit; font: inherit; padding: 1rem; }
.n1a7dc .p76181 { display: none; }
.n1a7dc .j5b06e.jb4137 .p76181 { display: block; }

/* faq variant C: definition list */
dl.dbaa4f { display: grid; gap: 0; }
dl.dbaa4f dt.abdf08 { cursor: pointer; padding: 1rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
dl.dbaa4f dd.p76181 { padding: .5rem 1rem 1rem; margin: 0; border-bottom: 1px solid rgba(255,255,255,.08); }


/* Related Links (cross-linking) */
.d5e35d { padding: 2rem 0; }
.f7e947 { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.f7e947 li a { display: inline-block; padding: .6rem 1.4rem; border-radius: var(--k0e26); border: 1px solid var(--g249f); color: var(--g249f); text-decoration: none; transition: all .2s ease; font-weight: 500; }
.f7e947 li a:hover { background: var(--g249f); color: var(--df420); }


/* Promo Banner (SVG image banners) */
.o3074b { margin: 1.5rem auto; text-align: center; max-width: 100%; display: flex; justify-content: center; }
.nf9846 { display: block; max-width: 800px; margin: 0 auto; width: 100%; transition: transform .2s ease, box-shadow .2s ease; border-radius: 12px; overflow: hidden; }
.nf9846:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.3); }
.i0b9a1 { width: 100%; height: auto; display: block; }
/* Card icon (replaces emoji in info-grid) */
.nb7b76 { display: inline-block; vertical-align: middle; }
.a50449 .nb7b76 { 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(--p9401), var(--l0baa));
    border-radius: var(--k0e26); padding: 24px; margin-top: 24px;
}
.fact-row { display: flex; flex-direction: column; gap: 4px; padding: 12px 16px; border-radius: var(--i49a1); background: var(--h57a2); }
.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(--g249f); }
@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(--g249f); 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; }
  .a7417b { animation: none; }
}
/* Touch targets: minimum 44x44px */
.a5136e, .a7417b, .n04908, .nafd70, .j1427e, .a4a098, .lb711b, .abdf08, .nc7d9c, .i19996 a, .df05f2 { min-height: 44px; min-width: 44px; }
/* CTA button: replace box-shadow animation with pseudo-element opacity */
.a7417b { position: relative; overflow: visible; }
.a7417b::after {
  content: ""; position: absolute; inset: -4px; border-radius: inherit;
  background: var(--g249f); opacity: 0; z-index: -1; transition: opacity 0.3s ease-out;
}
.a7417b:hover::after { opacity: 0.2; }
@keyframes pulse-glow { 0%, 100% { opacity: 0; } 50% { opacity: 0.15; } }
.a7417b::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(--g249f); 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(--i49a1); background: var(--p9401); 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(--i49a1); background: var(--p9401); border: 1px solid rgba(255,255,255,0.05); text-decoration: none; transition: border-color 0.2s; }
.trust-item:hover { border-color: var(--g249f); }
.trust-item span { font-size: 0.7rem; color: var(--g249f); 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(--p9401); border-radius: var(--k0e26); 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(--g249f), var(--k7e25)); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: var(--df420); flex-shrink: 0; }
.review-stars { color: var(--g249f); font-size: 14px; letter-spacing: 1px; }
.review-date { color: var(--l38ae); font-size: 0.75rem; }
.review-card p { font-size: 0.9rem; color: var(--h48d4); line-height: 1.6; }

/* === Per-domain layout === */
:root { --max-w: 1160px; }
:root { --radius: 6px; --radius-lg: 10px; --radius-sm: 4px; }
.section { padding: clamp(48px, 6vw, 72px) 0; }
.info-grid, .bonus-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.hero { text-align: left; }
.hero h1 { text-align: left; }
.hero-subtitle { margin-left: 0; }
.hero-stats { justify-content: flex-start; }
.info-card:hover, .bonus-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.6); }
body { line-height: 1.7; }
body { font-size: 15px; }
.image-text { grid-template-columns: 1.2fr .8fr; }
.info-card:hover { transform: scale(1.03); }


/* ===== 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,.f5bdd6,.p751b0{font-family:var(--cfh);}
.d5d2df{max-width:1140px;margin-inline:auto;padding-inline:24px;}
img{max-width:100%;}
main a{color:var(--cacc);}
.g437f1{padding:58px 0;position:relative;}
.a24efe{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.a24efe.c70b86{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));}
.kf6788{display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:20px;}
.f0b068{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.key-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;}
.g20d3a{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.n1d53c{direction:rtl;}.n1d53c>*{direction:ltr;}
.p041bb img,.p041bb svg{width:100%;height:auto;}
.j6348b p{margin:0 0 1em;}
.dbaa4f{display:flex;flex-direction:column;gap:12px;max-width:860px;margin-inline:auto;}
.abdf08{cursor:pointer;list-style:none;position:relative;}.abdf08::-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;}
.i0b9a1{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){
  .kb4ea6 .d5d2df{grid-template-columns:1fr !important;}
  .g20d3a,.f0b068{grid-template-columns:1fr !important;}
  .hero-art{order:-1;}.n1d53c{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,.dd77ea{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;}
.kb4ea6{padding:88px 0 60px;background:transparent!important;}.kb4ea6::before{display:none!important;}
.kb4ea6.has-art .d5d2df{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;}
.f5bdd6{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;}
.c0b75c{color:#6E6480;font-family:'DM Sans',sans-serif;font-size:1.14rem;max-width:54ch;margin:20px 0 28px;}
.p751b0{text-align:center;font-family:'Comfortaa',cursive;font-weight:700;color:#2A2333!important;}
.p751b0::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;}
.a7417b,.j1427e{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);}
.n04908{padding:16px 38px;}.a7417b:hover,.j1427e: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);}
.lcd3b4,.i41c0b,.jbadf2,.m4d988,.a0ec99{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;}
.lcd3b4:hover,.i41c0b:hover,.jbadf2:hover{transform:translateY(-6px) rotate(-1deg);box-shadow:0 26px 52px rgba(255,180,162,0.28)!important;}
.lcd3b4 h3,.i41c0b h3,.jbadf2 h3{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;}
.lcd3b4 p,.i41c0b p,.jbadf2 p{color:#6E6480!important;font-family:'DM Sans',sans-serif;}
.ed3a2d,.b8b653{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);}
.j6348b{color:#6E6480;font-family:'DM Sans',sans-serif;}.j6348b strong{color:#2A2333;}.p041bb img{border-radius:36px;box-shadow:0 22px 48px rgba(255,180,162,0.22);}
.bc87a2{background:rgba(248,232,220,0.6)!important;}
.j5b06e{background:#FFFFFF!important;border:none!important;border-radius:24px;padding:4px 22px;box-shadow:0 10px 24px rgba(255,180,162,0.12);}
.abdf08{color:#2A2333!important;font-family:'Comfortaa',cursive;font-weight:700;padding:16px 0;}
details.j5b06e summary.abdf08::after{content:"+";position:absolute;right:0;top:14px;color:#FFB4A2;font-size:1.4rem;}details.j5b06e[open] summary.abdf08::after{content:"\2013";}
.p76181{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);}
.nf9846{border-radius:36px;display:block;overflow:hidden;box-shadow:0 20px 44px rgba(255,180,162,0.25);}
footer,.acd317{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;}

.o1355c strong,.g20d3a strong,.faq strong,.f0b068 strong{color:inherit !important;}
