.amazon-page {
        --aws-bg: #ffffff;
        --aws-bg-alt: #f3f4f6;
        --aws-text: #232F3E;
        --aws-gray: #5e6d82;
        --aws-orange: #FF9900;
        --aws-border: #e5e7eb;
        --aws-green: #10b981;
        --font-main: 'Plus Jakarta Sans', sans-serif;
    }

    .amazon-page { font-family: var(--font-main); background-color: var(--aws-bg); color: var(--aws-text); }
    .amazon-page *, .amazon-page *::before, .amazon-page *::after { box-sizing: border-box; }
    .amazon-page :where(a) { text-decoration: none; }
    .amazon-page :where(ul) { list-style: none; padding: 0; margin: 0; }
    .amazon-page :where(h1, h2, h3, h4, p) { margin: 0; padding: 0; }

    .amazon-hero {
        position: relative; padding: 140px 20px 100px;
        background-color: var(--aws-bg); overflow: hidden;
    }
    .hero-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
    .orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; }
    .orb-1 { width: 700px; height: 700px; background: radial-gradient(circle, rgba(255, 153, 0, 0.06) 0%, transparent 70%); top: -300px; right: -150px; animation: breathe 10s infinite ease-in-out; }
    .orb-2 { width: 600px; height: 600px; background: radial-gradient(circle, rgba(35, 47, 62, 0.04) 0%, transparent 70%); bottom: -200px; left: -150px; animation: breathe 12s infinite ease-in-out reverse; }

    .aws-container { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 2; }

    .aws-content { padding-right: 20px; }
    .aws-title { font-size: 3.8rem; font-weight: 800; line-height: 1.1; margin: 0 0 25px 0; color: var(--aws-text); letter-spacing: -0.03em; }
    .aws-title span { background: linear-gradient(135deg, var(--aws-orange) 0%, #ffc400 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
    .aws-desc { font-size: 1.2rem; color: var(--aws-gray); line-height: 1.7; margin-bottom: 40px; font-weight: 400; max-width: 580px; }
    .aws-desc strong { color: var(--aws-text); font-weight: 700; }

    .aws-btn-group { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }
    .btn-aws-primary { padding: 18px 40px; background: var(--aws-orange); color: #fff; border-radius: 12px; font-weight: 700; font-size: 1rem; text-decoration: none; transition: 0.3s; box-shadow: 0 10px 20px -5px rgba(255, 153, 0, 0.3); display: inline-flex; align-items: center; gap: 10px; cursor: pointer; }
    .btn-aws-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 30px -5px rgba(255, 153, 0, 0.4); background: #e68a00; }

    .aws-visual { position: relative; display: flex; justify-content: center; align-items: center; height: 500px; }
    .aws-blob { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 480px; height: 480px; background: #fff; border-radius: 50%; z-index: 1; box-shadow: 20px 20px 60px #d1d5db, -20px -20px 60px #ffffff; }
    .img-container { position: relative; z-index: 5; width: 100%; max-width: 480px; perspective: 1000px; }
    .main-img { width: 100%; height: auto; display: block; filter: drop-shadow(0 25px 50px rgba(35, 47, 62, 0.15)); transform: rotateY(-10deg) rotateX(5deg); transition: 0.5s ease-out; animation: floatImage 6s ease-in-out infinite; }
    .aws-visual:hover .main-img { transform: rotateY(0) rotateX(0) scale(1.02); }

    .float-card { position: absolute; background: #fff; padding: 12px 20px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); z-index: 6; display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 0.9rem; color: var(--aws-text); animation: floatCard 5s ease-in-out infinite; border: 1px solid #f3f4f6; }
    .fc-1 { top: 15%; left: -20px; animation-delay: 0s; }
    .fc-2 { bottom: 20%; right: -30px; animation-delay: 2.5s; }
    .fc-icon { color: var(--aws-orange); }
    .fc-check { color: var(--aws-green); }

    .nv-container-wrapper { background-color: var(--aws-bg-alt); padding: 80px 0; }
    .nv-inner { max-width: 1300px; margin: 0 auto; padding: 0 15px; }
    .nv-head-section { text-align: center; margin-bottom: 40px; }
    .nv-head-title { font-size: 2.2rem; font-weight: 800; color: var(--aws-text); margin-bottom: 5px; letter-spacing: -0.02em; }
    .nv-head-sub { color: var(--aws-gray); font-size: 1.05rem; max-width: 780px; margin: 0 auto; line-height: 1.65; }

    .nv-controls-area { display: flex; flex-direction: row; align-items: center; justify-content: center; margin-bottom: 45px; }
    .nv-period-selector { background: #e2e8f0; padding: 4px; border-radius: 12px; display: inline-flex; position: relative; gap: 2px; }
    .nv-period-btn { border: none; background: transparent; padding: 10px 24px; border-radius: 10px; font-family: var(--font-main); font-size: 0.9rem; font-weight: 600; color: #64748b; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); position: relative; z-index: 2; min-width: 80px; }
    .nv-period-btn:hover { color: var(--aws-text); }
    .nv-period-btn.active { background: #fff; color: var(--aws-orange); font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,0.08); }
    .nv-discount-tag { position: absolute; top: -10px; right: -10px; background: var(--aws-green); color: white; font-size: 0.65rem; font-weight: 800; padding: 4px 8px; border-radius: 6px; box-shadow: 0 2px 5px rgba(16, 185, 129, 0.3); z-index: 5; text-transform: uppercase; letter-spacing: 0.5px; animation: floatCard 3s ease-in-out infinite; }

    .nv-list-wrap { display: flex; flex-direction: column; gap: 10px; }
    .nv-row { background: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.03); transition: all 0.2s ease; position: relative; overflow: visible; border: 1px solid transparent; z-index: 1; }
    .nv-row:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255, 153, 0, 0.08); border-color: #cbd5e1; z-index: 100; }
    .nv-row.tip-open { z-index: 200; }
    .nv-grid { display: grid; grid-template-columns: 1.5fr 1.1fr 0.9fr 1fr 1.2fr 1.1fr 0.9fr 2.5fr; align-items: center; min-height: 75px; }
    .nv-col { display: flex; flex-direction: column; justify-content: center; padding: 0 15px; position: relative; height: 60px; }
    .nv-col::after { content: ''; position: absolute; right: 0; top: 20%; bottom: 20%; width: 1px; background: #e2e8f0; }
    .nv-col:first-child { height: 100%; padding-left: 25px; background: linear-gradient(90deg, rgba(255, 153, 0, 0.08) 0%, rgba(255,255,255,0) 100%); border-left: 3px solid var(--aws-orange); border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
    .nv-col:first-child::after, .nv-col:last-child::after { display: none; }

    .pkg-title { font-size: 1rem; font-weight: 800; color: var(--aws-text); margin: 0 0 2px 0; }
    .pkg-sub { font-size: 0.75rem; font-weight: 700; color: var(--aws-orange); text-transform: uppercase; letter-spacing: 0.5px; }
    .nv-val { font-size: 0.95rem; font-weight: 700; color: #334155; margin-bottom: 3px; white-space: nowrap; }
    .nv-lbl { font-size: 0.7rem; font-weight: 500; color: #94a3b8; }
    .cpu-text-gradient { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; margin-top: 2px; background: linear-gradient(90deg, var(--aws-orange), #e68a00); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

    .nv-info-wrap { display: inline-flex; align-items: center; gap: 6px; color: #334155; font-weight: 700; font-size: 0.95rem; }
    .nv-help { position: relative; display: inline-flex; align-items: center; cursor: help; }
    .nv-help i { font-size: 0.8rem; color: #94a3b8; transition: color 0.2s; }
    .nv-help:hover i, .nv-help.open i { color: var(--aws-orange); }
    .nv-tip {
        position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(10px);
        background: var(--aws-text); color: #fff; padding: 10px 14px; border-radius: 8px;
        font-size: 0.75rem; font-weight: 500; line-height: 1.5; text-align: center;
        width: 250px; margin-bottom: 8px; opacity: 0; visibility: hidden;
        transition: all 0.2s ease; pointer-events: none; box-shadow: 0 4px 15px rgba(0,0,0,0.15); z-index: 200;
    }
    .nv-tip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: var(--aws-text); }
    .nv-help:hover .nv-tip, .nv-help.open .nv-tip { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }

    .action-col { display: flex; flex-direction: row; align-items: center; justify-content: flex-end; gap: 25px; padding-right: 25px; height: 100%; }
    .price-group { text-align: right; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; }
    .price-wrap { display: flex; flex-direction: row; align-items: baseline; justify-content: flex-end; gap: 3px; white-space: nowrap; }
    .price-val { font-size: 1.4rem; font-weight: 800; color: var(--aws-orange); line-height: 1; letter-spacing: -0.5px; transition: opacity 0.3s ease; }
    .price-tax { font-size: 0.65rem; color: #94a3b8; font-weight: 600; }
    .stock-label { font-size: 0.65rem; color: var(--aws-green); font-weight: 700; text-transform: uppercase; margin-bottom: 2px; letter-spacing: 0.5px; }

    .nv-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 20px; font-size: 0.85rem; font-weight: 700; border-radius: 6px; text-decoration: none; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); background: transparent; color: var(--aws-orange); border: 1.5px solid var(--aws-orange); white-space: nowrap; min-width: 130px; }
    .nv-btn:hover { background: var(--aws-orange); color: white; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 153, 0, 0.2); }

    .nv-note { margin-top: 25px; font-size: 0.85rem; color: var(--aws-gray); line-height: 1.7; text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; }
    .nv-note strong { color: var(--aws-text); font-weight: 700; }

    .aws-seo-sec { padding: 100px 20px; background-color: var(--aws-bg); overflow: hidden; }
    .aws-seo-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 120px; }
    .aws-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .aws-row.rev .aws-visual-col { order: 1; }
    .aws-row.rev .aws-text-col { order: 2; }

    .aws-text-col { display: flex; flex-direction: column; justify-content: center; }
    .aws-topic-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 800; color: var(--aws-orange); background: rgba(255, 153, 0, 0.08); padding: 6px 14px; border-radius: 6px; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.5px; width: fit-content; border: 1px solid rgba(255, 153, 0, 0.2); }
    .aws-seo-title { font-size: 2.2rem; font-weight: 800; color: var(--aws-text); margin-bottom: 25px; line-height: 1.2; letter-spacing: -0.02em; }

    .aws-scroll-box { max-height: 250px; overflow-y: auto; padding-right: 15px; margin-bottom: 25px; scrollbar-width: thin; scrollbar-color: #e5e7eb transparent; }
    .aws-scroll-box::-webkit-scrollbar { width: 4px; }
    .aws-scroll-box::-webkit-scrollbar-thumb { background-color: #e5e7eb; border-radius: 4px; }

    .aws-text { font-size: 1.05rem; color: var(--aws-gray); line-height: 1.75; margin-bottom: 15px; text-align: justify; }
    .aws-text:last-child { margin-bottom: 0; }
    .aws-text strong { color: var(--aws-text); font-weight: 700; }
    .aws-text a { color: var(--aws-orange); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
    .aws-text a:hover { color: var(--aws-text); }

    .aws-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
    .aws-li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 600; color: var(--aws-text); }
    .aws-li i { color: var(--aws-orange); font-size: 1.1rem; }

    .aws-visual-col { position: relative; display: flex; justify-content: center; }
    .aws-img-card { position: relative; z-index: 2; padding: 15px; background: #fff; border-radius: 24px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08); border: 1px solid var(--aws-border); transition: transform 0.4s ease; }
    .aws-row:hover .aws-img-card { transform: translateY(-10px); border-color: var(--aws-orange); }
    .aws-img { width: 100%; height: auto; border-radius: 16px; display: block; }
    .aws-decor { position: absolute; width: 100%; height: 100%; top: 20px; left: 20px; background: radial-gradient(circle, rgba(255, 153, 0, 0.05) 0%, transparent 70%); z-index: 1; border-radius: 24px; pointer-events: none; }
    .aws-row.rev .aws-decor { left: -20px; }

    .aws-feat-sec { padding: 100px 20px; background-color: #f9fafb; position: relative; overflow: hidden; }
    .aws-feat-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }

    .aws-feat-header { text-align: center; max-width: 750px; margin: 0 auto 70px auto; }
    .aws-feat-label { font-size: 0.8rem; font-weight: 800; color: var(--aws-orange); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 15px; display: block; }
    .aws-feat-title { font-size: 2.4rem; font-weight: 800; color: var(--aws-text); margin: 0 0 15px 0; letter-spacing: -0.02em; }
    .aws-feat-desc { font-size: 1.1rem; color: var(--aws-gray); line-height: 1.6; }

    .aws-feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 80px; }
    .aws-feat-card { background: #ffffff; border: 1px solid var(--aws-border); border-radius: 20px; padding: 40px 30px; transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01); }
    .aws-feat-card:hover { transform: translateY(-8px); border-color: var(--aws-orange); box-shadow: 0 20px 40px -5px rgba(255, 153, 0, 0.15); }
    .aws-feat-icon-box { width: 60px; height: 60px; background: #fff7ed; color: var(--aws-orange); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 25px; transition: 0.3s; border: 1px solid rgba(255, 153, 0, 0.2); flex-shrink: 0; }
    .aws-feat-card:hover .aws-feat-icon-box { background: var(--aws-orange); color: #fff; transform: rotate(-10deg); box-shadow: 0 10px 20px rgba(255, 153, 0, 0.3); }
    .aws-feat-name { font-size: 1.25rem; font-weight: 800; color: var(--aws-text); margin-bottom: 12px; margin-top: 0; }
    .aws-feat-text { font-size: 1rem; color: var(--aws-gray); line-height: 1.7; margin: 0; }

    .aws-trust-bar { background: #ffffff; border-radius: 20px; padding: 40px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; border: 1px solid var(--aws-border); box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
    .aws-trust-item { display: flex; align-items: center; gap: 15px; flex: 1; min-width: 200px; }
    .aws-trust-icon { width: 50px; height: 50px; flex-shrink: 0; background: #f3f4f6; color: var(--aws-text); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
    .aws-trust-info h4 { font-size: 1rem; font-weight: 800; margin: 0 0 3px 0; color: var(--aws-text); }
    .aws-trust-info p { font-size: 0.85rem; margin: 0; color: var(--aws-gray); }

    .aws-faq-sec { padding: 100px 20px; background-color: #ffffff; border-top: 1px solid var(--aws-border); }
    .aws-faq-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 350px 1fr; gap: 60px; align-items: start; }

    .aws-faq-sidebar { background: #f8fafc; border: 1px solid var(--aws-border); border-radius: 20px; padding: 35px; position: sticky; top: 30px; z-index: 10; }
    .aws-faq-contact-title { font-size: 1.1rem; font-weight: 800; color: var(--aws-text); margin-bottom: 25px; letter-spacing: -0.01em; }
    .aws-faq-list { display: flex; flex-direction: column; gap: 25px; }
    .aws-faq-item { display: flex; align-items: center; gap: 15px; }
    .aws-faq-item:hover .aws-faq-icon { background: var(--aws-orange); color: #fff; border-color: var(--aws-orange); }
    .aws-faq-icon { width: 42px; height: 42px; background: #fff; border: 1px solid var(--aws-border); color: var(--aws-orange); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.02); transition: 0.3s; }
    .aws-faq-info { display: flex; flex-direction: column; }
    .aws-faq-label { font-size: 0.75rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; margin-bottom: 3px; }
    .aws-faq-val { font-size: 0.95rem; font-weight: 700; color: var(--aws-text); }
    .aws-faq-btn { margin-top: 35px; width: 100%; padding: 16px; background: var(--aws-text); color: #fff; border-radius: 12px; font-weight: 700; font-size: 0.95rem; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 10px; transition: 0.3s; }
    .aws-faq-btn:hover { background: var(--aws-orange); transform: translateY(-2px); }

    .aws-faq-content { display: flex; flex-direction: column; }
    .aws-faq-main-title { font-size: 2.2rem; font-weight: 800; color: var(--aws-text); margin-bottom: 15px; letter-spacing: -0.02em; }
    .aws-faq-main-title span { color: var(--aws-orange); }
    .aws-faq-desc { font-size: 1.05rem; color: var(--aws-gray); margin-bottom: 50px; line-height: 1.6; }

    .aws-acc-item { border-bottom: 1px solid var(--aws-border); margin-bottom: 20px; padding-bottom: 10px; }
    .aws-acc-item:last-child { border-bottom: none; margin-bottom: 0; }
    .aws-acc-btn { width: 100%; background: none; border: none; padding: 15px 0; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 1.1rem; font-weight: 700; color: var(--aws-text); font-family: var(--font-main); transition: 0.3s; }
    .aws-acc-btn:hover { color: var(--aws-orange); }
    .aws-acc-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--aws-gray); transition: 0.3s; flex-shrink: 0; }
    .aws-acc-item.active .aws-acc-btn { color: var(--aws-orange); }
    .aws-acc-item.active .aws-acc-icon { transform: rotate(180deg); color: var(--aws-orange); }
    .aws-acc-body { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .aws-acc-body p { margin: 0 0 15px 0; color: var(--aws-gray); line-height: 1.7; font-size: 1rem; }
    .aws-acc-body p:last-child { margin-bottom: 0; padding-bottom: 25px; }

    @keyframes floatImage { 0%, 100% { transform: translateY(0) rotateY(-10deg) rotateX(5deg); } 50% { transform: translateY(-20px) rotateY(-10deg) rotateX(5deg); } }
    @keyframes floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
    @keyframes breathe { 0%, 100% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 0.3; } }

    @media (max-width: 1200px) {
        .nv-grid { grid-template-columns: 1fr 1fr; padding: 15px; gap: 15px; min-height: 0; }
        .nv-col { height: auto; padding: 0; align-items: flex-start; justify-content: center; }
        .nv-col::after { display: none; }
        .nv-col:first-child { grid-column: span 2; background: none; border-left: none; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 5px; padding-left: 0; }
        .action-col { grid-column: span 2; justify-content: space-between; padding-right: 0; border-top: 1px solid #f1f5f9; padding-top: 15px; margin-top: 5px; }
        .price-group { align-items: flex-start; }
        .price-wrap { align-items: baseline; }
        .nv-btn { width: auto; }
        .nv-period-selector { max-width: 100%; overflow-x: auto; justify-content: flex-start; }
        .aws-row, .aws-row.rev { gap: 50px; }
    }
    @media (max-width: 992px) {
        .amazon-hero { padding: 100px 20px 60px; }
        .aws-container { grid-template-columns: 1fr; text-align: center; gap: 50px; }
        .aws-content { padding-right: 0; }
        .aws-desc { margin-left: auto; margin-right: auto; }
        .aws-btn-group { justify-content: center; }
        .aws-visual { height: 400px; order: -1; }
        .main-img { max-width: 350px; transform: none; animation: none; }
        .aws-blob { width: 350px; height: 350px; }
        .aws-title { font-size: 2.8rem; }
        .fc-1 { left: 5%; }
        .fc-2 { right: 5%; }

        .aws-seo-sec { padding: 80px 20px; }
        .aws-seo-container { gap: 80px; }
        .aws-row, .aws-row.rev { grid-template-columns: 1fr; gap: 50px; text-align: left; }
        .aws-row.rev .aws-visual-col { order: unset; }
        .aws-seo-title { font-size: 1.8rem; }
        .aws-scroll-box { max-height: none; overflow-y: visible; padding-right: 0; }

        .aws-feat-grid { grid-template-columns: repeat(2, 1fr); }
        .aws-trust-bar { justify-content: flex-start; }

        .aws-faq-container { grid-template-columns: 1fr; gap: 40px; }
        .aws-faq-sidebar { position: relative; top: 0; order: 2; }
        .aws-faq-content { order: 1; }
    }
    @media (max-width: 600px) {
        .amazon-hero { padding: 70px 15px 50px; }
        .aws-title { font-size: 2.2rem; }
        .aws-desc { font-size: 1.05rem; }
        .float-card { font-size: 0.75rem; padding: 10px 14px; }
        .nv-container-wrapper { padding: 60px 0; }
        .aws-seo-sec, .aws-feat-sec, .aws-faq-sec { padding: 60px 15px; }
        .aws-feat-grid { grid-template-columns: 1fr; }
        .aws-trust-item { width: 100%; }
        .aws-trust-bar { padding: 30px 25px; }
        .aws-feat-title, .nv-head-title, .aws-faq-main-title { font-size: 2rem; }
        .aws-text { text-align: left; }
        .nv-tip { width: 200px; }
        .aws-faq-sidebar { padding: 30px 25px; }
    }