        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { font-size: 16px !important; scroll-behavior: smooth; }
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background: #f8fafc;
            color: #1e293b;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        
        .ctr-container { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

        
        .ctr-hero {
            position: relative;
            padding: 110px 20px 56px;
            background: linear-gradient(135deg, #0250c0 0%, #0a3d91 100%);
            overflow: hidden;
            text-align: center;
        }
        .ctr-hero::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .ctr-hero::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        
        .ctr-hero__pattern {
            position: absolute; inset: 0;
            pointer-events: none; z-index: 0;
            opacity: 0.45;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='600' viewBox='0 0 800 600'%3E%3Cg fill='none' stroke='%233b82f6' stroke-width='0.5' opacity='0.12'%3E%3Cline x1='80' y1='60' x2='220' y2='130'/%3E%3Cline x1='220' y1='130' x2='180' y2='280'/%3E%3Cline x1='180' y1='280' x2='60' y2='220'/%3E%3Cline x1='60' y1='220' x2='80' y2='60'/%3E%3Cline x1='220' y1='130' x2='390' y2='80'/%3E%3Cline x1='390' y1='80' x2='520' y2='170'/%3E%3Cline x1='520' y1='170' x2='450' y2='310'/%3E%3Cline x1='450' y1='310' x2='180' y2='280'/%3E%3Cline x1='520' y1='170' x2='680' y2='110'/%3E%3Cline x1='680' y1='110' x2='750' y2='230'/%3E%3Cline x1='750' y1='230' x2='640' y2='340'/%3E%3Cline x1='640' y1='340' x2='450' y2='310'/%3E%3Cline x1='80' y1='60' x2='180' y2='280'/%3E%3Cline x1='390' y1='80' x2='450' y2='310'/%3E%3Cline x1='680' y1='110' x2='640' y2='340'/%3E%3Cline x1='60' y1='220' x2='180' y2='420'/%3E%3Cline x1='180' y1='420' x2='350' y2='480'/%3E%3Cline x1='350' y1='480' x2='450' y2='310'/%3E%3Cline x1='350' y1='480' x2='560' y2='520'/%3E%3Cline x1='560' y1='520' x2='640' y2='340'/%3E%3Cline x1='560' y1='520' x2='720' y2='480'/%3E%3Cline x1='720' y1='480' x2='750' y2='230'/%3E%3Cline x1='180' y1='280' x2='180' y2='420'/%3E%3Cline x1='220' y1='130' x2='520' y2='170'/%3E%3Cline x1='390' y1='80' x2='680' y2='110'/%3E%3Cline x1='180' y1='420' x2='450' y2='310'/%3E%3Cline x1='640' y1='340' x2='720' y2='480'/%3E%3C/g%3E%3Cg fill='%2393c5fd' opacity='0.18'%3E%3Ccircle cx='80' cy='60' r='2.5'/%3E%3Ccircle cx='220' cy='130' r='3'/%3E%3Ccircle cx='180' cy='280' r='2.5'/%3E%3Ccircle cx='60' cy='220' r='2'/%3E%3Ccircle cx='390' cy='80' r='3'/%3E%3Ccircle cx='520' cy='170' r='2.5'/%3E%3Ccircle cx='450' cy='310' r='3.5'/%3E%3Ccircle cx='680' cy='110' r='2.5'/%3E%3Ccircle cx='750' cy='230' r='2'/%3E%3Ccircle cx='640' cy='340' r='3'/%3E%3Ccircle cx='180' cy='420' r='2.5'/%3E%3Ccircle cx='350' cy='480' r='2'/%3E%3Ccircle cx='560' cy='520' r='3'/%3E%3Ccircle cx='720' cy='480' r='2.5'/%3E%3C/g%3E%3Cg fill='%2360a5fa' opacity='0.25'%3E%3Ccircle cx='220' cy='130' r='1.2'/%3E%3Ccircle cx='450' cy='310' r='1.5'/%3E%3Ccircle cx='680' cy='110' r='1.2'/%3E%3Ccircle cx='350' cy='480' r='1'/%3E%3C/g%3E%3C/svg%3E");
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
        }
        @media (min-width: 1200px) {
            .ctr-hero__pattern { background-size: 120% 120%; }
        }
        @media (max-width: 768px) {
            .ctr-hero__pattern { opacity: 0.3; background-size: 180% 100%; }
        }
        
        .ctr-hero__glow {
            position: absolute; top: 20%; left: 30%;
            width: 300px; height: 300px;
            background: radial-gradient(circle, rgba(96,165,250,0.08) 0%, transparent 70%);
            border-radius: 50%; pointer-events: none;
        }

        .ctr-hero__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.12);
            backdrop-filter: blur(10px);
            border-radius: 24px;
            padding: 8px 18px;
            font-size: 13px;
            font-weight: 600;
            color: rgba(255,255,255,0.7);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 24px;
        }
        .ctr-hero__badge i { color: #10b981; font-size: 10px; animation: blink-dot 1.4s ease-in-out infinite; }
        @keyframes blink-dot { 0%,100%{opacity:1} 50%{opacity:.25} }

        .ctr-hero__title {
            font-size: 42px;
            font-weight: 900;
            color: #ffffff;
            line-height: 1.15;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }
        .ctr-hero__subtitle {
            font-size: 20px;
            font-weight: 700;
            color: rgba(255,255,255,0.7);
            margin-bottom: 18px;
            position: relative;
            z-index: 1;
        }
        .ctr-hero__desc {
            font-size: 16px;
            color: rgba(255,255,255,0.85);
            max-width: 640px;
            margin: 0 auto;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }

        
        .ctr-stats {
            display: flex;
            justify-content: center;
            gap: 32px;
            margin-top: 36px;
            position: relative;
            z-index: 1;
        }
        .ctr-stat {
            text-align: center;
        }
        .ctr-stat__num {
            font-size: 28px;
            font-weight: 900;
            color: #fff;
        }
        .ctr-stat__label {
            font-size: 12px;
            font-weight: 600;
            color: rgba(255,255,255,0.6);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-top: 2px;
        }

        
        .ctr-search {
            max-width: 520px;
            margin: -26px auto 0;
            position: relative;
            z-index: 10;
            padding: 0 20px;
        }
        .ctr-search__wrap {
            position: relative;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.12), 0 0 0 1px rgba(255,255,255,0.1);
        }
        .ctr-search__icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #4B5772;
            font-size: 16px;
            pointer-events: none;
        }
        .ctr-search__input {
            width: 100%;
            padding: 16px 48px 16px 48px;
            font-size: 15px;
            font-family: inherit;
            font-weight: 500;
            border: 2px solid #e2e8f0;
            border-radius: 16px;
            background: #fff;
            color: #1e293b;
            transition: all 0.2s;
        }
        .ctr-search__input:focus {
            outline: none;
            border-color: #3b82f6;
            box-shadow: 0 0 0 4px rgba(59,130,246,0.12);
        }
        .ctr-search__input::placeholder { color: #4B5772; font-weight: 400; }
        .ctr-search__clear {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            background: #f1f5f9;
            border: none;
            border-radius: 8px;
            width: 30px;
            height: 30px;
            display: none;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #64748b;
            font-size: 12px;
            transition: all 0.15s;
        }
        .ctr-search__clear:hover { background: #e2e8f0; color: #334155; }
        .ctr-search__clear.visible { display: inline-flex; }

        
        .ctr-breadcrumb { padding: 16px 20px 0; }
        .ctr-breadcrumb__list {
            list-style: none !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            gap: 8px;
            max-width: 1120px;
            margin: 0 auto !important;
            padding: 0 !important;
            font-size: 13px;
            font-weight: 500;
        }
        .ctr-breadcrumb__list li { display: flex !important; align-items: center !important; gap: 8px; margin: 0 !important; padding: 0 !important; transform: none !important; }
        .ctr-breadcrumb__list a { color: #4B5772 !important; text-decoration: none !important; font-weight: 500; font-size: 13px; background: none !important; border: none !important; padding: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
        .ctr-breadcrumb__list a:hover { color: #3b82f6 !important; text-decoration: none !important; }
        .ctr-breadcrumb__list span.sep { color: #cbd5e1; font-size: 10px; opacity: 0.5; }
        .ctr-breadcrumb__list span.current { color: #3b82f6; font-weight: 600; font-size: 13px; }

        
        .ctr-tabs {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
            max-width: 800px;
            margin: 28px auto 0;
            padding: 0 20px;
        }
        .ctr-tab {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 9px 16px;
            font-size: 13px;
            font-family: inherit;
            font-weight: 600;
            color: #64748b;
            background: #fff;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            cursor: pointer;
            transition: all 0.2s;
        }
        .ctr-tab:hover { border-color: #cbd5e1; color: #334155; }
        .ctr-tab.active {
            background: #2563eb;
            color: #fff;
            border-color: #2563eb;
            box-shadow: 0 4px 12px rgba(37,99,235,0.25);
        }
        .ctr-tab i { font-size: 13px; }
        .ctr-tab__count {
            font-size: 11px;
            font-weight: 700;
            background: rgba(0,0,0,0.08);
            padding: 1px 7px;
            border-radius: 10px;
            margin-left: 2px;
        }
        .ctr-tab.active .ctr-tab__count { background: rgba(255,255,255,0.25); }

        
        .ctr-grid-section { padding: 32px 20px 64px; }
        .ctr-grid-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1120px;
            margin: 0 auto 20px;
        }
        .ctr-grid-header__count {
            font-size: 14px;
            color: #64748b;
            font-weight: 600;
        }
        .ctr-grid-header__count strong { color: #1e293b; }
        .ctr-grid-header__cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: linear-gradient(135deg, #0f172a, #1e293b);
            color: #ffffff;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .ctr-grid-header__cta:hover {
            transform: translateY(-1px);
            box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
        }
        .ctr-grid-header__cta i { color: #fbbf24; font-size: 13px; }

        .ctr-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
            gap: 16px;
            max-width: 1120px;
            margin: 0 auto;
        }

        .ctr-card {
            background: #ffffff;
            border: 1px solid #f1f5f9;
            border-radius: 16px;
            padding: 20px;
            text-decoration: none;
            color: inherit;
            display: flex;
            align-items: center;
            gap: 14px;
            transition: all 0.25s;
            position: relative;
            overflow: hidden;
        }
        .ctr-card:hover {
            border-color: #dbeafe;
            box-shadow: 0 8px 24px rgba(15,23,42,0.07);
            transform: translateY(-3px);
        }
        .ctr-card:hover .ctr-card__arrow { opacity: 1; transform: translateX(0); }

        .ctr-card__flag {
            width: 46px;
            height: 46px;
            border-radius: 12px;
            background: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            overflow: hidden;
        }
        .ctr-card__flag .flag-icon {
            font-size: 24px;
            line-height: 1;
        }

        .ctr-card__body { flex: 1; min-width: 0; }
        .ctr-card__name {
            font-size: 15px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 3px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .ctr-card__meta {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            color: #4B5772;
            font-weight: 500;
        }
        .ctr-card__code { color: #64748b; font-weight: 600; }
        .ctr-card__numbers {
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        .ctr-card__numbers i { font-size: 10px; color: #10b981; }
        .ctr-card__numbers span { color: #10b981; font-weight: 700; }

        .ctr-card__arrow {
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateX(6px) translateY(-50%);
            opacity: 0;
            color: #3b82f6;
            font-size: 14px;
            transition: all 0.25s;
        }

        .ctr-card__trending {
            position: absolute;
            top: -1px;
            right: -1px;
            background: #fef3c7;
            color: #d97706;
            font-size: 10px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 0 16px 0 10px;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            z-index: 2;
            line-height: 1.2;
            pointer-events: none;
        }

        .ctr-card.hidden { display: none; }

        
        .ctr-no-results {
            display: none;
            text-align: center;
            padding: 48px 20px;
            max-width: 420px;
            margin: 0 auto;
        }
        .ctr-no-results.visible { display: block; }
        .ctr-no-results__icon { font-size: 48px; margin-bottom: 16px; }
        .ctr-no-results__title { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
        .ctr-no-results__text  { font-size: 14px; color: #64748b; }

        .ctr-faq {
            padding: 0 20px 64px;
            max-width: 1120px;
            margin: 0 auto;
        }
        .ctr-faq__head {
            text-align: center;
            margin-bottom: 24px;
        }
        .ctr-faq__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(15,23,42,0.06), rgba(59,130,246,0.06));
            border: 1px solid rgba(15,23,42,0.08);
            color: #1e293b;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-bottom: 16px;
        }
        .ctr-faq__title {
            font-size: 30px;
            font-weight: 900;
            color: #0f172a;
            line-height: 1.2;
            margin: 0 0 12px;
            letter-spacing: -0.02em;
        }
        .ctr-faq__sub {
            max-width: 720px;
            margin: 0 auto;
            font-size: 15px;
            line-height: 1.75;
            color: #64748b;
        }
        .ctr-faq__columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px 28px;
            align-items: start;
        }
        .ctr-faq__column {
            display: grid;
            gap: 14px;
        }
        .ctr-faq__item {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
        }
        .ctr-faq__item[open] {
            border-color: #dbeafe;
            box-shadow: 0 14px 32px rgba(37, 99, 235, 0.08);
        }
        .ctr-faq__item summary {
            list-style: none;
            cursor: pointer;
            padding: 18px 22px;
            font-size: 16px;
            font-weight: 800;
            color: #0f172a;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            transition: color 0.2s ease;
        }
        .ctr-faq__item[open] summary { color: #2563eb; }
        .ctr-faq__item summary::-webkit-details-marker { display: none; }
        .ctr-faq__item summary::after {
            content: '\f107';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #0f172a;
            font-size: 13px;
            flex-shrink: 0;
        }
        .ctr-faq__item[open] summary::after {
            content: '\f106';
            color: #2563eb;
        }
        .ctr-faq__item p {
            margin: 0;
            padding: 0 22px 20px;
            font-size: 14px;
            line-height: 1.8;
            color: #8aa0c0;
        }
        .ctr-faq__item a {
            color: #2563eb;
            font-weight: 700;
            text-decoration: none;
        }
        .ctr-faq__item a:hover { text-decoration: underline; }

        .ctr-benefits {
            padding: 0 20px 72px;
            max-width: 1120px;
            margin: 0 auto;
        }
        .ctr-benefits__inner {
            border-top: 1px solid #e5edf8;
            border-bottom: 1px solid #e5edf8;
            padding: 40px 0 44px;
        }
        .ctr-benefits__head {
            max-width: 760px;
            margin-bottom: 28px;
        }
        .ctr-benefits__title {
            font-size: 28px;
            font-weight: 900;
            line-height: 1.2;
            letter-spacing: -0.02em;
            color: #1a2238;
            margin: 0 0 12px;
        }
        .ctr-benefits__sub {
            margin: 0;
            font-size: 15px;
            line-height: 1.8;
            color: #90a1bc;
        }
        .ctr-benefits__columns {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px 60px;
        }
        .ctr-benefits__column {
            display: grid;
            gap: 12px;
        }
        .ctr-benefit {
            display: grid;
            grid-template-columns: 26px minmax(0, 1fr);
            gap: 14px;
            align-items: start;
            padding: 12px 0;
        }
        .ctr-benefit__icon {
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #2563eb;
            font-size: 20px;
            line-height: 1;
            margin-top: 2px;
        }
        .ctr-benefit__body h3 {
            margin: 0 0 8px;
            font-size: 16px;
            line-height: 1.35;
            color: #1f2937;
            font-weight: 800;
        }
        .ctr-benefit__body p {
            margin: 0;
            font-size: 14px;
            line-height: 1.9;
            color: #90a1bc;
        }

        
        .ctr-seo { padding: 72px 20px 64px; max-width: 1120px; margin: 0 auto; }
        .ctr-seo__head { text-align: center; margin-bottom: 56px; }
        .ctr-seo__badge {
            display: inline-flex; align-items: center; gap: 8px;
            padding: 8px 20px; border-radius: 99px;
            background: linear-gradient(135deg, rgba(37,99,235,0.08), rgba(37,99,235,0.04));
            border: 1px solid rgba(37,99,235,0.12);
            color: #2563eb; font-size: 12px; font-weight: 700;
            text-transform: uppercase; letter-spacing: 0.06em;
            margin-bottom: 20px;
        }
        .ctr-seo__badge i { font-size: 13px; }
        .ctr-seo__title {
            font-size: 32px; font-weight: 900; color: #0f172a;
            margin: 0 0 16px; line-height: 1.2; letter-spacing: -0.02em;
        }
        .ctr-seo__sub { font-size: 16px; color: #64748b; line-height: 1.75; max-width: 640px; margin: 0 auto; }

        
        .ctr-seo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 56px; }
        .ctr-seo-card {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 32px 28px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        .ctr-seo-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, #2563eb, #60a5fa);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .ctr-seo-card:hover {
            border-color: #bfdbfe;
            box-shadow: 0 12px 32px rgba(37,99,235,0.08), 0 2px 8px rgba(15,23,42,0.04);
            transform: translateY(-2px);
        }
        .ctr-seo-card:hover::before { opacity: 1; }
        .ctr-seo-card__icon {
            width: 52px; height: 52px;
            border-radius: 14px;
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 20px;
            flex-shrink: 0;
        }
        .ctr-seo-card__icon svg { width: 26px; height: 26px; }
        .ctr-seo-card h3 {
            font-size: 17px; font-weight: 800; color: #0f172a;
            margin: 0 0 12px; line-height: 1.35; letter-spacing: -0.01em;
        }
        .ctr-seo-card p { font-size: 14px; color: #64748b; line-height: 1.8; margin: 0; }
        .ctr-seo-card a { color: #2563eb; font-weight: 600; text-decoration: none; }
        .ctr-seo-card a:hover { text-decoration: underline; }
        .ctr-seo-card ul { margin: 10px 0 0; padding: 0; list-style: none; }
        .ctr-seo-card li { font-size: 14px; color: #64748b; line-height: 1.7; padding: 4px 0 4px 22px; position: relative; }
        .ctr-seo-card li::before { content: '✓'; position: absolute; left: 0; color: #10b981; font-weight: 700; font-size: 13px; }

        
        .ctr-seo-full {
            background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
            border: 1px solid #dbeafe;
            border-radius: 24px;
            padding: 48px 40px;
            margin-bottom: 56px;
            position: relative;
            overflow: hidden;
        }
        .ctr-seo-full::before {
            content: '';
            position: absolute;
            top: -80px; right: -80px;
            width: 200px; height: 200px;
            background: radial-gradient(circle, rgba(37,99,235,0.06) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }
        .ctr-seo-full h3 { font-size: 22px; font-weight: 900; color: #0f172a; margin: 0 0 20px; text-align: center; letter-spacing: -0.02em; position: relative; }
        .ctr-seo-full p { font-size: 14.5px; color: #475569; line-height: 1.85; max-width: 800px; margin: 0 auto 16px; text-align: center; position: relative; }
        .ctr-seo-full p:last-child { margin-bottom: 0; }
        .ctr-seo-full a { color: #2563eb; font-weight: 600; text-decoration: none; }
        .ctr-seo-full a:hover { text-decoration: underline; }

        
        .ctr-seo-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 56px; }
        .ctr-seo-cols__col {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 32px 28px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .ctr-seo-cols__col:hover {
            border-color: #bfdbfe;
            box-shadow: 0 12px 32px rgba(37,99,235,0.08), 0 2px 8px rgba(15,23,42,0.04);
            transform: translateY(-2px);
        }
        .ctr-seo-cols__col h3 {
            font-size: 17px; font-weight: 800; color: #0f172a;
            margin: 0 0 16px; display: flex; align-items: center; gap: 10px;
            letter-spacing: -0.01em;
        }
        .ctr-seo-cols__col h3 .ctr-col-icon {
            width: 40px; height: 40px; border-radius: 12px;
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .ctr-seo-cols__col h3 .ctr-col-icon svg { width: 22px; height: 22px; }
        .ctr-seo-cols__col h3 span:not(.ctr-col-icon) { font-size: 20px; }
        .ctr-seo-cols__col p { font-size: 14px; color: #64748b; line-height: 1.8; margin: 0 0 12px; }
        .ctr-seo-cols__col p:last-child { margin-bottom: 0; }
        .ctr-seo-cols__col strong { color: #334155; }
        .ctr-seo-cols__col a { color: #2563eb; font-weight: 600; text-decoration: none; }
        .ctr-seo-cols__col a:hover { text-decoration: underline; }

        
        .ctr-seo-steps {
            display: grid; grid-template-columns: repeat(4, 1fr);
            gap: 0; margin-bottom: 56px;
            position: relative;
        }
        
        .ctr-seo-steps::before {
            content: '';
            position: absolute;
            top: 32px;
            left: calc(12.5% + 24px);
            right: calc(12.5% + 24px);
            height: 2px;
            background: linear-gradient(90deg, #dbeafe 0%, #93c5fd 50%, #dbeafe 100%);
            z-index: 0;
        }
        .ctr-seo-step {
            text-align: center;
            padding: 0 16px;
            background: transparent;
            border: none;
            position: relative;
            z-index: 1;
        }
        .ctr-seo-step__num {
            width: 64px; height: 64px;
            border-radius: 20px;
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            color: #fff; font-size: 22px; font-weight: 900;
            display: flex; align-items: center; justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 8px 24px rgba(37,99,235,0.25), 0 0 0 6px rgba(37,99,235,0.08);
            position: relative;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .ctr-seo-step:hover .ctr-seo-step__num {
            transform: translateY(-4px) scale(1.05);
            box-shadow: 0 12px 32px rgba(37,99,235,0.35), 0 0 0 8px rgba(37,99,235,0.1);
        }
        .ctr-seo-step__icon {
            display: flex; align-items: center; justify-content: center;
            color: #fff; font-size: 24px; line-height: 1;
        }
        .ctr-seo-step h4 {
            font-size: 15px; font-weight: 800; color: #0f172a;
            margin: 0 0 8px; letter-spacing: -0.01em;
        }
        .ctr-seo-step p {
            font-size: 13px; color: #64748b;
            line-height: 1.65; margin: 0;
            max-width: 200px; margin-left: auto; margin-right: auto;
        }

        @media (max-width: 768px) {
            .ctr-seo-grid, .ctr-seo-cols { grid-template-columns: 1fr; }
            .ctr-seo-steps { grid-template-columns: 1fr 1fr; gap: 32px 0; }
            .ctr-seo-steps::before { display: none; }
            .ctr-seo-step__num { width: 56px; height: 56px; font-size: 20px; border-radius: 16px; }
            .ctr-seo__title { font-size: 24px; }
            .ctr-seo-full { padding: 24px 20px; }
            .ctr-seo-card, .ctr-seo-cols__col { padding: 24px 20px; }
            .ctr-faq__title { font-size: 24px; }
            .ctr-faq__sub { font-size: 14px; }
            .ctr-faq__columns { grid-template-columns: 1fr; gap: 14px; }
            .ctr-faq__item summary { padding: 16px 18px; font-size: 15px; }
            .ctr-faq__item p { padding: 0 18px 18px; }
            .ctr-benefits__title { font-size: 24px; }
            .ctr-benefits__sub { font-size: 14px; }
            .ctr-benefits__columns { grid-template-columns: 1fr; gap: 6px; }
        }
        @media (max-width: 480px) {
            .ctr-seo-steps { grid-template-columns: 1fr; gap: 28px; }
        }

        
        .ctr-cta {
            text-align: center;
            padding: 56px 20px;
            background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
            position: relative;
            overflow: hidden;
        }
        .ctr-cta::before {
            content: '';
            position: absolute;
            top: -40%;
            right: -20%;
            width: 50%;
            height: 180%;
            background: radial-gradient(circle, rgba(59,130,246,0.1) 0%, transparent 60%);
            pointer-events: none;
        }
        .ctr-cta__title { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 10px; position: relative; z-index: 1; }
        .ctr-cta__text {
            font-size: 15px;
            color: #4B5772;
            margin-bottom: 28px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }
        .ctr-cta__buttons {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }
        .ctr-cta__btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 28px;
            font-size: 15px;
            font-family: inherit;
            font-weight: 700;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.25s;
            text-decoration: none;
            border: none;
        }
        .ctr-cta__btn--primary {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            color: #fff;
            box-shadow: 0 4px 16px rgba(37,99,235,0.3);
        }
        .ctr-cta__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.4); }
        .ctr-cta__btn--secondary {
            background: rgba(255,255,255,0.08);
            color: #e2e8f0;
            border: 1px solid rgba(255,255,255,0.15);
        }
        .ctr-cta__btn--secondary:hover { background: rgba(255,255,255,0.14); }

        
        @media (max-width: 768px) {
            .ctr-hero { padding: 90px 16px 44px; }
            .ctr-hero__title { font-size: 28px; }
            .ctr-hero__subtitle { font-size: 17px; }
            .ctr-hero__desc { font-size: 14px; }
            .ctr-stats { gap: 20px; margin-top: 28px; }
            .ctr-stat__num { font-size: 22px; }
            .ctr-grid-header {
                flex-direction: column;
                align-items: stretch;
                gap: 12px;
                text-align: center;
            }
            .ctr-grid-header__cta {
                justify-content: center;
            }
            .ctr-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
            .ctr-card { padding: 16px 14px; gap: 12px; }
            .ctr-card__flag { width: 40px; height: 40px; }
            .ctr-card__flag .flag-icon { font-size: 20px; }
            .ctr-tabs { gap: 6px; }
            .ctr-tab { padding: 8px 12px; font-size: 12px; }
            .ctr-content__card { padding: 24px 20px; }
            .ctr-faq { padding: 0 16px 56px; }
            .ctr-benefits { padding: 0 16px 56px; }
            .ctr-benefits__inner { padding: 32px 0 36px; }
            .ctr-cta__title { font-size: 22px; }
            .ctr-cta__buttons { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
        }
        @media (max-width: 480px) {
            .ctr-hero__title { font-size: 24px; }
            .ctr-hero__subtitle { font-size: 15px; }
            .ctr-grid { grid-template-columns: 1fr 1fr; }
            .ctr-card__name { font-size: 14px; }
        }

        /* ============================================
           UI POLISH v2 - Hero, tabs, cards, CTA, Hub
           ============================================ */

        /* Hero: add shimmer line + upgraded stats with icons/dividers */
        .ctr-hero__title {
            background: linear-gradient(180deg, #ffffff 0%, #e0eaff 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: -0.02em;
        }
        .ctr-hero__desc strong {
            color: #ffffff;
            font-weight: 700;
            background: linear-gradient(135deg, rgba(147,197,253,0.18), rgba(96,165,250,0.12));
            padding: 1px 8px;
            border-radius: 6px;
            margin: 0 1px;
        }
        .ctr-stats {
            gap: 0;
            background: rgba(255,255,255,0.05);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 18px;
            padding: 18px 8px;
            max-width: 540px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 36px;
        }
        .ctr-stat {
            flex: 1;
            padding: 4px 24px;
            position: relative;
        }
        .ctr-stat:not(:last-child)::after {
            content: '';
            position: absolute;
            right: 0;
            top: 15%;
            bottom: 15%;
            width: 1px;
            background: linear-gradient(180deg, transparent, rgba(255,255,255,0.18), transparent);
        }
        .ctr-stat__num {
            font-size: 30px;
            background: linear-gradient(180deg, #ffffff 0%, #bfdbfe 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            line-height: 1.1;
        }

        /* Search: bigger, premium look with keyboard shortcut hint */
        .ctr-search { max-width: 580px; margin-top: -30px; }
        .ctr-search__wrap {
            border-radius: 18px;
            box-shadow:
                0 20px 60px -15px rgba(37,99,235,0.18),
                0 8px 20px rgba(15,23,42,0.08),
                0 0 0 1px rgba(255,255,255,0.9);
        }
        .ctr-search__input {
            padding: 18px 120px 18px 52px;
            font-size: 16px;
            border-radius: 18px;
            border-width: 1.5px;
        }
        .ctr-search__icon { left: 20px; font-size: 17px; color: #2563eb; }
        .ctr-search__kbd {
            position: absolute;
            right: 56px;
            top: 50%;
            transform: translateY(-50%);
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 4px 10px;
            font-size: 11px;
            font-weight: 700;
            color: #64748b;
            background: #f1f5f9;
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
            pointer-events: none;
        }
        .ctr-search__kbd.hidden { display: none; }
        @media (max-width: 520px) { .ctr-search__kbd { display: none; } .ctr-search__input { padding-right: 48px; } }

        /* Region tabs: sticky on scroll with refined active state */
        .ctr-tabs {
            max-width: 900px;
            padding: 8px 16px;
            margin: 28px auto 0;
            position: sticky;
            top: 72px;
            z-index: 20;
            background: rgba(248,250,252,0.86);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border-radius: 16px;
            transition: box-shadow 0.3s ease;
        }
        .ctr-tabs.is-stuck {
            box-shadow: 0 8px 24px rgba(15,23,42,0.08);
            background: rgba(255,255,255,0.94);
        }
        .ctr-tab {
            padding: 10px 18px;
            font-size: 13.5px;
            border-radius: 11px;
            background: transparent;
            border-color: transparent;
        }
        .ctr-tab:hover { background: #fff; border-color: #e2e8f0; }
        .ctr-tab.active {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            box-shadow: 0 6px 18px -4px rgba(37,99,235,0.45), 0 2px 4px rgba(37,99,235,0.15);
        }

        /* Country cards: subtle gradient accent + richer hover state */
        .ctr-card {
            border: 1px solid #e2e8f0;
            background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
            will-change: transform;
        }
        .ctr-card::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 3px;
            background: linear-gradient(90deg, #2563eb, #60a5fa, #34d399);
            border-radius: 16px 16px 0 0;
            opacity: 0;
            transition: opacity 0.25s ease;
        }
        .ctr-card:hover {
            border-color: #bfdbfe;
            box-shadow:
                0 12px 32px -8px rgba(37,99,235,0.18),
                0 4px 10px rgba(15,23,42,0.06);
            transform: translateY(-4px);
        }
        .ctr-card:hover::before { opacity: 1; }
        .ctr-card__flag {
            background: linear-gradient(135deg, #f8fafc, #eff6ff);
            box-shadow: inset 0 0 0 1px rgba(37,99,235,0.06);
        }
        .ctr-card__trending {
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            color: #b45309;
            box-shadow: 0 2px 6px rgba(217,119,6,0.2);
        }
        .ctr-card__trending i { color: #f59e0b; margin-right: 3px; }
        .ctr-card__numbers i {
            animation: ctr-pulse-dot 2s ease-in-out infinite;
        }
        @keyframes ctr-pulse-dot {
            0%,100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.5; transform: scale(0.85); }
        }

        /* Grid header CTA polish */
        .ctr-grid-header__cta {
            background: linear-gradient(135deg, #0f172a, #1e293b);
            position: relative;
            overflow: hidden;
        }
        .ctr-grid-header__cta::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .ctr-grid-header__cta:hover::before { opacity: 1; }
        .ctr-grid-header__cta > * { position: relative; z-index: 1; }

        /* CTA section: FIX unreadable text + better buttons */
        .ctr-cta {
            padding: 64px 20px 72px;
            background:
                radial-gradient(ellipse at 20% 20%, rgba(37,99,235,0.25) 0%, transparent 55%),
                radial-gradient(ellipse at 80% 80%, rgba(16,185,129,0.18) 0%, transparent 55%),
                linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0f172a 100%);
        }
        .ctr-cta__title {
            font-size: 30px;
            font-weight: 900;
            letter-spacing: -0.02em;
            margin-bottom: 14px;
            background: linear-gradient(180deg, #ffffff 0%, #bfdbfe 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .ctr-cta__text {
            color: rgba(226,232,240,0.85);
            font-size: 15.5px;
            max-width: 620px;
        }
        .ctr-cta__btn--primary {
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            box-shadow: 0 8px 24px rgba(37,99,235,0.4), 0 0 0 1px rgba(255,255,255,0.1) inset;
        }
        .ctr-cta__btn--primary:hover {
            background: linear-gradient(135deg, #2563eb, #1d4ed8);
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(37,99,235,0.5);
        }
        .ctr-cta__btn--secondary {
            background: rgba(255,255,255,0.06);
            border: 1px solid rgba(255,255,255,0.18);
            color: #fff;
            backdrop-filter: blur(10px);
        }
        .ctr-cta__btn--secondary:hover {
            background: rgba(255,255,255,0.12);
            border-color: rgba(255,255,255,0.3);
            transform: translateY(-2px);
        }

        /* Popular Picks hub - proper card grid with chips */
        .ctr-hub {
            padding: 8px 20px 72px;
            max-width: 1120px;
            margin: 0 auto;
        }
        .ctr-hub__head { text-align: center; margin-bottom: 40px; }
        .ctr-hub__badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(245,158,11,0.12), rgba(245,158,11,0.04));
            border: 1px solid rgba(245,158,11,0.22);
            color: #b45309;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            margin-bottom: 16px;
        }
        .ctr-hub__badge i { color: #f59e0b; }
        .ctr-hub__title {
            font-size: 30px;
            font-weight: 900;
            color: #0f172a;
            letter-spacing: -0.02em;
            line-height: 1.2;
            margin: 0 0 12px;
        }
        .ctr-hub__sub {
            max-width: 680px;
            margin: 0 auto;
            color: #64748b;
            font-size: 15px;
            line-height: 1.7;
        }
        .ctr-hub__grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }
        .ctr-hub__panel {
            background: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 22px;
            padding: 28px;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }
        .ctr-hub__panel:hover {
            border-color: #bfdbfe;
            box-shadow: 0 12px 32px rgba(37,99,235,0.08);
        }
        .ctr-hub__panel-head {
            display: flex;
            align-items: flex-start;
            gap: 14px;
            margin-bottom: 20px;
        }
        .ctr-hub__panel-head h3 {
            margin: 0 0 6px;
            font-size: 17px;
            font-weight: 800;
            color: #0f172a;
            letter-spacing: -0.01em;
        }
        .ctr-hub__panel-head p {
            margin: 0;
            font-size: 13.5px;
            color: #64748b;
            line-height: 1.6;
        }
        .ctr-hub__panel-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .ctr-hub__panel-icon svg { width: 22px; height: 22px; }
        .ctr-hub__panel-icon--blue {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
            color: #2563eb;
        }
        .ctr-hub__panel-icon--green {
            background: linear-gradient(135deg, #dcfce7, #bbf7d0);
            color: #16a34a;
        }
        .ctr-hub__chips {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .ctr-hub__chips li { margin: 0; padding: 0; }
        .ctr-hub__chips a {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 9px 14px;
            font-size: 13px;
            font-weight: 600;
            color: #334155;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            text-decoration: none;
            transition: all 0.2s ease;
        }
        .ctr-hub__chips a:hover {
            background: #fff;
            border-color: #bfdbfe;
            color: #2563eb;
            transform: translateY(-1px);
            box-shadow: 0 6px 14px -4px rgba(37,99,235,0.18);
        }
        .ctr-hub__chips .flag-icon {
            width: 20px;
            height: 14px;
            border-radius: 2px;
            box-shadow: 0 0 0 1px rgba(15,23,42,0.06);
        }
        .ctr-hub__chips--services a i { font-size: 15px; width: 18px; text-align: center; }

        @media (max-width: 768px) {
            .ctr-hub { padding: 8px 16px 56px; }
            .ctr-hub__grid { grid-template-columns: 1fr; gap: 16px; }
            .ctr-hub__panel { padding: 22px 20px; border-radius: 18px; }
            .ctr-hub__title { font-size: 24px; }
            .ctr-hub__sub { font-size: 14px; }
            .ctr-cta__title { font-size: 24px; }
            .ctr-cta__text { font-size: 14.5px; }
            .ctr-stats { padding: 14px 4px; margin-top: 30px; }
            .ctr-stat { padding: 4px 14px; }
            .ctr-stat__num { font-size: 22px; }
            .ctr-search__input { font-size: 15px; padding: 15px 48px 15px 48px; }
            .ctr-tabs {
                position: static;
                background: transparent;
                padding: 0 16px;
                overflow-x: auto;
                flex-wrap: nowrap;
                justify-content: flex-start;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            .ctr-tabs::-webkit-scrollbar { display: none; }
            .ctr-tab { flex-shrink: 0; }
        }

        /* Small helper */
        .ctr-visually-hidden {
            position: absolute;
            width: 1px; height: 1px;
            padding: 0; margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            white-space: nowrap;
            border: 0;
        }
