.elementor-136047 .elementor-element.elementor-element-38e2c6e .elementor-heading-title{font-family:"Roboto", Roboto;font-size:36px;font-weight:400;}.elementor-136047 .elementor-element.elementor-element-8a15aa4{font-family:"Roboto", Roboto;}.elementor-136047 .elementor-element.elementor-element-e58fc31{font-family:"Roboto", Roboto;}.elementor-136047 .elementor-element.elementor-element-c76224e{font-family:"Roboto", Roboto;}.elementor-136047 .elementor-element.elementor-element-99115a1 .elementor-tab-title{background-color:#0043CE;}.elementor-136047 .elementor-element.elementor-element-99115a1 .elementor-toggle-title, .elementor-136047 .elementor-element.elementor-element-99115a1 .elementor-toggle-icon{color:#FFFFFF;}.elementor-136047 .elementor-element.elementor-element-99115a1 .elementor-toggle-icon svg{fill:#FFFFFF;}.elementor-136047 .elementor-element.elementor-element-19f3e39 > .elementor-widget-container{background-color:#FFFFFF;padding:20px 0px 0px 0px;}.elementor-136047 .elementor-element.elementor-element-19f3e39{text-align:center;}.elementor-136047 .elementor-element.elementor-element-19f3e39 .elementor-heading-title{font-family:"Roboto", Roboto;font-weight:400;}.elementor-136047 .elementor-element.elementor-element-6daa6cb:not(.elementor-motion-effects-element-type-background), .elementor-136047 .elementor-element.elementor-element-6daa6cb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-136047 .elementor-element.elementor-element-6daa6cb{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-20px;margin-bottom:20px;}.elementor-136047 .elementor-element.elementor-element-6daa6cb > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-136047 .elementor-element.elementor-element-9995e1b img{width:187px;}.elementor-136047 .elementor-element.elementor-element-2b12cd3{text-align:center;}.elementor-136047 .elementor-element.elementor-element-3d5a1f9 img{width:189px;}.elementor-136047 .elementor-element.elementor-element-7d9e913{text-align:center;}.elementor-136047 .elementor-element.elementor-element-7d9e913 .elementor-heading-title{-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-toggle-item:not(:last-child){margin-bottom:5px;}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-tab-title{background-color:#0043CE;}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-toggle-title, .elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-toggle-icon{color:#FFFFFF;}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-toggle-icon svg{fill:#FFFFFF;}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-toggle-title{font-family:"Roboto", Roboto;}.elementor-136047 .elementor-element.elementor-element-2243d3d .elementor-tab-content{font-family:"Roboto", Roboto;}/* Start custom CSS for text-editor, class: .elementor-element-c76224e */.tbl tr td{
    padding: 5px;
    border: solid #333 1px;
}/* End custom CSS */
/* Start custom CSS for toggle, class: .elementor-element-99115a1 */.cal .ipo-card {
      max-width: 1000px;
      margin: 0 auto;
      background: white;
      border-radius: 24px;
      box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
      overflow: hidden;
      animation: slideUp 0.6s ease-out;
    }
    @keyframes slideUp { from {opacity:0; transform: translateY(30px);} to {opacity:1; transform: translateY(0);} }

    .cal .header {
      background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
      padding: 2.5rem 2rem;
      text-align: center;
      color: white;
    }
    .cal .header h3 { margin: 0 0 0.5rem 0; font-size: 2rem; font-weight: 700; letter-spacing: -0.5px; }
    .cal .header .sub { margin: 0; font-size: 1.05rem; opacity: 0.95; line-height: 1.6; }

    .cal .content { padding: 2rem; }
    .cal .step-section { margin-bottom: 2rem; }
    .cal .step-label {
      background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
      border-left: 4px solid #3b82f6;
      border-radius: 12px;
      padding: 1rem 1.25rem;
      margin-bottom: 1.5rem;
      font-size: 0.95rem;
      color: #1e293b;
      font-weight: 500;
    }
    .cal .step-label strong { color: #1e40af; font-weight: 600; }
    .cal .step-label.full { grid-column: 1 / -1; }

    .cal .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.25rem;
      margin-bottom: 1.25rem;
    }
    .cal .row { display: flex; flex-direction: column; gap: 0.5rem;
    margin-left: 0px;
    margin-right: 0px;
        
    }
    .cal .row.full { grid-column: 1 / -1; }
    .cal .row label { font-weight: 600; color: #374151; font-size: 0.9rem; }
    .cal .row input {
      padding: 0.75rem 1rem; border: 2px solid #e5e7eb; border-radius: 10px; font-size: 0.95rem;
      transition: all 0.2s ease; background: white;
    }
    .cal .row input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1); }
    .cal .row input:disabled { background: #f8fafc; color: #64748b; cursor: not-allowed; border-color: #e2e8f0; }

    .cal .seg { display: flex; background: #f1f5f9; border-radius: 10px; padding: 4px; gap: 4px; }
    .cal .seg label { flex: 1; text-align: center; padding: 0.65rem 1rem; border-radius: 8px; cursor: pointer; transition: all 0.2s ease; font-weight: 500; color: #64748b; font-size: 0.9rem; }
    .cal .seg input[type="radio"] { display: none; }
    .cal .seg input[type="radio"]:checked + span { background: white; color: #1e40af; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); font-weight: 600; }
    .cal .seg label:hover { color: #1e40af; }

    .cal .lock-chip {
      display: inline-flex; align-items: center; font-size: 0.8rem;
      background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%); color: white; padding: 0.4rem 0.85rem;
      border-radius: 20px; font-weight: 600; box-shadow: 0 2px 4px rgba(245, 158, 11, 0.3);
    }
    .cal .lock-chip::before { content: '🔒'; margin-right: 0.35rem; }

    .cal .adv-locked {
      background: linear-gradient(135deg, #fefce8 0%, #fef9c3 100%);
      border: 2px solid #fde047; border-radius: 12px; padding: 1.5rem; margin: 1.5rem 0;
    }
    .cal .adv-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
    .cal .adv-head strong { font-size: 1rem; color: #713f12; }
    .cal .adv-note { margin-top: 1rem; color: #92400e; font-size: 0.85rem; font-style: italic; }

    .cal .warn {
      background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
      border: 2px solid #fecaca; color: #dc2626; padding: 1rem 1.25rem; border-radius: 10px;
      margin: 1rem 0; font-weight: 500; font-size: 0.92rem; animation: shake 0.5s ease-in-out;
    }
    @keyframes shake { 0%,100%{transform:translateX(0);} 25%{transform:translateX(-5px);} 75%{transform:translateX(5px);} }
    .cal .warn[hidden]{ display:none !important; }
    .cal .warn::before{ content:'⚠️'; margin-right:.5rem; }

    .cal .results { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
    .cal .col {
      background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); border: 2px solid #e2e8f0; border-radius: 16px; padding: 1.5rem;
      position: relative; overflow: hidden;
    }
    .cal .col::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #3b82f6 0%, #2563eb 100%); }
    .cal .col h4 { margin: 0 0 1rem 0; font-size: 1.15rem; font-weight: 700; color: #1e293b; display: flex; align-items: center; gap: 0.5rem; }
    .cal .col:first-child h4::before { content: '💰'; }
    .cal .col:last-child h4::before { content: '📊'; }

    .cal .col ul { list-style: none; padding: 0; margin: 0; }
    .cal .col li { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px solid #e2e8f0; gap: 1rem; }
    .cal .col li:last-child { border-bottom: none; }
    .cal .col li.divider { border-bottom: 2px solid #cbd5e1; margin: 0.5rem 0; padding: 0; height: 1px; }
    .cal .col li span { color: #64748b; font-weight: 500; font-size: 0.9rem; flex: 1; }
    .cal .col li strong { color: #1e293b; font-weight: 700; font-size: 1rem; white-space: nowrap; }

    .cal .note { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 1.25rem; margin-top: 2rem; color: #64748b; font-size: 0.85rem; line-height: 1.7; }
    .cal .note::before { content: 'ℹ️'; margin-right: 0.5rem; }

    .cal .fin-only, .cal .only-fin { display: inherit; transition: opacity 0.3s ease; }
    .cal [data-mode="cash"] .fin-only, .cal [data-mode="cash"] .only-fin { display: none; }

    @media (max-width: 768px) {
      .cal .content { padding: 1.5rem 1rem; }
      .cal .grid { grid-template-columns: 1fr; gap: 1rem; }
      .cal .results { grid-template-columns: 1fr; gap: 1.25rem; }
      .cal .header h3 { font-size: 1.5rem; }
      .cal .header .sub { font-size: 0.95rem; }
      .cal .row { flex-direction: column; align-items: stretch; }
      .cal .row label { min-width: auto; }
    }
  
  @view-transition { navigation: auto; }/* End custom CSS */
/* Start custom CSS */.hero-section {
            position: relative;
            width: 100%;
            height: 600px;
            border-radius: 28px;
            overflow: hidden;
            margin-bottom: 40px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        }

        .hero-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #0043CE;
            z-index: 1;
        }

        .hero-decorations {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            pointer-events: none;
        }

        .bauhinia-flower {
            position: absolute;
            font-size: 77px;
            opacity: 0.15;
            animation: float 6s ease-in-out infinite;
        }

        .bauhinia-1 { top: 10%; left: 5%; animation-delay: 0s; }
        .bauhinia-2 { top: 20%; right: 8%; animation-delay: 1s; }
        .bauhinia-3 { bottom: 15%; left: 10%; animation-delay: 2s; }
        .bauhinia-4 { top: 60%; right: 15%; animation-delay: 1.5s; }
        .bauhinia-5 { bottom: 25%; right: 5%; animation-delay: 0.5s; }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
        }

        .junk-boat {
            position: absolute;
            top: 15%;
            left: 15%;
            font-size: 88px;
            opacity: 0.2;
            animation: sail 8s ease-in-out infinite;
        }

        @keyframes sail {
            0%, 100% { transform: translateX(0px); }
            50% { transform: translateX(30px); }
        }

        .dim-sum {
            position: absolute;
            bottom: 20%;
            left: 25%;
            font-size: 55px;
            opacity: 0.2;
            animation: bounce-slow 5s ease-in-out infinite;
        }

        @keyframes bounce-slow {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
        }

        .tram {
            position: absolute;
            top: 40%;
            left: 5%;
            font-size: 66px;
            opacity: 0.2;
            animation: tram-move 10s linear infinite;
        }

        @keyframes tram-move {
            0% { transform: translateX(0px); }
            100% { transform: translateX(100px); }
        }

        .skyscraper {
            position: absolute;
            bottom: 10%;
            right: 20%;
            font-size: 77px;
            opacity: 0.2;
        }

        .neon-sign {
            position: absolute;
            top: 25%;
            right: 25%;
            font-size: 50px;
            opacity: 0.25;
            animation: neon-flicker 3s ease-in-out infinite;
        }

        @keyframes neon-flicker {
            0%, 100% { opacity: 0.25; }
            50% { opacity: 0.4; }
        }

        .tea {
            position: absolute;
            bottom: 35%;
            right: 10%;
            font-size: 55px;
            opacity: 0.2;
            animation: steam 4s ease-in-out infinite;
        }

        @keyframes steam {
            0%, 100% { transform: translateY(0px) scale(1); }
            50% { transform: translateY(-10px) scale(1.05); }
        }

        .lantern {
            position: absolute;
            top: 5%;
            left: 30%;
            font-size: 61px;
            opacity: 0.2;
            animation: lantern-swing 4s ease-in-out infinite;
        }

        @keyframes lantern-swing {
            0%, 100% { transform: rotate(-5deg); }
            50% { transform: rotate(5deg); }
        }

        .panda {
            position: absolute;
            bottom: 40%;
            left: 35%;
            font-size: 72px;
            opacity: 0.15;
            animation: panda-wave 6s ease-in-out infinite;
        }

        @keyframes panda-wave {
            0%, 100% { transform: rotate(0deg); }
            25% { transform: rotate(-10deg); }
            75% { transform: rotate(10deg); }
        }

        .dumpling {
            position: absolute;
            top: 50%;
            right: 30%;
            font-size: 50px;
            opacity: 0.2;
            animation: dumpling-roll 7s ease-in-out infinite;
        }

        @keyframes dumpling-roll {
            0%, 100% { transform: rotate(0deg) translateX(0px); }
            50% { transform: rotate(180deg) translateX(20px); }
        }

        .fireworks {
            position: absolute;
            top: 8%;
            right: 5%;
            font-size: 77px;
            opacity: 0.25;
            animation: fireworks-pop 2s ease-in-out infinite;
        }

        @keyframes fireworks-pop {
            0%, 100% { transform: scale(1); opacity: 0.25; }
            50% { transform: scale(1.2); opacity: 0.4; }
        }

        .dragon {
            position: absolute;
            bottom: 5%;
            left: 45%;
            font-size: 83px;
            opacity: 0.2;
            animation: dragon-dance 5s ease-in-out infinite;
        }

        @keyframes dragon-dance {
            0%, 100% {
                transform: translateX(0px) translateY(0px) rotate(0deg);
            }
            25% {
                transform: translateX(-15px) translateY(-10px) rotate(-5deg);
            }
            75% {
                transform: translateX(15px) translateY(-10px) rotate(5deg);
            }
        }

        .hero-content {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 60px;
            z-index: 2;
        }

        .hero-left {
            flex: 1;
            padding-right: 60px;
        }

        .hero-title {
            color: white;
            font-size: clamp(2.25rem, 7vw, 7rem);
            font-weight: 800;
            line-height: 0.95;
            text-align: left;
            margin: 0;
            text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            cursor: pointer;
        }

        .title-line {
            display: block;
            margin-bottom: 8px;
            transition: all 0.5s ease;
            animation: title-pulse 4s ease-in-out infinite;
        }

        .title-line:nth-child(1) {
            animation-delay: 0s;
        }

        .title-line:nth-child(2) {
            animation-delay: 0.3s;
        }

        .title-line:nth-child(3) {
            animation-delay: 0.6s;
        }

        @keyframes title-pulse {
            0%, 100% {
                color: white;
                text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
                transform: translateX(0);
            }
            50% {
                color: #FF832B;
                text-shadow: 0 6px 20px rgba(255, 131, 43, 0.6);
                transform: translateX(5px);
            }
        }

        .title-line:hover {
            animation: rainbow-shift 2s ease-in-out infinite;
            transform: scale(1.1) translateX(10px);
            text-shadow: 0 8px 30px rgba(255, 131, 43, 0.8);
        }

        @keyframes rainbow-shift {
            0%, 100% { color: white; }
            50% { color: #FF832B; }
        }

        .hero-right {
            flex: 0 0 400px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .document-card {
            position: relative;
            width: 280px;
            height: 380px;
            background: linear-gradient(135deg, #FF832B 0%, #FF832B 100%);
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
            padding: 30px;
            transition: all 0.4s ease;
            cursor: pointer;
            overflow: visible;
        }

        .document-card:hover {
            transform: translateY(-10px) rotate(2deg);
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
            background: linear-gradient(135deg, #FF832B 0%, #FF832B 100%);
        }

        .harbour-pedestal {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 110px;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 67, 206, 0.08) 40%, rgba(0, 67, 206, 0.15) 100%);
            border-radius: 0 0 20px 20px;
            overflow: hidden;
        }

        .water-layer {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 28px;
            background: linear-gradient(180deg, rgba(0, 67, 206, 0.25) 0%, rgba(0, 67, 206, 0.4) 100%);
        }

        .wave-pattern {
            position: absolute;
            bottom: 28px;
            left: 0;
            right: 0;
            height: 6px;
            background: repeating-linear-gradient(
                90deg,
                transparent 0px,
                transparent 10px,
                rgba(0, 67, 206, 0.2) 10px,
                rgba(0, 67, 206, 0.2) 20px
            );
            opacity: 0.7;
        }

        .skyline-silhouette {
            position: absolute;
            bottom: 28px;
            left: 0;
            right: 0;
            height: 82px;
            display: flex;
            align-items: flex-end;
            justify-content: space-around;
            padding: 0 18px;
        }

        .building {
            background: linear-gradient(180deg, rgba(0, 67, 206, 0.25) 0%, rgba(0, 67, 206, 0.45) 100%);
            border-radius: 2px 2px 0 0;
            position: relative;
            box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.15);
        }

        .building-1 { width: 24px; height: 50px; }
        .building-2 { width: 30px; height: 70px; }
        .building-3 { width: 20px; height: 44px; }
        .building-4 { width: 28px; height: 62px; }
        .building-5 { width: 22px; height: 48px; }
        .building-6 { width: 26px; height: 56px; }

        .building::after {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 50%;
            box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
        }

        .traditional-elements {
            position: absolute;
            bottom: 38px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: space-around;
            padding: 0 25px;
            z-index: 5;
        }

        .junk-boat-small {
            font-size: 32px;
            opacity: 0.55;
            animation: boat-gentle 6s ease-in-out infinite;
        }

        @keyframes boat-gentle {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-5px); }
        }

        .bauhinia-small {
            font-size: 28px;
            opacity: 0.5;
            animation: flower-spin 8s linear infinite;
        }

        @keyframes flower-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .lantern-small {
            font-size: 30px;
            opacity: 0.55;
            animation: lantern-gentle 4s ease-in-out infinite;
        }

        @keyframes lantern-gentle {
            0%, 100% { transform: rotate(-4deg); }
            50% { transform: rotate(4deg); }
        }

        .map-pin {
            position: absolute;
            top: -10px;
            left: 20px;
            width: 40px;
            height: 40px;
            background: #0043CE;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 67, 206, 0.4);
            transition: all 0.3s ease;
            cursor: pointer;
            z-index: 10;
        }

        .document-card:hover .map-pin {
            animation: bounce 0.6s ease-in-out;
            background: #0043CE;
            box-shadow: 0 6px 20px rgba(0, 67, 206, 0.6);
        }

        @keyframes bounce {
            0%, 100% { transform: rotate(-45deg) translateY(0); }
            50% { transform: rotate(-45deg) translateY(-8px); }
        }

        .bauhinia-icon {
            width: 20px;
            height: 20px;
            transform: rotate(45deg);
        }

        .text-lines {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .text-line {
            height: 8px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 4px;
            transition: width 2s ease-in-out;
        }

        .text-line.long {
            width: 85%;
            animation: pulse-long 4s ease-in-out infinite;
        }
        .text-line.medium {
            width: 65%;
            animation: pulse-medium 3.5s ease-in-out infinite;
        }
        .text-line.short {
            width: 45%;
            animation: pulse-short 3s ease-in-out infinite;
        }

        @keyframes pulse-long {
            0%, 100% { width: 85%; }
            50% { width: 78%; }
        }

        @keyframes pulse-medium {
            0%, 100% { width: 65%; }
            50% { width: 72%; }
        }

        @keyframes pulse-short {
            0%, 100% { width: 45%; }
            50% { width: 52%; }
        }

        .speech-bubble {
            position: absolute;
            top: 40px;
            right: -30px;
            background: #0043CE;
            color: white;
            padding: 20px 32px;
            border-radius: 28px;
            font-weight: 800;
            font-size: 1.8em;
            box-shadow: 0 8px 30px rgba(0, 67, 206, 0.5);
            transition: all 0.3s ease;
            cursor: pointer;
            z-index: 100;
        }

        .document-card:hover .speech-bubble {
            animation: pulse 1s ease-in-out infinite;
            background: #0043CE;
            box-shadow: 0 8px 25px rgba(0, 67, 206, 0.6);
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .speech-bubble::before {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #0043CE;
        }

        .megaphone {
            position: absolute;
            bottom: 130px;
            right: -15px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #0043CE 0%, #0043CE 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 25px rgba(0, 67, 206, 0.4);
            transition: all 0.3s ease;
            cursor: pointer;
            z-index: 10;
        }

        .document-card:hover .megaphone {
            animation: spin 2s linear infinite;
            background: linear-gradient(135deg, #0043CE 0%, #0043CE 100%);
            box-shadow: 0 12px 35px rgba(0, 67, 206, 0.6);
        }

        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .megaphone-icon {
            width: 30px;
            height: 30px;
            color: white;
        }

        .happiness-badge {
            position: absolute;
            top: -8px;
            right: -8px;
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #FF832B 0%, #FF832B 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
            color: white;
            box-shadow: 0 3px 10px rgba(255, 131, 43, 0.4);
            transition: all 0.3s ease;
        }

        .document-card:hover .happiness-badge {
            animation: glow 1.5s ease-in-out infinite alternate;
            background: linear-gradient(135deg, #FF832B 0%, #FF832B 100%);
        }

        @keyframes glow {
            from {
                box-shadow: 0 3px 10px rgba(255, 131, 43, 0.4);
                transform: scale(1);
            }
            to {
                box-shadow: 0 6px 20px rgba(255, 131, 43, 0.8);
                transform: scale(1.2);
            }
        }

        .info-grid {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .info-card:nth-child(1),
        .info-card:nth-child(2),
        .info-card:nth-child(3) {
            grid-column: span 2;
        }

        .info-card:nth-child(4) {
            grid-column: 2 / span 2;
        }

        .info-card:nth-child(5) {
            grid-column: 4 / span 2;
        }

        .info-card {
            background: rgba(255, 255, 255, 1);
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            cursor: pointer;
        }

        .info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
        }

        .info-card-icon {
            font-size: 4.5em;
            margin-bottom: 20px;
            text-align: center;
        }

        .info-card-text {
            font-size: 1.05em;
            line-height: 1.7;
            color: #2d3748;
        }

        .stats-section {
            background: rgba(255, 255, 255, 1);
            border-radius: 24px;
            padding: 50px 40px;
            margin-bottom: 40px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
        }

        .stats-title {
            font-size: 2.5em;
            font-weight: 700;
            text-align: center;
            margin: 0 0 50px 0;
            color: #0043CE;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        /* UPDATED: blue background for all four stat cards */
        .stat-card {
            text-align: center;
            padding: 30px;
            background: #0043CE;
            border-radius: 16px;
            color: white;
            transition: transform 0.3s ease;
        }

        .stat-card:hover {
            transform: scale(1.05);
        }

        /* UPDATED: big numbers in orange */
        .stat-number {
            font-size: 3.5em;
            font-weight: 800;
            margin: 0 0 10px 0;
            color: #FF832B;
        }

        .stat-label {
            font-size: 1.1em;
            opacity: 0.95;
            font-weight: 500;
        }

        .detail-section {
            background: rgba(255, 255, 255, 1);
            border-radius: 24px;
            padding: 50px 40px;
            margin-bottom: 40px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.05);
        }

        .detail-paragraph {
            font-size: 1.1em;
            line-height: 1.8;
            color: #2d3748;
            margin-bottom: 25px;
        }

        .detail-paragraph:last-of-type {
            margin-bottom: 0;
        }

        .highlight {
            background: linear-gradient(135deg, #FF832B20 0%, #0043CE20 100%);
            padding: 3px 8px;
            border-radius: 6px;
            font-weight: 600;
        }

        .disclaimer {
            background: rgba(255, 255, 255, 1);
            border-left: 4px solid #0043CE;
            padding: 20px 30px;
            border-radius: 12px;
            font-size: 0.95em;
            color: #4a5568;
            font-style: italic;
            margin-top: 40px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
        }

        /* Tablet (<= 1024px) responsiveness */
        @media (max-width: 1024px) {
            .container {
                padding: 24px 20px;
            }
            .hero-section {
                height: 560px;
            }
            .hero-content {
                padding: 40px;
            }
            .hero-left {
                padding-right: 24px;
            }
            .hero-title {
                font-size: 6em;
            }
            .hero-right {
                flex: 0 0 320px;
            }
            .document-card {
                width: 240px;
                height: 340px;
                padding: 26px;
            }
            .stats-section, .detail-section {
                padding: 40px 30px;
            }
            .stats-grid {
                gap: 24px;
            }
            .info-grid {
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
            /* Reset hard-coded spans for a clean 3-col layout on tablets */
            .info-card:nth-child(1),
            .info-card:nth-child(2),
            .info-card:nth-child(3),
            .info-card:nth-child(4),
            .info-card:nth-child(5) {
                grid-column: auto;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px 15px;
            }

            .hero-section {
                height: 500px;
            }

            .hero-content {
                flex-direction: column;
                padding: 40px 30px;
                text-align: center;
            }

            .hero-left {
                padding-right: 0;
                margin-bottom: 30px;
            }

            .hero-title {
                font-size: 5.5em;
                text-align: center;
            }

            .hero-right {
                flex: none;
            }

            .document-card {
                width: 220px;
                height: 300px;
                padding: 25px;
            }

            .stats-section, .detail-section {
                padding: 30px 25px;
            }

            .stats-title {
                font-size: 2em;
            }

            .info-grid {
                grid-template-columns: 1fr;
            }

            .info-card:nth-child(4) {
                margin-left: 0;
            }

            .stat-number {
                font-size: 2em;
            }

            .bauhinia-flower { font-size: 60px; }
            .junk-boat { font-size: 70px; }
            .dim-sum { font-size: 45px; }
            .tram { font-size: 50px; }
            .skyscraper { font-size: 60px; }
            .neon-sign { font-size: 40px; }
            .tea { font-size: 45px; }
            .lantern { font-size: 50px; }
            .panda { font-size: 55px; }
            .dumpling { font-size: 40px; }
            .fireworks { font-size: 60px; }
            .dragon { font-size: 65px; }
        }

        @media (max-width: 480px) {
            .hero-section {
                height: 450px;
            }

            .hero-content {
                padding: 30px 20px;
            }

            .hero-title {
                font-size: 4.5em;
            }

            .document-card {
                width: 180px;
                height: 240px;
                padding: 20px;
            }

            .speech-bubble {
                font-size: 1em;
                padding: 8px 16px;
            }

            .megaphone {
                width: 50px;
                height: 50px;
            }

            .megaphone-icon {
                width: 25px;
                height: 25px;
            }

            .stats-grid {
                grid-template-columns: 1fr;
            }

            .bauhinia-flower { font-size: 50px; }
            .junk-boat { font-size: 60px; }
            .dim-sum { font-size: 35px; }
            .tram { font-size: 40px; }
            .skyscraper { font-size: 50px; }
            .neon-sign { font-size: 35px; }
            .tea { font-size: 35px; }
            .lantern { font-size: 40px; }
            .panda { font-size: 45px; }
            .dumpling { font-size: 30px; }
            .fireworks { font-size: 50px; }
            .dragon { font-size: 55px; }
        }
@view-transition { navigation: auto; }
    @view-transition { navigation: auto; }/* End custom CSS */