:root {
    --orange: #f97316;
    --orange-dark: #ea580c;
    --dark: #0f172a;
    --dark-2: #111827;
    --muted: #64748b;
    --bg: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --shadow: 0 14px 38px rgba(15, 23, 42, 0.075);
    --shadow-orange: 0 10px 22px rgba(249, 115, 22, 0.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--dark); background: var(--bg); line-height: 1.5; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 920px; }
.site-header { position: sticky; top: 0; z-index: 999; background: #fff; box-shadow: 0 10px 32px rgba(15, 23, 42, 0.08); }
.site-header.is-scrolled .nav-wrap { min-height: 66px; }
.site-header.is-scrolled .brand-mark { width: 38px; height: 38px; }
.site-header.is-scrolled .brand-text strong { font-size: 24px; }
.topbar { background: #090f1c; color: #fff; font-size: 14px; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 34px; white-space: nowrap; }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 22px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; font-weight: 900; font-size: 20px; flex: 0 0 auto; }
.brand-text, .footer-brand span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong, .footer-brand strong { font-size: 27px; letter-spacing: -0.8px; font-weight: 950; }
.brand-text small, .footer-brand small { margin-top: 5px; color: var(--muted); font-size: 12px; font-weight: 600; }
.brand-logo img { max-height: 54px; width: auto; }
.main-nav { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.primary-menu a { color: var(--dark); font-weight: 850; font-size: 14px; transition: color 0.2s ease; }
.primary-menu a:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: 12px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.1; color: var(--dark); min-width: 140px; }
.header-phone strong { font-size: 18px; font-weight: 950; }
.header-phone small { margin-top: 4px; color: var(--muted); font-size: 12px; font-weight: 700; }
.btn { min-height: 46px; padding: 0 22px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; cursor: pointer; font-weight: 950; transition: all 0.2s ease; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-outline { border-color: rgba(255,255,255,0.45); color: #fff; background: rgba(255,255,255,0.04); }
.btn-outline:hover { border-color: var(--orange); background: rgba(249, 115, 22, 0.12); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--border); background: #fff; border-radius: 14px; padding: 12px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--dark); margin: 5px 0; border-radius: 4px; }

.hero { position: relative; overflow: hidden; color: #fff; min-height: 620px; display: flex; align-items: center; background: radial-gradient(circle at 72% 42%, rgba(249,115,22,0.20), transparent 28%), linear-gradient(105deg, rgba(9,15,28,0.97), rgba(15,23,42,0.88) 48%, rgba(15,23,42,0.72)), linear-gradient(135deg, #0f172a, #334155); background-size: cover; background-position: center; }
.hero::after { content: ""; position: absolute; right: -90px; bottom: -160px; width: 520px; height: 520px; background: rgba(249, 115, 22, 0.12); border-radius: 999px; filter: blur(4px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr); gap: 46px; align-items: center; padding-bottom: 76px; }
.eyebrow { color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: 0.09em; }
.hero h1 { font-size: clamp(40px, 4.7vw, 62px); line-height: 1.03; margin: 16px 0; letter-spacing: -2px; }
.hero p { max-width: 650px; color: rgba(255,255,255,0.88); font-size: 18px; line-height: 1.68; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-mini { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; margin-bottom: 28px; color: rgba(255,255,255,0.95); font-weight: 800; font-size: 14px; position: relative; z-index: 4; }
.lead-form { background: #fff; color: var(--dark); padding: 30px; border-radius: 24px; box-shadow: 0 34px 90px rgba(0,0,0,0.26); }
.form-badge { color: var(--orange); font-weight: 950; text-transform: uppercase; font-size: 13px; letter-spacing: 0.06em; }
.lead-form h2 { margin: 8px 0 8px; font-size: 27px; letter-spacing: -0.8px; }
.lead-form p { color: var(--muted); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.lead-form label { display: block; margin-top: 12px; }
.lead-form label span { display: block; font-size: 13px; color: var(--muted); font-weight: 800; margin-bottom: 6px; }
.lead-form input, .lead-form select { width: 100%; height: 50px; border: 1px solid var(--border); border-radius: 14px; padding: 0 15px; font-size: 14px; color: var(--dark); background: #fff; outline: none; }
.lead-form input:focus, .lead-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249,115,22,0.12); }
.lead-form .btn { width: 100%; border: 0; margin-top: 18px; }
.lead-form small { display: block; margin-top: 12px; text-align: center; color: var(--muted); font-weight: 600; }
.form-success { background:#dcfce7; color:#166534; padding:12px 14px; border-radius:12px; font-weight:800; margin-bottom:14px; }

.trust-section { margin-top: -38px; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; background: #fff; border-radius: 24px; box-shadow: var(--shadow); padding: 18px; }
.trust-card { padding: 18px; border-right: 1px solid var(--border); }
.trust-card:last-child { border-right: 0; }
.trust-card b { display: block; font-size: 25px; color: var(--dark); font-weight: 950; }
.trust-card span { display: block; margin-top: 4px; color: var(--muted); font-weight: 800; }

.section { padding: 50px 0; }
.section-title { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section-title span { color: var(--orange); font-weight: 950; text-transform: uppercase; letter-spacing: 0.08em; font-size: 13px; }
.section-title h2 { margin: 10px 0 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.14; letter-spacing: -1px; }
.section-title p { color: var(--muted); font-size: 17px; margin: 0; }
.cards { display: grid; gap: 22px; }
.cards.five { grid-template-columns: repeat(5, 1fr); }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.card, .info-card, .review-card { background: #fff; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(226, 232, 240, 0.75); }
.card { overflow: hidden; padding: 18px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(15,23,42,0.12); }
.card-image { height: 136px; border-radius: 18px; background: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(249,115,22,0.76)), linear-gradient(135deg, #111827, #fb923c); display: grid; place-items: center; margin-bottom: 18px; background-size: cover; background-position: center; }
.card-image.image-card::after { content:""; display:block; width:100%; height:100%; border-radius:18px; background:linear-gradient(180deg, rgba(15,23,42,0.05), rgba(15,23,42,0.18)); }
.card-image span { font-size: 34px; font-weight: 950; color: #fff; text-align:center; padding:0 12px; line-height:1.15; }
.card h3 { min-height: 52px; font-size: 18px; line-height: 1.25; margin: 0 0 10px; }
.card p { color: var(--muted); line-height: 1.65; margin: 0 0 18px; font-size: 14px; }
.card a, .info-card a { color: var(--orange); font-weight: 950; }

.dark-band { background: #090f1c; color: #fff; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats div { min-height: 180px; display:flex; flex-direction:column; justify-content:center; padding: 24px 18px; border: 1px solid rgba(255,255,255,0.08); border-radius: 22px; background: rgba(255,255,255,0.03); }
.stats b { display: block; color: var(--orange); font-size: 42px; line-height: 1; font-weight: 950; }
.stats span { display: block; margin-top: 10px; color: rgba(255,255,255,0.84); font-weight: 850; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.photo-box { min-height: 360px; border-radius: 30px; overflow: hidden; background: linear-gradient(145deg, rgba(15,23,42,0.15), rgba(249,115,22,0.22)), linear-gradient(135deg, #1f2937, #fb923c); background-size: cover; background-position:center; display: flex; align-items: flex-end; padding: 34px; box-shadow: var(--shadow); }
.photo-box div { background: rgba(255,255,255,0.92); border-radius: 20px; padding: 18px 20px; }
.photo-box strong { display: block; font-size: 20px; }
.photo-box span { display: block; margin-top: 6px; color: var(--muted); font-weight: 700; }
.content-box h2, .local-seo h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.12; margin: 12px 0 18px; letter-spacing: -1px; }
.content-box p, .local-seo p { color: var(--muted); font-size: 17px; line-height: 1.85; }
.check-list { list-style: none; padding: 0; margin: 22px 0 28px; }
.check-list li { margin: 12px 0; color: var(--dark); font-weight: 800; }
.check-list li::before { content: "✓"; color: var(--orange); margin-right: 10px; font-weight: 950; }
#egitimler, #neden-sanka, #sinav-merkezi, #iletisim, #hizli-kayit { scroll-margin-top: 120px; }
.exam-section { background: #fff; }
.info-card { padding: 30px; min-height: 190px; }
.info-card h3 { font-size: 24px; margin: 0 0 12px; }
.info-card p { color: var(--muted); line-height: 1.7; }
.reviews-section { background: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { padding: 28px; }
.review-card b { display: block; font-size: 18px; }
.review-card span { display: block; color: #f59e0b; margin: 8px 0 10px; letter-spacing: 2px; }
.review-card p { color: var(--muted); line-height: 1.7; margin: 0; }
.local-seo { background: linear-gradient(180deg, #fff, var(--bg)); }
.local-seo .narrow { background: #fff; border-radius: 24px; padding: 42px; box-shadow: var(--shadow); }
.faq-section { background: var(--bg); }
.faq { max-width: 860px; margin: 0 auto; }
.faq details { background: #fff; border-radius: 18px; padding: 22px 24px; margin-bottom: 14px; box-shadow: 0 10px 28px rgba(15,23,42,0.06); border: 1px solid var(--border); }
.faq summary { cursor: pointer; font-weight: 950; font-size: 18px; }
.faq p { color: var(--muted); line-height: 1.68; }

.site-footer { background: #080d16; color: #fff; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 46px; }
.site-footer h3 { margin: 0 0 18px; }
.site-footer p, .site-footer a, .footer-seo { color: #cbd5e1; }
.site-footer a { display: block; margin: 10px 0; }
.footer-brand { margin: 0 0 18px; color: #fff; }
.footer-brand small { color: #cbd5e1; }
.footer-seo { margin-top: 42px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.08); font-size: 14px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; text-align: center; color: #94a3b8; font-size: 14px; }
.mobile-cta { display: none; }

.page-content { min-height: 420px; }
.page-content h1 { font-size: 44px; }

@media (max-width: 1100px) {
    .cards.five { grid-template-columns: repeat(3, 1fr); }
    .hero-grid { gap: 40px; }
}
@media (max-width: 920px) {
    body { padding-bottom: 62px; }
    .topbar-inner { justify-content: flex-start; overflow-x: auto; gap: 18px; font-size: 12px; }
    .nav-wrap { min-height: 76px; }
    .brand-text strong { font-size: 24px; }
    .brand-text small { font-size: 11px; }
    .header-phone, .header-btn { display: none; }
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 102px; left: 16px; right: 16px; display: none; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); padding: 16px; }
    .main-nav.is-open { display: block; }
    .primary-menu { flex-direction: column; align-items: stretch; gap: 0; }
    .primary-menu a { display: block; padding: 14px; border-radius: 12px; }
    .primary-menu a:hover { background: rgba(249, 115, 22, 0.1); }
    .hero { min-height: auto; padding: 58px 0 82px; }
    .hero-grid, .split { grid-template-columns: 1fr; }
    .hero h1 { font-size: 40px; letter-spacing: -1px; }
    .lead-form { padding: 28px; }
    .trust-section { margin-top: -42px; }
    .trust-grid, .stats, .cards.three, .review-grid, .footer-grid { grid-template-columns: 1fr; }
    .trust-card { border-right: 0; border-bottom: 1px solid var(--border); }
    .trust-card:last-child { border-bottom: 0; }
    .cards.five { grid-template-columns: 1fr 1fr; }
    .section { padding: 44px 0; }
    .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); z-index: 999; background: #fff; box-shadow: 0 -12px 35px rgba(15,23,42,0.14); }
    .mobile-cta a { text-align: center; padding: 15px 6px; font-weight: 950; font-size: 14px; }
    .mobile-cta a:nth-child(2) { background: var(--orange); color: #fff; }
}
@media (max-width: 620px) {
    .container { width: min(100% - 24px, 1180px); }
    .brand-mark { width: 42px; height: 42px; border-radius: 14px; }
    .hero h1 { font-size: 34px; }
    .hero p { font-size: 16px; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .cards.five { grid-template-columns: 1fr; }
    .section-title h2, .content-box h2, .local-seo h2 { font-size: 27px; }
    .local-seo .narrow { padding: 28px; }
    .photo-box { min-height: 320px; padding: 18px; }
    .lead-form h2 { font-size: 26px; }
}


/* Google review card polish */
.review-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.review-head img,
.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.review-head img {
    object-fit: cover;
}

.review-avatar {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 950;
}

.review-head small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    margin-top: 2px;
}

/* === SANKA v5 hero overlap and mobile polish fixes === */
@media (min-width: 921px) {
    .hero { min-height: 620px; }
    .hero-grid { padding-bottom: 76px; }
    .hero-mini { margin-bottom: 34px; }
    .trust-section { margin-top: -38px; }
}

@media (max-width: 920px) {
    .hero-grid { padding-bottom: 0; }
    .hero-mini { margin-bottom: 14px; font-size: 13px; gap: 10px; }
    .lead-form { margin-top: 8px; }
    .trust-section { margin-top: -28px; }
    .trust-grid { gap: 0; padding: 14px; }
    .trust-card { padding: 14px; }
    .trust-card b { font-size: 22px; }
}

@media (max-width: 620px) {
    .topbar { font-size: 11px; }
    .nav-wrap { min-height: 66px; }
    .brand-logo img { max-height: 42px; max-width: 150px; }
    .hero { padding-top: 36px; padding-bottom: 62px; }
    .hero h1 { font-size: 31px; line-height: 1.08; letter-spacing: -0.8px; }
    .hero p { font-size: 15px; line-height: 1.55; }
    .lead-form { padding: 22px; border-radius: 20px; }
    .lead-form input, .lead-form select { height: 46px; }
    .trust-card { text-align: left; }
    .footer-grid, .site-footer { text-align: left; }
}

.footer-social,
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a,
.footer-legal a {
    display: inline-flex;
    margin: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #e2e8f0;
    font-weight: 800;
    font-size: 13px;
}

.footer-social a:hover,
.footer-legal a:hover {
    background: rgba(249,115,22,0.18);
    color: #fff;
}


.footer-brand-logo { align-items: center; gap: 12px; margin-bottom: 18px; }
.footer-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.footer-logo-img { display: block; max-width: 220px; max-height: 72px; width: auto; height: auto; object-fit: contain; }
.footer-logo-fallback { width: 50px; height: 50px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center; background: #ff6b16; color: #fff; font-weight: 900; font-size: 24px; text-decoration: none; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: #ff7a1a; }
.site-footer p a { color: #e8eefb; font-weight: 700; }
.site-footer p a:hover { color: #ff7a1a; }
.footer-grid > div:nth-child(2) > a { display: block; margin: 0 0 12px; }
.footer-legal a { font-size: 12px; }


/* v5.2.2: centered education cards, premium mobile CTA, back-to-top */
.cards.education-cards {
    grid-template-columns: repeat(auto-fit, minmax(205px, 230px));
    justify-content: center;
    align-items: stretch;
}
.cards.education-cards .card {
    width: 100%;
}
.review-head img,
.review-avatar {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 12px 28px rgba(249,115,22,0.18);
    border: 3px solid #fff4ec;
}
.review-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-weight: 950;
}
.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 28px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--orange), var(--orange-dark));
    color: #fff;
    font-size: 24px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 18px 45px rgba(249,115,22,0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .22s ease;
    z-index: 1000;
}
.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover {
    transform: translateY(-3px);
}
@media (max-width: 768px) {
    .mobile-cta {
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: grid;
        grid-template-columns: 1fr 1.15fr 1fr;
        gap: 8px;
        padding: 8px;
        border-radius: 22px;
        background: rgba(255,255,255,0.94);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(226,232,240,.95);
        box-shadow: 0 -10px 45px rgba(15,23,42,.18);
    }
    .mobile-cta a {
        min-height: 54px;
        padding: 8px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-direction: column;
        border-radius: 17px;
        font-size: 12px;
        line-height: 1.1;
        color: #0f172a;
        background: #f8fafc;
        text-decoration: none;
        box-shadow: inset 0 0 0 1px rgba(226,232,240,.8);
    }
    .mobile-cta a span { font-size: 18px; line-height: 1; }
    .mobile-cta a b { font-weight: 950; }
    .mobile-cta a:nth-child(2),
    .mobile-cta-main {
        background: linear-gradient(135deg, var(--orange), var(--orange-dark)) !important;
        color: #fff !important;
        box-shadow: 0 12px 28px rgba(249,115,22,.28) !important;
    }
    .mobile-cta-whatsapp { color: #075e54 !important; }
    .mobile-cta-call { color: #0f172a !important; }
    .back-to-top {
        right: 16px;
        bottom: 92px;
        width: 46px;
        height: 46px;
        border-radius: 15px;
        font-size: 22px;
    }
}
@media (max-width: 520px) {
    .cards.education-cards { grid-template-columns: minmax(0, 1fr); }
}


/* v5.2.3 Premium mobile contact bar */
.premium-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    pointer-events: none;
}

.premium-mobile-cta .mobile-cta-btn {
    pointer-events: auto;
    min-height: 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.01em;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.26);
    border: 1px solid rgba(255,255,255,0.22);
    transform: translateZ(0);
}

.premium-mobile-cta .mobile-cta-whatsapp {
    background: linear-gradient(135deg, #18d367 0%, #05a84f 100%);
}

.premium-mobile-cta .mobile-cta-call {
    background: linear-gradient(135deg, #1687ff 0%, #0069e8 100%);
}

.premium-mobile-cta .mobile-cta-svg {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: #fff;
}

.premium-mobile-cta .mobile-cta-btn:active {
    transform: translateY(1px);
}

.back-to-top {
    bottom: 88px;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 92px;
    }

    .premium-mobile-cta {
        display: grid;
    }

    .mobile-cta:not(.premium-mobile-cta) {
        display: none !important;
    }
}

@media (max-width: 390px) {
    .premium-mobile-cta {
        left: 10px;
        right: 10px;
        gap: 8px;
    }

    .premium-mobile-cta .mobile-cta-btn {
        min-height: 56px;
        border-radius: 16px;
        font-size: 14px;
        gap: 8px;
    }

    .premium-mobile-cta .mobile-cta-svg {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }
}


/* v5.2.4 Mobile button settings */
.premium-mobile-cta-count-1 {
    grid-template-columns: 1fr;
}

.premium-mobile-cta-small .mobile-cta-btn {
    min-height: 50px;
    border-radius: 15px;
    font-size: 14px;
}

.premium-mobile-cta-medium .mobile-cta-btn {
    min-height: 58px;
    border-radius: 18px;
    font-size: 15px;
}

.premium-mobile-cta-large .mobile-cta-btn {
    min-height: 66px;
    border-radius: 21px;
    font-size: 16px;
}

.sanka-panel-desc {
    color: #64748b;
    font-size: 15px;
    margin: -4px 0 18px;
}

.sanka-field select {
    width: 100%;
    max-width: 100%;
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe5f0;
    padding: 0 14px;
    background: #fff;
}
