﻿:root {
      --primary: rgb(52,120,246);
      --primary-hover: #1e60d6;
      --emerald: #00B884;
      --emerald-dark: #04120f;
      --emerald-light: #e6f8f3;
      --dark-bg: #0f172a;
      --slate-50: #f8fafc;
      --slate-100: #f1f5f9;
      --slate-200: #e2e8f0;
      --slate-700: #334155;
      --slate-800: #1e293b;
      --slate-900: #0f172a;
      --text-main: #1e293b;
      --text-muted: #64748b;
      --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: var(--font-sans);
      color: var(--text-main);
      background-color: #ffffff;
      line-height: 1.5;
    }

    
    .site-header{
      position:sticky;
      top:0;
      z-index:900;
      width:100%;
      background:rgba(255,255,255,.92);
      backdrop-filter:blur(16px);
      -webkit-backdrop-filter:blur(16px);
      border-bottom:1px solid rgba(15,23,42,.08);
    }

    .header-inner{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      min-height:72px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:24px;
    }

    .logo{
      display:inline-flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      min-width:0;
      flex-shrink:0;
    }

    .logo img{
      display:block;
      height:40px;
      width:auto;
      max-width:160px;
      object-fit:contain;
      flex-shrink:0;
    }

    .logo span{
      display:inline-block;
      font-size:18px;
      font-weight:800;
      line-height:1.2;
      color:#111827;
      white-space:nowrap;
      max-width:180px;
      overflow:hidden;
      text-overflow:ellipsis;
    }

    .desktop-nav{
      display:flex;
      align-items:center;
      justify-content:flex-end;
      gap:8px;
      min-width:0;
      flex:1;
      overflow-x:auto;
      scrollbar-width:none;
    }

    .desktop-nav::-webkit-scrollbar{
      display:none;
    }

    .desktop-nav a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:0 14px;
      border-radius:999px;
      font-size:14px;
      font-weight:600;
      color:#334155;
      text-decoration:none;
      white-space:nowrap;
      flex-shrink:0;
      transition: all 0.2s;
    }

    .desktop-nav a:hover {
      background: rgba(52,120,246,0.08);
      color: var(--primary);
    }

    .mobile-menu-btn{
      display:none;
      width:44px;
      height:44px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.08);
      align-items:center;
      justify-content:center;
      flex-direction:column;
      gap:5px;
      cursor:pointer;
      flex-shrink:0;
    }

    .mobile-menu-btn span{
      display:block;
      width:20px;
      height:2px;
      border-radius:999px;
      background:#111827;
    }

    .mobile-nav-mask{
      position:fixed;
      inset:0;
      z-index:998;
      background:rgba(15,23,42,.54);
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .25s ease, visibility .25s ease;
    }

    .mobile-drawer{
      position:fixed;
      top:0;
      left:0;
      z-index:999;
      width:min(86vw, 360px);
      height:100vh;
      height:100dvh;
      background:#ffffff;
      color:#111827;
      transform:translateX(-105%);
      transition:transform .28s ease;
      box-shadow:24px 0 60px rgba(15,23,42,.22);
      display:flex;
      flex-direction:column;
      overflow:hidden;
    }

    .drawer-head{
      min-height:76px;
      padding:18px 18px 14px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      border-bottom:1px solid rgba(15,23,42,.08);
      flex-shrink:0;
    }

    .drawer-logo img{
      height:36px;
      max-width:130px;
    }

    .drawer-logo span{
      max-width:150px;
      font-size:17px;
    }

    .drawer-close{
      width:40px;
      height:40px;
      border:0;
      border-radius:14px;
      background:rgba(15,23,42,.08);
      color:#111827;
      font-size:26px;
      line-height:1;
      cursor:pointer;
      flex-shrink:0;
    }

    .drawer-body{
      flex:1;
      overflow-y:auto;
      -webkit-overflow-scrolling:touch;
      padding:14px;
    }

    .drawer-nav{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .drawer-nav a{
      display:flex;
      align-items:center;
      width:100%;
      min-height:48px;
      padding:13px 14px;
      border-radius:14px;
      background:rgba(15,23,42,.04);
      color:#111827;
      text-decoration:none;
      font-size:15px;
      font-weight:700;
      line-height:1.35;
      word-break:break-word;
      overflow-wrap:anywhere;
    }

    .drawer-nav a:hover{
      background:rgba(52,120,246,.12);
      color:var(--primary);
    }

    body.drawer-open{
      overflow:hidden;
      touch-action:none;
    }

    body.drawer-open .mobile-nav-mask{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
    }

    body.drawer-open .mobile-drawer{
      transform:translateX(0);
    }

    
    .hero-layout-02 {
      background-color: var(--emerald-dark);
      background-image: radial-gradient(circle at 50% 120%, rgba(0, 184, 132, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
      color: #ffffff;
      padding: 96px 16px 80px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero-layout-02::before {
      content: '';
      position: absolute;
      top: -10%;
      left: 50%;
      transform: translateX(-50%);
      width: 600px;
      height: 200px;
      background: radial-gradient(circle, rgba(0, 184, 132, 0.25) 0%, rgba(0,0,0,0) 80%);
      pointer-events: none;
    }

    .hero-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .hero-header-zone {
      max-width: 800px;
      margin: 0 auto 56px;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      padding: 6px 16px;
      background: rgba(0, 184, 132, 0.12);
      border: 1px solid rgba(0, 184, 132, 0.3);
      color: var(--emerald);
      border-radius: 999px;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 24px;
      letter-spacing: 0.05em;
    }

    .hero-title {
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 800;
      line-height: 1.25;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .hero-title span {
      color: var(--emerald);
    }

    .hero-subtitle {
      font-size: clamp(15px, 2vw, 18px);
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.7;
    }

    .entry-matrix {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-bottom: 48px;
    }

    .entry-card {
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 20px;
      padding: 40px 24px;
      text-align: left;
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
    }

    .entry-card:hover {
      transform: translateY(-8px);
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(0, 184, 132, 0.4);
      box-shadow: 0 12px 30px rgba(0, 184, 132, 0.15);
    }

    .entry-icon {
      width: 56px;
      height: 56px;
      border-radius: 16px;
      background: rgba(0, 184, 132, 0.15);
      color: var(--emerald);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      border: 1px solid rgba(0, 184, 132, 0.25);
    }

    .entry-icon svg {
      width: 28px;
      height: 28px;
    }

    .entry-card-title {
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 12px;
    }

    .entry-card-desc {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.68);
      line-height: 1.6;
      margin-bottom: 24px;
      min-height: 68px;
    }

    .entry-card-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.15);
      padding: 10px 20px;
      border-radius: 12px;
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      text-decoration: none;
      transition: all 0.2s;
    }

    .entry-card:hover .entry-card-btn {
      background: var(--emerald);
      border-color: var(--emerald);
      color: var(--emerald-dark);
      font-weight: 700;
      box-shadow: 0 4px 12px rgba(0, 184, 132, 0.3);
    }

    .hero-trust-strip {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 32px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .trust-item {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      display: flex;
      align-items: center;
      gap: 8px;
    }

    
    .features-grid {
      padding: 80px 16px;
      background: var(--slate-50);
    }

    .section-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .section-head {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 56px;
    }

    .section-head h2 {
      font-size: 32px;
      font-weight: 800;
      color: var(--slate-900);
      margin-bottom: 16px;
    }

    .section-head p {
      color: var(--text-muted);
      font-size: 16px;
    }

    .advantage-cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
    }

    .adv-card {
      background: #ffffff;
      border: 1px solid var(--slate-200);
      border-radius: 16px;
      padding: 32px 24px;
      transition: all 0.3s;
    }

    .adv-card:hover {
      box-shadow: 0 10px 30px rgba(15,23,42,0.05);
      border-color: var(--primary);
    }

    .adv-num {
      font-size: 32px;
      font-weight: 800;
      color: rgba(52,120,246,0.15);
      margin-bottom: 12px;
      line-height: 1;
    }

    .adv-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .adv-desc {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
    }

    
    .calculator-block {
      padding: 80px 16px;
    }

    .broker-list-row {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px;
      margin-top: 40px;
    }

    .broker-card {
      border: 1px solid var(--slate-200);
      border-radius: 16px;
      padding: 24px;
      text-align: center;
      background: #ffffff;
      transition: all 0.3s;
    }

    .broker-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.06);
    }

    .broker-logo {
      height: 48px;
      margin: 0 auto 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--slate-100);
      border-radius: 8px;
      font-weight: 700;
      color: var(--slate-800);
    }

    .broker-rebate {
      color: var(--emerald);
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 12px;
    }

    .broker-badge {
      display: inline-block;
      padding: 4px 10px;
      font-size: 11px;
      background: var(--slate-100);
      color: var(--text-muted);
      border-radius: 4px;
      margin-bottom: 20px;
    }

    .broker-btn {
      display: block;
      padding: 10px;
      background: var(--primary);
      color: #ffffff;
      font-weight: 600;
      border-radius: 8px;
      text-decoration: none;
      font-size: 14px;
      transition: opacity 0.2s;
    }

    .broker-btn:hover {
      opacity: 0.9;
    }

    
    .news-section {
      background: var(--slate-50);
      padding: 80px 16px;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .news-card {
      background: #ffffff;
      border-radius: 16px;
      border: 1px solid var(--slate-200);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: all 0.3s;
    }

    .news-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.05);
      border-color: var(--primary);
    }

    .news-image {
      position: relative;
      aspect-ratio: 16 / 9;
      background: var(--slate-200);
      overflow: hidden;
    }

    .news-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: var(--primary);
      color: #ffffff;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 6px;
      font-weight: 600;
    }

    .news-body {
      padding: 24px;
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .news-title {
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      margin-bottom: 12px;
      color: var(--slate-900);
    }

    .news-title a {
      color: inherit;
      text-decoration: none;
    }

    .news-summary {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
      margin-bottom: 20px;
      flex: 1;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .news-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 12px;
      color: var(--text-muted);
      padding-top: 16px;
      border-top: 1px solid var(--slate-100);
    }

    .news-clicks {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    
    .site-footer{
      width:100%;
      background:#0f172a;
      color:#e5e7eb;
      overflow:hidden;
    }

    .footer-inner{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      padding:54px 0 34px;
      display:grid;
      grid-template-columns:minmax(240px,1.4fr) repeat(3, minmax(150px, .8fr));
      gap:28px;
      align-items:start;
    }

    .footer-logo span{
      color:#ffffff;
    }

    .footer-brand p{
      margin:18px 0 0;
      color:rgba(226,232,240,.78);
      line-height:1.8;
      font-size:14px;
      max-width:420px;
    }

    .footer-column h3{
      margin:0 0 14px;
      color:#ffffff;
      font-size:15px;
      font-weight:800;
    }

    .footer-column ul{
      list-style:none;
      padding:0;
      margin:0;
      display:flex;
      flex-direction:column;
      gap:10px;
    }

    .footer-column li,
    .footer-column a{
      color:rgba(226,232,240,.78);
      font-size:14px;
      line-height:1.55;
      text-decoration:none;
      word-break:break-word;
      overflow-wrap:anywhere;
    }

    .footer-column a:hover{
      color:#ffffff;
    }

    .footer-bottom{
      width:min(1200px, calc(100% - 32px));
      margin:0 auto;
      padding:18px 0 24px;
      border-top:1px solid rgba(226,232,240,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      color:rgba(226,232,240,.68);
      font-size:13px;
      line-height:1.6;
    }

    
    @media (max-width: 900px){
      .header-inner{
        width:min(100% - 24px, 1200px);
        min-height:64px;
        gap:12px;
      }

      .desktop-nav{
        display:none !important;
      }

      .mobile-menu-btn{
        display:inline-flex !important;
      }

      .logo img{
        height:34px;
        max-width:120px;
      }

      .logo span{
        font-size:16px;
        max-width:150px;
      }

      .entry-matrix {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .advantage-cards {
        grid-template-columns: 1fr 1fr;
      }

      .broker-list-row {
        grid-template-columns: 1fr 1fr;
      }

      .news-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-inner{
        width:min(100% - 24px, 1200px);
        grid-template-columns:1fr 1fr;
        gap:24px 18px;
        padding:42px 0 28px;
      }

      .footer-brand{
        grid-column:1 / -1;
      }

      .footer-bottom{
        width:min(100% - 24px, 1200px);
        flex-direction:column;
        align-items:flex-start;
      }
    }

    @media (max-width: 520px){
      .mobile-drawer{
        width:88vw;
      }

      .logo span{
        max-width:120px;
      }

      .drawer-logo span{
        max-width:120px;
      }

      .advantage-cards {
        grid-template-columns: 1fr;
      }

      .broker-list-row {
        grid-template-columns: 1fr;
      }

      .news-grid {
        grid-template-columns: 1fr;
      }

      .footer-inner{
        grid-template-columns:1fr;
      }
    }