
   :root {
    --header-h: 60px;
    --container-w: 1200px;
    --primary: #007bff;
    --primary-dark: #005ce6;
    --text-main: #1d1d1f;
    --text-muted: #666666;
    --bg-white: #ffffff;
    --bg-soft: #f8f9fb; 
    --border-color: #eeeeee;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --hero-mask:linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(2, 6, 23, 1) 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: var(--text-main); line-height: 1.6; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
ul { list-style: none; }


.container { max-width: var(--container-w); margin: 0 auto; padding: 0 20px; }
section { padding: 60px 0; }
section.bg-soft { background-color: var(--bg-soft); }
section.bg-white { background-color: var(--bg-white); }

.sec-title { text-align: center; font-size: 2.2rem; margin-bottom: 50px; font-weight: 800; }
.how_item{
    width: 30%;
}


header {
    height: var(--header-h);
    width: 100%;
    position: absolute; top: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%; transition: var(--transition);
}
.logo_icon{
    height: 50px;
    width: auto;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 15px rgba(0,0,0,0.05);
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
}
.login_box {
    position: relative;
}
.menu-login,
.authLoginItem {
    background: #1a73e8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
}
.menu-login a,
.authLoginItem a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    white-space: nowrap;
    padding: 3px 0px;
    font-size: 13px;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 27px;
    text-decoration: none;
    background: #1a73e8;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    width: max-content;
}
.menu-profile .dropdown-menu {
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menu-profile:hover .dropdown-menu {
    display: block;
}
.pdf-all {
    padding: 0 8px;
    border: 1px solid #293545;
    height: 30px;
    margin-right: 10px;
    line-height: 25px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #fff;
}
.login_btn i,
.authBtn i{
    margin-right: 3px;
}
.pdf-all ul li span, .pdf-all span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.pdf-all span {
    margin-right: 5px;
}
.pdf-all-box {
    position: absolute !important;
    display: none;
    top: 100%;
    left: 0;
}
.pdf-allBox-top {
    transform: translate(0px, 10px);
    display: flex;
}
.close_lang {
    display: none;
}
.pdf-all-hide {
    top: 100%;
    left: 5%;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 12%);
    padding: 10px !important;
    top: 10px;
    margin-top: 5px !important;
    border-radius: 6px;
    max-height: 83vh;
    overflow-y: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 200px;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}
