/***********************/

.careerfy-subheader.careerfy-subheader-with-bg, .careerfy-breadcrumb{
    display:none !important;
}

.single-post .breadcrumb
{
    background-color: #f5f5f500;
}
/***********************/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
:root { --ink: #0C1B2E; --slate: #445569; --muted: #7A8FA6; --border: #E4EBF0; --bg: #F7F9FB; --white: #FFFFFF; --green: #00B574; --green-dim: #009960; --green-pale: #E8F8F2; --shadow-sm: 0 4px 16px rgba(12,27,46,.07); --r-sm: 8px; --r-md: 14px; --r-lg: 22px; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--white); color: var(--ink); line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
@media(max-width:700px){ .container { padding: 0 20px; } }
header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 32px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-box { width: 34px; height: 34px; border-radius: 9px; background: var(--ink); display: flex; align-items: center; justify-content: center; }
.logo-txt { font-weight: 800; font-size: 1.5rem; color: var(--ink); line-height: 1.1; }
.logo-txt span { color: var(--green); }
nav a { padding: 7px 13px; border-radius: 7px; font-size: 1.5rem; font-weight: 600; color: var(--slate); text-decoration: none; transition: color .2s; }
nav a:hover { color: var(--green); }
.nav-btns { display: flex; gap: 9px; }
.n-ghost { padding: 8px 18px; border-radius: 8px; border: 1.5px solid var(--border); background: transparent; font-family: inherit; font-size: 1.5rem; font-weight: 600; color: var(--slate); cursor: pointer; }
.n-solid { padding: 8px 18px; border-radius: 8px; background: var(--ink); color: #fff; border: none; font-family: inherit; font-size: 1.5rem; font-weight: 700; cursor: pointer; transition: background .2s; }
.n-solid:hover { background: var(--green); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; border: none; background: transparent; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
.mobile-nav { display: none; position: fixed; top: 70px; left: 0; right: 0; bottom: 0; background: rgba(255,255,255,.98); z-index: 199; flex-direction: column; padding: 32px 28px; transform: translateX(100%); transition: transform .35s; overflow-y: auto; }
.mobile-nav.open { transform: translateX(0); }
.mobile-nav-links { list-style: none; }
.mobile-nav-links li { border-bottom: 1px solid var(--border); }
.mobile-nav-links a { display: block; padding: 18px 4px; font-size: 1.2rem; font-weight: 600; color: var(--ink); text-decoration: none; }
@media(max-width:768px){ .hamburger { display: flex; } .mobile-nav { display: flex; } nav { display: none; } .nav-btns { display: none; } }

/* PAGE HERO */
.page-hero { background: var(--ink); padding: 110px 0 52px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 48px 48px; }
.hero-glow { position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(0,181,116,.08) 0%, transparent 65%); right: -80px; top: -80px; }
.page-hero-inner { position: relative; z-index: 1; }
.ol { display: inline-flex; align-items: center; gap: 9px; font-size: 1.7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.ol::before { content:''; width:22px; height:1.5px; background:var(--green); display:block; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 4rem); font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 12px; }
.page-hero p { color: #4A6680; font-size: 1.5rem; }

/* LEGAL TABS */
.legal-tabs { background: var(--bg); border-bottom: 1px solid var(--border); padding: 0; position: sticky; top: 70px; z-index: 100; }
.legal-tabs-inner { display: flex; }
.legal-tab { padding: 16px 28px; font-size: 1.5rem; font-weight: 700; color: var(--muted); cursor: pointer; border-bottom: 3px solid transparent; transition: all .2s; background: transparent; border-top: none; border-left: none; border-right: none; font-family: inherit; }
.legal-tab.active { color: var(--ink); border-bottom-color: var(--green); }
.legal-tab:hover { color: var(--ink); }

/* LEGAL CONTENT */
.legal-layout { display: grid; grid-template-columns: 220px 1fr; gap: 48px; padding: 60px 0 80px; align-items: start; }
.legal-sidebar { position: sticky; top: 130px; }
.legal-sidebar h3 { font-size: 1.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.legal-nav { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.legal-nav a { display: block; padding: 7px 12px; border-radius: var(--r-sm); font-size: 1.5rem; color: var(--slate); text-decoration: none; transition: all .2s; }
.legal-nav a:hover { background: var(--bg); color: var(--ink); }
.legal-nav a.active { background: var(--green-pale); color: var(--green-dim); font-weight: 600; }
.legal-content { }
.legal-section { display: none; }
.legal-section.active { display: block; }
.legal-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; line-height: 1.15; }
.legal-content .updated { font-size: 1.78rem; color: var(--muted); margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
.legal-content h3 { font-size: 1.95rem; font-weight: 700; color: var(--ink); margin: 28px 0 10px; padding-top: 28px; border-top: 1px solid var(--border); }
.legal-content h3:first-of-type { border-top: none; padding-top: 0; }
.legal-content p { font-size: 1.5rem; color: var(--slate); line-height: 1.82; margin-bottom: 14px; }
.legal-content ul { margin: 0 0 14px 20px; }
.legal-content ul li { font-size: 1.5rem; color: var(--slate); line-height: 1.75; margin-bottom: 7px; }
.legal-content strong { color: var(--ink); }
.legal-content a { color: var(--green); text-decoration: none; }
.legal-content a:hover { text-decoration: underline; }
.legal-highlight { background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 18px 20px; margin: 18px 0; font-size: 1.88rem; color: var(--slate); line-height: 1.72; }
.legal-highlight strong { color: var(--ink); }
.legal-contact { background: var(--ink); border-radius: var(--r-lg); padding: 28px; margin-top: 40px; }
.legal-contact h3 { color: #fff; font-size: 2rem; font-weight: 700; margin-bottom: 8px; border: none; padding: 0; }
.legal-contact p { color: #4A6680; font-size: 1.5rem; margin-bottom: 14px; }
.legal-contact a { color: var(--green); }

/* FOOTER */
footer { background: var(--ink); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand p { color: #3A5568; font-size: 1.5rem; line-height: 1.7; margin: 14px 0 20px; }
.footer-socials { display: flex; gap: 9px; }
.soc { width: 34px; height: 34px; border-radius: 8px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; cursor: pointer; text-decoration: none; color: #4A6680; font-weight: 700; transition: all .2s; }
.soc:hover { background: var(--green); border-color: var(--green); color: #fff; }
.footer-col h4 { font-size: 1.75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 1.5rem; color: #3A5568; text-decoration: none; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--green); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: .75rem; color: #2A3F56; }
.footer-bottom span { color: var(--green); }
.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 999; display: flex; align-items: center; gap: 10px; background: #25D366; color: #fff; border-radius: 100px; padding: 14px 22px 14px 16px; text-decoration: none; font-weight: 700; font-size: 1.5rem; box-shadow: 0 8px 32px rgba(37,211,102,.4); transition: all .25s; }
.wa-ico { width: 32px; height: 32px; }
.wa-sub { font-size: .7rem; opacity: .85; display: block; margin-top: 1px; }
.btt { position: fixed; bottom: 28px; left: 28px; z-index: 998; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: all .3s; }
.btt.visible { opacity: 1; pointer-events: all; }
.btt:hover { background: var(--green); }
@media(max-width:900px){ .legal-layout { grid-template-columns: 1fr; } .legal-sidebar { position: static; display: none; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:580px){ .footer-grid { grid-template-columns: 1fr; } }
