@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,700;1,400&display=swap'); *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', sans-serif; background-color: #0D3B3E; color: #FFFFFF; } .privacy-page-header { background-color: #0D3B3E; padding: 80px 40px 60px; text-align: center; position: relative; } .privacy-page-header h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 700; color: #FFD25A; margin-bottom: 18px; letter-spacing: 0.5px; } .privacy-page-header .privacy-subtext { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1rem, 2vw, 1.2rem); color: #FFF2B0; margin-bottom: 12px; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.7; } .privacy-page-header .privacy-website-note { font-size: 0.88rem; color: #E6B23A; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 0; } .privacy-page-header .privacy-header-divider { width: 100%; height: 2px; background-color: #FFD25A; margin-top: 40px; } .privacy-toc-section { background-color: #1A5055; padding: 50px 40px; } .privacy-toc-section .privacy-toc-inner { max-width: 900px; margin: 0 auto; } .privacy-toc-section h2 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: #FFD25A; margin-bottom: 28px; font-weight: 700; letter-spacing: 0.3px; } .privacy-toc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; } .privacy-toc-link { display: flex; align-items: center; gap: 10px; padding: 12px 16px; background-color: #0D3B3E; border-radius: 8px; text-decoration: none; color: #FFD25A; font-size: 0.9rem; font-weight: 500; border: 1px solid rgba(255, 210, 90, 0.15); transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease; } .privacy-toc-link:hover { background-color: #163f43; border-color: #FFD25A; transform: translateY(-2px); } .privacy-toc-link .privacy-toc-num { background-color: #FFD25A; color: #0D3B3E; font-weight: 700; font-size: 0.78rem; min-width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .privacy-content-section { background-color: #0D3B3E; padding: 70px 40px; } .privacy-content-inner { max-width: 900px; margin: 0 auto; } .privacy-policy-block { padding: 40px 0; border-bottom: 1px solid #B7902A; } .privacy-policy-block:last-child { border-bottom: none; } .privacy-policy-block:nth-child(even) { background-color: rgba(26, 80, 85, 0.18); border-radius: 10px; padding-left: 24px; padding-right: 24px; margin-left: -24px; margin-right: -24px; } .privacy-policy-block h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.25rem, 2.5vw, 1.6rem); font-weight: 700; color: #FFD25A; margin-bottom: 20px; letter-spacing: 0.3px; scroll-margin-top: 80px; } .privacy-sub-label { display: inline-block; color: #E6B23A; font-weight: 600; font-size: 1rem; margin-top: 18px; margin-bottom: 8px; } .privacy-policy-block p { color: #FFFFFF; font-size: 0.97rem; line-height: 1.85; margin-bottom: 14px; } .privacy-policy-block ul { padding-left: 24px; margin-bottom: 14px; } .privacy-policy-block ul li { color: #FFFFFF; font-size: 0.97rem; line-height: 1.8; margin-bottom: 8px; list-style-type: disc; } .privacy-policy-block ul li::marker { color: #FFF2B0; } .privacy-policy-block a { color: #FFD25A; text-decoration: underline; transition: color 0.2s ease; } .privacy-policy-block a:hover { color: #E6B23A; } .privacy-security-section { background-color: #1A5055; padding: 70px 40px; } .privacy-security-inner { max-width: 900px; margin: 0 auto; text-align: center; } .privacy-security-inner h3 { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: #FFD25A; margin-bottom: 50px; } .privacy-security-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; } .privacy-security-card { background-color: #0D3B3E; border-radius: 14px; padding: 36px 28px; display: flex; flex-direction: column; align-items: center; gap: 16px; border: 1px solid rgba(255, 210, 90, 0.2); transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; } .privacy-security-card:hover { transform: translateY(-6px); border-color: #FFD25A; box-shadow: 0 12px 32px rgba(0,0,0,0.3); } .privacy-security-icon { font-size: 2.4rem; color: #FFD25A; margin-bottom: 4px; } .privacy-security-card h4 { color: #FFD25A; font-weight: 700; font-size: 1.05rem; margin-bottom: 6px; } .privacy-security-card p { color: #FFF2B0; font-size: 0.9rem; line-height: 1.6; text-align: center; } .privacy-contact-section { background-color: #0D3B3E; padding: 80px 40px; } .privacy-contact-inner { max-width: 900px; margin: 0 auto; text-align: center; } .privacy-contact-inner h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 700; color: #FFD25A; margin-bottom: 28px; } .privacy-contact-inner > p { color: #FFFFFF; font-size: 1.02rem; line-height: 1.85; max-width: 680px; margin: 0 auto 30px; } .privacy-contact-inner a.privacy-email-link { color: #FFD25A; font-weight: 700; text-decoration: underline; font-size: 1.05rem; transition: color 0.2s ease; } .privacy-contact-inner a.privacy-email-link:hover { color: #E6B23A; } .privacy-contact-address { background-color: #1A5055; border-radius: 12px; padding: 28px 36px; display: inline-block; margin-top: 10px; border: 1px solid rgba(255,210,90,0.2); } .privacy-contact-address p { color: #FFF2B0; font-size: 0.97rem; line-height: 1.9; } .privacy-contact-address strong { color: #E6B23A; } .privacy-back-to-top { position: fixed; bottom: 32px; right: 32px; background-color: #FFD25A; color: #0D3B3E; border: none; border-radius: 50%; width: 48px; height: 48px; font-size: 1.3rem; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.3); opacity: 0; pointer-events: none; transition: opacity 0.35s ease, transform 0.3s ease; z-index: 999; } .privacy-back-to-top.visible { opacity: 1; pointer-events: auto; } .privacy-back-to-top:hover { transform: translateY(-3px); background-color: #E6B23A; } @media (max-width: 768px) { .privacy-page-header { padding: 60px 20px 40px; } .privacy-toc-section, .privacy-content-section, .privacy-security-section, .privacy-contact-section { padding: 50px 20px; } .privacy-toc-grid { grid-template-columns: 1fr 1fr; } .privacy-policy-block:nth-child(even) { padding-left: 16px; padding-right: 16px; margin-left: -16px; margin-right: -16px; } .privacy-contact-address { padding: 22px 20px; } } @media (max-width: 480px) { .privacy-toc-grid { grid-template-columns: 1fr; } .privacy-security-cards { grid-template-columns: 1fr; } }


    /* Editable elements styling - HIGHEST PRIORITY */
    .editable:hover:not(.editor-tool):not([data-editor-tool]) {
      outline: 2px dashed #ff9800 !important;
      outline-offset: 2px !important;
      cursor: pointer !important;
      z-index: 999999 !important;
    }
    .selected-editable:not(.editor-tool):not([data-editor-tool]) {
      outline: 3px solid #ff9800 !important;
      outline-offset: 2px !important;
      box-shadow: 0 0 8px 2px #ff980033 !important;
      z-index: 999999 !important;
    }
    /* Prevent editor tools from having editor styles */
    .editor-tool,
    [data-editor-tool] {
      outline: none !important;
      cursor: default !important;
    }
    /* Drag and drop styles */
    .dragging {
      opacity: 0.5 !important;
    }
    .drag-over {
      border-top: 3px solid #4CAF50 !important;
    }