.pdf-all ul li {
    line-height: 20px;
    width: 100%;
    color: #D4D4D4;
}
/* 国旗图标通用样式，确保有尺寸且背景图能显示 */
[class^="flag-icon-"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.flag-icon-ar {
    background-image: url(/images/flag/ar.svg);
}

.flag-icon-en,.flag-icon-lp {
    background-image: url(/images/flag/en.svg)
}

.flag-icon-es {
    background-image: url(/images/flag/es.svg)
}

.flag-icon-fr {
    background-image: url(/images/flag/fr.svg)
}

.flag-icon-de {
    background-image: url(/images/flag/de.svg)
}

.flag-icon-it {
    background-image: url(/images/flag/it.svg)
}

.flag-icon-pt {
    background-image: url(/images/flag/pt.svg)
}

.flag-icon-pl {
    background-image: url(/images/flag/pl.svg)
}

.flag-icon-da {
    background-image: url(/images/flag/da.svg)
}

.flag-icon-nl {
    background-image: url(/images/flag/nl.svg)
}

.flag-icon-fi {
    background-image: url(/images/flag/fi.svg)
}

.flag-icon-cs {
    background-image: url(/images/flag/cs.svg)
}

.flag-icon-sv {
    background-image: url(/images/flag/sv.svg)
}

.flag-icon-no {
    background-image: url(/images/flag/no.svg)
}

.flag-icon-ro {
    background-image: url(/images/flag/ro.svg)
}

.flag-icon-ru {
    background-image: url(/images/flag/ru.svg)
}

.flag-icon-el {
    background-image: url(/images/flag/el.svg)
}

.flag-icon-id {
    background-image: url(/images/flag/id.svg)
}

.flag-icon-zh-cn {
    background-image: url(/images/flag/zh-cn.svg)
}

.flag-icon-ja {
    background-image: url(/images/flag/ja.svg)
}

.flag-icon-ko {
    background-image: url(/images/flag/ko.svg)
}

.flag-icon-th {
    background-image: url(/images/flag/th.svg)
}

.flag-icon-tr {
    background-image: url(/images/flag/tr.svg)
}

.flag-icon-vn {
    background-image: url(/images/flag/vn.svg)
}

.flag-icon-hr {
    background-image: url(/images/flag/hr.svg)
}

.flag-icon-et {
    background-image: url(/images/flag/et.svg)
}

.flag-icon-hu {
    background-image: url(/images/flag/hu.svg)
}

.flag-icon-ie {
    background-image: url(/images/flag/ie.svg)
}

.flag-icon-sk {
    background-image: url(/images/flag/sk.svg)
}
.uppercase {
    text-transform: uppercase;
}
.pdf-all ul li span,.pdf-all span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.pdf-all-hide li a {
    font-size: 13px;
    color: #333;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-weight: 400 !important;
    height: auto !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pdf-all:hover .pdf-all-box {
    display: block;
}
.logo { font-size: 24px; font-weight: 800; color: #fff;display: flex; }
header.scrolled .logo { color: var(--primary); }


.lang-picker { position: relative; padding: 10px 0; cursor: pointer; color: #fff; font-size: 14px; }
header.scrolled .lang-picker { color: #333; }

.lang-dropdown {
    position: absolute; top: 100%; right: 0; width: 150px;
    background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    opacity: 0; visibility: hidden; transform: translateY(10px);
    transition: var(--transition);
}

.lang-picker:hover .lang-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }

.lang-dropdown li { padding: 12px 20px; color: #333; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.lang-dropdown li:hover { background: #f5f5f7; color: var(--primary); }


.login-btn { border: 1.5px solid #fff; color: #fff; padding: 6px 20px; border-radius: 20px; font-size: 14px; }
header.scrolled .login-btn { border-color: var(--primary); color: var(--primary); }
.login-btn:hover { background: rgba(255,255,255,0.1); }
header.scrolled .login-btn:hover { background: var(--primary); color: #fff; }
.bg-soft{
    background-color: var(--bg-soft);
}


.hero,
.heroSection {
    min-height: calc(100vh - 88px);
    background: var(--hero-mask), url(../images/bg.webp);
    background-size: cover;
    background-position: center;
    display: flex; flex-direction: column; align-items: center;
    color: #fff; padding-bottom: 2vh;
}

.pageHeadline {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #c8d4e0 0%, #82c0ff 50%, #6b7d8e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.pageDescription {
    font-size: 1.2rem;
    opacity: 0.75;
    margin-bottom: 45px;
}

.carrier-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.carrier-card {
    display: flex;
    align-items: center;
    background: var(--bg-white);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    text-align: left;
}

.carrier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.carrier-card p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.c-icon,
.carrierIcon {
    width: 48px; height: 48px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-right: 15px;
    flex-shrink: 0;
}
.c-icon img,
.carrierIcon img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
/* header 左右区域布局，保持与重命名前一致 */
.header-right,
.header-left,
.headerAreaRight,
.headerAreaLeft {
    display: flex;
    align-items: center;
    gap: 20px;
}
.goApiBtn,#fgoApi{
    color: #fff;
    font-weight: 700;
    background: transparent;
    border: none;
}

.c-info strong { display: block; font-size: 16px; }
.c-info p { font-size: 12px; color: var(--text-muted); }

.app-flex { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; }

.app-mockup { flex: 1; text-align: center; min-width: 300px; }
.app-mockup img { width: 60%; max-width: 450px; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.12)); }
.app-info{
    width: 60%;
}
.app-content { flex: 1; min-width: 300px; }
.app-content h2 { font-size: 2.8rem; line-height: 1.2; margin-bottom: 20px; }
.app-content p { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 35px; }

.download-btns { display: flex; gap: 15px; }
.btn-dl {
    padding: 14px 28px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 15px;
    background: var(--bg-white);
}
.btn-dl:hover { border-color: var(--primary); color: var(--primary); }


.tp-header { text-align: center; margin-bottom: 60px; }
.tp-logo { color: #00b67a; font-size: 2.4rem; font-weight: 900; margin-bottom: 10px; }

.tp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.tp-card {
    background: var(--bg-white);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid var(--border-color);
}

.tp-stars { color: #00b67a; font-size: 1.2rem; margin-bottom: 15px; }
.tp-comment { font-size: 14px; line-height: 1.7; font-style: italic; margin-bottom: 20px; color: #444; }

.tp-user { display: flex; align-items: center; gap: 12px; }
.u-avatar { width: 40px; height: 40px; background: #eee; border-radius: 50%; }
.u-name strong { display: block; font-size: 14px; }
.u-name span { font-size: 12px; color: #999; }


.footer-container{
    max-width: 1200px;
    margin: 0 auto;
}
footer { background: #111; color: #888; padding: 80px 0 20px; }
.f-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 50px; }
.f-col h5 { color: #fff; margin-bottom: 20px; font-size: 16px; }
.f-col ul { list-style: none; }
.f-col li { margin-bottom: 12px; font-size: 14px; }
.f-disclaimer { border-top: 1px solid #222; padding: 30px 0; font-size: 12px; line-height: 1.8; text-align: justify; }


.tk-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.85) 0%, rgba(30, 41, 59, 0.75) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    animation: fadeInOverlay 0.4s ease;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

.tk-modal {
    width: 100%;
    max-width: 400px;
    padding: 48px 40px;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 28px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    position: relative;
    color: #f1f5f9;
    transform: scale(0.9) translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.tk-overlay.active { display: flex; }
.tk-overlay.active .tk-modal { transform: scale(1) translateY(0); }

.tk-close {
    position: absolute;
    top: 20px; right: 20px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: rgba(148, 163, 184, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}
.close-modal:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.tk-modal h2 {
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #cbd5e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
}

.auth-modal .modal-subtitle {
    text-align: center;
    font-size: 14px;
    color: #94a3b8;
    margin-bottom: 32px;
}

.tk-field { margin-bottom: 24px; }
.tk-field label {
    display: block;
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 10px;
    padding-left: 4px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.tk-field input {
    width: 100%;
    padding: 16px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 14px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.tk-field input::placeholder {
    color: #64748b;
}
.tk-field input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15), 0 4px 12px rgba(0, 0, 0, 0.2);
}
.tk-field input:focus + .input-icon {
    color: #3b82f6;
}

.tk-error {
    color: #ff6b6b;
    font-size: 13px;
    margin-top: 6px;
}

.tk-submit {
    width: 100%;
    padding: 17px;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.tk-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.45);
    filter: brightness(1.08);
}
.tk-submit:active {
    transform: translateY(0);
}

.tk-toggle {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    color: #64748b;
}
.tk-toggle span {
    color: #3b82f6;
    cursor: pointer;
    font-weight: 600;
    transition: color 0.2s ease;
}
.tk-toggle span:hover {
    color: #60a5fa;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

:root {
    --ws-indigo: #6366f1;
    --shopify-green: #95bf47;
    --ext-orange: #ff9f43;
}

.eco-section { padding: 100px 0; border-bottom: 1px solid #f0f0f0; }

.eco-flex { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    gap: 60px;
}
.eco-text { flex: 1; }
.eco-visual { flex: 1; position: relative; }

.visual-box {
    width: 100%;
    height: 320px;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.bg-ws { background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%); border: 1px solid #e0e7ff; color: var(--ws-indigo); }

.bg-shopify { background: linear-gradient(135deg, #f1f8ed 0%, #e9f5e1 100%); border: 1px solid #d8ebd0; color: var(--shopify-green); }

.bg-ext { background: linear-gradient(135deg, #fff9f2 0%, #fff4e6 100%); border: 1px solid #ffe8cc; color: var(--ext-orange); }

.eco-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eco-h3 { font-size: 36px; font-weight: 800; color: #1d1d1f; margin-bottom: 20px; line-height: 1.2; }
.eco-p { font-size: 17px; color: #6e6e73; line-height: 1.8; margin-bottom: 30px; }
.portal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
    padding: 14px 28px;
    background: #1a73e8; 
    color: #ffffff !important;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.mp0{
    padding: 10px 0;
}
.ad-placeholder,
.adSpace{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px !important;
    color: #888;
    font-style: italic;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    width: 98%;
    margin-top: 20px;
}
.ad-placeholder::before, .ad-placeholder::after,
.adSpace::before, .adSpace::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
#adx_div,
#adBannerDiv{
    text-align: center;
}
#adx_div-right{
    text-align: center;
}

@media (max-width: 900px) {
    .eco-flex { flex-direction: column !important; text-align: center; }
    .eco-flex:nth-child(even) { flex-direction: column; } 
    .eco-visual{
        width: 100%;
    }
}


.reward-modal {
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
    width: 98%;
    max-width: 700px;
    background: linear-gradient(180deg, #ffebcc, #b3bee7);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    position: relative;
    padding: 20px 0;
  }
  
  .modal-title {
    color: #d87a56;
    padding: 0 0 6px 0;
    font-size: 14px;
    font-weight: bold;
  }
  .modal-title-content{
      width: max-content;
      padding: 5px 40px;
      font-size: 15px;
      font-weight: 700;
      margin: 0 auto;
      border: 2px solid rgb(255,204,163);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      border-top: 0;
      box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  
  .modal-body {
    padding: 20px;
  }
  
  .reward-description {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333;
        line-height: 30px;
  }
  
  .reward-number {
    font-size: 48px;
    font-weight: bold;
    color: #ff2b44;
  }
  
  .reward-currency {
    font-size: 16px;
    color: #ff2b44;
  }
  
  .btn_reward {
    display: block;
    width: 80%;
    margin: 14px auto;
    padding: 10px 0;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
  }
  
  .btn-confirm {
    background: linear-gradient(#ff6b6b, #ff3b3b);
    color: #fff;
  }
  
  .btn-cancel {
    background: #bbbbbb;
    color: #666;
    /* border: 1px solid #ddd; */
  }
  .modal_icon{
      width: 100%;
      display: flex;
      justify-content: center;
      padding-top: 10px;
  }
  .modal_content{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal_icon svg{
    margin-left: 26px;
  }
  .lockjl_popup, .lock_success_popup, .lock_fail_popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    background: rgba(0, 0, 0, .3);
}
.mt0{
    margin-top: 0;
    padding-top: 10px !important;
}
.tk-social-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 0 28px;
    position: relative;
}

.tk-social-box::before {
    content: '';
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.2), transparent);
}

.tk-social-item {
    display: flex;
    justify-content: center;
}

.tk-social-item a {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    color: #334155;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    text-decoration: none;
    width: 100%;
    max-width: 320px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.tk-social-item a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.tk-social-item div:first-child {
    align-items: center;
    background: transparent;
    border: none;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 24px;
    margin-right: 10px;
}

.tk-social-item a div svg {
    vertical-align: sub;
    width: 20px;
    height: 20px;
}

.tk-social-item div:nth-child(2) {
    width: auto;
}

.tk-social-item:nth-child(2) a {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    border-color: #8b5cf6;
    color: #fff;
}

.tk-social-item:nth-child(2) a:hover {
    border-color: #7c3aed;
    box-shadow: 0 6px 20px rgba(139, 92, 246, 0.35);
}

#logups-xm {
    display: none;
    margin: 0 auto;
    width: 73%
}

@media (max-width: 768px) {
    .goApiBtn{
        display: none;
    }
    .ad-placeholder,
    .adSpace{
        margin-top: 3px;
    }
    section { padding: 40px 0; }
    .sec-title {
        font-size: 20px; 
        margin-bottom: 10px;
    }
    .app-content h2 { font-size: 22px; }

    header{
        height: 40px;
    }
    .logo_icon{
        height: 25px;
    }
    .hero h1,
    .heroSection h1{
        font-size: 30px;
    }
    .page_title,
    .pageHeadline{
        font-size: 28px !important;
        line-height: 28px !important;
        padding: 2px 0;
        margin-bottom: 0 !important;
        margin-top: 0;
        padding-top: 0;
    }
    .page_des,
    .pageDescription{
        font-size: 15px !important;
        margin-bottom: 15px !important;
    }
    .hero,
    .heroSection{
        min-height: auto;
    }
  
    .how_item{
        width: 100%;
    }
    .app-info{
        width: 100%;
    }
    .app-info h2{
        font-size: 20px !important;
    }
    .f-grid{
        grid-template-columns: 1fr 1fr;
        gap: 23px;
    }
    .footer-container{
        padding: 10px;
    }
    .carrier-grid{
        gap: 10px;
    }
    
}