    :root {            --primary: #0c5c9c;      --primary-dark: #084c82;      --accent: #f59e0b;      --bg-body: #f8fafc;      --bg-card: #ffffff;      --text-main: #0f172a;      --text-muted: #64748b;      --border: #e2e8f0;      --success: #10b981;                  --radius: 12px;      --container: 1280px;      --font-base: 16px;      --hero-overlay: 0.6;    }        * { box-sizing: border-box; }main, .floating-footer {    content-visibility: auto;    contain-intrinsic-size: auto 2000px; }html, body {    overflow-x: hidden !important;    width: 100%;    position: relative;}    html, body {      width: 100%;      max-width: 100%;      overflow-x: hidden;      margin: 0;      padding: 0;    padding-bottom: 90px !important;         font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;      background: var(--bg-body);      color: var(--text-main);      font-size: var(--font-base);      line-height: 1.5;      -webkit-text-size-adjust: 100%;    }    .nav-container {   position: absolute;    top: 16px;    left: 0;     right: 0;     padding: 0 15px;     z-index: 999;    display: flex;    justify-content: space-between;     align-items: center;    width: 100%;    box-sizing: border-box;           }    .hamburger-btn {      font-size: 28px;      color: #fff;      cursor: pointer;      user-select: none;      background: none;      border: none;      padding: 0 8px;      display: inline-block;    }        .dropdown-wrapper {      display: none;      position: absolute;      top: 100%;      right: 0;      padding-top: 8px;     }    .dropdown-wrapper.show {      display: block;    }    .dropdown-menu {      background: var(--bg-card);      min-width: 180px;      border-radius: 8px;      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);      overflow: hidden;      text-align: left;    }    .dropdown-menu a {      display: block;      padding: 12px 16px;      color: var(--text-main);      text-decoration: none;      font-size: 15px;      border-bottom: 1px solid var(--border);      transition: background 0.2s;    }    .dropdown-menu a:last-child {      border-bottom: none;    }    .dropdown-menu a:hover {      background: #f1f5f9;    }        .hero-ted {      background-color: #121923;            background-size: cover;      background-position: center;      padding: 60px 16px 60px 16px;      color: #fff;      text-align: center;      position: relative;    }    .hero-content {      max-width: 600px;      margin: 0 auto;    }    .hero-h1 {      font-size: 24px;      font-weight: 700;      margin: 0 0 10px 0;      letter-spacing: -0.5px;    }    .hero-p {      font-size: 16px;      color: #cbd5e1;      margin: 0 0 24px 0;    }.nav-container {    position: absolute;    top: 16px;    left: 0;    right: 0;    padding: 0 15px;     z-index: 999;    display: flex;    justify-content: space-between;     align-items: center;    width: 100%;    box-sizing: border-box; }.nav-logo {    color: #fff;    text-decoration: none;    font-weight: 800;    font-size: 19px;    letter-spacing: -0.5px;    user-select: none;    white-space: nowrap;     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }.nav-logo:hover {    transform: translateY(-2px) scale(1.02);     opacity: 0.9;     color: #fff;}.nav-logo span {    color: #4facfe; }@media (min-width: 768px) {    .nav-container {        padding: 0 30px;     }    .nav-logo {        font-size: 24px;    }}.hero-img {        background-color: #1e293b;             background-size: cover;    background-position: center;    background-repeat: no-repeat;        width: 100%;    max-width: 100%;    padding: 60px 20px;    border-radius: var(--radius);    box-sizing: border-box;    overflow: hidden;            aspect-ratio: 4 / 3; }@media (max-width: 768px) {    .hero-img {        padding: 40px 16px;        aspect-ratio: auto;        min-height: 450px;     }}    .form-grid {      display: grid;      gap: 16px;    }        .form-group label {      display: block;      font-size: 14px;      font-weight: 600;      margin-bottom: 6px;      color: var(--text-main);    }        .form-control {  width: 100%;    padding: 12px 16px;     font-size: 16px;     color: #333;    background-color: #fff;    border: 2px solid #cbd5e1;     border-radius: 8px;     box-sizing: border-box;    transition: all 0.3s ease;     appearance: none;     }.form-control:hover {    border-color: #94a3b8; }.form-control:focus {    outline: none;     border-color: #007bff;     box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.15); }select.form-control {    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");    background-repeat: no-repeat;    background-position: right 16px top 50%;    background-size: 12px auto;}.text-dark {  color: #CBD5E1;}.bg-dark {  background-color: #333;}.border-dark {  border: 1px solid #333;}.btn-search {      width: 100%;            background-color: #004F7A !important;       color: white;      border: none;      padding: 14px;      font-size: 16px;      font-weight: 700;      border-radius: 8px;      cursor: pointer;      transition: background 0.2s;      margin-top: 8px;    }    .btn-search:hover {             background: #007fdb  !important;     }        .trust-bar {      margin-top: 16px;      padding-top: 14px;      border-top: 1px solid var(--border);      display: flex;      justify-content: center;      gap: 20px;      font-size: 13px;      color: var(--text-muted);    }    .trust-item { display: flex; align-items: center; gap: 6px; }    .icon-secure { color: var(--success); }        .section-ted {      padding: 30px 16px;      max-width: var(--container);      margin: 0 auto;    }        .section-title {      font-size: 20px;      font-weight: 700;      margin: 0 0 20px 0;      text-align: center;    }    .routes-grid {      display: grid;      grid-template-columns: 1fr;      gap: 16px;    }    .route-card {      background: var(--bg-card);      border: 1px solid var(--border);      border-radius: var(--radius);      overflow: hidden;      display: flex;      flex-direction: column;    }        .route-header {      background: #f1f5f9;      padding: 12px 16px;      border-bottom: 1px solid var(--border);      font-weight: 700;      display: flex;      justify-content: space-between;      align-items: center;    }    .route-price {      color: var(--primary);      font-size: 15px;    }    .route-body {      padding: 16px;    }    .route-detail {      font-size: 14px;      color: var(--text-muted);      margin: 4px 0;    }    .btn-outline {      display: block;      text-align: center;      width: 100%;      padding: 10px;      margin-top: 12px;      border: 1px solid var(--primary);      color: var(--primary);      text-decoration: none;      border-radius: 6px;      font-weight: 600;    }        .swipe-hint {      display: flex;      justify-content: center;      margin-bottom: 10px;      font-size: 14px;      color: var(--text-muted);      gap: 6px;    }    .hand-anim { animation: swipe 1.5s infinite ease-in-out; }        @keyframes swipe {      0%, 100% { transform: translateX(0); }      50% { transform: translateX(-10px); }    }    .table-container {      overflow-x: auto;      -webkit-overflow-scrolling: touch;      border: 1px solid var(--border);      border-radius: var(--radius);      background: var(--bg-card);    }        .table-ted {      width: 100%;      min-width: 600px;      border-collapse: collapse;    }    .table-ted th, .table-ted td {      padding: 12px 14px;      text-align: left;      border-bottom: 1px solid var(--border);      font-size: 15px;    }    .table-ted th {      background: #f8fafc;      font-weight: 600;      white-space: nowrap;    }    .table-ted tr:last-child td { border-bottom: none; }        @media (min-width: 768px) {      .hero-h1 { font-size: 32px; }      .form-grid { grid-template-columns: 1fr 1fr; }      .form-grid .full-width { grid-column: span 2; }      .routes-grid { grid-template-columns: repeat(3, 1fr); }      .swipe-hint { display: none; }    }.keepleft {text-align: left !important;}.keepright {text-align: right !important;}.align-top {  align-self: start !important;}.fw-italic {font-style: italic;}.fw-bold {font-weight: bold;}.text-color {color: #666;}.text-14 {  font-size: 14px;  line-height: 1.6;}.text-16 {  font-size: 16px;  line-height: 1.6;}.text-18 {  font-size: 18px;  line-height: 1.6;}.internal-link {  color: #333333;   text-decoration: underline double;   text-decoration-thickness: 1px;   text-underline-offset: 2px;   transition: text-decoration-color 0.3s ease; }.internal-link:hover {  text-decoration-color: transparent;   color: #333333; }.btn-book-small {  display: inline-block;  background-color: #008009;   color: #ffffff !important;  padding: 8px 16px;  font-size: 14px;  font-weight: bold;  text-decoration: none;  border-radius: 6px;  border: none;  transition: all 0.2s ease-in-out;  text-align: center;  white-space: nowrap; }.btn-book-small:hover {  background-color: #006007;   transform: translateY(-2px);   box-shadow: 0 4px 8px rgba(0, 128, 9, 0.3); }.btn-book-small:active {  transform: translateY(0);   box-shadow: none;}.btn-book-large {  display: inline-flex;  align-items: center;  justify-content: center;  gap: 8px;  background-color: #ff5722;   color: #ffffff !important;  padding: 15px 35px;  font-size: 18px;  font-weight: 800;  text-transform: uppercase;  text-decoration: none;  border-radius: 8px;  border: 2px solid #000000;   box-shadow: 4px 4px 0px #000000;   transition: all 0.1s ease-in-out;  cursor: pointer;}.btn-book-large:hover {  background-color: #e64a19;  transform: translate(-2px, -2px);   box-shadow: 6px 6px 0px #000000;}.btn-book-large:active {  transform: translate(4px, 4px);   box-shadow: 0px 0px 0px #000000;}.table-container {  width: 100%;  overflow-x: auto;   -webkit-overflow-scrolling: touch;   position: relative;  margin-bottom: 20px;  border-radius: 8px;   box-shadow: 0 2px 10px rgba(0,0,0,0.05); }.table-ted {  width: 100%;  min-width: 650px;   border-collapse: collapse;  background: #fff;}.table-ted th, .table-ted td {  padding: 12px 15px;  text-align: left;  border-bottom: 1px solid #eee;  white-space: nowrap; }.table-ted th:last-child,.table-ted td:last-child {  position: sticky;  right: 0;   background-color: #fdfdfd;   box-shadow: -4px 0 8px -2px rgba(0,0,0,0.08);   text-align: center;  z-index: 1; }.table-ted th:last-child {  background-color: #f4f4f4;   z-index: 2; }.toc-professional {  background-color: #ffffff;  border: 1px solid #e2e8f0;   border-radius: 8px;  padding: 24px 30px;  margin: 30px 0;  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);   margin-top: 0 !important;}.toc-header {  font-weight: 700;  font-size: 13px;  text-transform: uppercase;  letter-spacing: 0.8px;  color: #64748b;   margin-bottom: 16px;}.toc-links {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-direction: column;  gap: 14px; }.toc-links li a {  text-decoration: none;  color: #1e293b;   font-size: 16px;  font-weight: 500;  display: inline-flex;  align-items: center;  transition: color 0.2s ease;}.toc-links li a::before {  content: "";  display: inline-block;  width: 12px;  height: 2px;  background-color: #cbd5e1;  margin-right: 12px;  transition: width 0.2s ease, background-color 0.2s ease;}.toc-links li a:hover {  color: #0f52ba; }.toc-links li a:hover::before {  width: 20px;   background-color: #0f52ba;}.img-fluid-lazy {  max-width: 100%;   height: auto;      display: block;    object-fit: contain;   border-radius: 8px; }    .container-fast {    width: 100% !important;    max-width: 1280px !important;    margin-left: auto !important;    margin-right: auto !important;    padding-left: 15px !important;    padding-right: 15px !important;    box-sizing: border-box !important;  }    .row-fast {    display: grid !important;    grid-template-columns: repeat(12, 1fr) !important;    gap: 20px !important;    width: 100% !important;    box-sizing: border-box !important;  }    .row-fast > div {    grid-column: span 12 !important;     box-sizing: border-box !important;  }    @media (min-width: 576px) {    .row-fast > .col-sm-3  { grid-column: span 3 !important; }      .row-fast > .col-sm-4  { grid-column: span 4 !important; }      .row-fast > .col-sm-6  { grid-column: span 6 !important; }      .row-fast > .col-sm-9  { grid-column: span 9 !important; }      .row-fast > .col-sm-12 { grid-column: span 12 !important; }   }      .schedule-wrapper {  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  width: 100%;  max-width: 1280px;  margin: 20px auto;  color: #333;}.schedule-header {  display: grid;  grid-template-columns: 1.2fr 1.5fr 1.5fr 1fr 1fr;  background-color: #0B132B;   color: #fff;  padding: 15px 20px;  border-radius: 8px 8px 0 0;  font-weight: 600;  font-size: 0.95em;    position: sticky;    top: 0;     z-index: 10;            background-color: #0B132B; }.schedule-row {  display: grid;  grid-template-columns: 1.2fr 1.5fr 1.5fr 1fr 1fr;  background-color: #fff;  padding: 15px 20px;  border-bottom: 1px solid #eee;  align-items: center;  gap: 15px;}.schedule-row:last-child {  border-radius: 0 0 8px 8px;  border-bottom: none;  box-shadow: 0 4px 10px rgba(0,0,0,0.05);}.sch-item {  display: flex;  flex-direction: column;  justify-content: center;}.sch-time strong { font-size: 1.15em; color: #0B132B; }.sch-time .duration { font-size: 0.85em; color: #333; margin-left: 5px; }.sch-boat strong { color: #0B132B; font-size: 1.05em; }.sch-boat .operator { font-size: 0.85em; color: #666; margin-top: 2px; }.sch-price strong { font-size: 1.2em; color: #ae423f; }.sch-price .price-unit { font-size: 0.85em; color: #666; }.badge {  display: inline-block;  padding: 4px 10px;  border-radius: 20px;  font-size: 0.75em;  font-weight: bold;  margin-top: 8px;  width: max-content;}.badge-popular { background-color: #ffe8e8; color: #ae423f; }.badge-fast { background-color: #e8f4ff; color: #0066cc; }.btn-book {  background-color: #0f3c80;   color: white;  border: none;  padding: 10px 20px;  border-radius: 6px;  cursor: pointer;  font-weight: 600;  transition: background 0.3s ease;  width: 100%;}.btn-book:hover { background-color: #1557b0; }.mobile-icon { display: none; }.mobile-only { display: none; }.desktop-only { display: flex; }@media (max-width: 1280px) {  .schedule-header {   display: none;                                           }     .desktop-only { display: none; }  .mobile-only { display: flex; }  .schedule-row {    display: flex;    flex-direction: column;    border: 1px solid #e0e0e0;    border-radius: 10px;    margin-bottom: 16px;    padding: 16px;    box-shadow: 0 2px 8px rgba(0,0,0,0.06);    position: relative;    gap: 8px;  }    .mobile-icon { display: inline-block; margin-right: 5px; }    .sch-time { border-bottom: 1px solid #f0f0f0; padding-bottom: 12px; margin-bottom: 4px; }  .sch-time strong { font-size: 1.4em; }      .badge { position: absolute; top: 16px; right: 16px; margin-top: 0; }    .sch-route { font-size: 0.95em; color: #444; font-weight: 500; margin-top: 4px; }    .sch-boat { flex-direction: row; justify-content: flex-start; align-items: center; }  .sch-boat .operator { margin-top: 0; margin-left: 5px; }  .sch-boat .operator::before { content: " | "; color: #ccc; }    .sch-price { margin-top: 4px; margin-bottom: 6px;}    .sch-action { margin-top: 10px; }}.hero-wrapper {  background-color: #0B132B;  color: #ffffff;  padding: 40px 20px 60px 20px;}.container {  max-width: 1280px;  margin: 0 auto;}h1 {  font-size: 2em;  margin-top: 0;  margin-bottom: 20px;  line-height: 1.3;}.hero-desc {  font-size: 1.05em;  line-height: 1.6;  margin-bottom: 20px;  color: #d1d5db;}.hero-desc strong { color: #fff; }.hero-list {  list-style-type: disc;  margin-left: 20px;  line-height: 1.8;  color: #d1d5db;}.hero-list strong { color: #fff; }.form-group.full-width { grid-column: 1 / -1; }@media (max-width: 768px) {  .hero-wrapper { padding: 30px 15px 50px 15px; }}.route-tabs-container {    display: flex;    flex-wrap: wrap;    gap: 10px;    margin-bottom: 25px;    justify-content: flex-start;}.route-tab-btn {    padding: 8px 20px;    background-color: #ffffff;    border: 2px solid #0B132B;    color: #0B132B;    border-radius: 30px;    font-size: 16px;    font-weight: bold;    cursor: pointer;    transition: all 0.2s ease-in-out;}.route-tab-btn:hover {    background-color: #f1f5f9;}.route-tab-btn.active {    background-color: #537b35;    color: #ffffff;}.hide-row {    display: none !important;}.floating-footer {        margin-bottom: 40px;             margin-left: auto;    margin-right: auto;    max-width: 1280px;    width: 90%;            background: linear-gradient(135deg, #0B132B 0%, #1A2A5E 100%);    color: #ffffff;            border-radius: 24px;    box-shadow: 0 20px 40px rgba(11, 19, 43, 0.3);        padding: 40px 40px 20px 40px;    font-family: sans-serif;     position: relative;    overflow: hidden;}.floating-footer::before {    content: '';    position: absolute;    top: 0; left: 0; right: 0;    height: 1px;    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);}.footer-container {    display: grid;    grid-template-columns: 2fr 1fr 1fr;    gap: 40px;    margin-bottom: 30px;}.footer-brand .footer-logo {    font-size: 28px;    margin: 0 0 15px 0;    color: #ffffff;}.footer-brand .footer-logo span {    color: #4facfe; }.footer-brand p {    color: #94a3b8;    line-height: 1.6;    max-width: 300px;}.footer-links h4, .footer-contact h4 {    font-size: 18px;    margin: 0 0 20px 0;    color: #ffffff;    position: relative;    display: inline-block;}.footer-links h4::after, .footer-contact h4::after {    content: '';    position: absolute;    left: 0; bottom: -8px;    width: 40px; height: 3px;    background: #4facfe;    border-radius: 2px;}.footer-links ul {    list-style: none;    padding: 0; margin: 0;}.footer-links ul li {    margin-bottom: 12px;}.footer-links ul li a {    color: #94a3b8;    text-decoration: none;    transition: color 0.3s ease, padding-left 0.3s ease;}.footer-links ul li a:hover {    color: #4facfe;    padding-left: 8px; }.footer-contact p {    color: #94a3b8;    margin: 0 0 12px 0;}.footer-bottom {    text-align: center;    padding-top: 20px;    border-top: 1px solid rgba(255,255,255,0.1);    color: #64748b;    font-size: 14px;}.footer-bottom a {    color: #64748b;    text-decoration: none;    transition: color 0.3s ease, padding-left 0.3s ease;}.footer-bottom a:hover {    color: #64748b;    padding-left: 8px; }@media (max-width: 1280px) {    .floating-footer {        width: 95%;        padding: 30px 20px 15px 20px;                margin-bottom: 20px;     }    .footer-container {        grid-template-columns: 1fr;         gap: 30px;    }    .footer-brand p {        max-width: 100%;    }}.trust-perks-box {    background-color: #f0fdf4;     border: none;     border-radius: 12px;    padding: 24px 30px;            margin: 20px auto 40px auto;             max-width: 1280px; width: 100%;                box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }   .perks-list {    list-style: none;     padding: 0;    margin: 0;    display: flex;    flex-direction: column;    gap: 16px; }.perks-list li {    display: flex;    align-items: flex-start;     gap: 12px; }.perk-icon {    display: flex;    align-items: center;    justify-content: center;    flex-shrink: 0;     width: 24px;    height: 24px;    color: #16a34a;     margin-top: 2px; }.perk-icon svg {    width: 100%;    height: 100%;}.perks-list p {    margin: 0;    color: #475569;     font-size: 16px;    line-height: 1.6;}.perks-list p strong {    color: #0B132B; }@media (max-width: 768px) {    .trust-perks-box {        padding: 20px 15px;        border-radius: 8px;                width: 100% !important;         margin: 20px 0 40px 0 !important;        box-sizing: border-box;    }    .perks-list p {         font-size: 15px;     }}.perk-icon {    display: inline-block;    flex-shrink: 0;    width: 24px;    height: 24px;    margin-top: 2px;        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");    background-size: contain;    background-repeat: no-repeat;    background-position: center;}.btt-btn {    position: fixed;    bottom: 90px;     right: 20px;    width: 44px;    height: 44px;    background: #dc2626;     color: #fff;    border: none;    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    cursor: pointer;    z-index: 99998;     opacity: 0;    visibility: hidden;    transform: translateY(15px);    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);    -webkit-tap-highlight-color: transparent;    contain: layout style paint; }.btt-btn.show {    opacity: 1;    visibility: visible;    transform: translateY(0);}.btt-btn:hover {    background: #b91c1c;}.btt-btn:active {    transform: scale(0.95);}.btt-btn svg {    width: 24px;    height: 24px;}@media (max-width: 600px) {    .btt-btn {        bottom: 80px;         right: 15px;        width: 40px;        height: 40px;    }}.has-submenu {  display: block;}.submenu-toggle {  display: flex !important;  justify-content: space-between;  align-items: center;}.submenu-toggle .caret {  font-size: 12px;  transition: transform 0.3s ease;}.submenu-toggle.active .caret {  transform: rotate(180deg);}.sub-menu {  display: none;  background: #f8fafc;   border-bottom: 1px solid var(--border);}.sub-menu.show {  display: block;}.sub-menu a {  padding-left: 30px !important;   font-size: 14px !important;  border-bottom: 1px solid #e2e8f0;}.sub-menu a:last-child {  border-bottom: none;}    .booking-card {        background: #fff;        padding: 20px;        border-radius: 10px;        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);        max-width: 600px;                margin: 40px auto !important;         font-family: sans-serif;        min-height: 420px;         position: relative;        z-index: 10;    box-sizing: border-box;    }    .form-grid {        display: grid;        grid-template-columns: 1fr 1fr;        gap: 15px;    }    .full-width {        grid-column: span 2;    }    .form-group label {        display: block;        margin-bottom: 5px;        font-weight: bold;        font-size: 14px;    }.booking-card .form-control {    width: 100%;    height: 44px !important;     padding: 10px;    border: 1px solid #ccc;    border-radius: 5px;    box-sizing: border-box;    font-size: 16px;}.btn-search {    width: 100%;    height: 50px !important;     background: #007bff;    color: white;    border: none;    border-radius: 5px;    margin-top: 20px;    cursor: pointer;    font-size: 16px;    font-weight: bold;}.trust-bar {    display: flex;    justify-content: space-around;    margin-top: 15px;    font-size: 12px;    color: #666;}            @media (max-width: 768px) {    .booking-card {        padding: 20px 15px;        margin: 40px 0 30px 0 !important;        width: 100% !important;        min-height: 520px;    }}                    .faq-wrapper {                        max-width: 1280px;                        margin: 40px auto 60px auto;                        padding: 0 20px;                        font-family: system-ui, -apple-system, "Segoe UI", sans-serif;                    }                    .faq-title {                        color: #0B132B;                        font-size: 24px;                        font-weight: 700;                        margin-bottom: 24px;                        text-align: center;                    }                    .faq-item {                        background-color: #ffffff;                        border: 1px solid #e2e8f0;                        border-radius: 8px;                        overflow: hidden;                        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);                        margin-bottom: 16px !important;                    }                    .faq-question {                        font-size: 16px;                        font-weight: 600;                        color: #1e293b;                        cursor: pointer;                        position: relative;                        list-style: none;                        display: flex;                        justify-content: space-between;                        align-items: center;                        transition: background-color 0.2s ease;                        padding: 24px !important;                        min-height: 56px !important;                        line-height: 1.4;                    }                    .faq-question::-webkit-details-marker {                        display: none;                    }                    .faq-question:hover {                        background-color: #f8fafc;                    }                    .faq-question::after {                        content: "+";                        font-size: 20px;                        color: #1a73e8;                        font-weight: 400;                        transition: transform 0.3s ease;                    }                    details[open] .faq-question::after {                        content: "−";                        transform: rotate(180deg);                    }                    .faq-answer {                        padding: 0 20px 20px 20px;                        color: #475569;                        font-size: 15px;                        line-height: 1.6;                        border-top: 1px solid transparent;                    }                    details[open] .faq-answer {                        border-top-color: #f1f5f9;                        padding-top: 16px;                    }         .share-ted-wrap {            width: 100%;            margin-top: 40px !important;            margin-bottom: 20px;        }        .share-ted-inner {            display: flex;            align-items: center;            justify-content: space-between;            gap: 12px;            flex-wrap: wrap;            padding: 12px 12px;            border: 1px solid #e5e7eb;            border-radius: 12px;            background: #fff;        }        .share-ted-left {            display: flex;            flex-direction: column;            gap: 2px;            min-width: 180px;        }        .share-ted-label {            font-weight: 700;            color: var(--text-main);            font-size: 14px;            line-height: 1.2;        }        .share-ted-note {            font-size: 12px;            color: var(--text-muted);            line-height: 1.2;        }        .share-ted-actions {            display: flex;            flex-wrap: wrap;            align-items: center;            gap: 15px !important;        }        .share-ted-btn {            appearance: none;            border: 1px solid #e5e7eb;            background: #fff;            color: var(--primary-blue);            border-radius: 10px;            font-size: 15px;            line-height: 1;            text-decoration: none;            cursor: pointer;            user-select: none;            transition: background 0.15s ease, border-color 0.15s ease, transform 0.05s ease;            min-width: 52px !important;            min-height: 52px !important;            display: inline-flex;            align-items: center;            justify-content: center;            padding: 12px 24px !important;            margin: 8px !important;        }        .share-ted-btn:hover {            background: #f0f7ff;            border-color: #d1d5db;        }        .share-ted-btn:active {            transform: translateY(1px);        }        .share-ted-btn:focus {            outline: 2px solid #fff0;            box-shadow: 0 0 0 3px rgb(0 86 179 / 0.22);        }        .share-ted-toast {            font-size: 13px;            color: var(--action-green);            min-height: 18px;        }        .share-ted-native {            display: none;        }        @media (max-width: 520px) {            .share-ted-inner {                padding: 12px 10px;            }            .share-ted-left {                min-width: 100%;            }            .share-ted-toast {                width: 100%;            }        }        @keyframes pulse-scale {        0% { transform: scale(1); }        50% { transform: scale(1.05); }        100% { transform: scale(1); }    }    @keyframes pulse-shadow {        0% { transform: scale(1); opacity: 0.7; }        50% { transform: scale(1.4); opacity: 0; }        100% { transform: scale(1); opacity: 0; }    }        body { padding-bottom: 74px !important; }    @media (max-width: 600px) { body { padding-bottom: 64px !important; } }        .ted-sticky-bar {        position: fixed;        bottom: 0;        left: 0;        width: 100%;        background-color: #ffffff;        border-top: 3px solid #dc2626;         box-shadow: 0 -5px 25px rgba(220, 38, 38, 0.15);        z-index: 99999;        padding: 12px 20px;        display: flex;        align-items: center;        justify-content: space-between;        gap: 15px;        box-sizing: border-box;        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;    }        .ted-sticky-text {        display: flex;        flex-direction: column;    }    .ted-sticky-title {        font-size: 16px;        font-weight: 800;        color: #1e293b;        margin: 0;        line-height: 1.3;        display: flex;        align-items: center;    }    .ted-sticky-sub {        font-size: 13px;        color: #dc2626;        font-weight: 600;        margin: 4px 0 0 0;        line-height: 1.4;    }        .live-indicator {        position: relative;        display: inline-block;        width: 10px;        height: 10px;        background-color: #dc2626;        border-radius: 50%;        margin-right: 8px;        animation: pulse-scale 1.5s infinite ease-in-out;    }    .live-indicator::after {        content: "";        position: absolute;        top: 0; left: 0; right: 0; bottom: 0;        background-color: #dc2626;        border-radius: 50%;        animation: pulse-shadow 1.5s infinite ease-in-out;    }        .ted-sticky-btn {        position: relative;        background: linear-gradient(to bottom, #ef4444, #dc2626);        color: #ffffff !important;        font-size: 16px;        font-weight: 800;        padding: 12px 28px;        border-radius: 50px;        text-decoration: none;        white-space: nowrap;        border: none;        display: flex;        align-items: center;        gap: 8px;        text-transform: uppercase;        letter-spacing: 0.5px;        animation: pulse-scale 1.2s infinite ease-in-out;        z-index: 1;    }    .ted-sticky-btn::after {        content: "";        position: absolute;        top: 0; left: 0; right: 0; bottom: 0;        background: inherit;        border-radius: inherit;        z-index: -1;        animation: pulse-shadow 1.2s infinite ease-in-out;    }        .ted-sticky-btn:hover {        animation: none;        background: #b91c1c;        transform: scale(1.05);        box-shadow: 0 5px 15px rgba(220, 38, 38, 0.4);    }    .ted-sticky-btn:hover::after {        display: none;    }        @media (max-width: 600px) {        .ted-sticky-bar {            padding: 10px 15px;            padding-bottom: calc(10px + env(safe-area-inset-bottom));         }        .ted-sticky-title { font-size: 15px; }        .ted-sticky-sub { display: none; }        .ted-sticky-btn {             padding: 10px 20px;             font-size: 14px;         }    }