{"id":702,"date":"2026-04-10T20:18:13","date_gmt":"2026-04-10T20:18:13","guid":{"rendered":"https:\/\/uveekai.com\/uv-protection\/"},"modified":"2026-04-17T09:34:39","modified_gmt":"2026-04-17T09:34:39","slug":"uv-protection","status":"publish","type":"page","link":"https:\/\/uveekai.com\/en\/uv-protection\/","title":{"rendered":"UV Protection"},"content":{"rendered":"    <style>\n    \/* \u2500\u2500 UV Hub Reset & Variables \u2500\u2500 *\/\n    .uvhub *, .uvhub *::before, .uvhub *::after { box-sizing: border-box; }\n    .uvhub {\n        font-family: 'Nunito', sans-serif;\n        color: #3f3f46;\n        font-size: 17px;\n        line-height: 1.65;\n        -webkit-font-smoothing: antialiased;\n    }\n    .uvhub a { text-decoration: none; color: inherit; }\n    .uvhub img { max-width: 100%; height: auto; display: block; }\n\n    :root {\n        --uvh-primary: #0369a1;\n        --uvh-primary-dark: #075985;\n        --uvh-heading: #18181b;\n        --uvh-body: #3f3f46;\n        --uvh-secondary: #71717a;\n        --uvh-muted: #a1a1aa;\n        --uvh-light-bg: #f4f4f5;\n        --uvh-ocean-bg: #f0f9ff;\n        --uvh-white: #ffffff;\n        --uvh-success: #15803d;\n        --uvh-green-cta: #2d6a4f;\n        --uvh-green-cta-hover: #1b4332;\n        --uvh-warm-bg: #fafaf9;\n        --uvh-max-width: 1290px;\n    }\n\n    \/* \u2500\u2500 HERO \u2500\u2500 *\/\n    .uvhub-hero {\n        position: relative;\n        min-height: 540px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        background: var(--uvh-warm-bg);\n        overflow: hidden;\n    }\n    .uvhub-hero::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0; bottom: 0;\n        background:\n            radial-gradient(ellipse 60% 70% at 50% 60%, rgba(3,105,161,0.05) 0%, transparent 60%),\n            radial-gradient(ellipse 40% 50% at 20% 30%, rgba(45,106,79,0.03) 0%, transparent 50%),\n            radial-gradient(ellipse 40% 50% at 80% 70%, rgba(7,89,133,0.03) 0%, transparent 50%);\n        pointer-events: none;\n    }\n    .uvhub-hero::after {\n        content: '';\n        position: absolute;\n        top: -160px; right: -80px;\n        width: 500px; height: 500px;\n        background: radial-gradient(circle, rgba(3,105,161,0.04) 0%, transparent 55%);\n        pointer-events: none;\n    }\n    .uvhub-hero-inner {\n        position: relative;\n        z-index: 2;\n        max-width: 860px;\n        margin: 0 auto;\n        padding: 0 48px;\n        width: 100%;\n        text-align: center;\n    }\n    .uvhub-hero-content {\n        padding: 96px 0 88px;\n    }\n    .uvhub-hero-tag {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 6px 16px;\n        background: var(--uvh-white);\n        border: 1px solid #e4e4e7;\n        border-radius: 100px;\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        color: var(--uvh-primary);\n        margin-bottom: 32px;\n    }\n    .uvhub-hero-tag svg { width: 14px; height: 14px; }\n    .uvhub-hero h1 {\n        font-size: 56px;\n        font-weight: 900;\n        color: var(--uvh-heading);\n        line-height: 1.06;\n        letter-spacing: -1.5px;\n        margin-bottom: 20px;\n        margin-top: 0;\n    }\n    .uvhub-hero h1 span {\n        display: block;\n        font-weight: 300;\n        font-size: 0.5em;\n        color: var(--uvh-secondary);\n        letter-spacing: 0;\n        margin-top: 12px;\n        text-transform: none;\n        line-height: 1.5;\n    }\n    .uvhub-hero-lead {\n        font-size: 19px;\n        color: var(--uvh-secondary);\n        line-height: 1.7;\n        max-width: 580px;\n        margin: 0 auto 44px;\n    }\n    \/* \u2500\u2500 STATS CARDS (between hero and topics) \u2500\u2500 *\/\n    .stats-cards {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        max-width: 1290px;\n        margin: 0 auto;\n        padding: 0 48px;\n        position: relative;\n        z-index: 3;\n        margin-top: -48px;\n        margin-bottom: 24px;\n    }\n    .stat-card {\n        flex: 1;\n        max-width: 320px;\n        padding: 28px 28px 24px;\n        border-radius: 16px;\n        display: flex;\n        align-items: flex-start;\n        gap: 18px;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n    .stat-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 3px;\n        border-radius: 16px 16px 0 0;\n    }\n    .stat-card:hover {\n        transform: translateY(-3px);\n        box-shadow: 0 12px 32px rgba(0,0,0,0.08);\n    }\n    .stat-card--blue {\n        background: #e8f4fc;\n        border: 1px solid #bce0f5;\n        box-shadow: 0 4px 16px rgba(3,105,161,0.06);\n    }\n    .stat-card--blue::before { background: #0369a1; }\n    .stat-card--blue:hover { box-shadow: 0 12px 32px rgba(3,105,161,0.12); }\n    .stat-card--green {\n        background: #e6f7ec;\n        border: 1px solid #b4e6c5;\n        box-shadow: 0 4px 16px rgba(21,128,61,0.06);\n    }\n    .stat-card--green::before { background: #15803d; }\n    .stat-card--green:hover { box-shadow: 0 12px 32px rgba(21,128,61,0.12); }\n    .stat-card--amber {\n        background: #fef7e6;\n        border: 1px solid #f5e4b4;\n        box-shadow: 0 4px 16px rgba(180,120,20,0.06);\n    }\n    .stat-card--amber::before { background: #d4940a; }\n    .stat-card--amber:hover { box-shadow: 0 12px 32px rgba(180,120,20,0.12); }\n    .stat-card-icon-wrap {\n        width: 48px;\n        height: 48px;\n        border-radius: 14px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    .stat-card--blue .stat-card-icon-wrap {\n        background: rgba(3,105,161,0.12);\n        color: #0369a1;\n    }\n    .stat-card--green .stat-card-icon-wrap {\n        background: rgba(21,128,61,0.12);\n        color: #15803d;\n    }\n    .stat-card--amber .stat-card-icon-wrap {\n        background: rgba(180,120,20,0.12);\n        color: #b47814;\n    }\n    .stat-card-icon-wrap svg { width: 22px; height: 22px; }\n    .stat-card-body { flex: 1; min-width: 0; }\n    .stats-cards .stat-card-value {\n        font-size: 22px;\n        font-weight: 900;\n        color: #18181b;\n        line-height: 1.2;\n        margin-bottom: 4px;\n    }\n    .stats-cards .stat-card-label {\n        font-size: 13px;\n        font-weight: 600;\n        color: #71717a;\n        line-height: 1.4;\n    }\n\n    \/* \u2500\u2500 DIVIDER \u2500\u2500 *\/\n    .uvhub-divider {\n        max-width: var(--uvh-max-width);\n        margin: 0 auto;\n        padding: 0 48px;\n    }\n    .uvhub-divider-line {\n        height: 1px;\n        background: linear-gradient(90deg, transparent 0%, #e4e4e7 20%, #e4e4e7 80%, transparent 100%);\n    }\n\n    \/* \u2500\u2500 TOPIC SECTIONS \u2500\u2500 *\/\n    .uvhub-topic {\n        padding: 104px 0;\n        position: relative;\n        overflow: hidden;\n    }\n    .uvhub-topic--alt { background: var(--uvh-warm-bg); }\n    .uvhub-topic-inner {\n        max-width: var(--uvh-max-width);\n        margin: 0 auto;\n        padding: 0 48px;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n    .uvhub-topic--reverse .uvhub-topic-inner {\n        direction: rtl;\n    }\n    .uvhub-topic--reverse .uvhub-topic-inner > * {\n        direction: ltr;\n    }\n\n    \/* Visual side *\/\n    .uvhub-topic-visual { position: relative; }\n    .uvhub-topic-img-frame {\n        border-radius: 24px;\n        overflow: hidden;\n        position: relative;\n        aspect-ratio: 4\/3;\n        background: #e4e4e7;\n    }\n    .uvhub-topic:nth-of-type(1) .uvhub-topic-img-frame { background: linear-gradient(160deg, #f0f9ff 0%, #e0f2fe 50%, #bae6fd 100%); }\n    .uvhub-topic:nth-of-type(2) .uvhub-topic-img-frame { background: linear-gradient(160deg, #ecfdf5 0%, #d1fae5 50%, #a7f3d0 100%); }\n    .uvhub-topic:nth-of-type(3) .uvhub-topic-img-frame { background: linear-gradient(160deg, #f0f9ff 0%, #dbeafe 50%, #bfdbfe 100%); }\n    .uvhub-topic-img-frame img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n    }\n\n    \/* Floating stat card *\/\n    .uvhub-stat-card {\n        position: absolute;\n        bottom: -20px;\n        right: -20px;\n        background: var(--uvh-white);\n        border-radius: 16px;\n        padding: 20px 24px;\n        box-shadow: 0 8px 32px rgba(0,0,0,0.08);\n        z-index: 3;\n        display: flex;\n        align-items: center;\n        gap: 14px;\n    }\n    .uvhub-topic--reverse .uvhub-stat-card {\n        right: auto;\n        left: -20px;\n    }\n    .uvhub-stat-card-icon {\n        width: 44px; height: 44px;\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n    .uvhub-topic:nth-of-type(1) .uvhub-stat-card-icon { background: rgba(3,105,161,0.08); color: var(--uvh-primary); }\n    .uvhub-topic:nth-of-type(2) .uvhub-stat-card-icon { background: rgba(21,128,61,0.08); color: var(--uvh-success); }\n    .uvhub-topic:nth-of-type(3) .uvhub-stat-card-icon { background: rgba(7,89,133,0.08); color: var(--uvh-primary-dark); }\n    .uvhub-stat-card-icon svg { width: 20px; height: 20px; }\n    .uvhub-stat-card-val {\n        font-size: 18px;\n        font-weight: 800;\n        color: var(--uvh-heading);\n        line-height: 1.2;\n    }\n    .uvhub-stat-card-lbl {\n        font-size: 12px;\n        color: var(--uvh-muted);\n        font-weight: 500;\n    }\n\n    \/* Content side *\/\n    .uvhub-topic-content { position: relative; z-index: 2; }\n    .uvhub-topic-eyebrow {\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        margin-bottom: 16px;\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n    }\n    .uvhub-topic-eyebrow::before {\n        content: '';\n        width: 24px; height: 2px;\n        border-radius: 1px;\n    }\n    .uvhub-topic:nth-of-type(1) .uvhub-topic-eyebrow { color: var(--uvh-primary); }\n    .uvhub-topic:nth-of-type(1) .uvhub-topic-eyebrow::before { background: var(--uvh-primary); }\n    .uvhub-topic:nth-of-type(2) .uvhub-topic-eyebrow { color: var(--uvh-success); }\n    .uvhub-topic:nth-of-type(2) .uvhub-topic-eyebrow::before { background: var(--uvh-success); }\n    .uvhub-topic:nth-of-type(3) .uvhub-topic-eyebrow { color: var(--uvh-primary-dark); }\n    .uvhub-topic:nth-of-type(3) .uvhub-topic-eyebrow::before { background: var(--uvh-primary-dark); }\n\n    .uvhub-topic h2 {\n        font-size: 38px;\n        font-weight: 800;\n        color: var(--uvh-heading);\n        line-height: 1.1;\n        margin-bottom: 20px;\n        margin-top: 0;\n    }\n    .uvhub-topic-text {\n        font-size: 17px;\n        color: var(--uvh-secondary);\n        line-height: 1.75;\n        margin-bottom: 28px;\n        max-width: 480px;\n    }\n\n    \/* Feature list *\/\n    .uvhub-features {\n        display: flex;\n        flex-direction: column;\n        gap: 16px;\n        margin-bottom: 36px;\n        list-style: none;\n        padding: 0;\n    }\n    .uvhub-feature {\n        display: flex;\n        align-items: flex-start;\n        gap: 14px;\n    }\n    .uvhub-feature-bullet {\n        flex-shrink: 0;\n        width: 28px; height: 28px;\n        border-radius: 8px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-top: 1px;\n    }\n    .uvhub-topic:nth-of-type(1) .uvhub-feature-bullet { background: rgba(3,105,161,0.08); color: var(--uvh-primary); }\n    .uvhub-topic:nth-of-type(2) .uvhub-feature-bullet { background: rgba(21,128,61,0.08); color: var(--uvh-success); }\n    .uvhub-topic:nth-of-type(3) .uvhub-feature-bullet { background: rgba(7,89,133,0.08); color: var(--uvh-primary-dark); }\n    .uvhub-feature-bullet svg { width: 14px; height: 14px; }\n    .uvhub-feature-text {\n        font-size: 15px;\n        color: var(--uvh-body);\n        font-weight: 600;\n        line-height: 1.5;\n    }\n\n    .uvhub-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        padding: 14px 32px;\n        background: var(--uvh-green-cta);\n        color: var(--uvh-white) !important;\n        font-size: 15px;\n        font-weight: 700;\n        border-radius: 12px;\n        transition: all 0.25s;\n        box-shadow: 0 4px 16px rgba(45,106,79,0.2);\n    }\n    .uvhub-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 8px 24px rgba(45,106,79,0.3);\n        background: var(--uvh-green-cta-hover);\n        color: var(--uvh-white) !important;\n    }\n    .uvhub-btn svg { width: 16px; height: 16px; }\n\n    \/* \u2500\u2500 CREDENTIAL STRIP \u2500\u2500 *\/\n    .uvhub-credentials {\n        padding: 64px 0;\n        background: var(--uvh-white);\n        border-top: 1px solid #f4f4f5;\n        border-bottom: 1px solid #f4f4f5;\n    }\n    .uvhub-cred-inner {\n        max-width: var(--uvh-max-width);\n        margin: 0 auto;\n        padding: 0 48px;\n    }\n    .uvhub-cred-header {\n        text-align: center;\n        margin-bottom: 40px;\n    }\n    .uvhub-cred-header h3 {\n        font-size: 12px;\n        font-weight: 700;\n        letter-spacing: 4px;\n        text-transform: uppercase;\n        color: var(--uvh-muted);\n        margin: 0;\n    }\n    .uvhub-cred-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 24px;\n    }\n    .uvhub-cred-card {\n        background: var(--uvh-light-bg);\n        border-radius: 16px;\n        padding: 28px 24px;\n        text-align: center;\n        transition: all 0.3s;\n    }\n    .uvhub-cred-card:hover {\n        background: var(--uvh-white);\n        box-shadow: 0 8px 32px rgba(0,0,0,0.06);\n        transform: translateY(-2px);\n    }\n    .uvhub-cred-icon {\n        width: 44px; height: 44px;\n        border-radius: 12px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin: 0 auto 14px;\n        color: var(--uvh-primary);\n        background: var(--uvh-white);\n    }\n    .uvhub-cred-card:hover .uvhub-cred-icon { background: var(--uvh-ocean-bg); }\n    .uvhub-cred-icon svg { width: 20px; height: 20px; }\n    .uvhub-cred-title {\n        font-size: 15px;\n        font-weight: 800;\n        color: var(--uvh-heading);\n        margin-bottom: 4px;\n    }\n    .uvhub-cred-desc {\n        font-size: 13px;\n        color: var(--uvh-secondary);\n        line-height: 1.5;\n    }\n\n    \/* \u2500\u2500 CLOSING CTA \u2500\u2500 *\/\n    .uvhub-closing {\n        padding: 104px 0 112px;\n        background: var(--uvh-warm-bg);\n        position: relative;\n        overflow: hidden;\n    }\n    .uvhub-closing::before {\n        content: '';\n        position: absolute;\n        top: -200px; left: 50%;\n        transform: translateX(-50%);\n        width: 800px; height: 800px;\n        background: radial-gradient(circle, rgba(45,106,79,0.04) 0%, transparent 60%);\n        pointer-events: none;\n    }\n    .uvhub-closing-inner {\n        position: relative;\n        z-index: 2;\n        max-width: 760px;\n        margin: 0 auto;\n        padding: 0 48px;\n        text-align: center;\n    }\n    .uvhub-seal {\n        display: inline-flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 4px;\n        margin-bottom: 32px;\n        padding: 20px 32px;\n        background: var(--uvh-white);\n        border: 1px solid #e4e4e7;\n        border-radius: 20px;\n    }\n    .uvhub-seal-number {\n        font-size: 48px;\n        font-weight: 900;\n        color: var(--uvh-primary);\n        line-height: 1;\n    }\n    .uvhub-seal-unit {\n        font-size: 14px;\n        font-weight: 700;\n        color: var(--uvh-primary);\n        text-transform: uppercase;\n        letter-spacing: 3px;\n    }\n    .uvhub-seal-text {\n        font-size: 12px;\n        color: var(--uvh-muted);\n        margin-top: 4px;\n    }\n    .uvhub-closing h2 {\n        font-size: 40px;\n        font-weight: 800;\n        color: var(--uvh-heading);\n        line-height: 1.12;\n        margin-bottom: 16px;\n        margin-top: 0;\n    }\n    .uvhub-closing-text {\n        font-size: 18px;\n        color: var(--uvh-secondary);\n        line-height: 1.7;\n        margin-bottom: 40px;\n        max-width: 580px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .uvhub-closing-btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        padding: 18px 44px;\n        background: var(--uvh-green-cta);\n        color: var(--uvh-white) !important;\n        font-size: 16px;\n        font-weight: 700;\n        border-radius: 14px;\n        transition: all 0.25s;\n        box-shadow: 0 4px 20px rgba(45,106,79,0.2);\n    }\n    .uvhub-closing-btn:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 8px 32px rgba(45,106,79,0.3);\n        background: var(--uvh-green-cta-hover);\n        color: var(--uvh-white) !important;\n    }\n    .uvhub-closing-btn svg { width: 18px; height: 18px; }\n\n    \/* \u2500\u2500 CITATIONS \u2500\u2500 *\/\n    .uvhub-citations {\n        padding: 48px 0;\n        background: var(--uvh-light-bg);\n        border-top: 1px solid #e4e4e7;\n    }\n    .uvhub-citations-inner {\n        max-width: var(--uvh-max-width);\n        margin: 0 auto;\n        padding: 0 48px;\n    }\n    .uvhub-citations-header {\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 3px;\n        text-transform: uppercase;\n        color: var(--uvh-muted);\n        margin-bottom: 20px;\n    }\n    .uvhub-citations-list {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 20px;\n        columns: 1;\n    }\n    .uvhub-citations-list li {\n        font-size: 13px;\n        color: var(--uvh-secondary);\n        line-height: 1.65;\n        padding: 4px 0;\n        padding-left: 24px;\n        position: relative;\n    }\n    .uvhub-citations-list li::before {\n        content: attr(data-n);\n        position: absolute;\n        left: 0;\n        font-size: 11px;\n        font-weight: 700;\n        color: var(--uvh-muted);\n        min-width: 18px;\n    }\n    .uvhub-citations-list li a {\n        color: var(--uvh-primary);\n        text-decoration: underline;\n        text-decoration-color: rgba(3,105,161,0.25);\n        text-underline-offset: 2px;\n    }\n    .uvhub-citations-list li a:hover {\n        text-decoration-color: var(--uvh-primary);\n    }\n    .uvhub-citations-disclaimer {\n        font-size: 12px;\n        color: var(--uvh-muted);\n        font-style: italic;\n        line-height: 1.6;\n        border-top: 1px solid #e4e4e7;\n        padding-top: 16px;\n        margin-top: 8px;\n    }\n    @media (min-width: 768px) {\n        .uvhub-citations-list { columns: 2; column-gap: 48px; }\n        .uvhub-citations-list li { break-inside: avoid; }\n    }\n\n    \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n    @media (max-width: 1024px) {\n        .uvhub-hero h1 { font-size: 46px; }\n        .uvhub-topic-inner { grid-template-columns: 1fr; gap: 48px; }\n        .uvhub-topic--reverse .uvhub-topic-inner { direction: ltr; }\n        .uvhub-stat-card { bottom: -16px; right: 16px; }\n        .uvhub-topic--reverse .uvhub-stat-card { left: 16px; right: auto; }\n        .uvhub-cred-grid { grid-template-columns: repeat(2, 1fr); }\n        \/* Stats cards tablet *\/\n        .stats-cards { gap: 16px; margin-top: -40px; }\n        .stat-card { padding: 24px 22px 20px; }\n        .stats-cards .stat-card-value { font-size: 20px; }\n    }\n    @media (max-width: 767px) {\n        .uvhub-hero { min-height: auto; }\n        .uvhub-hero-inner { padding: 0 24px; }\n        .uvhub-hero-content { padding: 56px 0 48px; }\n        .uvhub-hero h1 { font-size: 32px; letter-spacing: -0.5px; }\n        .uvhub-hero-lead { font-size: 16px; }\n\n        \/* Stats cards mobile *\/\n        .stats-cards {\n            flex-wrap: wrap;\n            gap: 12px;\n            padding: 0 24px;\n            margin-top: -32px;\n        }\n        .stat-card {\n            flex: 1 1 calc(50% - 6px);\n            max-width: none;\n            padding: 20px 18px 18px;\n        }\n        .stat-card:last-child {\n            flex: 1 1 100%;\n        }\n        .stat-card-icon-wrap { width: 40px; height: 40px; border-radius: 12px; }\n        .stat-card-icon-wrap svg { width: 18px; height: 18px; }\n        .stats-cards .stat-card-value { font-size: 18px; }\n        .stats-cards .stat-card-label { font-size: 12px; }\n\n        .uvhub-topic { padding: 64px 0; }\n        .uvhub-topic-inner { padding: 0 24px; gap: 32px; }\n        .uvhub-topic h2 { font-size: 28px; }\n        .uvhub-topic-text { font-size: 16px; }\n        .uvhub-stat-card { position: static; margin-top: 16px; display: inline-flex; }\n\n        .uvhub-cred-inner { padding: 0 24px; }\n        .uvhub-cred-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\n        .uvhub-cred-card { padding: 20px 16px; }\n\n        .uvhub-closing { padding: 72px 0 80px; }\n        .uvhub-closing-inner { padding: 0 24px; }\n        .uvhub-closing h2 { font-size: 28px; }\n        .uvhub-closing-text { font-size: 16px; }\n\n        .uvhub-citations { padding: 36px 0; }\n        .uvhub-citations-inner { padding: 0 24px; }\n    }\n    <\/style>\n\n    <div class=\"uvhub\">\n\n    <!-- \u2550\u2550\u2550 HERO \u2550\u2550\u2550 -->\n    <section class=\"uvhub-hero\">\n        <div class=\"uvhub-hero-inner\">\n            <div class=\"uvhub-hero-content\">\n                <div class=\"uvhub-hero-tag\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"5\"\/><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\/><line x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\/><line x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\/><line x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\/><line x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\/><line x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\/><line x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\/><line x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\/><\/svg>\n                    UV PROTECTION GUIDE                <\/div>\n                <h1>\n                    UV Protection Built Into Every Fibre                    <span>Three chapters. One goal: your protection.<\/span>\n                <\/h1>\n                <p class=\"uvhub-hero-lead\">\n                    Sunscreen alone is not enough. Discover how UPF&nbsp;80 UV protective clothing shields you reliably &mdash; certified, tested, and built into every fibre.                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 STATS CARDS \u2550\u2550\u2550 -->\n    <div class=\"stats-cards\">\n        <div class=\"stat-card stat-card--blue\">\n            <div class=\"stat-card-icon-wrap\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n            <\/div>\n            <div class=\"stat-card-body\">\n                <div class=\"stat-card-value\">UPF 80<\/div>\n                <div class=\"stat-card-label\">Highest Protection Factor<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"stat-card stat-card--green\">\n            <div class=\"stat-card-icon-wrap\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n            <\/div>\n            <div class=\"stat-card-body\">\n                <div class=\"stat-card-value\">UV Standard 801<\/div>\n                <div class=\"stat-card-label\">World&#039;s Strictest Certification<\/div>\n            <\/div>\n        <\/div>\n        <div class=\"stat-card stat-card--amber\">\n            <div class=\"stat-card-icon-wrap\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9H4.5a2.5 2.5 0 0 1 0-5C7 4 9 7 12 7s5-3 7.5-3a2.5 2.5 0 0 1 0 5H18\"\/><path d=\"M18 15h1.5a2.5 2.5 0 0 0 0-5H18\"\/><path d=\"M6 15H4.5a2.5 2.5 0 0 1 0-5H6\"\/><rect x=\"6\" y=\"9\" width=\"12\" height=\"12\" rx=\"2\"\/><\/svg>\n            <\/div>\n            <div class=\"stat-card-body\">\n                <div class=\"stat-card-value\">Hohenstein<\/div>\n                <div class=\"stat-card-label\">Independently Certified<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550 DIVIDER \u2550\u2550\u2550 -->\n    <div class=\"uvhub-divider\"><div class=\"uvhub-divider-line\"><\/div><\/div>\n\n    <!-- \u2550\u2550\u2550 TOPIC 1 \u2014 Why UV Protection \u2550\u2550\u2550 -->\n    <section class=\"uvhub-topic\">\n        <div class=\"uvhub-topic-inner\">\n            <div class=\"uvhub-topic-visual\">\n                <div class=\"uvhub-topic-img-frame\">\n                                            <img decoding=\"async\" src=\"https:\/\/uveekai.com\/app\/uploads\/2025\/10\/lifestyle-scenario-3-golf-course-relaxed.webp\" alt=\"UV protective clothing during outdoor sports\" loading=\"lazy\">\n                                    <\/div>\n                <div class=\"uvhub-stat-card\">\n                    <div class=\"uvhub-stat-card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"5\"\/><line x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <div class=\"uvhub-stat-card-val\">UV-A &amp; UV-B<\/div>\n                        <div class=\"uvhub-stat-card-lbl\">Both radiation types blocked<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"uvhub-topic-content\">\n                <div class=\"uvhub-topic-eyebrow\">FUNDAMENTALS<\/div>\n                <h2>Why UV Protection?<\/h2>\n                <p class=\"uvhub-topic-text\">Why everyday UV radiation is more dangerous than you think. Learn why sunscreen alone is not enough &mdash; and what truly protects.<\/p>\n                <ul class=\"uvhub-features\">\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">UV radiation penetrates clouds (up to 80% of UV-A rays)<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">Sunscreen must be reapplied every 2 hours<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">UV clothing protects without reapplication<\/div>\n                    <\/li>\n                                    <\/ul>\n                <a href=\"\/en\/uv-protection\/why-uv-protection\/\" class=\"uvhub-btn\">\n                    Learn more                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 TOPIC 2 \u2014 UV Standard 801 (reversed) \u2550\u2550\u2550 -->\n    <section class=\"uvhub-topic uvhub-topic--alt uvhub-topic--reverse\">\n        <div class=\"uvhub-topic-inner\">\n            <div class=\"uvhub-topic-visual\">\n                <div class=\"uvhub-topic-img-frame\">\n                                            <img decoding=\"async\" src=\"https:\/\/uveekai.com\/app\/uploads\/2025\/10\/lifestyle-scenario-2-beach-walk-relaxed.webp\" alt=\"UV Standard 801 certification\" loading=\"lazy\">\n                                    <\/div>\n                <div class=\"uvhub-stat-card\">\n                    <div class=\"uvhub-stat-card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <div class=\"uvhub-stat-card-val\">UV Standard 801<\/div>\n                        <div class=\"uvhub-stat-card-lbl\">Strictest standard worldwide<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"uvhub-topic-content\">\n                <div class=\"uvhub-topic-eyebrow\">CERTIFICATION<\/div>\n                <h2>UV STANDARD 801<\/h2>\n                <p class=\"uvhub-topic-text\">The strictest textile UV protection standard in the world. Tested under real conditions &mdash; wet, stretched, and worn.<\/p>\n                <ul class=\"uvhub-features\">\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">Tested wet, stretched &amp; after washing<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">Hohenstein Institute &mdash; Germany&#039;s leading textile lab<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">Stricter than UPF 50+ (AS\/NZ Standard)<\/div>\n                    <\/li>\n                                    <\/ul>\n                <a href=\"\/en\/uv-protection\/uv-standard-801\/\" class=\"uvhub-btn\">\n                    Discover the standard                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 TOPIC 3 \u2014 Fabrics & Technology \u2550\u2550\u2550 -->\n    <section class=\"uvhub-topic\">\n        <div class=\"uvhub-topic-inner\">\n            <div class=\"uvhub-topic-visual\">\n                <div class=\"uvhub-topic-img-frame\">\n                                            <img decoding=\"async\" src=\"https:\/\/uveekai.com\/app\/uploads\/2026\/04\/Womens_LONG-SLEEVE-T-SHIRT_BLUE-OPAL_Detail-2.webp\" alt=\"Close-up of UV protective textile\" loading=\"lazy\">\n                                    <\/div>\n                <div class=\"uvhub-stat-card\">\n                    <div class=\"uvhub-stat-card-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.38 3.46 16 2 12 3.46 8 2 3.62 3.46\"\/><path d=\"M20.38 20.54 16 22 12 20.54 8 22 3.62 20.54\"\/><path d=\"M20.38 3.46v17.08\"\/><path d=\"M3.62 3.46v17.08\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <div class=\"uvhub-stat-card-val\">Premium Fabric<\/div>\n                        <div class=\"uvhub-stat-card-lbl\">Engineered for maximum protection<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"uvhub-topic-content\">\n                <div class=\"uvhub-topic-eyebrow\">MATERIAL<\/div>\n                <h2>Our Fabrics &amp; Technology<\/h2>\n                <p class=\"uvhub-topic-text\">Premium double jersey with UPF&nbsp;80 protection. The protection is built into the fibre &mdash; it never washes out.<\/p>\n                <ul class=\"uvhub-features\">\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">UV protection built into the fibre, not applied<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">Saltwater resistant &amp; quick-drying<\/div>\n                    <\/li>\n                                        <li class=\"uvhub-feature\">\n                        <div class=\"uvhub-feature-bullet\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                        <\/div>\n                        <div class=\"uvhub-feature-text\">4-way stretch for maximum freedom of movement<\/div>\n                    <\/li>\n                                    <\/ul>\n                <a href=\"\/en\/uv-protection\/our-fabrics\/\" class=\"uvhub-btn\">\n                    Discover the technology                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 CREDENTIAL STRIP \u2550\u2550\u2550 -->\n    <section class=\"uvhub-credentials\">\n        <div class=\"uvhub-cred-inner\">\n            <div class=\"uvhub-cred-header\">\n                <h3>Certified &amp; independently tested<\/h3>\n            <\/div>\n            <div class=\"uvhub-cred-grid\">\n                <div class=\"uvhub-cred-card\">\n                    <div class=\"uvhub-cred-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n                    <\/div>\n                    <div class=\"uvhub-cred-title\">UPF 80<\/div>\n                    <div class=\"uvhub-cred-desc\">Highest protection category<\/div>\n                <\/div>\n                <div class=\"uvhub-cred-card\">\n                    <div class=\"uvhub-cred-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/><polyline points=\"22 4 12 14.01 9 11.01\"\/><\/svg>\n                    <\/div>\n                    <div class=\"uvhub-cred-title\">UV STANDARD 801<\/div>\n                    <div class=\"uvhub-cred-desc\">The strictest textile standard<\/div>\n                <\/div>\n                <div class=\"uvhub-cred-card\">\n                    <div class=\"uvhub-cred-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 9H4.5a2.5 2.5 0 0 1 0-5C7 4 9 7 12 7s5-3 7.5-3a2.5 2.5 0 0 1 0 5H18\"\/><path d=\"M18 15h1.5a2.5 2.5 0 0 0 0-5H18\"\/><path d=\"M6 15H4.5a2.5 2.5 0 0 1 0-5H6\"\/><rect x=\"6\" y=\"9\" width=\"12\" height=\"12\" rx=\"2\"\/><\/svg>\n                    <\/div>\n                    <div class=\"uvhub-cred-title\">Hohenstein Institute<\/div>\n                    <div class=\"uvhub-cred-desc\">Germany&#039;s leading textile lab<\/div>\n                <\/div>\n                <div class=\"uvhub-cred-card\">\n                    <div class=\"uvhub-cred-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\"\/><path d=\"m9 12 2 2 4-4\"\/><\/svg>\n                    <\/div>\n                    <div class=\"uvhub-cred-title\">Real conditions<\/div>\n                    <div class=\"uvhub-cred-desc\">Tested wet, stretched &amp; worn<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 CITATIONS \u2550\u2550\u2550 -->\n    <section class=\"uvhub-citations\">\n        <div class=\"uvhub-citations-inner\">\n            <div class=\"uvhub-citations-header\">Sources &amp; References<\/div>\n            <ol class=\"uvhub-citations-list\">\n                                <li data-n=\"1.\">World Health Organization (WHO) &mdash; <a href=\"https:\/\/www.who.int\/news-room\/questions-and-answers\/item\/radiation-ultraviolet-(uv)\" target=\"_blank\" rel=\"noopener\">Ultraviolet radiation and health<\/a><\/li>\n                                <li data-n=\"2.\">Bundesamt f&uuml;r Strahlenschutz (BfS) &mdash; <a href=\"https:\/\/www.bfs.de\/DE\/themen\/opt\/uv\/uv_node.html\" target=\"_blank\" rel=\"noopener\">UV radiation: effects on humans and the environment<\/a><\/li>\n                                <li data-n=\"3.\">Hohenstein Institute &mdash; <a href=\"https:\/\/www.uvstandard801.com\" target=\"_blank\" rel=\"noopener\">UV Standard 801: testing and certification<\/a><\/li>\n                                <li data-n=\"4.\">International Agency for Research on Cancer (IARC) &mdash; UV radiation classified as Group 1 carcinogen (Monograph Vol. 100D, 2012)<\/li>\n                                <li data-n=\"5.\">Deutsche Krebshilfe &mdash; <a href=\"https:\/\/www.krebshilfe.de\/informieren\/ueber-krebs\/krebsarten\/hautkrebs\/\" target=\"_blank\" rel=\"noopener\">Skin cancer prevention through UV protection<\/a><\/li>\n                                <li data-n=\"6.\">Crews, P.C. et al. &mdash; &ldquo;UPF values of common fabrics&rdquo;, Journal of the American Academy of Dermatology, 2001<\/li>\n                                <li data-n=\"7.\">AS\/NZS 4399:2020 &mdash; Standard for UV protection of textiles (dry measurement)<\/li>\n                                <li data-n=\"8.\">EU Regulation 2016\/425 &mdash; Personal Protective Equipment (PPE), mandatory since April 2018<\/li>\n                            <\/ol>\n            <div class=\"uvhub-citations-disclaimer\">This information is for educational purposes and does not constitute medical advice. For questions about UV protection, please consult your dermatologist.<\/div>\n        <\/div>\n    <\/section>\n\n    <!-- \u2550\u2550\u2550 CLOSING CTA \u2550\u2550\u2550 -->\n    <section class=\"uvhub-closing\">\n        <div class=\"uvhub-closing-inner\">\n            <div class=\"uvhub-seal\">\n                <div class=\"uvhub-seal-number\">80<\/div>\n                <div class=\"uvhub-seal-unit\">UPF<\/div>\n                <div class=\"uvhub-seal-text\">Certified to UV Standard 801<\/div>\n            <\/div>\n            <h2>Ready for Real Protection?<\/h2>\n            <p class=\"uvhub-closing-text\">\n                Discover UV protective clothing that delivers on its promise. Certified. Tested. Built into every fibre.            <\/p>\n            <a href=\"\/en\/alle-produkte\/\" class=\"uvhub-closing-btn\">\n                Explore the collection                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12h14\"\/><path d=\"m12 5 7 7-7 7\"\/><\/svg>\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <\/div><!-- .uvhub -->\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-702","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"","author_link":"https:\/\/uveekai.com\/en\/author\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/pages\/702","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/comments?post=702"}],"version-history":[{"count":3,"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/pages\/702\/revisions"}],"predecessor-version":[{"id":1007,"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/pages\/702\/revisions\/1007"}],"wp:attachment":[{"href":"https:\/\/uveekai.com\/en\/wp-json\/wp\/v2\/media?parent=702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}