@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --forest-950:#061d16;
  --forest-900:#0a2f24;
  --forest-850:#0b3b2c;
  --forest-800:#0e503c;
  --forest-700:#12664c;
  --forest-600:#19805f;
  --lime:#c8f06a;
  --lime-2:#aeea4e;
  --mint:#e8f8ef;
  --cream:#f7f7f0;
  --paper:#fbfcf9;
  --ink:#10281f;
  --muted:#687a72;
  --line:#dce7e0;
  --white:#fff;
  --gold:#f3c960;
  --danger:#d95959;
  --shadow-sm:0 8px 24px rgba(8,49,37,.07);
  --shadow:0 18px 50px rgba(8,49,37,.10);
  --shadow-lg:0 28px 80px rgba(5,34,25,.16);
  --radius-sm:14px;
  --radius:22px;
  --radius-lg:30px;
  --container:1240px;
}



*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:16px;font-weight:400;line-height:1.72;letter-spacing:-.006em;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
button{color:inherit}
::selection{background:var(--forest-800);color:#fff}
.container{width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.section{padding:104px 0;position:relative}
.section-tight{padding:70px 0}
.section-soft{background:linear-gradient(180deg,#f4f8f5,#eef5f1)}
.section-dark{background:var(--forest-950);color:#fff;overflow:hidden}
.section-dark:before{content:"";position:absolute;width:700px;height:700px;border-radius:50%;right:-280px;top:-310px;background:radial-gradient(circle,rgba(200,240,106,.16),rgba(200,240,106,0) 68%)}
.section-dark:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent 90%);pointer-events:none}
.section-dark>.container{position:relative;z-index:2}

.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;line-height:1.35;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--forest-700)}
.eyebrow:before{content:"";width:26px;height:2px;border-radius:99px;background:var(--lime-2);box-shadow:0 0 18px rgba(174,234,78,.45)}
.eyebrow.light{color:#dff0e7}.eyebrow.light:before{background:var(--lime)}
.section-title{font-size:clamp(2.35rem,4.4vw,4.45rem);line-height:1.06;letter-spacing:-.045em;font-weight:800;margin:17px 0 20px;max-width:940px;text-wrap:balance}
.section-title span{color:var(--forest-700)}
.section-dark .section-title span{color:var(--lime)}
.lead{font-size:1.02rem;line-height:1.78;color:var(--muted);max-width:720px;font-weight:400}
.section-dark .lead{color:#abc0b7}
.text-center{text-align:center}.text-center .section-title,.text-center .lead{margin-inline:auto}

/* Topbar + Header */
.topbar{background:#04130f;color:#b9cbc3;font-size:.72rem;line-height:1.4;letter-spacing:.015em;font-weight:500;position:relative;z-index:1200}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-contact,.topbar-links{display:flex;align-items:center;gap:18px}.topbar a:hover{color:var(--lime)}
.topbar-pill{display:inline-flex;align-items:center;gap:7px}.topbar-pill:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 5px rgba(200,240,106,.1)}
.header{position:sticky;top:0;z-index:1150;background:rgba(251,252,249,.82);backdrop-filter:blur(20px);border-bottom:1px solid rgba(220,231,224,.78);transition:.3s ease}
.header.scrolled{box-shadow:0 12px 35px rgba(5,43,32,.08);background:rgba(251,252,249,.94)}
.nav-wrap{height:80px;display:flex;align-items:center;gap:28px}
.logo{display:flex;align-items:center;margin-right:auto}.logo img{width:210px;height:auto}
.nav{display:flex;align-items:center;gap:4px}
.nav a{position:relative;padding:10px 12px;border-radius:10px;color:#3e554c;font-size:.79rem;line-height:1.35;font-weight:600;letter-spacing:-.01em;transition:.25s}
.nav a:hover{background:#edf5f0;color:var(--forest-800)}
.nav a.active{background:var(--forest-950);color:#fff;box-shadow:0 10px 25px rgba(6,29,22,.16)}
.nav-cta{display:flex;align-items:center;gap:10px}
.menu-btn{display:none;width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;cursor:pointer;font-size:0;position:relative}
.menu-btn:before,.menu-btn:after,.menu-btn span{content:"";position:absolute;width:18px;height:2px;border-radius:99px;background:var(--forest-900);transition:.3s}.menu-btn:before{transform:translateY(-6px)}.menu-btn:after{transform:translateY(6px)}
.menu-btn.open span{opacity:0}.menu-btn.open:before{transform:rotate(45deg)}.menu-btn.open:after{transform:rotate(-45deg)}
.mobile-menu{display:none}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:12px;padding:13px 19px;font-size:.79rem;line-height:1.25;font-weight:700;letter-spacing:-.005em;cursor:pointer;transition:.28s ease;position:relative;overflow:hidden}
.btn:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.28) 50%,transparent 75%);transform:translateX(-130%);transition:.7s}
.btn:hover:after{transform:translateX(130%)}
.btn:hover{transform:translateY(-3px)}
.btn-primary{background:var(--forest-900);color:#fff;box-shadow:0 13px 28px rgba(7,54,40,.18)}
.btn-primary:hover{box-shadow:0 20px 40px rgba(7,54,40,.26)}
.btn-lime{background:var(--lime);color:var(--forest-950);box-shadow:0 13px 28px rgba(174,234,78,.17)}
.btn-lime:hover{background:#d3f780;box-shadow:0 20px 42px rgba(174,234,78,.22)}
.btn-outline{background:rgba(255,255,255,.78);border:1px solid var(--line);color:var(--forest-900);box-shadow:var(--shadow-sm)}
.section-dark .btn-outline,.cta-box .btn-outline{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.20);color:#fff;box-shadow:none}
.btn-sm{padding:10px 14px;border-radius:10px;font-size:.72rem}

/* Hero */
.hero{position:relative;min-height:790px;padding:70px 0 34px;overflow:hidden;background:radial-gradient(circle at 82% 18%,rgba(200,240,106,.30),transparent 24%),radial-gradient(circle at 66% 46%,rgba(75,166,126,.17),transparent 31%),linear-gradient(135deg,#fbfcf7 0%,#f3f8f4 47%,#edf6ef 100%)}
.hero:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;right:-330px;top:-270px;border:1px solid rgba(16,103,76,.12);box-shadow:0 0 0 90px rgba(16,103,76,.025),0 0 0 180px rgba(16,103,76,.018)}
.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(9,80,59,.13) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(90deg,rgba(0,0,0,.35),transparent 54%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:46px;align-items:center;position:relative;z-index:2}
.hero-copy{padding:36px 0 72px}.hero h1{font-size:clamp(3.55rem,6.1vw,6rem);line-height:.98;letter-spacing:-.052em;font-weight:800;margin:24px 0 25px;max-width:790px;text-wrap:balance}
.hero h1 .accent{color:var(--forest-700);position:relative}.hero h1 .accent:after{content:"";position:absolute;height:13px;border-radius:99px;background:var(--lime);left:2%;right:1%;bottom:3%;z-index:-1;opacity:.85;transform:rotate(-1deg)}
.hero p{font-size:1.04rem;color:#5e746b;max-width:665px;line-height:1.78;font-weight:400}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero-trust{display:flex;flex-wrap:wrap;gap:14px 20px;margin-top:27px;font-size:.72rem;line-height:1.45;font-weight:600;color:#5a6e66}.hero-trust span{display:flex;align-items:center;gap:8px}.hero-trust i{display:block;width:18px;height:18px;border-radius:50%;background:var(--mint);border:1px solid #c9e8d6;position:relative}.hero-trust i:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;font-size:.65rem;color:var(--forest-700);font-style:normal}
.hero-art{position:relative;min-height:610px;display:grid;place-items:center}
.hero-art:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:linear-gradient(145deg,var(--forest-900),#147657);box-shadow:0 40px 120px rgba(10,62,47,.25)}
.hero-art:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;border:1px solid rgba(255,255,255,.22);box-shadow:0 0 0 46px rgba(255,255,255,.035),0 0 0 92px rgba(255,255,255,.022)}
.hero-art img{width:min(590px,100%);position:relative;z-index:3;filter:drop-shadow(0 28px 36px rgba(5,37,28,.18));animation:heroFloat 6s ease-in-out infinite}
@keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}
.float-card{position:absolute;z-index:5;background:rgba(255,255,255,.91);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 55px rgba(6,48,36,.18);border-radius:18px;padding:14px 16px;min-width:180px;animation:heroFloat 5.6s ease-in-out infinite}
.float-card b{display:block;font-size:.81rem;line-height:1.35;font-weight:700}.float-card small{display:block;color:var(--muted);font-size:.67rem;line-height:1.5;font-weight:500;margin-top:3px}.float-card .mini-dot{width:9px;height:9px;border-radius:50%;background:var(--lime-2);box-shadow:0 0 0 5px rgba(174,234,78,.15);display:inline-block;margin-right:8px}.float-a{top:92px;left:-6px}.float-b{right:-6px;bottom:104px;animation-delay:-2.3s}
.hero-stats-wrap{position:relative;z-index:7;margin-top:-20px}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.88);backdrop-filter:blur(20px);border:1px solid rgba(216,230,221,.86);border-radius:24px;box-shadow:0 24px 60px rgba(8,48,36,.10);overflow:hidden}
.hero-stat{padding:24px 26px;border-right:1px solid var(--line);position:relative}.hero-stat:last-child{border-right:0}.hero-stat b{display:block;font-size:.87rem;line-height:1.35;font-weight:700;margin-bottom:5px}.hero-stat span{display:block;color:var(--muted);font-size:.71rem;line-height:1.55;font-weight:500}.hero-stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--lime-2);transform:scaleY(0);transform-origin:top;transition:.35s}.hero-stat:hover:before{transform:scaleY(1)}

/* Trust / ticker */
.trust-band{padding:26px 0;border-bottom:1px solid var(--line);background:#fff;overflow:hidden}
.trust-row{display:flex;align-items:center;gap:22px;color:#6c7d76;font-size:.7rem;line-height:1.35;font-weight:700;text-transform:uppercase;letter-spacing:.075em;white-space:nowrap}.trust-label{color:var(--forest-900)}.trust-chip{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid var(--line);border-radius:999px;background:#fafcfb}.trust-chip i{width:7px;height:7px;border-radius:50%;background:var(--lime-2)}

/* Grids + cards */
.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stack{display:grid;gap:20px}
.card{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(9,57,43,.045);transition:.35s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}
.card:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-88px;top:-88px;background:radial-gradient(circle,rgba(200,240,106,.23),rgba(200,240,106,0) 70%);transition:.4s}
.card:hover{transform:translateY(-9px);box-shadow:var(--shadow);border-color:#bfd9c9}.card:hover:before{transform:scale(1.25)}
.card h3{font-size:1.16rem;line-height:1.38;font-weight:700;margin:17px 0 9px;letter-spacing:-.025em}.card p{color:var(--muted);font-size:.86rem;line-height:1.72;font-weight:400;margin:0 0 17px}.icon-box{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--forest-950);color:var(--lime);font-weight:800;font-size:.82rem;box-shadow:0 11px 25px rgba(5,44,32,.16)}
.link-arrow{display:inline-flex;align-items:center;gap:8px;font-size:.74rem;line-height:1.35;font-weight:700;color:var(--forest-700)}.link-arrow span{transition:.25s}.link-arrow:hover span{transform:translateX(5px)}

/* Bento */
.bento{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:minmax(220px,auto);gap:20px;margin-top:44px}
.bento-card{border-radius:30px;border:1px solid var(--line);background:#fff;padding:32px;position:relative;overflow:hidden;box-shadow:var(--shadow-sm);transition:.4s}.bento-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.bento-card.large{grid-row:span 2;background:linear-gradient(150deg,var(--forest-950),#0f513c);color:#fff;min-height:530px}.bento-card.large p{color:#b7c9c0}.bento-card.large:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;right:-170px;bottom:-140px;border:1px solid rgba(200,240,106,.23);box-shadow:0 0 0 55px rgba(200,240,106,.035),0 0 0 110px rgba(200,240,106,.02)}
.bento-card.accent{background:linear-gradient(145deg,#e9f7d0,#f7faee)}.bento-card h3{font-size:1.3rem;line-height:1.35;font-weight:700;margin:17px 0 9px;letter-spacing:-.03em}.bento-card p{font-size:.85rem;line-height:1.72;color:var(--muted);max-width:420px}.bento-badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef5f0;color:var(--forest-700);font-size:.66rem;font-weight:800}.large .bento-badge{background:rgba(255,255,255,.08);color:var(--lime)}

/* Audience */
.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:42px}
.audience-card{min-height:440px;border-radius:34px;padding:42px;position:relative;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:flex-end;transition:.4s}.audience-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.audience-card h3{font-size:clamp(2.1rem,3.5vw,3.5rem);line-height:1.05;font-weight:800;letter-spacing:-.045em;margin:15px 0 14px;max-width:560px;text-wrap:balance}.audience-card p{max-width:540px;font-size:.9rem;line-height:1.75}.audience-card .btn{align-self:flex-start;margin-top:18px}
.audience-card.employer{background:linear-gradient(145deg,#092d22,#0d4f3b);color:#fff}.audience-card.employer p{color:#b6c9c0}.audience-card.employer:before{content:"";position:absolute;width:440px;height:440px;right:-180px;top:-190px;border-radius:50%;border:1px solid rgba(200,240,106,.2);box-shadow:0 0 0 62px rgba(200,240,106,.03),0 0 0 124px rgba(200,240,106,.018)}
.audience-card.candidate{background:linear-gradient(145deg,#f6f8f4,#eaf3ed)}.audience-card.candidate:before{content:"";position:absolute;width:300px;height:300px;right:-130px;top:-120px;border-radius:50%;background:radial-gradient(circle,var(--lime),rgba(200,240,106,0) 70%);opacity:.42}
.audience-card>*{position:relative;z-index:2}

/* Sector cards */
.sector-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow-sm);transition:.4s}.sector-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}
.sector-visual{height:250px;background:linear-gradient(145deg,#eaf3ed,#f4f7ef);position:relative;overflow:hidden}.sector-visual:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-105px;top:-130px;border:1px solid rgba(20,114,83,.15);box-shadow:0 0 0 50px rgba(20,114,83,.025)}.sector-visual img{height:100%;width:100%;object-fit:contain;padding:20px;transition:.5s}.sector-card:hover .sector-visual img{transform:scale(1.05) translateY(-3px)}
.sector-body{padding:27px}.sector-body h3{font-size:1.22rem;line-height:1.4;font-weight:700;margin:14px 0 9px;letter-spacing:-.025em}.sector-body p{font-size:.85rem;line-height:1.72;color:var(--muted)}
.tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--mint);color:var(--forest-700);font-size:.63rem;line-height:1.25;font-weight:700;text-transform:uppercase;letter-spacing:.07em}

/* Process */
.process{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.12);border-radius:30px;overflow:hidden;margin-top:44px;background:rgba(255,255,255,.035);backdrop-filter:blur(8px)}
.process-step{padding:31px;border-right:1px solid rgba(255,255,255,.12);position:relative;transition:.35s}.process-step:last-child{border-right:0}.process-step:hover{background:rgba(255,255,255,.05)}
.step-no{font-size:.68rem;line-height:1.3;letter-spacing:.14em;font-weight:700;color:var(--lime);margin-bottom:36px}.process-step h3{font-size:1.04rem;line-height:1.4;font-weight:700;margin:0 0 8px}.process-step p{font-size:.8rem;line-height:1.7;color:#9fb7ac;margin:0}
.process-step:after{content:"→";position:absolute;right:-11px;top:29px;width:22px;height:22px;border-radius:50%;background:var(--lime);color:var(--forest-950);display:grid;place-items:center;font-size:.65rem;font-weight:800;z-index:3}.process-step:last-child:after{display:none}

/* Feature + quote */
.feature-panel{background:linear-gradient(145deg,#f2f7f4,#fff);border:1px solid var(--line);border-radius:32px;padding:42px;box-shadow:var(--shadow-sm)}
.feature-panel h2,.feature-panel h3{letter-spacing:-.04em}.check-list{display:grid;gap:11px;margin-top:24px}.check{display:flex;align-items:flex-start;gap:11px;color:#53685f;font-size:.83rem;line-height:1.65;font-weight:500}.check:before{content:"✓";flex:0 0 22px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#e1f2e8;color:var(--forest-700);font-size:.68rem;font-weight:800}
.quote-card{background:var(--forest-950);color:#fff;border-radius:32px;padding:40px;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.quote-card:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-110px;bottom:-130px;background:radial-gradient(circle,rgba(200,240,106,.17),transparent 70%)}.quote-mark{font-size:4rem;line-height:.7;color:var(--lime);font-family:Georgia,serif}.quote-card blockquote{font-size:clamp(1.85rem,3vw,3.15rem);line-height:1.12;font-weight:700;letter-spacing:-.04em;margin:25px 0 32px;max-width:600px}.quote-author{display:flex;align-items:center;gap:12px}.avatar{width:44px;height:44px;border-radius:14px;background:var(--lime);color:var(--forest-950);display:grid;place-items:center;font-weight:800}.quote-author b{display:block;font-size:.82rem}.quote-author small{display:block;color:#9eb4aa;font-size:.7rem}

/* Page hero */
.page-hero{position:relative;padding:112px 0 94px;overflow:hidden;background:radial-gradient(circle at 83% 24%,rgba(200,240,106,.35),transparent 22%),linear-gradient(145deg,#f8faf6,#edf5ef)}
.page-hero:before{content:"";position:absolute;width:660px;height:660px;border-radius:50%;right:-320px;top:-350px;border:1px solid rgba(17,112,81,.14);box-shadow:0 0 0 85px rgba(17,112,81,.022),0 0 0 170px rgba(17,112,81,.015)}
.page-hero .container{position:relative;z-index:2}.breadcrumb{display:flex;gap:9px;align-items:center;color:#71837b;font-size:.71rem;font-weight:800;margin-bottom:26px}.breadcrumb a{color:var(--forest-700)}
.page-hero h1{font-size:clamp(3.05rem,5.9vw,5.7rem);line-height:1.0;letter-spacing:-.052em;max-width:1000px;margin:0 0 24px;font-weight:800;text-wrap:balance}.page-hero h1 span{color:var(--forest-700)}
.page-hero p{font-size:1.01rem;line-height:1.78;max-width:760px;color:#60756c}
.page-hero .hero-kicker-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.mini-pill{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.8);border:1px solid var(--line);font-size:.69rem;font-weight:700;color:#5a6d65}.mini-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lime-2)}

/* Info */
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:25px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}.info-item{padding:27px 30px;border-right:1px solid var(--line)}.info-item:last-child{border-right:0}.info-item b{display:block;font-size:.74rem;text-transform:uppercase;letter-spacing:.11em;margin-bottom:8px;color:var(--forest-700)}.info-item span{font-size:.88rem;color:#52675e}

/* Jobs */
.jobs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:32px 0 24px}.search-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.search-box input,.search-box select{border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 15px;outline:none;color:var(--ink);transition:.25s}.search-box input:focus,.search-box select:focus{border-color:#87bda2;box-shadow:0 0 0 4px rgba(25,128,95,.08)}
.job-list{display:grid;gap:14px}.job-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px 26px;box-shadow:0 8px 25px rgba(8,51,38,.04);transition:.35s}.job-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#b9d6c6}.job-card h3{margin:8px 0 6px;font-size:1.05rem;line-height:1.42;font-weight:700;letter-spacing:-.02em}.job-meta{display:flex;gap:10px;flex-wrap:wrap;color:#75877f;font-size:.69rem;line-height:1.5;font-weight:500}.job-meta span{display:inline-flex;align-items:center;gap:6px}.job-meta span:before{content:"";width:5px;height:5px;border-radius:50%;background:#a8b9b1}.empty-state{display:none;text-align:center;padding:45px;border:1px dashed #bdd1c5;border-radius:24px;color:var(--muted);background:#f9fbfa}

/* Forms */
.form-card{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-size:.71rem;line-height:1.4;font-weight:600;color:#52665d}.field input,.field select,.field textarea{width:100%;border:1px solid #d7e5dd;border-radius:14px;background:#fbfcfa;padding:13px 14px;outline:none;color:var(--ink);transition:.25s}.field textarea{min-height:132px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{background:#fff;border-color:#82b89d;box-shadow:0 0 0 4px rgba(20,115,82,.08)}.form-status{display:none;margin-top:12px;padding:12px 14px;border-radius:12px;background:#e7f6ec;color:#176045;font-size:.78rem;font-weight:600}

/* Contact */
.contact-cards{display:grid;gap:12px}.contact-card{padding:20px 22px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 25px rgba(8,51,38,.04)}.contact-card small{display:block;font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:5px}.contact-card b{font-size:.94rem}
.map-placeholder{min-height:360px;border-radius:32px;background:radial-gradient(circle at 70% 30%,rgba(200,240,106,.35),transparent 24%),linear-gradient(145deg,#e8f4ed,#f7f7ef);display:grid;place-items:center;text-align:center;padding:40px;border:1px solid var(--line);position:relative;overflow:hidden}.map-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(10,77,58,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(10,77,58,.06) 1px,transparent 1px);background-size:44px 44px}.map-placeholder>div{position:relative;z-index:2}.map-marker{width:66px;height:66px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--forest-900);display:grid;place-items:center;margin:0 auto 28px;box-shadow:0 18px 35px rgba(6,48,36,.22)}.map-marker span{transform:rotate(45deg);width:23px;height:23px;border-radius:50%;background:var(--lime)}

/* FAQ */
.faq-list{display:grid;gap:12px;max-width:930px}.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 7px 20px rgba(8,51,38,.035)}.faq-q{width:100%;border:0;background:#fff;text-align:left;padding:21px 22px;font-weight:700;color:var(--ink);display:flex;justify-content:space-between;gap:16px;cursor:pointer}.faq-q span:last-child{color:var(--forest-700);font-size:1.25rem;transition:.25s}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-a p{padding:0 22px 22px;margin:0;color:var(--muted);font-size:.86rem}.faq-item.open .faq-a{max-height:280px}.faq-item.open .faq-q span:last-child{transform:rotate(45deg)}

/* CTA */
.cta{padding:34px 0 96px;background:var(--paper)}.cta-box{display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(135deg,#071f18,#0d4e3a);color:#fff;border-radius:38px;padding:54px 58px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;right:-150px;top:-215px;border:1px solid rgba(200,240,106,.22);box-shadow:0 0 0 64px rgba(200,240,106,.03),0 0 0 128px rgba(200,240,106,.018)}.cta-box>*{position:relative;z-index:2}.cta-box h2{font-size:clamp(2.05rem,3.6vw,3.45rem);line-height:1.07;font-weight:800;letter-spacing:-.045em;margin:0 0 13px;max-width:720px;text-wrap:balance}.cta-box p{color:#b2c7bd;max-width:660px;margin:0;font-size:.94rem;line-height:1.72}.cta-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 0 auto}

/* Footer */
.footer{background:#041710;color:#a7bbb1;padding:78px 0 24px;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-280px;top:-350px;border:1px solid rgba(200,240,106,.08);box-shadow:0 0 0 90px rgba(200,240,106,.015)}.footer .container{position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.65fr .9fr .9fr 1.15fr;gap:38px}.footer-brand img{width:220px;filter:brightness(0) invert(1)}.footer-brand p{max-width:390px;font-size:.83rem;line-height:1.72;color:#9eb1a8}.footer h4{color:#fff;font-size:.81rem;line-height:1.4;font-weight:700;letter-spacing:-.01em;margin:3px 0 18px}.footer-links{display:grid;gap:10px;font-size:.77rem;line-height:1.55;font-weight:500}.footer-links a:hover{color:var(--lime)}.footer-contact{display:grid;gap:11px;font-size:.78rem}.footer-bottom{margin-top:48px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;font-size:.68rem;flex-wrap:wrap}.footer-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);margin-top:14px;font-size:.66rem}.footer-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--lime)}

.mobile-bottom{display:none}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal.show{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}
[data-count]{font-variant-numeric:tabular-nums}

@media(max-width:1120px){
  .nav{display:none}.menu-btn{display:flex}.nav-cta .btn{display:none}
  .mobile-menu{position:absolute;top:100%;left:24px;right:24px;background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);padding:12px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:.28s;display:grid;grid-template-columns:1fr 1fr;gap:3px}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:12px 14px;border-radius:11px;font-size:.81rem;font-weight:700}.mobile-menu a:hover{background:#eef6f1}
  .hero-grid{grid-template-columns:1fr}.hero-copy{text-align:center;padding:24px 0 14px}.hero-copy .eyebrow{justify-content:center}.hero h1,.hero p{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.hero-art{min-height:570px;max-width:760px;margin:auto}.float-a{left:40px}.float-b{right:40px}
  .hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stat:nth-child(2){border-right:0}.hero-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .grid-4{grid-template-columns:repeat(2,1fr)}.bento{grid-template-columns:1fr 1fr}.bento-card.large{grid-column:1/-1;grid-row:auto;min-height:350px}.process{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2){border-right:0}.process-step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.process-step:nth-child(2):after{display:none}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}
}

@media(max-width:760px){
  .container{width:min(100% - 28px,var(--container))}.section{padding:78px 0}.section-tight{padding:56px 0}.topbar-inner{justify-content:center}.topbar-links{display:none}.topbar-contact span{display:none}.nav-wrap{height:72px}.logo img{width:188px}.header{top:0}.mobile-menu{left:14px;right:14px;grid-template-columns:1fr}
  .hero{min-height:0;padding:50px 0 28px}.hero h1{font-size:clamp(3.35rem,16vw,5rem);line-height:.91}.hero p{font-size:.98rem}.hero-art{min-height:430px}.hero-art:before{width:340px;height:340px}.hero-art:after{width:300px;height:300px}.hero-art img{width:420px}.float-card{min-width:145px;padding:11px 12px}.float-a{left:0;top:54px}.float-b{right:0;bottom:68px}.hero-stats-wrap{margin-top:5px}.hero-stats{grid-template-columns:1fr}.hero-stat{border-right:0;border-bottom:1px solid var(--line)!important}.hero-stat:last-child{border-bottom:0!important}
  .trust-band{padding:20px 0}.trust-row{overflow:auto;padding-bottom:2px}.trust-row::-webkit-scrollbar{display:none}
  .grid-2,.grid-3,.grid-4,.audience-grid,.bento,.process,.info-strip,.form-grid{grid-template-columns:1fr}.audience-card{min-height:360px;padding:31px}.audience-card h3{font-size:2.65rem}.bento-card.large{grid-column:auto}.process-step{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)}.process-step:last-child{border-bottom:0}.process-step:after{display:none!important}.feature-panel,.form-card{padding:27px}.page-hero{padding:80px 0 66px}.page-hero h1{font-size:clamp(3.1rem,15vw,5.1rem)}.info-item{border-right:0;border-bottom:1px solid var(--line)}.info-item:last-child{border-bottom:0}
  .jobs-toolbar{align-items:stretch}.search-box{width:100%}.search-box input,.search-box select{width:100%}.job-card{grid-template-columns:1fr}.job-card .btn{justify-self:start}.field.full{grid-column:auto}
  .cta{padding-bottom:28px}.cta-box{display:block;padding:38px 28px;border-radius:28px}.cta-actions{margin-top:24px}.footer{padding:70px 0 105px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child,.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:5px}
  .mobile-bottom{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;z-index:1300;bottom:0;left:0;right:0;background:rgba(250,252,249,.96);backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -12px 32px rgba(7,48,36,.08);padding:7px 8px calc(7px + env(safe-area-inset-bottom))}.mobile-bottom a{display:grid;place-items:center;gap:2px;font-size:.59rem;font-weight:700;color:#60746b;padding:5px}.mobile-bottom strong{font-size:1.03rem;color:var(--forest-900)}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Laravel + Livewire additions */
.bento-lead-title{font-size:clamp(2.25rem,3.7vw,3.8rem)!important;line-height:1.08;letter-spacing:-.043em!important;font-weight:800;max-width:520px;text-wrap:balance}.bento-action,.section-action{margin-top:22px}.feature-title{font-size:clamp(2.1rem,3.6vw,3.45rem);line-height:1.08;font-weight:800;letter-spacing:-.042em;margin:19px 0}.feature-lead{font-size:.94rem}.page-section-title{font-size:clamp(2.4rem,4.4vw,4.1rem);line-height:1.08;font-weight:800;letter-spacing:-.045em}.panel-title{font-size:1.8rem;line-height:1.2;font-weight:700;letter-spacing:-.035em;margin:17px 0 11px}.panel-heading{font-size:2.35rem;line-height:1.12;font-weight:800;letter-spacing:-.04em}.sector-grid-spaced,.job-list-spaced{margin-top:42px}.form-layout{align-items:start}.form-title{font-size:1.55rem;line-height:1.25;font-weight:700;letter-spacing:-.025em;margin:16px 0 22px}.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.field-error{display:block;color:#b42318;font-size:.72rem;font-weight:700;line-height:1.4}.field input.invalid,.field select.invalid,.field textarea.invalid{border-color:#dc6b63;background:#fff8f7}.field label small{display:block;color:var(--muted);font-size:.62rem;font-weight:600;margin-top:2px}.form-success{display:grid;gap:4px;margin:0 0 20px;padding:15px 16px;border:1px solid #b7ddc5;border-radius:14px;background:#e9f8ef;color:#165e43;font-size:.8rem}.form-success b{font-size:.88rem}.form-success span{color:#3f705c}.upload-status{color:var(--forest-700);font-size:.7rem;font-weight:600}.btn[disabled]{opacity:.65;cursor:wait}.btn-block{width:100%;justify-content:center}.form-grid.one-column{grid-template-columns:1fr}.check-list.compact{margin-top:14px;gap:7px}.check-list.compact .check{font-size:.78rem}.map-copy{color:var(--muted);max-width:560px}.job-filters{flex:1}.filter-clear{border:0;background:transparent;color:var(--forest-700);font-size:.72rem;font-weight:700;text-decoration:underline;cursor:pointer;padding:10px}.job-results{transition:opacity .2s}.job-results.is-loading{opacity:.48}.job-card-top,.sector-heading-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.featured-label{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff4cf;color:#76590a;font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.job-deadline{font-size:.68rem;font-weight:800;color:#62776d;margin-top:8px}.vacancy-count{font-size:.65rem;color:var(--muted);font-weight:600}.empty-state.visible{display:grid;gap:7px}.empty-state button{justify-self:center;border:0;background:transparent;color:var(--forest-700);font-weight:700;cursor:pointer;text-decoration:underline}.public-pagination{margin-top:30px}.public-pagination nav>div:first-child{display:none}.public-pagination nav>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.public-pagination .pagination{display:flex;gap:5px;list-style:none;padding:0;margin:0}.public-pagination .page-link{display:grid;place-items:center;min-width:38px;height:38px;padding:0 11px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:.76rem}.public-pagination .active>.page-link{background:var(--forest-900);border-color:var(--forest-900);color:#fff}.public-pagination .disabled>.page-link{opacity:.45}.public-pagination p{font-size:.74rem;color:var(--muted)}

/* Job detail */
.job-detail-hero{padding-bottom:76px}.job-detail-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:44px;align-items:end}.job-detail-heading h1{font-size:clamp(3.3rem,6vw,6rem);margin-top:24px}.job-reference{min-width:220px;padding:22px;border-radius:22px;background:rgba(255,255,255,.8);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.job-reference small,.job-reference span{display:block;color:var(--muted);font-size:.67rem}.job-reference b{display:block;font-size:1.22rem;margin:5px 0;color:var(--forest-800)}.job-detail-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,.8fr);gap:34px;align-items:start}.job-content{min-width:0}.job-facts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:var(--shadow-sm)}.job-facts>div{padding:21px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.job-facts>div:nth-child(3n){border-right:0}.job-facts small{display:block;color:var(--muted);font-size:.63rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}.job-facts b{font-size:.83rem}.job-copy-block{padding:36px 0;border-bottom:1px solid var(--line)}.job-copy-block:last-child{border-bottom:0}.job-copy-block h2{font-size:1.8rem;line-height:1.22;font-weight:700;letter-spacing:-.035em;margin:10px 0 17px}.rich-copy{color:#52675e;font-size:.92rem;line-height:1.8;font-weight:400}.detail-list{display:grid;gap:12px;padding:0;list-style:none}.detail-list li{display:flex;gap:11px;color:#52675e;font-size:.88rem}.detail-list li:before{content:"✓";flex:0 0 23px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#e1f2e8;color:var(--forest-700);font-size:.68rem;font-weight:800}.job-apply-column{position:sticky;top:112px}.job-application-card h2{font-size:1.78rem;line-height:1.2;font-weight:700;letter-spacing:-.035em;margin:16px 0 8px}.application-deadline{font-size:.76rem;color:var(--muted);margin-bottom:20px}.job-application-card .field textarea{min-height:105px}

@media(max-width:960px){.job-detail-heading,.job-detail-grid{grid-template-columns:1fr}.job-reference{max-width:300px}.job-apply-column{position:static}.job-facts{grid-template-columns:repeat(2,1fr)}.job-facts>div:nth-child(3n){border-right:1px solid var(--line)}.job-facts>div:nth-child(2n){border-right:0}}
@media(max-width:760px){.panel-heading{font-size:2.2rem}.job-detail-heading{gap:24px}.job-facts{grid-template-columns:1fr}.job-facts>div{border-right:0!important}.job-application-card{padding:24px}.public-pagination nav>div:last-child{justify-content:center}.public-pagination nav>div:last-child>div:first-child{display:none}}

/* Greenline HR Solutions 2026 content + recruitment upgrade */
.btn-apply{background:var(--lime);color:var(--forest-950);box-shadow:0 12px 28px rgba(174,234,78,.22);padding-inline:17px}
.btn-apply:hover{background:#d8f88c}.header-whatsapp{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e9f8ef;border:1px solid #cce8d6;color:var(--forest-700);font-size:.68rem;font-weight:800}.header-whatsapp:hover{background:var(--forest-900);color:#fff}.whatsapp-link{color:#d9f7e5!important}.mobile-apply{background:var(--lime)!important;color:var(--forest-950)!important}

.job-card{padding:26px 28px}.job-card-main{min-width:0}.country-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#edf7f1;color:var(--forest-800);font-size:.64rem;font-weight:800}.job-status{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:.61rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.status-open{background:#e1f7e8;color:#12613f}.status-closing{background:#fff1c9;color:#815e06}.status-closed{background:#f3e6e6;color:#8b3535}.job-key-facts{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));gap:10px;margin-top:14px}.job-key-facts>div{padding:11px 13px;border-radius:13px;background:#f6f9f7;border:1px solid #e4ece7}.job-key-facts small{display:block;color:#83928b;font-size:.58rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px}.job-key-facts b{display:block;font-size:.73rem;line-height:1.35}.job-card-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.job-apply-status{margin-top:14px}.safety-job-note{background:#f8fbf9;border:1px solid var(--line);padding:28px!important;border-radius:20px;margin-top:28px}.safety-job-note p{color:var(--muted)}

.strength-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:42px}.strength-card{padding:28px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.055);min-height:220px}.strength-card>span{display:inline-flex;color:var(--lime);font-weight:800;font-size:.72rem;letter-spacing:.08em}.strength-card h3{font-size:1.25rem;line-height:1.35;font-weight:700;letter-spacing:-.025em;margin:30px 0 9px}.strength-card p{font-size:.81rem;line-height:1.7;color:#aec2b8;margin:0}.section-soft .strength-card,.section .strength-card{background:#fff;border-color:var(--line);color:var(--ink)}.section-soft .strength-card p,.section .strength-card p{color:var(--muted)}

.process-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:42px}.process-track{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow-sm)}.process-track.candidate-track{background:#edf6f1}.process-track-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.process-track-head h2,.process-track-head h3{margin:0;font-size:1.55rem;line-height:1.2;font-weight:700;letter-spacing:-.035em}.process-mini-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.process-mini-steps>div{display:flex;align-items:center;gap:9px;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fff}.process-mini-steps b{width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:var(--forest-950);color:var(--lime);font-size:.61rem;flex:0 0 27px}.process-mini-steps span{font-size:.72rem;font-weight:800}.candidate-process-full{grid-template-columns:repeat(3,1fr);margin-top:34px}.process-detailed{display:grid;gap:0}.process-detailed>div{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:20px 0;border-bottom:1px solid var(--line)}.process-detailed>div>span{width:42px;height:42px;border-radius:13px;background:var(--forest-950);color:var(--lime);display:grid;place-items:center;font-size:.7rem;font-weight:800}.process-detailed h3{margin:0 0 5px;font-size:1rem}.process-detailed p{margin:0;color:var(--muted);font-size:.79rem}

.destination-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:42px}.destination-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}.destination-card-visual{min-height:190px;padding:22px;display:flex;align-items:flex-start;justify-content:space-between;background:linear-gradient(135deg,#dff1e7,#f3f7f4);background-size:cover;background-position:center;position:relative}.destination-card-visual.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,23,16,.08),rgba(4,23,16,.48))}.destination-card-visual>*{position:relative;z-index:2}.destination-flag{font-size:2.5rem;filter:drop-shadow(0 6px 12px rgba(0,0,0,.12))}.destination-job-count{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);font-size:.65rem;font-weight:800;color:var(--forest-800)}.destination-card-body{padding:26px}.destination-card-body h3{font-size:1.75rem;line-height:1.2;font-weight:700;letter-spacing:-.035em;margin:10px 0}.destination-card-body p{color:var(--muted);font-size:.85rem;line-height:1.72}.category-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.category-pills span{padding:7px 10px;border-radius:999px;background:#edf6f1;border:1px solid #d6e9dd;color:#44665a;font-size:.66rem;font-weight:800}.destination-actions{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin-top:20px}.destination-mini-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:40px}.destination-mini{padding:20px;border-radius:20px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:14px;min-height:245px}.destination-mini .destination-flag{font-size:2.15rem}.destination-mini h3{font-size:1.18rem;margin:0 0 6px}.destination-mini p{font-size:.72rem;color:var(--muted);margin:0}.destination-mini .btn{margin-top:auto}.destination-detail-heading{display:flex;justify-content:space-between;align-items:end;gap:30px}.destination-big-flag{font-size:4rem}.destination-detail-heading h1{margin-top:8px}.destination-detail-hero{padding-bottom:78px}

.japan-section{overflow:hidden;background:linear-gradient(135deg,#fff,#fff7f5 55%,#f8ece8)}.japan-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.japan-pills{margin-top:26px}.japan-visual{min-height:470px;display:grid;place-items:center;position:relative}.japan-sun{position:absolute;width:330px;height:330px;border-radius:50%;background:#d84b40;box-shadow:0 0 0 60px rgba(216,75,64,.05),0 0 0 120px rgba(216,75,64,.025)}.japan-card{position:relative;z-index:2;width:min(360px,90%);padding:34px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid #efd8d4;box-shadow:0 30px 80px rgba(118,42,35,.18);text-align:center}.japan-card>span{display:block;font-size:4rem}.japan-card b{display:block;font-size:1.5rem;margin:14px 0 4px}.japan-card small{color:var(--muted);line-height:1.6}

.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.story-card{padding:28px;border-radius:24px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.055)}.story-person{display:flex;align-items:center;gap:12px}.story-person img,.story-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover}.story-avatar{display:grid;place-items:center;background:var(--lime);color:var(--forest-950);font-weight:800}.story-person b,.story-person span{display:block}.story-person span{font-size:.68rem;color:#a9beb4}.story-card blockquote{font-size:1rem;line-height:1.78;font-weight:500;letter-spacing:-.012em;margin:24px 0;color:#fff}.verified-story{font-size:.65rem;font-weight:700;color:var(--lime)}

.compliance-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.license-meta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:25px}.license-meta>div{padding:17px;border-radius:16px;border:1px solid var(--line);background:#fff}.license-meta small,.license-meta b{display:block}.license-meta small{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.license-meta b{font-size:.83rem;margin-top:4px}.certificate-card{border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow);padding:18px;min-height:370px;display:grid;place-items:center}.certificate-card img{max-height:520px;border-radius:18px}.certificate-placeholder{text-align:center;color:var(--muted);padding:35px}.certificate-placeholder span{display:grid;place-items:center;width:70px;height:70px;border-radius:50%;background:var(--mint);color:var(--forest-700);font-size:2rem;margin:0 auto 18px}.certificate-placeholder b,.certificate-placeholder small{display:block}.certificate-placeholder b{font-size:1.15rem;color:var(--ink)}

.safety-strip{padding:24px 0;background:#fff7d8;border-block:1px solid #f0df9d}.safety-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.safety-strip-inner>div{display:flex;align-items:flex-start;gap:14px}.safety-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:#f0c84b;color:#4f3c00;font-weight:800}.safety-strip b{display:block;margin-bottom:4px}.safety-strip p{margin:0;color:#6b6040;font-size:.78rem;max-width:820px}.legal-layout{max-width:900px}.legal-card{padding:38px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow-sm)}.legal-card h2{font-size:2.25rem;line-height:1.14;font-weight:800;letter-spacing:-.04em;margin:16px 0 24px}.legal-copy{font-size:.96rem;line-height:1.8}.safety-contact{margin-top:30px;padding:20px;border-radius:16px;background:#f2f8f4}.safety-contact b,.safety-contact span{display:block}.safety-contact span{color:var(--muted);font-size:.8rem;margin-top:5px}.candidate-link-list{display:grid;gap:10px;margin-top:22px}.candidate-link-list a{padding:14px 16px;border-radius:13px;border:1px solid var(--line);background:#fff;font-weight:800;font-size:.78rem}.candidate-link-list a:hover{border-color:#9ac5ad;color:var(--forest-700)}

.footer-license{display:inline-grid;gap:2px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);margin-top:14px}.footer-license small{font-size:.58rem;text-transform:uppercase;letter-spacing:.08em}.footer-license b{color:#fff;font-size:.74rem}.footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.footer-socials a{font-size:.67rem;padding:6px 9px;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.footer-socials a:hover{color:var(--lime);border-color:rgba(200,240,106,.35)}.footer-legal{margin-top:45px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap;font-size:.68rem}.footer-legal>div{display:flex;gap:16px;flex-wrap:wrap}.footer-legal a:hover{color:var(--lime)}

@media(max-width:1240px){.nav-wrap{gap:18px}.logo img{width:185px}.nav a{padding:10px 9px;font-size:.72rem}.nav-cta{gap:7px}.btn-apply{padding:12px 14px}}
@media(max-width:1120px){.header-whatsapp{display:none}.destination-mini-grid{grid-template-columns:repeat(3,1fr)}.strength-grid{grid-template-columns:repeat(2,1fr)}.story-grid{grid-template-columns:1fr 1fr}.job-key-facts{grid-template-columns:repeat(2,1fr)}.process-mini-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:960px){.destination-grid,.process-columns,.japan-grid,.compliance-grid{grid-template-columns:1fr}.destination-detail-heading{align-items:flex-start;flex-direction:column}.japan-visual{min-height:380px}.footer-grid-expanded{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:760px){.btn-apply{display:none}.strength-grid,.story-grid,.destination-grid,.destination-mini-grid,.license-meta,.candidate-process-full{grid-template-columns:1fr}.process-mini-steps{grid-template-columns:1fr 1fr}.job-key-facts{grid-template-columns:1fr 1fr}.job-card-actions{justify-content:flex-start}.safety-strip-inner{align-items:flex-start;flex-direction:column}.footer-grid-expanded{grid-template-columns:1fr!important}.footer-grid-expanded>div{grid-column:auto!important}.destination-card-visual{min-height:150px}.japan-sun{width:260px;height:260px}.legal-card{padding:26px}.legal-card h2{font-size:2rem}}
@media(max-width:480px){.process-mini-steps,.job-key-facts{grid-template-columns:1fr}}


/* =========================================================
   Greenline HR Solutions — Professional UI Typography v2
   ========================================================= */
:root{
  --font-display:"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --font-body:"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --text-xs:.70rem;
  --text-sm:.80rem;
  --text-base:.94rem;
  --text-lg:1.05rem;
  --heading-weight:800;
  --body-weight:400;
}

h1,h2,h3,h4,h5,h6{
  font-family:var(--font-display);
  color:inherit;
  font-weight:var(--heading-weight);
  text-wrap:balance;
  text-rendering:optimizeLegibility;
}

p,li,input,select,textarea,button,a,small,span{
  font-family:var(--font-body);
}

p{letter-spacing:-.006em}
strong,b{font-weight:700}

/* Cleaner interactive language */
.nav a,.btn,.link-arrow,.tag,.country-badge,.job-status,.featured-label,
.destination-job-count,.mini-pill,.footer-badge,.footer-license,.footer-socials a{
  -webkit-font-smoothing:antialiased;
}

.nav a:focus-visible,.btn:focus-visible,.field input:focus-visible,.field select:focus-visible,
.field textarea:focus-visible,.faq-q:focus-visible,.candidate-link-list a:focus-visible{
  outline:3px solid rgba(174,234,78,.36);
  outline-offset:3px;
}

/* More polished card surface */
.card,.sector-card,.destination-card,.process-track,.feature-panel,.form-card,
.job-card,.legal-card,.certificate-card,.info-strip{
  border-color:rgba(214,229,220,.92);
}

.card:hover,.sector-card:hover,.destination-card:hover,.job-card:hover{
  transform:translateY(-5px);
}

/* Refined text hierarchy */
.job-key-facts small,.job-facts small,.license-meta small,.contact-card small,
.footer-license small,.job-reference small,.job-reference span{
  font-weight:600;
  letter-spacing:.065em;
}

.job-key-facts b,.job-facts b,.license-meta b,.contact-card b,
.destination-mini h3,.job-reference b{
  font-weight:700;
}

.job-deadline,.vacancy-count,.application-deadline,.candidate-link-list a,
.process-mini-steps span,.process-detailed p,.safety-strip p{
  line-height:1.6;
}

/* Desktop spacing refinement */
@media(min-width:1121px){
  .hero-grid{gap:58px}
  .hero-actions{margin-top:30px}
  .section-title{max-width:900px}
}

/* Tablet typography */
@media(max-width:1120px){
  .hero h1{font-size:clamp(3.35rem,7vw,5.25rem);line-height:1}
  .section-title{font-size:clamp(2.35rem,5vw,4rem)}
  .page-hero h1{font-size:clamp(3rem,7vw,5rem)}
}

/* Mobile typography: readable, premium, not oversized */
@media(max-width:760px){
  body{font-size:15.5px;line-height:1.7}
  .section{padding:72px 0}
  .section-tight{padding:52px 0}
  .hero{padding:46px 0 26px}
  .hero h1{font-size:clamp(2.85rem,13vw,4rem);line-height:1.02;letter-spacing:-.047em}
  .hero p{font-size:.96rem;line-height:1.72}
  .section-title{font-size:clamp(2.15rem,10vw,3.2rem);line-height:1.08;letter-spacing:-.042em}
  .page-hero h1{font-size:clamp(2.7rem,12vw,4rem);line-height:1.02;letter-spacing:-.047em}
  .page-hero p{font-size:.96rem;line-height:1.72}
  .audience-card h3{font-size:2.25rem;line-height:1.08}
  .panel-heading{font-size:2rem;line-height:1.12}
  .feature-title{font-size:2.15rem;line-height:1.1}
  .page-section-title{font-size:2.35rem;line-height:1.1}
  .card,.bento-card,.process-track,.feature-panel,.form-card,.legal-card{padding:24px}
  .btn{min-height:44px}
}

@media(max-width:480px){
  .hero h1{font-size:clamp(2.55rem,12.5vw,3.35rem)}
  .section-title{font-size:clamp(2rem,10.5vw,2.8rem)}
  .page-hero h1{font-size:clamp(2.45rem,12vw,3.25rem)}
  .eyebrow{font-size:.66rem;letter-spacing:.12em}
}
/* =========================================================
   GREENLINE HR — HOMEPAGE V2
   Add AFTER greenline-modern.css
   ========================================================= */

.hr-home{overflow:hidden}
.hr-home .section-title{max-width:860px}
.hr-home .lead{max-width:690px}

.hr-hero{position:relative;padding:86px 0 0;background:linear-gradient(180deg,#fbfcf9 0%,#f5f8f5 70%,#fff 100%);overflow:hidden}
.hr-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(8,74,54,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(8,74,54,.045) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}
.hr-hero-glow{position:absolute;border-radius:50%;filter:blur(0);pointer-events:none}
.hr-hero-glow-a{width:640px;height:640px;right:-240px;top:-250px;background:radial-gradient(circle,rgba(200,240,106,.30),rgba(200,240,106,0) 68%)}
.hr-hero-glow-b{width:520px;height:520px;left:-260px;bottom:-260px;background:radial-gradient(circle,rgba(25,128,95,.12),rgba(25,128,95,0) 70%)}
.hr-hero-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:72px;align-items:center}
.hr-hero-copy{padding:18px 0 70px}
.hr-hero-kicker{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid #dbe8e0;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 8px 26px rgba(8,49,37,.05);font-size:.69rem;line-height:1;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--forest-700)}
.hr-live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--lime-2);box-shadow:0 0 0 5px rgba(174,234,78,.13)}
.hr-hero h1{font-size:clamp(3.35rem,5.7vw,5.8rem);line-height:1.01;letter-spacing:-.055em;font-weight:800;max-width:790px;margin:24px 0 24px;text-wrap:balance}
.hr-hero h1 span{display:inline;color:var(--forest-700);position:relative}
.hr-hero h1 span:after{content:"";position:absolute;left:1%;right:0;bottom:.05em;height:.14em;border-radius:999px;background:var(--lime);z-index:-1;opacity:.82}
.hr-hero-lead{max-width:680px;margin:0;color:#5f736a;font-size:1.03rem;line-height:1.82;font-weight:400}
.hr-hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}
.hr-btn-primary,.hr-btn-secondary{min-height:48px;padding-inline:21px}
.hr-hero-trust{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:24px;color:#52675e;font-size:.72rem;font-weight:600}
.hr-hero-trust span{display:inline-flex;align-items:center;gap:7px}
.hr-hero-trust i{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#e4f5eb;color:var(--forest-700);font-style:normal;font-size:.62rem;font-weight:800}

.hr-audience-shortcuts{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:32px;max-width:720px}
.hr-audience-shortcut{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 15px;border-radius:16px;border:1px solid #dfe9e3;background:rgba(255,255,255,.72);transition:.28s ease}
.hr-audience-shortcut:hover{transform:translateY(-3px);background:#fff;border-color:#bad4c5;box-shadow:0 16px 34px rgba(8,49,37,.08)}
.hr-audience-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--forest-950);color:var(--lime);font-size:.72rem;font-weight:800}
.hr-audience-icon.employer{background:var(--lime);color:var(--forest-950)}
.hr-audience-shortcut small,.hr-audience-shortcut b{display:block}
.hr-audience-shortcut small{font-size:.61rem;color:#7d8d86;text-transform:uppercase;letter-spacing:.07em;font-weight:600;margin-bottom:3px}
.hr-audience-shortcut b{font-size:.76rem;line-height:1.35;font-weight:700;color:#233c32}
.hr-audience-shortcut strong{font-size:1rem;color:var(--forest-700);font-weight:500}

.hr-hero-visual{padding:22px 0 60px}
.hr-recruitment-board{position:relative;border:1px solid rgba(191,215,202,.92);border-radius:28px;background:rgba(255,255,255,.82);backdrop-filter:blur(18px);box-shadow:0 35px 90px rgba(6,47,35,.14);padding:18px;transform:rotate(.35deg)}
.hr-board-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 5px 16px}
.hr-board-head>div span,.hr-board-head>div b{display:block}
.hr-board-label{font-size:.60rem;text-transform:uppercase;letter-spacing:.1em;color:#7e9188;font-weight:700;margin-bottom:4px}
.hr-board-head b{font-size:.86rem;line-height:1.35;font-weight:700}
.hr-board-status{display:inline-flex;align-items:center;gap:7px;border:1px solid #d8e8df;border-radius:999px;background:#f4faf6;padding:7px 9px;font-size:.62rem;font-weight:700;color:#3f6b58}
.hr-board-status i{width:7px;height:7px;border-radius:50%;background:#57ba7f;box-shadow:0 0 0 4px rgba(87,186,127,.12)}
.hr-board-media{position:relative;min-height:510px;border-radius:21px;overflow:hidden;background:linear-gradient(145deg,#0a3125,#12654b)}
.hr-board-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,31,23,.02),rgba(5,31,23,.30));pointer-events:none}
.hr-board-media img{width:100%;height:510px;object-fit:contain;object-position:center bottom;position:relative;z-index:1;filter:drop-shadow(0 25px 35px rgba(4,30,22,.20))}
.hr-board-media:before{content:"";position:absolute;width:370px;height:370px;border-radius:50%;right:-95px;top:-110px;background:rgba(200,240,106,.13);box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}
.hr-board-badge{position:absolute;z-index:3;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-width:220px;padding:11px 13px;border:1px solid rgba(255,255,255,.65);border-radius:14px;background:rgba(255,255,255,.91);backdrop-filter:blur(16px);box-shadow:0 18px 36px rgba(5,35,27,.18)}
.hr-board-badge>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--forest-950);color:var(--lime);font-size:.61rem;font-weight:800}
.hr-board-badge small,.hr-board-badge b{display:block}
.hr-board-badge small{font-size:.56rem;color:#819089;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}
.hr-board-badge b{font-size:.69rem;line-height:1.3;font-weight:700}
.hr-board-badge-top{left:18px;top:20px}
.hr-board-badge-bottom{right:18px;bottom:20px}
.hr-board-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 5px 4px}
.hr-board-footer small,.hr-board-footer b{display:block}
.hr-board-footer small{font-size:.58rem;text-transform:uppercase;letter-spacing:.07em;color:#85958e;margin-bottom:4px}
.hr-board-footer b{font-size:.70rem;font-weight:700;color:#344b41;max-width:300px}
.hr-board-avatar-stack{display:flex;align-items:center}
.hr-board-avatar-stack span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;margin-left:-7px;border:3px solid #fff;background:#e7f2eb;color:var(--forest-800);font-size:.56rem;font-weight:800}
.hr-board-avatar-stack span:first-child{margin-left:0;background:var(--forest-950);color:var(--lime)}
.hr-board-avatar-stack span:last-child{background:var(--lime);color:var(--forest-950)}

.hr-stat-grid{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dce8e0;border-radius:22px 22px 0 0;background:#fff;box-shadow:0 -4px 40px rgba(8,49,37,.07);overflow:hidden}
.hr-stat-card{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:22px 24px;border-right:1px solid var(--line)}
.hr-stat-card:last-child{border-right:0}
.hr-stat-card>span{font-size:.61rem;font-weight:700;color:#91a097;padding-top:2px}
.hr-stat-card b{display:block;font-size:.78rem;line-height:1.35;font-weight:700;margin-bottom:4px}
.hr-stat-card p{margin:0;color:#7a8a82;font-size:.67rem;line-height:1.55}

.hr-sector-strip{position:relative;z-index:2;background:#fff;border-block:1px solid var(--line);padding:17px 0}
.hr-sector-strip-inner{display:flex;align-items:center;gap:22px;overflow:hidden}
.hr-strip-label{flex:0 0 auto;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--forest-800)}
.hr-strip-items{display:flex;align-items:center;gap:9px;overflow:auto;scrollbar-width:none}
.hr-strip-items::-webkit-scrollbar{display:none}
.hr-strip-items a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:#f6f9f7;border:1px solid #e5ece8;color:#5d7167;font-size:.65rem;font-weight:600;transition:.2s}
.hr-strip-items a:hover{border-color:#b8d2c4;color:var(--forest-700);background:#fff}
.hr-strip-items i{width:6px;height:6px;border-radius:50%;background:var(--lime-2)}

.hr-section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}
.hr-section-head>div:first-child{min-width:0}
.hr-section-head .section-title{margin-bottom:16px}
.hr-section-head .btn,.hr-section-head>.link-arrow{flex:0 0 auto;margin-bottom:6px}
.hr-section-head-light{align-items:start}

.hr-jobs-section{background:#f8faf8}
.hr-job-board{border:1px solid #dbe6df;border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(8,49,37,.07);overflow:hidden}
.hr-job-board-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;border-bottom:1px solid var(--line);background:#fbfcfb}
.hr-job-board-head>div{display:flex;align-items:center;gap:10px}
.hr-job-board-head b{font-size:.73rem;font-weight:700}
.hr-job-board-head small{font-size:.64rem;color:#7f8f87}
.hr-job-list{padding:12px;gap:10px}
.hr-job-list .job-card{border-radius:16px;box-shadow:none;background:#fff}
.hr-job-list .job-card:hover{transform:none;border-color:#b6d0c1;background:#fbfdfb;box-shadow:0 10px 24px rgba(8,49,37,.055)}

.hr-industries-section{background:#fff}
.hr-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hr-industry-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.3s ease}
.hr-industry-card:hover{transform:translateY(-5px);border-color:#bad3c5;box-shadow:0 18px 42px rgba(8,49,37,.08)}
.hr-industry-media{display:block;height:210px;position:relative;overflow:hidden;background:linear-gradient(145deg,#edf4ef,#f7f9f6)}
.hr-industry-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,35,26,.13));pointer-events:none}
.hr-industry-media img{width:100%;height:100%;object-fit:contain;padding:18px;transition:.4s ease}
.hr-industry-card:hover .hr-industry-media img{transform:scale(1.045)}
.hr-industry-media>span{position:absolute;z-index:2;left:14px;top:14px;width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);color:var(--forest-800);font-size:.57rem;font-weight:800;box-shadow:0 8px 18px rgba(8,49,37,.08)}
.hr-industry-body{padding:20px}
.hr-industry-body h3{font-size:1.05rem;line-height:1.25;font-weight:700;letter-spacing:-.025em;margin:0 0 8px}
.hr-industry-body p{font-size:.77rem;line-height:1.68;color:var(--muted);margin:0 0 16px;min-height:52px}

.hr-proof-section{background:linear-gradient(150deg,#061d16 0%,#0a2f24 62%,#0c3b2c 100%)}
.hr-proof-mark{width:78px;height:78px;border-radius:20px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045);color:var(--lime);font-size:1rem;font-weight:800;letter-spacing:.08em}
.hr-proof-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:14px}
.hr-proof-card{min-height:260px;padding:25px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.045);display:flex;flex-direction:column;transition:.3s ease}
.hr-proof-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.065);border-color:rgba(200,240,106,.23)}
.hr-proof-card-featured{background:linear-gradient(145deg,rgba(200,240,106,.12),rgba(255,255,255,.045))}
.hr-proof-card-top{display:flex;align-items:center;justify-content:space-between;color:#95aaa0;font-size:.61rem;font-weight:700}
.hr-proof-card-top i{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:rgba(200,240,106,.12);color:var(--lime);font-style:normal;font-size:.62rem}
.hr-proof-card h3{font-size:1.24rem;line-height:1.25;letter-spacing:-.03em;font-weight:700;margin:auto 0 10px;color:#fff}
.hr-proof-card p{font-size:.76rem;line-height:1.72;color:#adc0b7;margin:0}

.hr-process-section{background:#fbfcfa}
.hr-process-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.hr-process-panel{border:1px solid #dce8e0;border-radius:24px;background:#fff;padding:28px;box-shadow:0 13px 36px rgba(8,49,37,.055)}
.hr-process-panel-candidate{background:linear-gradient(145deg,#edf7f1,#f7faf8);border-color:#d4e7dc}
.hr-process-panel-head{display:flex;align-items:center;gap:13px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.hr-process-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:var(--forest-950);color:var(--lime);font-size:.70rem;font-weight:800}
.hr-process-panel-candidate .hr-process-icon{background:var(--lime);color:var(--forest-950)}
.hr-process-panel-head small{display:block;font-size:.60rem;text-transform:uppercase;letter-spacing:.08em;color:#819088;font-weight:700;margin-bottom:3px}
.hr-process-panel-head h3{font-size:1.17rem;line-height:1.3;letter-spacing:-.025em;font-weight:700;margin:0}
.hr-process-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0 24px}
.hr-process-step{position:relative;display:flex;align-items:center;gap:8px;min-height:52px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:#fff}
.hr-process-step b{flex:0 0 27px;width:27px;height:27px;border-radius:8px;display:grid;place-items:center;background:#eef4f0;color:var(--forest-700);font-size:.55rem;font-weight:800}
.hr-process-step span{font-size:.66rem;line-height:1.35;font-weight:650;color:#455f54}

.hr-destinations-section{background:#f1f6f3}
.hr-destination-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.hr-destination-card{min-height:275px;display:flex;flex-direction:column;padding:22px;border-radius:19px;border:1px solid #dae7df;background:#fff;transition:.3s ease}
.hr-destination-card:hover{transform:translateY(-6px);border-color:#b4d0c0;box-shadow:0 18px 42px rgba(8,49,37,.08)}
.hr-destination-card-top{display:flex;align-items:flex-start;justify-content:space-between}
.hr-destination-flag{font-size:2.25rem;line-height:1}
.hr-destination-no{font-size:.57rem;font-weight:700;color:#a0aea7}
.hr-destination-card h3{font-size:1.16rem;font-weight:700;letter-spacing:-.025em;margin:28px 0 8px}
.hr-destination-card p{font-size:.72rem;line-height:1.65;color:var(--muted);margin:0 0 20px}
.hr-destination-card>a{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line);font-size:.68rem;font-weight:700;color:var(--forest-700)}

.hr-japan-spotlight{background:#fff;position:relative}
.hr-japan-spotlight:before{content:"";position:absolute;width:540px;height:540px;border-radius:50%;right:-250px;top:-210px;background:radial-gradient(circle,rgba(217,79,67,.10),rgba(217,79,67,0) 70%)}
.hr-japan-shell{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;position:relative;z-index:2}
.hr-japan-tags{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 4px}
.hr-japan-tags span{padding:8px 11px;border:1px solid #ead7d3;border-radius:999px;background:#fff8f6;color:#8a514a;font-size:.65rem;font-weight:650}
.hr-japan-panel{border:1px solid #ecd8d4;border-radius:26px;background:linear-gradient(145deg,#fff,#fff9f7);box-shadow:0 30px 80px rgba(104,47,40,.12);padding:24px}
.hr-japan-panel-head{display:flex;align-items:center;gap:14px;padding-bottom:20px;border-bottom:1px solid #f0dfdc}
.hr-japan-panel-head>span{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;background:#fff;border:1px solid #eedbd7;font-size:2rem}
.hr-japan-panel-head small,.hr-japan-panel-head b{display:block}
.hr-japan-panel-head small{font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;color:#9d7c76;margin-bottom:3px}
.hr-japan-panel-head b{font-size:1.02rem;font-weight:700;color:#49322f}
.hr-japan-route{display:grid;gap:0;margin:16px 0}
.hr-japan-route>div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #f0dfdc}
.hr-japan-route>div:last-child{border-bottom:0}
.hr-japan-route b{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#d84b40;color:#fff;font-size:.57rem;font-weight:800}
.hr-japan-route span{font-size:.73rem;font-weight:650;color:#59433f}
.hr-japan-note{display:flex;align-items:center;gap:9px;padding:12px 13px;border-radius:12px;background:#fff4f1;color:#7d5e58;font-size:.64rem;line-height:1.5;font-weight:600}

.hr-stories-section{background:#061d16}
.hr-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.hr-story-card{position:relative;min-height:330px;padding:27px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:rgba(255,255,255,.045);display:flex;flex-direction:column}
.hr-story-quote{font-family:Georgia,serif;font-size:3.5rem;line-height:.7;color:var(--lime)}
.hr-story-card blockquote{font-size:.92rem;line-height:1.82;font-weight:500;color:#eef7f2;margin:24px 0 28px}
.hr-story-person{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.09)}
.hr-story-person img,.hr-story-person .story-avatar{width:44px;height:44px;border-radius:13px}
.hr-story-person b,.hr-story-person span{display:block}
.hr-story-person b{font-size:.72rem;color:#fff;font-weight:700;margin-bottom:2px}
.hr-story-person span{font-size:.61rem;color:#97ada3}
.hr-story-person small{font-size:.58rem;color:var(--lime);font-weight:700}

.hr-compliance-section{background:#fff}
.hr-compliance-shell{display:grid;grid-template-columns:1fr .8fr;gap:58px;align-items:center}
.hr-license-info{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0 20px}
.hr-license-info>div{padding:15px 16px;border:1px solid var(--line);border-radius:14px;background:#fafcfb}
.hr-license-info small,.hr-license-info b{display:block}
.hr-license-info small{font-size:.57rem;text-transform:uppercase;letter-spacing:.08em;color:#899991;margin-bottom:4px}
.hr-license-info b{font-size:.76rem;line-height:1.4;font-weight:700}
.hr-certificate-card{min-height:390px;border:1px solid #dce7e0;border-radius:24px;background:linear-gradient(145deg,#f8fbf9,#eef5f1);padding:18px;display:grid;place-items:center;box-shadow:0 20px 50px rgba(8,49,37,.08)}
.hr-certificate-card img{max-height:520px;border-radius:16px}
.hr-certificate-placeholder{text-align:center;max-width:330px;padding:30px}
.hr-certificate-placeholder>span{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;margin:0 auto 18px;background:var(--forest-950);color:var(--lime);font-size:1.1rem;font-weight:800}
.hr-certificate-placeholder small,.hr-certificate-placeholder b{display:block}
.hr-certificate-placeholder small{font-size:.58rem;text-transform:uppercase;letter-spacing:.08em;color:#83948b;margin-bottom:5px}
.hr-certificate-placeholder b{font-size:1.05rem;font-weight:700}
.hr-certificate-placeholder p{font-size:.70rem;line-height:1.65;color:var(--muted);margin:9px 0 0}

.hr-safety-banner{padding:18px 0;background:#fff7dc;border-block:1px solid #eedf9f}
.hr-safety-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px}
.hr-safety-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e7bd3d;color:#483700;font-size:.82rem;font-weight:800}
.hr-safety-inner small,.hr-safety-inner b{display:block}
.hr-safety-inner small{font-size:.55rem;text-transform:uppercase;letter-spacing:.09em;color:#917421;font-weight:700;margin-bottom:2px}
.hr-safety-inner b{font-size:.76rem;font-weight:700;color:#473b1b}
.hr-safety-inner p{font-size:.68rem;line-height:1.55;color:#75653a;margin:3px 0 0;max-width:820px}

.hr-final-cta{background:#f7faf8}
.hr-final-cta-head{text-align:center;max-width:800px;margin:0 auto 34px}
.hr-final-cta-head .eyebrow{justify-content:center}
.hr-final-cta-head h2{font-size:clamp(2.5rem,4.5vw,4.25rem);line-height:1.06;letter-spacing:-.045em;font-weight:800;margin:16px 0 15px;text-wrap:balance}
.hr-final-cta-head p{font-size:.94rem;line-height:1.72;color:var(--muted);margin:0 auto;max-width:620px}
.hr-final-paths{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1040px;margin:0 auto}
.hr-final-path{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:26px;border-radius:20px;background:#fff;border:1px solid #dce8e0;transition:.3s ease}
.hr-final-path:hover{transform:translateY(-5px);border-color:#afcdbc;box-shadow:0 20px 45px rgba(8,49,37,.09)}
.hr-final-path-employer{background:var(--forest-950);border-color:var(--forest-950);color:#fff}
.hr-final-path-employer:hover{border-color:var(--forest-800);box-shadow:0 22px 52px rgba(6,29,22,.20)}
.hr-final-path-no{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#edf5f0;color:var(--forest-700);font-size:.60rem;font-weight:800}
.hr-final-path-employer .hr-final-path-no{background:rgba(200,240,106,.12);color:var(--lime)}
.hr-final-path small,.hr-final-path b,.hr-final-path p{display:block}
.hr-final-path small{font-size:.57rem;text-transform:uppercase;letter-spacing:.08em;color:#86958e;font-weight:700;margin-bottom:3px}
.hr-final-path-employer small{color:#9fb3a9}
.hr-final-path b{font-size:1rem;line-height:1.3;font-weight:700;letter-spacing:-.02em}
.hr-final-path p{font-size:.67rem;line-height:1.55;color:#73857c;margin:5px 0 0}
.hr-final-path-employer p{color:#a9bdb3}
.hr-final-path strong{font-size:1.15rem;font-weight:500;color:var(--forest-700)}
.hr-final-path-employer strong{color:var(--lime)}

@media(max-width:1120px){
  .hr-hero-shell{grid-template-columns:1fr;gap:20px}
  .hr-hero-copy{text-align:center;padding-bottom:26px}
  .hr-hero-kicker{margin-inline:auto}
  .hr-hero h1,.hr-hero-lead{margin-inline:auto}
  .hr-hero-actions,.hr-hero-trust{justify-content:center}
  .hr-audience-shortcuts{margin-inline:auto;text-align:left}
  .hr-hero-visual{max-width:720px;width:100%;margin:0 auto}
  .hr-stat-grid{grid-template-columns:repeat(2,1fr);border-radius:20px 20px 0 0}
  .hr-stat-card:nth-child(2){border-right:0}
  .hr-stat-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .hr-industry-grid{grid-template-columns:repeat(2,1fr)}
  .hr-proof-grid{grid-template-columns:repeat(2,1fr)}
  .hr-destination-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
  .hr-section-head{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:34px}
  .hr-process-grid,.hr-japan-shell,.hr-compliance-shell{grid-template-columns:1fr}
  .hr-japan-shell{gap:36px}
  .hr-compliance-shell{gap:34px}
  .hr-story-grid{grid-template-columns:1fr 1fr}
  .hr-final-paths{grid-template-columns:1fr}
}

@media(max-width:760px){
  .hr-hero{padding-top:54px}
  .hr-hero h1{font-size:clamp(2.8rem,13vw,4.2rem);line-height:1.04}
  .hr-hero-lead{font-size:.94rem;line-height:1.75}
  .hr-audience-shortcuts{grid-template-columns:1fr}
  .hr-hero-visual{padding-bottom:34px}
  .hr-recruitment-board{padding:12px;border-radius:22px;transform:none}
  .hr-board-media,.hr-board-media img{height:390px;min-height:390px}
  .hr-board-badge{min-width:0;max-width:210px}
  .hr-board-badge-top{left:10px;top:12px}
  .hr-board-badge-bottom{right:10px;bottom:12px}
  .hr-board-footer{align-items:flex-start}
  .hr-stat-grid{grid-template-columns:1fr}
  .hr-stat-card{border-right:0;border-bottom:1px solid var(--line)!important}
  .hr-stat-card:last-child{border-bottom:0!important}
  .hr-sector-strip-inner{align-items:flex-start;flex-direction:column;gap:10px}
  .hr-industry-grid,.hr-proof-grid,.hr-destination-grid,.hr-story-grid{grid-template-columns:1fr}
  .hr-industry-media{height:220px}
  .hr-process-panel{padding:22px}
  .hr-process-flow{grid-template-columns:1fr 1fr}
  .hr-destination-card{min-height:230px}
  .hr-japan-panel{padding:19px}
  .hr-license-info{grid-template-columns:1fr}
  .hr-safety-inner{grid-template-columns:auto 1fr}
  .hr-safety-inner .btn{grid-column:1/-1;justify-self:start;margin-left:57px}
  .hr-final-path{grid-template-columns:auto 1fr;padding:21px}
  .hr-final-path>strong{display:none}
}

@media(max-width:480px){
  .hr-board-media,.hr-board-media img{height:340px;min-height:340px}
  .hr-board-badge{padding:9px;max-width:175px}
  .hr-board-badge>span{display:none}
  .hr-board-badge b{font-size:.62rem}
  .hr-board-footer{display:block}
  .hr-board-avatar-stack{margin-top:12px}
  .hr-process-flow{grid-template-columns:1fr}
  .hr-safety-inner{grid-template-columns:1fr}
  .hr-safety-inner .btn{margin-left:0;grid-column:auto}
}

/* =========================================================
   GREENLINE HR — HEADER V3 / CORPORATE RECRUITMENT SYSTEM
   Completely redesigned header. hrx-* prefix prevents legacy conflicts.
========================================================= */
:root{
  --hrx-deep:#071e17;
  --hrx-green:#0d503b;
  --hrx-green-2:#167756;
  --hrx-accent:#c8ef68;
  --hrx-soft:#f1f7f3;
  --hrx-line:#dfe9e3;
  --hrx-ink:#142b22;
  --hrx-muted:#708179;
}

.hrx-topbar{position:relative;z-index:1200;background:var(--hrx-deep);color:#b8c9c1;border-bottom:1px solid rgba(255,255,255,.07)}
.hrx-topbar-inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.66rem;line-height:1.3;font-weight:500;letter-spacing:.005em}
.hrx-topbar-brandline,.hrx-topbar-contact,.hrx-topbar-contact a{display:flex;align-items:center;gap:10px}
.hrx-topbar-brandline strong{color:#edf6f1;font-weight:650}
.hrx-live-dot{width:6px;height:6px;border-radius:50%;background:var(--hrx-accent);box-shadow:0 0 0 4px rgba(200,239,104,.10)}
.hrx-topbar-separator{width:1px;height:12px;background:rgba(255,255,255,.14);margin-inline:2px}
.hrx-topbar-contact{gap:18px}.hrx-topbar-contact a{transition:color .2s}.hrx-topbar-contact a:hover{color:#fff}.hrx-topbar-contact svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;color:#9bc9b4}.hrx-topbar-email{color:#9fb5ab}

.hrx-header{position:sticky;top:0;z-index:1150;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(15,71,53,.09);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background .25s ease,box-shadow .25s ease,border-color .25s ease}
.hrx-header.scrolled{background:rgba(255,255,255,.985);border-color:rgba(15,71,53,.12);box-shadow:0 14px 36px rgba(9,48,36,.075)}
.hrx-nav-shell{min-height:82px;display:flex;align-items:center;gap:24px}

.hrx-brand{display:flex;align-items:center;gap:13px;flex:0 0 auto;margin-right:auto;min-width:0}
.hrx-brand-logo{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border:1px solid #e0ebe5;border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(8,48,36,.055);overflow:hidden}
.hrx-brand-logo img{width:100%;height:100%;padding:7px;object-fit:contain}
.hrx-brand-copy{display:grid;gap:4px;min-width:0}.hrx-brand-copy strong{color:var(--hrx-ink);font-size:.82rem;line-height:1.15;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.hrx-brand-copy small{color:#74877e;font-size:.55rem;line-height:1.25;font-weight:550;letter-spacing:.015em;white-space:nowrap}

.hrx-nav{display:flex;align-items:center;gap:0;padding:4px;border-radius:13px;background:#f7f9f8;border:1px solid #edf1ef}
.hrx-nav-link{position:relative;display:flex;align-items:center;justify-content:center;min-height:38px;padding:0 10px;border-radius:9px;color:#52675e;font-size:.72rem;line-height:1;font-weight:650;letter-spacing:-.012em;white-space:nowrap;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.hrx-nav-link:hover{color:var(--hrx-green);background:#fff}.hrx-nav-link.active{color:#fff;background:var(--hrx-green);box-shadow:0 6px 15px rgba(13,80,59,.16)}
.hrx-nav-link.active:after{content:"";position:absolute;left:50%;bottom:-8px;width:4px;height:4px;border-radius:50%;background:var(--hrx-accent);transform:translateX(-50%)}

.hrx-actions{display:flex;align-items:center;gap:9px;flex:0 0 auto}
.hrx-wa-action{height:47px;display:flex;align-items:center;gap:9px;padding:5px 12px 5px 6px;border:1px solid #dce8e1;border-radius:12px;background:#f8fbf9;transition:transform .2s ease,border-color .2s ease,background .2s ease}.hrx-wa-action:hover{transform:translateY(-1px);border-color:#b9dec9;background:#eff9f3}
.hrx-wa-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:#20aa62;color:#fff;box-shadow:0 7px 16px rgba(32,170,98,.17)}.hrx-wa-icon svg{width:20px;height:20px;fill:currentColor}
.hrx-wa-copy{display:grid;gap:2px;line-height:1}.hrx-wa-copy small{font-size:.52rem;color:#85958e;font-weight:550}.hrx-wa-copy strong{font-size:.68rem;color:#244438;font-weight:750}
.hrx-apply{height:47px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 16px;border-radius:12px;background:var(--hrx-deep);color:#fff;font-size:.72rem;font-weight:750;line-height:1;box-shadow:0 9px 22px rgba(7,30,23,.15);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.hrx-apply:hover{transform:translateY(-2px);background:var(--hrx-green);box-shadow:0 13px 27px rgba(13,80,59,.20)}.hrx-apply svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.hrx-apply:hover svg{transform:translateX(3px)}

.hrx-menu-btn{width:44px;height:44px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px solid #dbe7e0;border-radius:11px;background:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(8,48,36,.04)}.hrx-menu-btn span{width:17px;height:1.7px;border-radius:5px;background:#183d30;transition:.25s ease}.hrx-menu-btn.open span:nth-child(1){transform:translateY(5.7px) rotate(45deg)}.hrx-menu-btn.open span:nth-child(2){opacity:0}.hrx-menu-btn.open span:nth-child(3){transform:translateY(-5.7px) rotate(-45deg)}

.hrx-mobile-menu{position:absolute;top:calc(100% + 9px);right:max(14px,calc((100vw - var(--container))/2));width:min(520px,calc(100vw - 28px));padding:19px;border:1px solid #dce7e1;border-radius:20px;background:rgba(255,255,255,.985);box-shadow:0 24px 70px rgba(7,42,31,.17);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-9px) scale(.985);transform-origin:top right;transition:opacity .24s ease,visibility .24s ease,transform .24s ease}
.hrx-mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}
.hrx-mobile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:2px 2px 15px;border-bottom:1px solid #edf1ef}.hrx-mobile-head>div{display:grid;gap:4px}.hrx-mobile-head small{color:#87968f;font-size:.58rem;font-weight:650;text-transform:uppercase;letter-spacing:.08em}.hrx-mobile-head strong{font-size:.84rem;color:var(--hrx-ink);font-weight:750}.hrx-license-mobile{padding:6px 8px;border-radius:8px;background:#eef6f1;color:#376653;font-size:.56rem;font-weight:650}
.hrx-mobile-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:13px 0}.hrx-mobile-links a{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 11px;border-radius:9px;color:#40594f;font-size:.73rem;font-weight:650;transition:.2s}.hrx-mobile-links a:hover,.hrx-mobile-links a.active{color:var(--hrx-green);background:#eff6f2}.hrx-mobile-links svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hrx-mobile-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.hrx-mobile-cta-grid>a{position:relative;min-height:96px;display:flex;flex-direction:column;justify-content:center;padding:15px;border-radius:13px;overflow:hidden}.hrx-mobile-cta-grid small{font-size:.55rem;font-weight:650;opacity:.72;margin-bottom:5px}.hrx-mobile-cta-grid strong{max-width:150px;font-size:.74rem;line-height:1.35;font-weight:750}.hrx-mobile-cta-grid span{position:absolute;right:13px;bottom:11px;font-size:.9rem}.hrx-mobile-job{background:var(--hrx-deep);color:#fff}.hrx-mobile-hire{background:#e9f5ee;color:#174b38;border:1px solid #d0e7da}
.hrx-mobile-support{margin-top:10px;padding:12px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;background:#f7f9f8;border:1px solid #edf1ef}.hrx-mobile-support>div{display:grid;gap:3px;min-width:0}.hrx-mobile-support small{font-size:.54rem;color:#8a9992;font-weight:600}.hrx-mobile-support span{font-size:.64rem;color:#54695f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.hrx-mobile-support>a{display:flex;align-items:center;gap:6px;flex:0 0 auto;color:#13804a;font-size:.62rem;font-weight:700}.hrx-mobile-support>a svg{width:17px;height:17px;fill:currentColor}

@media(max-width:1260px){.hrx-brand-copy{display:none}.hrx-brand-logo{width:55px;height:55px;flex-basis:55px}.hrx-nav-link{padding-inline:8px;font-size:.68rem}.hrx-wa-copy{display:none}.hrx-wa-action{width:47px;padding:5px;justify-content:center}}
@media(max-width:1080px){.hrx-nav{display:none}.hrx-menu-btn{display:flex}.hrx-brand-copy{display:grid}.hrx-wa-copy{display:grid}.hrx-wa-action{width:auto;padding:5px 12px 5px 6px}}
@media(max-width:760px){.hrx-topbar-inner{min-height:32px;justify-content:center}.hrx-topbar-brandline span:not(.hrx-live-dot),.hrx-topbar-brandline strong,.hrx-topbar-separator,.hrx-topbar-email{display:none}.hrx-topbar-brandline{position:absolute;left:16px}.hrx-topbar-contact{margin-left:auto;gap:0}.hrx-topbar-contact a{font-size:.62rem}.hrx-nav-shell{min-height:70px;gap:10px}.hrx-brand-logo{width:50px;height:50px;flex-basis:50px;border-radius:13px}.hrx-brand-copy strong{font-size:.74rem}.hrx-brand-copy small{font-size:.49rem}.hrx-wa-action{width:41px;height:41px;padding:3px;border-radius:10px}.hrx-wa-icon{width:33px;height:33px}.hrx-wa-copy,.hrx-apply{display:none}.hrx-menu-btn{width:41px;height:41px}.hrx-mobile-menu{top:calc(100% + 7px);right:14px}.hrx-mobile-support span{max-width:190px}}
@media(max-width:520px){.hrx-brand-copy small{display:none}.hrx-brand-copy strong{max-width:170px;overflow:hidden;text-overflow:ellipsis}.hrx-mobile-links{grid-template-columns:1fr}.hrx-mobile-cta-grid{grid-template-columns:1fr 1fr}.hrx-mobile-cta-grid>a{min-height:88px;padding:13px}.hrx-mobile-support{align-items:flex-start;flex-direction:column}.hrx-mobile-support span{max-width:100%}}
@media(max-width:390px){.hrx-brand-copy{display:none}.hrx-mobile-cta-grid{grid-template-columns:1fr}.hrx-mobile-cta-grid>a{min-height:78px}}

/* =========================================================
   GREENLINE HR — READABILITY & TYPOGRAPHY UPGRADE V4
   Larger navigation, footer, labels and supporting copy.
   Keep this section at the END of the stylesheet so it wins
   over older responsive typography rules.
   ========================================================= */

/* Global readability */
body{
  font-size:16.5px;
  line-height:1.74;
}

.lead{
  font-size:1.08rem;
  line-height:1.82;
}

.eyebrow{
  font-size:.76rem;
  line-height:1.4;
  font-weight:700;
}

.btn{
  font-size:.84rem;
  line-height:1.3;
}

.btn-sm{
  font-size:.78rem;
}

/* ---------------------------------------------------------
   LEGACY / SHARED HEADER
   --------------------------------------------------------- */

.topbar{
  font-size:.78rem;
  line-height:1.45;
}

.nav a{
  font-size:.88rem;
  line-height:1.35;
  font-weight:650;
  padding:11px 13px;
}

.header-whatsapp{
  font-size:.78rem;
}

.btn-apply{
  font-size:.84rem;
}

.mobile-menu a{
  font-size:.88rem;
}

/* ---------------------------------------------------------
   GENERAL CONTENT — remove overly-small supporting text
   --------------------------------------------------------- */

.card p{
  font-size:.92rem;
}

.card h3{
  font-size:1.2rem;
}

.link-arrow{
  font-size:.80rem;
}

.bento-card p{
  font-size:.90rem;
}

.bento-badge{
  font-size:.72rem;
}

.audience-card p{
  font-size:.96rem;
}

.sector-body h3{
  font-size:1.28rem;
}

.sector-body p{
  font-size:.91rem;
}

.tag{
  font-size:.70rem;
}

.step-no{
  font-size:.74rem;
}

.process-step h3{
  font-size:1.12rem;
}

.process-step p{
  font-size:.88rem;
}

.check{
  font-size:.90rem;
}

.breadcrumb{
  font-size:.78rem;
}

.page-hero p{
  font-size:1.06rem;
}

.mini-pill{
  font-size:.75rem;
}

.info-item b{
  font-size:.79rem;
}

.info-item span{
  font-size:.94rem;
}

/* Jobs */
.job-card h3{
  font-size:1.14rem;
}

.job-meta{
  font-size:.76rem;
}

.country-badge{
  font-size:.71rem;
}

.job-status{
  font-size:.68rem;
}

.featured-label{
  font-size:.68rem;
}

.job-deadline{
  font-size:.75rem;
}

.vacancy-count{
  font-size:.72rem;
}

.job-key-facts small{
  font-size:.66rem;
}

.job-key-facts b{
  font-size:.82rem;
}

.job-facts small{
  font-size:.69rem;
}

.job-facts b{
  font-size:.90rem;
}

.rich-copy{
  font-size:.98rem;
}

.detail-list li{
  font-size:.94rem;
}

.job-reference small,
.job-reference span{
  font-size:.73rem;
}

.application-deadline{
  font-size:.82rem;
}

/* Forms / FAQs / Contact */
.field label{
  font-size:.79rem;
}

.field label small{
  font-size:.70rem;
}

.field-error{
  font-size:.78rem;
}

.form-status,
.form-success{
  font-size:.84rem;
}

.contact-card small{
  font-size:.72rem;
}

.contact-card b{
  font-size:1rem;
}

.faq-q{
  font-size:.94rem;
}

.faq-a p{
  font-size:.92rem;
}

.cta-box p{
  font-size:1rem;
}

/* Recruitment content */
.strength-card>span{
  font-size:.78rem;
}

.strength-card h3{
  font-size:1.34rem;
}

.strength-card p{
  font-size:.89rem;
}

.process-track-head h2,
.process-track-head h3{
  font-size:1.68rem;
}

.process-mini-steps b{
  font-size:.68rem;
}

.process-mini-steps span{
  font-size:.79rem;
}

.process-detailed>div>span{
  font-size:.76rem;
}

.process-detailed h3{
  font-size:1.07rem;
}

.process-detailed p{
  font-size:.86rem;
}

/* Destinations */
.destination-job-count{
  font-size:.72rem;
}

.destination-card-body p{
  font-size:.91rem;
}

.category-pills span{
  font-size:.72rem;
}

.destination-mini p{
  font-size:.80rem;
}

.destination-mini h3{
  font-size:1.24rem;
}

/* Stories / compliance / safety */
.story-person b{
  font-size:.80rem;
}

.story-person span{
  font-size:.73rem;
}

.verified-story{
  font-size:.71rem;
}

.license-meta small,
.hr-license-info small{
  font-size:.69rem;
}

.license-meta b,
.hr-license-info b{
  font-size:.89rem;
}

.certificate-placeholder small{
  font-size:.73rem;
}

.safety-strip p{
  font-size:.86rem;
}

.legal-copy{
  font-size:1rem;
}

.candidate-link-list a{
  font-size:.84rem;
}

/* ---------------------------------------------------------
   FOOTER — significantly improved readability
   --------------------------------------------------------- */

.footer{
  font-size:1rem;
}

.footer-brand p{
  font-size:.93rem;
  line-height:1.78;
}

.footer h4{
  font-size:.96rem;
  line-height:1.4;
  font-weight:700;
  margin-bottom:20px;
}

.footer-links{
  font-size:.87rem;
  line-height:1.65;
  gap:12px;
}

.footer-contact{
  font-size:.87rem;
  line-height:1.65;
  gap:12px;
}

.footer-bottom{
  font-size:.77rem;
  line-height:1.55;
}

.footer-badge{
  font-size:.74rem;
}

.footer-license small{
  font-size:.68rem;
}

.footer-license b{
  font-size:.83rem;
}

.footer-socials a{
  font-size:.76rem;
  padding:7px 10px;
}

.footer-legal{
  font-size:.77rem;
  line-height:1.55;
}

/* ---------------------------------------------------------
   HOMEPAGE V2 HR-SPECIFIC CONTENT
   --------------------------------------------------------- */

.hr-hero-kicker{
  font-size:.75rem;
}

.hr-hero-lead{
  font-size:1.08rem;
}

.hr-hero-trust{
  font-size:.80rem;
}

.hr-audience-shortcut small{
  font-size:.69rem;
}

.hr-audience-shortcut b{
  font-size:.84rem;
}

.hr-board-label{
  font-size:.68rem;
}

.hr-board-head b{
  font-size:.94rem;
}

.hr-board-status{
  font-size:.69rem;
}

.hr-board-badge small{
  font-size:.64rem;
}

.hr-board-badge b{
  font-size:.77rem;
}

.hr-board-footer small{
  font-size:.66rem;
}

.hr-board-footer b{
  font-size:.79rem;
}

.hr-stat-card>span{
  font-size:.68rem;
}

.hr-stat-card b{
  font-size:.86rem;
}

.hr-stat-card p{
  font-size:.76rem;
}

.hr-strip-label{
  font-size:.70rem;
}

.hr-strip-items a{
  font-size:.73rem;
}

.hr-job-board-head b{
  font-size:.81rem;
}

.hr-job-board-head small{
  font-size:.72rem;
}

.hr-industry-body h3{
  font-size:1.14rem;
}

.hr-industry-body p{
  font-size:.87rem;
}

.hr-proof-card-top{
  font-size:.69rem;
}

.hr-proof-card h3{
  font-size:1.32rem;
}

.hr-proof-card p{
  font-size:.85rem;
}

.hr-process-panel-head small{
  font-size:.68rem;
}

.hr-process-panel-head h3{
  font-size:1.26rem;
}

.hr-process-step b{
  font-size:.63rem;
}

.hr-process-step span{
  font-size:.75rem;
  line-height:1.45;
}

.hr-destination-no{
  font-size:.65rem;
}

.hr-destination-card h3{
  font-size:1.24rem;
}

.hr-destination-card p{
  font-size:.81rem;
}

.hr-destination-card>a{
  font-size:.77rem;
}

.hr-japan-tags span{
  font-size:.73rem;
}

.hr-japan-panel-head small{
  font-size:.66rem;
}

.hr-japan-panel-head b{
  font-size:1.10rem;
}

.hr-japan-route b{
  font-size:.65rem;
}

.hr-japan-route span{
  font-size:.82rem;
}

.hr-japan-note{
  font-size:.73rem;
}

.hr-story-card blockquote{
  font-size:1rem;
}

.hr-story-person b{
  font-size:.80rem;
}

.hr-story-person span{
  font-size:.70rem;
}

.hr-story-person small{
  font-size:.66rem;
}

.hr-certificate-placeholder small{
  font-size:.66rem;
}

.hr-certificate-placeholder p{
  font-size:.79rem;
}

.hr-safety-inner small{
  font-size:.64rem;
}

.hr-safety-inner b{
  font-size:.86rem;
}

.hr-safety-inner p{
  font-size:.78rem;
  line-height:1.65;
}

.hr-final-cta-head p{
  font-size:1rem;
}

.hr-final-path small{
  font-size:.66rem;
}

.hr-final-path b{
  font-size:1.08rem;
}

.hr-final-path p{
  font-size:.77rem;
}

/* ---------------------------------------------------------
   HEADER V3 / HRX — larger, clearer corporate navigation
   --------------------------------------------------------- */

.hrx-topbar-inner{
  min-height:39px;
  font-size:.74rem;
  line-height:1.4;
}

.hrx-topbar-brandline strong{
  font-weight:700;
}

.hrx-brand-copy strong{
  font-size:.96rem;
  line-height:1.2;
}

.hrx-brand-copy small{
  font-size:.64rem;
  line-height:1.35;
}

.hrx-nav-link{
  min-height:41px;
  padding:0 12px;
  font-size:.85rem;
  line-height:1.1;
  font-weight:650;
}

.hrx-wa-copy small{
  font-size:.62rem;
}

.hrx-wa-copy strong{
  font-size:.78rem;
}

.hrx-apply{
  font-size:.84rem;
  font-weight:700;
  padding-inline:18px;
}

.hrx-mobile-head small{
  font-size:.67rem;
}

.hrx-mobile-head strong{
  font-size:.94rem;
}

.hrx-license-mobile{
  font-size:.65rem;
}

.hrx-mobile-links a{
  font-size:.83rem;
}

.hrx-mobile-cta-grid small{
  font-size:.65rem;
}

.hrx-mobile-cta-grid strong{
  font-size:.84rem;
}

.hrx-mobile-support small{
  font-size:.64rem;
}

.hrx-mobile-support span{
  font-size:.74rem;
}

.hrx-mobile-support>a{
  font-size:.73rem;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media(max-width:1260px){
  .hrx-nav-link{
    padding-inline:9px;
    font-size:.79rem;
  }
}

@media(max-width:1120px){
  .mobile-menu a{
    font-size:.88rem;
  }
}

/* ---------------------------------------------------------
   MOBILE — do not shrink important text too far
   --------------------------------------------------------- */

@media(max-width:760px){
  body{
    font-size:16px;
    line-height:1.72;
  }

  .topbar{
    font-size:.72rem;
  }

  .lead{
    font-size:1rem;
  }

  .hero p,
  .hr-hero-lead,
  .page-hero p{
    font-size:1rem;
  }

  .btn{
    font-size:.84rem;
  }

  .footer-brand p{
    font-size:.91rem;
  }

  .footer h4{
    font-size:.94rem;
  }

  .footer-links,
  .footer-contact{
    font-size:.86rem;
  }

  .footer-bottom,
  .footer-legal{
    font-size:.75rem;
  }

  .hrx-topbar-contact a{
    font-size:.72rem;
  }

  .hrx-brand-copy strong{
    font-size:.84rem;
  }

  .hrx-brand-copy small{
    font-size:.58rem;
  }

  .hrx-mobile-head small{
    font-size:.67rem;
  }

  .hrx-mobile-head strong{
    font-size:.94rem;
  }

  .hrx-mobile-links a{
    font-size:.84rem;
  }

  .hrx-mobile-cta-grid small{
    font-size:.65rem;
  }

  .hrx-mobile-cta-grid strong{
    font-size:.84rem;
  }

  .hrx-mobile-support small{
    font-size:.64rem;
  }

  .hrx-mobile-support span{
    font-size:.74rem;
  }

  .hrx-mobile-support>a{
    font-size:.73rem;
  }

  .hr-safety-inner small{
    font-size:.64rem;
  }

  .hr-safety-inner b{
    font-size:.85rem;
  }

  .hr-safety-inner p{
    font-size:.78rem;
  }
}

@media(max-width:480px){
  .eyebrow{
    font-size:.70rem;
  }

  .footer-links,
  .footer-contact{
    font-size:.84rem;
  }

  .hrx-mobile-links a{
    font-size:.83rem;
  }
  
}

.jd-page{
    --jd-dark:#071f18;
    --jd-green:#0d5b42;
    --jd-green-2:#157a59;
    --jd-lime:#c8f06a;
    --jd-mint:#edf8f2;
    --jd-paper:#f8faf8;
    --jd-white:#fff;
    --jd-ink:#14271f;
    --jd-muted:#667870;
    --jd-line:#dce7e1;
    --jd-soft:#f3f7f4;
    --jd-warning:#fff4cc;
    --jd-danger:#fceaea;
    --jd-shadow:0 18px 55px rgba(7,45,33,.09);
    --jd-shadow-lg:0 26px 75px rgba(7,45,33,.14);
    color:var(--jd-ink);
}


/* =========================================================
   HERO
   ========================================================= */

.jd-hero{
    position:relative;
    overflow:hidden;
    padding:58px 0 70px;
    background:
        radial-gradient(circle at 84% 18%,rgba(200,240,106,.30),transparent 22%),
        radial-gradient(circle at 70% 68%,rgba(21,122,89,.10),transparent 30%),
        linear-gradient(135deg,#fbfdfb 0%,#f3f8f5 52%,#edf6f1 100%);
    border-bottom:1px solid rgba(13,91,66,.08);
}

.jd-hero:before{
    content:"";
    position:absolute;
    width:620px;
    height:620px;
    border-radius:50%;
    right:-280px;
    top:-330px;
    border:1px solid rgba(13,91,66,.10);
    box-shadow:
        0 0 0 75px rgba(13,91,66,.018),
        0 0 0 150px rgba(13,91,66,.012);
}

.jd-hero>.container{
    position:relative;
    z-index:2;
}

.jd-breadcrumb{
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:34px;
    color:#7b8c84;
    font-size:.78rem;
    font-weight:600;
}

.jd-breadcrumb a{
    color:var(--jd-green);
    transition:.2s ease;
}

.jd-breadcrumb a:hover{
    color:var(--jd-green-2);
}

.jd-breadcrumb span:last-child{
    overflow:hidden;
    max-width:220px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.jd-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
    gap:60px;
    align-items:end;
}

.jd-badge-row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:9px;
}

.jd-country-badge,
.jd-soft-badge,
.jd-featured-badge,
.jd-status{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:32px;
    padding:6px 11px;
    border-radius:999px;
    font-size:.72rem;
    line-height:1;
    font-weight:700;
}

.jd-country-badge{
    color:#124c39;
    background:#e7f5ec;
    border:1px solid #cde7d7;
}

.jd-flag{
    font-size:1rem;
}

.jd-soft-badge{
    color:#50665d;
    background:rgba(255,255,255,.75);
    border:1px solid var(--jd-line);
}

.jd-featured-badge{
    color:#74560a;
    background:#fff3c8;
    border:1px solid #ecd98d;
}

.jd-status{
    color:#145d40;
    background:#e3f6e9;
    border:1px solid #c7e8d3;
}

.jd-status.status-closing,
.jd-status.status-closing-soon{
    color:#765908;
    background:#fff3cf;
    border-color:#efdf9e;
}

.jd-status.status-closed{
    color:#8d3f3f;
    background:#f7e8e8;
    border-color:#edcccc;
}

.jd-status-dot{
    width:7px;
    height:7px;
    border-radius:50%;
    background:currentColor;
    box-shadow:0 0 0 4px rgba(21,122,89,.08);
}

.jd-hero h1{
    max-width:900px;
    margin:24px 0 20px;
    color:var(--jd-dark);
    font-size:clamp(2.9rem,5vw,5.25rem);
    line-height:1.02;
    letter-spacing:-.05em;
    font-weight:800;
    text-wrap:balance;
}

.jd-hero-description{
    max-width:760px;
    margin:0;
    color:#5d7168;
    font-size:1.05rem;
    line-height:1.8;
}

.jd-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}

.jd-primary-action,
.jd-secondary-action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:46px;
    padding:0 17px;
    border-radius:11px;
    font-size:.84rem;
    font-weight:700;
    transition:.25s ease;
}

.jd-primary-action{
    color:#fff;
    background:var(--jd-dark);
    box-shadow:0 12px 28px rgba(7,31,24,.15);
}

.jd-primary-action:hover{
    color:#fff;
    background:var(--jd-green);
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(7,31,24,.20);
}

.jd-secondary-action{
    color:var(--jd-dark);
    background:rgba(255,255,255,.82);
    border:1px solid var(--jd-line);
}

.jd-secondary-action:hover{
    color:var(--jd-green);
    border-color:#b8d6c7;
    background:#fff;
}


/* Reference card */

.jd-reference-card{
    padding:25px;
    border:1px solid rgba(210,225,217,.9);
    border-radius:22px;
    background:rgba(255,255,255,.88);
    backdrop-filter:blur(18px);
    box-shadow:var(--jd-shadow);
}

.jd-reference-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    color:#7b8c84;
    font-size:.7rem;
    font-weight:600;
}

.jd-reference-status{
    font-size:.66rem;
    font-weight:700;
    color:var(--jd-green);
}

.jd-reference-card>strong{
    display:block;
    margin-top:9px;
    color:var(--jd-dark);
    font-size:1.65rem;
    line-height:1.15;
    letter-spacing:-.035em;
}

.jd-reference-divider{
    height:1px;
    margin:20px 0;
    background:var(--jd-line);
}

.jd-reference-meta{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.jd-reference-meta small,
.jd-reference-meta b{
    display:block;
}

.jd-reference-meta small{
    margin-bottom:4px;
    color:#84948d;
    font-size:.67rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.jd-reference-meta b{
    color:#314a40;
    font-size:.82rem;
    line-height:1.45;
}

.jd-reference-note{
    margin-top:20px;
    padding:12px 13px;
    border-radius:11px;
    color:#60746b;
    background:#f4f8f5;
    font-size:.74rem;
    line-height:1.6;
}


/* =========================================================
   FACTS
   ========================================================= */

.jd-facts-section{
    padding:72px 0 30px;
    background:#fff;
}

.jd-section-intro{
    max-width:680px;
    margin-bottom:30px;
}

.jd-section-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:var(--jd-green);
    font-size:.72rem;
    line-height:1.4;
    font-weight:700;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.jd-section-kicker:before{
    content:"";
    width:22px;
    height:2px;
    border-radius:20px;
    background:var(--jd-lime);
}

.jd-section-intro h2{
    margin:12px 0 8px;
    color:var(--jd-dark);
    font-size:clamp(1.9rem,3vw,2.8rem);
    line-height:1.13;
    letter-spacing:-.035em;
    font-weight:800;
}

.jd-section-intro p{
    margin:0;
    color:var(--jd-muted);
    font-size:.95rem;
    line-height:1.75;
}

.jd-facts-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}

.jd-fact-card{
    display:flex;
    align-items:flex-start;
    gap:13px;
    min-height:110px;
    padding:18px;
    border:1px solid var(--jd-line);
    border-radius:16px;
    background:#fff;
    transition:.25s ease;
}

.jd-fact-card:hover{
    transform:translateY(-3px);
    border-color:#bad9c9;
    box-shadow:0 10px 28px rgba(7,45,33,.07);
}

.jd-fact-icon{
    flex:0 0 37px;
    width:37px;
    height:37px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:var(--jd-green);
    background:var(--jd-mint);
}

.jd-fact-icon svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.jd-fact-card small,
.jd-fact-card strong{
    display:block;
}

.jd-fact-card small{
    margin:2px 0 5px;
    color:#85958e;
    font-size:.68rem;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.05em;
}

.jd-fact-card strong{
    color:#263f35;
    font-size:.86rem;
    line-height:1.5;
    font-weight:700;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.jd-main-section{
    padding:46px 0 96px;
    background:#fff;
}

.jd-layout{
    display:grid;
    grid-template-columns:minmax(0,1.55fr) minmax(340px,.65fr);
    gap:34px;
    align-items:start;
}

.jd-content{
    display:grid;
    gap:18px;
}

.jd-content-card{
    padding:32px;
    border:1px solid var(--jd-line);
    border-radius:20px;
    background:#fff;
    box-shadow:0 8px 28px rgba(7,45,33,.035);
}

.jd-content-heading{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:24px;
}

.jd-content-heading>span{
    flex:0 0 38px;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border-radius:10px;
    color:var(--jd-lime);
    background:var(--jd-dark);
    font-size:.68rem;
    font-weight:800;
}

.jd-content-heading small{
    display:block;
    margin:0 0 3px;
    color:var(--jd-green);
    font-size:.69rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.jd-content-heading h2{
    margin:0;
    color:var(--jd-dark);
    font-size:1.55rem;
    line-height:1.2;
    letter-spacing:-.03em;
    font-weight:800;
}

.jd-rich-copy{
    color:#53685f;
    font-size:.96rem;
    line-height:1.9;
}

.jd-list{
    display:grid;
    gap:11px;
    margin:0;
    padding:0;
    list-style:none;
}

.jd-list li{
    display:flex;
    align-items:flex-start;
    gap:11px;
    padding:12px 13px;
    border-radius:11px;
    color:#4f665d;
    background:#f8faf9;
    font-size:.91rem;
    line-height:1.65;
}

.jd-list-check{
    flex:0 0 23px;
    width:23px;
    height:23px;
    display:grid;
    place-items:center;
    margin-top:1px;
    border-radius:50%;
    color:#116444;
    background:#dff3e7;
    font-size:.68rem;
    font-weight:800;
}


/* BENEFITS */

.jd-benefits-card{
    background:
        radial-gradient(circle at 96% 7%,rgba(200,240,106,.25),transparent 22%),
        linear-gradient(145deg,#fbfdfb,#f3f8f5);
}

.jd-benefits-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.jd-benefits-grid li{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px;
    border:1px solid #dfeae4;
    border-radius:12px;
    background:rgba(255,255,255,.75);
}

.jd-benefits-grid li>span{
    flex:0 0 26px;
    width:26px;
    height:26px;
    display:grid;
    place-items:center;
    border-radius:8px;
    color:var(--jd-dark);
    background:var(--jd-lime);
    font-size:.85rem;
    font-weight:800;
}

.jd-benefits-grid b{
    color:#355047;
    font-size:.84rem;
    line-height:1.5;
}


/* DOCUMENTS */

.jd-document-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}

.jd-document-item{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:58px;
    padding:12px 14px;
    border:1px solid var(--jd-line);
    border-radius:12px;
    color:#4c635a;
    background:#fbfcfb;
    font-size:.86rem;
    font-weight:600;
}

.jd-document-icon{
    flex:0 0 31px;
    width:31px;
    height:31px;
    display:grid;
    place-items:center;
    border-radius:8px;
    color:var(--jd-green);
    background:#e8f5ed;
}

.jd-document-icon svg{
    width:16px;
    height:16px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}


/* =========================================================
   SAFETY
   ========================================================= */

.jd-safety-card{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:17px;
    padding:26px;
    border:1px solid #ead999;
    border-radius:18px;
    background:#fff8dc;
}

.jd-safety-icon{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    color:#493700;
    background:#efc84c;
    font-size:1rem;
    font-weight:800;
}

.jd-safety-copy small{
    display:block;
    color:#836617;
    font-size:.69rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.jd-safety-copy h2{
    margin:5px 0 9px;
    color:#453b1e;
    font-size:1.35rem;
    line-height:1.25;
    letter-spacing:-.025em;
}

.jd-safety-copy p{
    max-width:720px;
    margin:0;
    color:#6c6243;
    font-size:.88rem;
    line-height:1.72;
}

.jd-safety-copy a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:15px;
    color:#5c480a;
    font-size:.79rem;
    font-weight:700;
}


/* =========================================================
   APPLICATION SIDEBAR
   ========================================================= */

.jd-sidebar{
    position:sticky;
    top:106px;
    display:grid;
    gap:14px;
}

.jd-application-card{
    padding:27px;
    border:1px solid #d8e6de;
    border-radius:22px;
    background:#fff;
    box-shadow:var(--jd-shadow-lg);
}

.jd-application-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.jd-application-eyebrow{
    color:var(--jd-green);
    font-size:.68rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.jd-application-card>h2{
    margin:14px 0 18px;
    color:var(--jd-dark);
    font-size:1.72rem;
    line-height:1.15;
    letter-spacing:-.035em;
    font-weight:800;
}

.jd-deadline-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-bottom:22px;
    padding:12px 14px;
    border-radius:11px;
    background:#f4f8f5;
}

.jd-deadline-box small{
    color:#7d8d86;
    font-size:.67rem;
    font-weight:600;
}

.jd-deadline-box strong{
    color:#315044;
    font-size:.78rem;
    text-align:right;
}

.jd-success-message{
    display:flex;
    gap:11px;
    margin-bottom:18px;
    padding:14px;
    border:1px solid #bce0ca;
    border-radius:12px;
    color:#185d43;
    background:#eaf8ef;
}

.jd-success-message>span{
    flex:0 0 26px;
    width:26px;
    height:26px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#fff;
    background:#188653;
    font-size:.72rem;
    font-weight:800;
}

.jd-success-message b{
    display:block;
    margin-bottom:3px;
    font-size:.80rem;
}

.jd-success-message p{
    margin:0;
    color:#45705d;
    font-size:.73rem;
    line-height:1.6;
}

.jd-form{
    display:grid;
    gap:14px;
}

.jd-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:11px;
}

.jd-field{
    display:grid;
    gap:6px;
}

.jd-field label{
    color:#41594f;
    font-size:.76rem;
    font-weight:650;
}

.jd-field label>span{
    color:#b94747;
}

.jd-field input,
.jd-field textarea{
    width:100%;
    min-height:44px;
    padding:11px 12px;
    border:1px solid #d7e4dd;
    border-radius:10px;
    outline:none;
    color:#1f392e;
    background:#fbfcfb;
    font-size:.80rem;
    transition:.2s ease;
}

.jd-field textarea{
    min-height:100px;
    resize:vertical;
    line-height:1.6;
}

.jd-field input::placeholder,
.jd-field textarea::placeholder{
    color:#99a7a1;
}

.jd-field input:focus,
.jd-field textarea:focus{
    border-color:#84b79e;
    background:#fff;
    box-shadow:0 0 0 4px rgba(21,122,89,.07);
}

.jd-field input.invalid,
.jd-field textarea.invalid{
    border-color:#d66a6a;
    background:#fff8f8;
}


/* FILE UPLOAD */

.jd-upload-field{
    position:relative;
}

.jd-upload-field>label{
    display:flex;
    align-items:center;
    gap:11px;
    padding:12px;
    border:1px dashed #bad2c5;
    border-radius:11px;
    background:#f8fbf9;
    cursor:pointer;
    transition:.2s ease;
}

.jd-upload-field>label:hover{
    border-color:#82b79c;
    background:#f1f8f4;
}

.jd-upload-icon{
    flex:0 0 35px;
    width:35px;
    height:35px;
    display:grid;
    place-items:center;
    border-radius:9px;
    color:var(--jd-green);
    background:#e4f3ea;
}

.jd-upload-icon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.7;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.jd-upload-field label span:last-child{
    min-width:0;
}

.jd-upload-field b,
.jd-upload-field small{
    display:block;
}

.jd-upload-field b{
    color:#365046;
    font-size:.76rem;
}

.jd-upload-field small{
    margin-top:2px;
    color:#85958d;
    font-size:.64rem;
}

.jd-upload-field input[type="file"]{
    width:100%;
    margin-top:7px;
    color:#64776e;
    font-size:.71rem;
}

.jd-upload-status{
    display:block;
    margin-top:5px;
    color:var(--jd-green);
    font-size:.68rem;
    font-weight:600;
}


/* SUBMIT */

.jd-submit{
    width:100%;
    min-height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:0 17px;
    border:0;
    border-radius:11px;
    color:#fff;
    background:var(--jd-dark);
    box-shadow:0 12px 27px rgba(7,31,24,.15);
    font-size:.82rem;
    font-weight:700;
    cursor:pointer;
    transition:.25s ease;
}

.jd-submit:hover{
    color:#fff;
    background:var(--jd-green);
    transform:translateY(-2px);
    box-shadow:0 16px 34px rgba(7,31,24,.20);
}

.jd-submit[disabled]{
    opacity:.65;
    cursor:wait;
    transform:none;
}

.jd-form-note{
    margin:0;
    color:#87968f;
    font-size:.66rem;
    line-height:1.6;
    text-align:center;
}


/* CLOSED */

.jd-closed-state{
    display:grid;
    gap:12px;
    padding-top:4px;
}

.jd-closed-state>span{
    color:#9a4747;
    font-size:.72rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.07em;
}

.jd-closed-state p{
    margin:0 0 4px;
    color:var(--jd-muted);
    font-size:.83rem;
    line-height:1.7;
}


/* SIDEBAR HELP */

.jd-sidebar-help{
    display:flex;
    align-items:flex-start;
    gap:11px;
    padding:16px;
    border:1px solid var(--jd-line);
    border-radius:14px;
    background:#f8faf9;
}

.jd-help-icon{
    flex:0 0 31px;
    width:31px;
    height:31px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:var(--jd-green);
    background:#e3f3e9;
    font-size:.76rem;
    font-weight:800;
}

.jd-sidebar-help small,
.jd-sidebar-help b{
    display:block;
}

.jd-sidebar-help small{
    color:#87968f;
    font-size:.64rem;
    text-transform:uppercase;
    letter-spacing:.06em;
}

.jd-sidebar-help b{
    margin-top:2px;
    color:#334e43;
    font-size:.76rem;
}

.jd-sidebar-help p{
    margin:4px 0 0;
    color:#6c7e76;
    font-size:.68rem;
    line-height:1.55;
}


/* =========================================================
   RELATED JOBS
   ========================================================= */

.jd-related-section{
    padding:88px 0 96px;
    background:
        linear-gradient(180deg,#f3f8f5,#edf5f1);
    border-top:1px solid #e0ebe5;
}

.jd-related-head{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:30px;
    margin-bottom:34px;
}

.jd-related-head h2{
    max-width:720px;
    margin:11px 0 0;
    color:var(--jd-dark);
    font-size:clamp(2.1rem,4vw,3.8rem);
    line-height:1.07;
    letter-spacing:-.045em;
    font-weight:800;
}

.jd-related-head h2 span{
    color:var(--jd-green);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1100px){

    .jd-hero-grid{
        grid-template-columns:1fr;
        gap:34px;
    }

    .jd-reference-card{
        max-width:520px;
    }

    .jd-facts-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .jd-layout{
        grid-template-columns:1fr;
    }

    .jd-sidebar{
        position:static;
    }

    .jd-application-card{
        max-width:760px;
    }
}


@media(max-width:820px){

    .jd-hero{
        padding:46px 0 55px;
    }

    .jd-hero h1{
        font-size:clamp(2.6rem,10vw,4.3rem);
    }

    .jd-facts-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .jd-benefits-grid,
    .jd-document-grid{
        grid-template-columns:1fr;
    }

    .jd-related-head{
        align-items:flex-start;
        flex-direction:column;
    }
}


@media(max-width:600px){

    .jd-hero{
        padding:34px 0 44px;
    }

    .jd-breadcrumb{
        margin-bottom:25px;
        font-size:.72rem;
    }

    .jd-hero h1{
        margin-top:19px;
        font-size:clamp(2.25rem,12vw,3.5rem);
        line-height:1.05;
    }

    .jd-hero-description{
        font-size:.96rem;
        line-height:1.75;
    }

    .jd-primary-action,
    .jd-secondary-action{
        width:100%;
    }

    .jd-reference-card{
        padding:20px;
    }

    .jd-reference-meta{
        grid-template-columns:1fr;
    }

    .jd-facts-section{
        padding-top:52px;
    }

    .jd-facts-grid{
        grid-template-columns:1fr;
    }

    .jd-fact-card{
        min-height:0;
    }

    .jd-main-section{
        padding:34px 0 70px;
    }

    .jd-content-card{
        padding:23px 19px;
        border-radius:16px;
    }

    .jd-content-heading h2{
        font-size:1.35rem;
    }

    .jd-content-heading>span{
        flex-basis:34px;
        width:34px;
        height:34px;
    }

    .jd-rich-copy{
        font-size:.92rem;
        line-height:1.82;
    }

    .jd-list li{
        font-size:.88rem;
    }

    .jd-safety-card{
        grid-template-columns:1fr;
        padding:21px;
    }

    .jd-application-card{
        padding:21px 18px;
    }

    .jd-application-card>h2{
        font-size:1.5rem;
    }

    .jd-form-row{
        grid-template-columns:1fr;
    }

    .jd-field label{
        font-size:.78rem;
    }

    .jd-field input,
    .jd-field textarea{
        font-size:.84rem;
    }

    .jd-related-section{
        padding:68px 0 78px;
    }
}


/* =========================================================
   GREENLINE HR — MOBILE NAVIGATION FIX V6
   Fixes home-page mobile menu click/stacking and improves
   Home / Jobs / Hire / WhatsApp bottom navigation.
   KEEP THIS BLOCK AT THE END OF style.css
   ========================================================= */

/* ---------------------------------------------------------
   HEADER / MENU STACKING & TOUCH SAFETY
   --------------------------------------------------------- */

.hrx-topbar{
    z-index:6000;
}

.hrx-header{
    z-index:5900;
    isolation:isolate;
    overflow:visible;
}

.hrx-nav-shell{
    position:relative;
    z-index:2;
}

.hrx-actions{
    position:relative;
    z-index:4;
}

.hrx-menu-btn{
    position:relative;
    z-index:8;

    pointer-events:auto;
    touch-action:manipulation;

    -webkit-tap-highlight-color:transparent;
    user-select:none;
    -webkit-user-select:none;
}

.hrx-menu-btn span{
    pointer-events:none;
}

.hrx-mobile-menu{
    z-index:20;
}

/* Home-specific decorative layers must never catch header taps */
.hr-home,
.hr-hero{
    position:relative;
}

.hr-home{
    z-index:0;
}

.hr-home .hr-hero:before,
.hr-home .hr-hero:after,
.hr-home .hr-hero-glow,
.hr-home .hr-board-media:before,
.hr-home .hr-board-media:after{
    pointer-events:none;
}

/* Make sure page visuals cannot sit above the sticky header */
.hr-home .hr-hero,
.hr-home .hr-sector-strip,
.hr-home .hr-jobs-section,
.hr-home .hr-industries-section{
    z-index:auto;
}


/* ---------------------------------------------------------
   MOBILE HEADER BUTTON
   --------------------------------------------------------- */

@media(max-width:1080px){

    .hrx-menu-btn{
        display:flex;
    }
}

@media(max-width:760px){

    .hrx-header{
        overflow:visible;
    }

    .hrx-nav-shell{
        min-height:76px;
    }

    .hrx-menu-btn{
        width:46px;
        height:46px;

        flex:0 0 46px;

        gap:5px;

        border-radius:12px;

        box-shadow:
            0 5px 16px rgba(8,48,36,.07);
    }

    .hrx-menu-btn span{
        width:20px;
        height:2px;
    }

    .hrx-menu-btn.open span:nth-child(1){
        transform:translateY(7px) rotate(45deg);
    }

    .hrx-menu-btn.open span:nth-child(3){
        transform:translateY(-7px) rotate(-45deg);
    }

    .hrx-mobile-menu{
        top:calc(100% + 8px);

        right:12px;

        width:calc(100vw - 24px);

        max-height:calc(100vh - 120px);
        overflow-y:auto;

        padding:18px;

        border-radius:18px;

        -webkit-overflow-scrolling:touch;
    }

    .hrx-mobile-links a{
        min-height:48px;

        padding-inline:13px;

        font-size:.86rem;
    }

    .hrx-mobile-links svg{
        width:16px;
        height:16px;
    }

    .hrx-mobile-cta-grid>a{
        min-height:96px;
    }

    .hrx-mobile-cta-grid small{
        font-size:.68rem;
    }

    .hrx-mobile-cta-grid strong{
        font-size:.88rem;
    }

    .hrx-mobile-support>a{
        font-size:.78rem;
    }

    .hrx-mobile-support>a svg{
        width:21px;
        height:21px;
    }
}


/* ---------------------------------------------------------
   MOBILE QUICK NAV — MODERN SVG ICONS
   --------------------------------------------------------- */

.mobile-bottom{
    display:none;
}

@media(max-width:760px){

    body{
        padding-bottom:
            calc(76px + env(safe-area-inset-bottom));
    }

    .mobile-bottom{
        position:fixed;

        z-index:7000;

        left:10px;
        right:10px;
        bottom:
            calc(9px + env(safe-area-inset-bottom));

        min-height:66px;

        display:grid;
        grid-template-columns:repeat(4,minmax(0,1fr));
        align-items:center;

        padding:6px;

        border:1px solid rgba(209,225,217,.92);
        border-radius:19px;

        background:rgba(255,255,255,.96);

        box-shadow:
            0 14px 40px rgba(6,42,31,.16),
            0 3px 10px rgba(6,42,31,.05);

        backdrop-filter:blur(20px);
        -webkit-backdrop-filter:blur(20px);
    }

    .mobile-bottom a{
        position:relative;

        min-width:0;
        min-height:54px;

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;

        gap:3px;

        padding:4px 2px;

        border-radius:14px;

        color:#667a71;

        font-size:.70rem;
        line-height:1.1;
        font-weight:650;

        letter-spacing:-.01em;

        transition:
            color .2s ease,
            background .2s ease,
            transform .2s ease;

        -webkit-tap-highlight-color:transparent;
    }

    .mobile-bottom a:hover,
    .mobile-bottom a.active{
        color:var(--forest-800);
        background:#eff7f2;
    }

    .mobile-bottom a:active{
        transform:scale(.96);
    }

    .mobile-bottom-icon{
        width:31px;
        height:31px;

        display:grid;
        place-items:center;

        border-radius:10px;

        color:var(--forest-800);

        transition:
            background .2s ease,
            color .2s ease,
            transform .2s ease;
    }

    .mobile-bottom-icon svg{
        display:block;

        width:24px;
        height:24px;

        fill:none;
        stroke:currentColor;

        stroke-width:1.9;
        stroke-linecap:round;
        stroke-linejoin:round;
    }

    .mobile-bottom a.active .mobile-bottom-icon{
        color:#fff;
        background:var(--forest-800);

        box-shadow:
            0 7px 16px rgba(14,80,60,.17);
    }

    .mobile-bottom a.active .mobile-bottom-icon svg{
        transform:scale(.94);
    }

    /* WhatsApp gets its native green treatment */
    .mobile-bottom a.mobile-bottom-whatsapp{
        color:#37805b;
    }

    .mobile-bottom a.mobile-bottom-whatsapp
    .mobile-bottom-icon{
        color:#fff;
        background:#20aa62;

        box-shadow:
            0 7px 17px rgba(32,170,98,.20);
    }

    .mobile-bottom a.mobile-bottom-whatsapp
    .mobile-bottom-icon svg{
        width:25px;
        height:25px;

        fill:currentColor;
        stroke:none;
    }

    .mobile-bottom-label{
        display:block;

        max-width:100%;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    /* Footer already has mobile spacing; avoid excessive gap */
    .footer{
        padding-bottom:
            calc(104px + env(safe-area-inset-bottom));
    }
}


@media(max-width:420px){

    .mobile-bottom{
        left:7px;
        right:7px;

        bottom:
            calc(6px + env(safe-area-inset-bottom));

        min-height:64px;

        border-radius:17px;
    }

    .mobile-bottom a{
        min-height:52px;

        font-size:.66rem;
    }

    .mobile-bottom-icon{
        width:29px;
        height:29px;
    }

    .mobile-bottom-icon svg{
        width:22px;
        height:22px;
    }
}

